--> -->

IOError

[Errno 110] Connection timed out: '/local/web/wikis/cs148-07/data/pages/SplinesLecture(2f)024/revisions/99999999'

If you want to report a bug, please save this page and attach it to your bug report.

Traceback

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

  1. /usr/lib/python2.6/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestModPy object>)

    1. 1191 # Suggest non valid user to login
    2. 1192 msg += " " + _("Login and try again.", formatted=0)
    3. 1193 self.page.send_page(self, msg=msg)
    4. 1194
    5. 1195 # Try action
    • self = <MoinMoin.request.RequestModPy object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance>>
    • msg = u'You are not allowed to do SubscribeUser on this page. Login and try again.'
  2. /usr/lib/python2.6/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestModPy object>, msg=u'You are not allowed to do SubscribeUser on this page. Login and try again.', **keywords={})

    1. 1010
    2. 1011 # load the text
    3. 1012 body = self.get_raw_body()
    4. 1013
    5. 1014 # if necessary, load the default formatter
    • body undefined
    • self = <MoinMoin.Page.Page instance>
    • self.get_raw_body = <bound method Page.get_raw_body of <MoinMoin.Page.Page instance>>
  3. /usr/lib/python2.6/site-packages/MoinMoin/Page.py in get_raw_body (self=<MoinMoin.Page.Page instance>)

    1. 784 # try to open file
    2. 785 try:
    3. 786 file = codecs.open(self._text_filename(), 'rb', config.charset)
    4. 787 except IOError, er:
    5. 788 import errno
    • builtin file = <type 'file'>
    • global codecs = <module 'codecs' from '/usr/lib64/python2.6/codecs.pyc'>
    • codecs.open = <function open>
    • self = <MoinMoin.Page.Page instance>
    • self._text_filename = <bound method Page._text_filename of <MoinMoin.Page.Page instance>>
    • global config = <module 'MoinMoin.config' from '/usr/lib/python2.6/site-packages/MoinMoin/config.pyc'>
    • config.charset = 'utf-8'
  4. /usr/lib64/python2.6/codecs.py in open (filename='/local/web/wikis/cs148-07/data/pages/SplinesLecture(2f)024/revisions/99999999', mode='rb', encoding='utf-8', errors='strict', buffering=1)

    1. 879 # Force opening of the file in binary mode
    2. 880 mode = mode + 'b'
    3. 881 file = __builtin__.open(filename, mode, buffering)
    4. 882 if encoding is None:
    5. 883 return file
    • builtin file = <type 'file'>
    • global __builtin__ = <module '__builtin__' (built-in)>
    • __builtin__.open = <built-in function open>
    • filename = '/local/web/wikis/cs148-07/data/pages/SplinesLecture(2f)024/revisions/99999999'
    • mode = 'rb'
    • buffering = 1

IOError

[Errno 110] Connection timed out: '/local/web/wikis/cs148-07/data/pages/SplinesLecture(2f)024/revisions/99999999'

  • args = (110, 'Connection timed out')
  • errno = 110
  • filename = '/local/web/wikis/cs148-07/data/pages/SplinesLecture(2f)024/revisions/99999999'
  • message = ''
  • strerror = 'Connection timed out'

System Details