Advertisement
Guest User

nohup

a guest
Oct 23rd, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. 2014-10-22 17:58:22,789 - INFO - Beginning Mongo Connector
  2. 2014-10-22 17:58:22,845 - INFO - Starting new HTTP connection (1): 127.0.0.1
  3. 2014-10-22 17:58:22,850 - INFO - Finished 'http://127.0.0.1:8080/solr/productEN/admin/luke?show=schema&wt=json' (get) with body '' in 0.014 seconds.
  4. 2014-10-22 17:58:22,868 - INFO - MongoConnector: Empty oplog progress file.
  5. Exception in thread Thread-1:
  6. Traceback (most recent call last):
  7. File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
  8. self.run()
  9. File "connector.py", line 338, in run
  10. for shard_doc in main_conn['config']['shards'].find():
  11. File "/usr/local/lib/python2.7/dist-packages/pymongo-2.7.2-py2.7-linux-x86_64.egg/pymongo/cursor.py", line 1058, in next
  12. if len(self.__data) or self._refresh():
  13. File "/usr/local/lib/python2.7/dist-packages/pymongo-2.7.2-py2.7-linux-x86_64.egg/pymongo/cursor.py", line 1002, in _refresh
  14. self.__uuid_subtype))
  15. File "/usr/local/lib/python2.7/dist-packages/pymongo-2.7.2-py2.7-linux-x86_64.egg/pymongo/cursor.py", line 940, in __send_message
  16. self.__compile_re)
  17. File "/usr/local/lib/python2.7/dist-packages/pymongo-2.7.2-py2.7-linux-x86_64.egg/pymongo/helpers.py", line 109, in _unpack_response
  18. error_object)
  19. OperationFailure: database error: not authorized for query on config.shards
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement