tap.py or tap_example.py is not working in membase
Hi,
I am trying to list all the key present in the membase.I tried with tap.py script is not working and it also not showing any error.
[root@swadeshdas python]# pwd
/opt/membase/lib/python
[root@swadeshdas python]# ./tap.py 127.0.0.1:11211
[root@swadeshdas python]#
While I am trying to run tap_example.py the error I am getting is
[root@swadeshdas python]# /opt/membase/lib/python/tap_example.py -u Administrator -p india@123 127.0.0.1:11211
info: New bin connection from None
error: uncaptured python exception, closing channel (: [/usr/lib/python2.6/asyncore.py|read|74] [/usr/lib/python2.6/asyncore.py|handle_read_event|413] [/opt/membase/lib/python/mc_bin_server.py|handle_read|325])
[root@swadeshdas python]#
Please help me.I am just lost the way and dont know how to proceed and where I am wrong.
Thanks,
Swadesh
You may want to try that with a -v or two in there. I believe later versions of tap _example can run verbose.
Another thing is that you should use specific bucket credentials (username and password), not Administrator if you're attaching to a particular bucket.