Guest User

Untitled

a guest
Feb 21st, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. 500 Internal Server Error
  2.  
  3. The server encountered an unexpected condition which prevented it from fulfilling the request.
  4. In addition, the custom error page failed:
  5. OSError: [Errno 2] No such file or directory
  6. Traceback (most recent call last):
  7. File "/volume1/@appstore/AutoSub-BootstrapBill/cherrypy/_cprequest.py", line 656, in respond
  8. response.body = self.handler()
  9. File "/volume1/@appstore/AutoSub-BootstrapBill/cherrypy/lib/encoding.py", line 188, in __call__
  10. self.body = self.oldhandler(*args, **kwargs)
  11. File "/volume1/@appstore/AutoSub-BootstrapBill/cherrypy/_cpdispatch.py", line 34, in __call__
  12. return self.callable(*self.args, **self.kwargs)
  13. File "/volume1/@appstore/AutoSub-BootstrapBill/autosub/WebServer.py", line 471, in index
  14. tmpl = PageTemplate(file="interface/templates/home.tmpl")
  15. File "/usr/local/python/lib/python2.7/site-packages/Cheetah/Template.py", line 1259, in __init__
  16. self._compile(source, file, compilerSettings=compilerSettings)
  17. File "/usr/local/python/lib/python2.7/site-packages/Cheetah/Template.py", line 1545, in _compile
  18. file = self.serverSidePath(file)
  19. File "/usr/local/python/lib/python2.7/site-packages/Cheetah/Servlet.py", line 42, in serverSidePath
  20. return normpath(abspath(path.replace("\\", '/')))
  21. File "/usr/local/python/lib/python2.7/posixpath.py", line 371, in abspath
  22. cwd = os.getcwd()
  23. OSError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment