[SciPy-dev] scipy Trac error

Andrew Straw strawman at astraw.com
Mon May 28 04:31:49 EDT 2007


Hi scipy web admins,

I attempted to login to http://projects.scipy.org/scipy/scipy/login but I get this error:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 238, in dispatch
    resp = chosen_handler.process_request(req)
  File "/home/scipy/trac/scipy/plugins/TracAccountManager-0.1.2-py2.4.egg/acct_mgr/web_ui.py", line 179, in process_request
    return auth.LoginModule.process_request(self, req)
  File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 100, in process_request
    self._do_login(req)
  File "/home/scipy/trac/scipy/plugins/TracAccountManager-0.1.2-py2.4.egg/acct_mgr/web_ui.py", line 184, in _do_login
    return auth.LoginModule._do_login(self, req)
  File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 139, in _do_login
    "VALUES (%s, %s, %s, %s)", (cookie, remote_user,
  File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/src/build/539311-i386/install//usr/lib/python2.4/site-packages/sqlite/main.py", line 255, in execute
DatabaseError: database is full

There must be a lot of users if the database is full! :)

Note that I'm not 100% sure if I have an account with the Trac system. I'm pretty sure I do with numpy, but I'm not sure about scipy. But this doesn't look like the typical "wrong password" error message.

-Andrew




More information about the SciPy-Dev mailing list