Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. # /opt/graphite/bin/carbon-cache.py --debug start
  2. Starting carbon-cache (instance None)
  3. Traceback (most recent call last):
  4. File "/opt/graphite/bin/carbon-cache.py", line 30, in <module>
  5. run_twistd_plugin(__file__)
  6. File "/opt/graphite/lib/carbon/util.py", line 74, in run_twistd_plugin
  7. runApp(config)
  8. File "/usr/lib/python2.6/dist-packages/twisted/scripts/twistd.py", line 23, in runApp
  9. _SomeApplicationRunner(config).run()
  10. File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 411, in run
  11. self.application = self.createOrGetApplication()
  12. File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 489, in createOrGetApplication
  13. ser = plg.makeService(self.config.subOptions)
  14. File "/opt/graphite/lib/twisted/plugins/carbon_cache_plugin.py", line 21, in makeService
  15. return service.createCacheService(options)
  16. File "/opt/graphite/lib/carbon/service.py", line 104, in createCacheService
  17. factory = ServerFactory()
  18. NameError: global name 'ServerFactory' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement