Where is the best place to report bugs for couchbase?
I am trying to load data using cbdocloader, but it dies.
Linux Centos 5.6 x64 Couchbase 3.01
Here is the screen dump:
[root@rpzcentos bin]# ./cbdocloader -u Administrator -p diener -n localhost:8091 -b default -s 100 /download/UserNameDump.json
[2014-12-03 03:32:07,199] - [rest_client] [140524311340800] - INFO - existing buckets : [u’default’]
[2014-12-03 03:32:07,199] - [rest_client] [140524311340800] - INFO - found bucket default
bucket creation is successful
Exception in thread w0:
Traceback (most recent call last):
File “/usr/lib64/python2.6/threading.py”, line 532, in __bootstrap_inner
self.run()
File “/usr/lib64/python2.6/threading.py”, line 484, in run
self.__target(*self.__args, **self.__kwargs)
File “/couch/lib/python/pump.py”, line 287, in run_worker
source_map, sink_map, self.ctl, curx).run()
File “/couch/lib/python/pump.py”, line 345, in run
rv_batch, batch = self.source.provide_batch()
File “/couch/lib/python/pump_json.py”, line 166, in provide_batch
JSONSource.save_doc(batch, dockey, fp)
TypeError: save_doc() takes exactly 4 arguments (3 given)
^CTraceback (most recent call last):
File “/couch/lib/python/cbdocloader”, line 330, in
pump_transfer.exit_handler(DocLoader().main(sys.argv))
File “/couch/lib/python/cbdocloader”, line 318, in main
self.populate_docs()
File “/couch/lib/python/cbdocloader”, line 270, in populate_docs
self.enumerate_and_save()
File “/couch/lib/python/cbdocloader”, line 227, in enumerate_and_save
for item in os.listdir(subdir):
OSError: [Errno 20] Not a directory: ‘/download/UserNameDump.json’
[root@rpzcentos bin]#