Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

notebook -- try harder to create worksheet process?? #6918

Closed
williamstein opened this issue Sep 10, 2009 · 1 comment
Closed

notebook -- try harder to create worksheet process?? #6918

williamstein opened this issue Sep 10, 2009 · 1 comment

Comments

@williamstein
Copy link
Contributor

2009-09-10 11:49:14-0700 [HTTPChannel,38908,127.0.0.1] [Errno 5] Input/output error
2009-09-10 11:49:14-0700 [HTTPChannel,38908,127.0.0.1] Exception rendering:
2009-09-10 11:49:14-0700 [HTTPChannel,38908,127.0.0.1] Unhandled Error
Traceback (most recent call last):
  File "/Users/wstein/sage/build/64bit/sage/local/lib/python2.6/site-packages/twisted/internet/defer.py", line 186, in addCallbacks
    self._runCallbacks()
  File "/Users/wstein/sage/build/64bit/sage/local/lib/python2.6/site-packages/twisted/internet/defer.py", line 328, in _runCallbacks
    self.result = callback(self.result, *args, **kw)
  File "/Users/wstein/sage/build/64bit/sage/local/lib/python2.6/site-packages/twisted/internet/defer.py", line 289, in _continue
    self.unpause()
  File "/Users/wstein/sage/build/64bit/sage/local/lib/python2.6/site-packages/twisted/internet/defer.py", line 285, in unpause
    self._runCallbacks()
--- <exception caught here> ---
  File "/Users/wstein/sage/build/64bit/sage/local/lib/python2.6/site-packages/twisted/internet/defer.py", line 328, in _runCallbacks
    self.result = callback(self.result, *args, **kw)
  File "/Users/wstein/sage/build/64bit/sage/local/lib/python2.6/site-packages/twisted/web2/server.py", line 296, in <lambda>
    d.addCallback(lambda res, req: res.renderHTTP(req), self)
  File "/Users/wstein/sage/build/64bit/sage/local/lib/python2.6/site-packages/twisted/web2/resource.py", line 85, in renderHTTP
    return method(request)
  File "/Users/wstein/sage/build/64bit/sage/local/lib/python2.6/site-packages/twisted/web2/resource.py", line 202, in http_GET
    return super(Resource, self).http_GET(request)
  File "/Users/wstein/sage/build/64bit/sage/local/lib/python2.6/site-packages/twisted/web2/resource.py", line 128, in http_GET
    return self.render(request)
  File "/Users/wstein/sage/build/64bit/sage/local/lib/python2.6/site-packages/sage/server/notebook/twist.py", line 1430, in render
    self.worksheet.sage()
  File "/Users/wstein/sage/build/64bit/sage/local/lib/python2.6/site-packages/sage/server/notebook/worksheet.py", line 2830, in sage
    self.initialize_sage()
  File "/Users/wstein/sage/build/64bit/sage/local/lib/python2.6/site-packages/sage/server/notebook/worksheet.py", line 2803, in initialize_sage
    raise RuntimeError
exceptions.RuntimeError: 	

Component: notebook

Issue created by migration from https://trac.sagemath.org/ticket/6918

@fchapoton

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants