Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "src/app.py", line 22, in <module>
  3. from httphandlers import *
  4. File "/Users/elonsalfati/devel/reblazeconsole/src/httphandlers.py", line 23, in <module>
  5. from reblazedb.dbapi import api
  6. File "/usr/local/lib/python2.7/site-packages/reblazedb/dbapi.py", line 6, in <module>
  7. from reblazedb import dbcollections
  8. File "/usr/local/lib/python2.7/site-packages/reblazedb/dbcollections/__init__.py", line 4, in <module>
  9. from site import Site, SiteSettings
  10. File "/usr/local/lib/python2.7/site-packages/reblazedb/dbcollections/site.py", line 14, in <module>
  11. from base import MongoCollection
  12. File "/usr/local/lib/python2.7/site-packages/reblazedb/dbcollections/base.py", line 20, in <module>
  13. log = rbzlog.syslog("reblazedb.base")
  14. File "/usr/local/lib/python2.7/site-packages/reblazeutils/rbzlog.py", line 35, in syslog
  15. configure_syslog(log, level)
  16. File "/usr/local/lib/python2.7/site-packages/reblazeutils/rbzlog.py", line 8, in configure_syslog
  17. handler = SysLogHandler(address="/dev/log", facility=SysLogHandler.LOG_LOCAL0)
  18. File "/usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/handlers.py", line 761, in __init__
  19. self._connect_unixsocket(address)
  20. File "/usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/handlers.py", line 789, in _connect_unixsocket
  21. self.socket.connect(address)
  22. File "/usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 228, in meth
  23. return getattr(self._sock,name)(*args)
  24.  
  25. socket.error: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement