Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 9 years ago

#6213 closed defect (invalid)

internal error message

Reported by: jane@… Owned by: Jonas Borgström
Priority: highest Milestone:
Component: general Version:
Severity: critical Keywords:
Cc: jim.smoak@…, kevin.taylor@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

This is the error that displayed: Python Traceback

Traceback (most recent call last):
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/share/trac/plugins/TracAccountManager-0.1.3dev_r2128-py2.4.egg/acct_mgr/web_ui.py", line 359, in process_request
    return auth.LoginModule.process_request(self, req)
  File "/var/lib/python-support/python2.4/trac/web/auth.py", line 100, in process_request
    self._do_login(req)
  File "/usr/local/share/trac/plugins/TracAccountManager-0.1.3dev_r2128-py2.4.egg/acct_mgr/web_ui.py", line 364, in _do_login
    return auth.LoginModule._do_login(self, req)
  File "/var/lib/python-support/python2.4/trac/web/auth.py", line 141, in _do_login
    db.commit()
OperationalError: disk I/O error

Attachments (0)

Change History (5)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed

You'd better run stop all your network services right now, and start a check filesystem session on your hard drive as well as a SMART test, it looks like you have a hardware issue…

You may also want to look at your system log files to see if you can find other information about this issue that could look like a harddrive failure.

comment:2 by Christian Boos, 17 years ago

Just for the record, it might also be a simple "disk full" issue.

disk I/O error ?

Please have a look at the possible reasons for this message (assuming you're using SQLite): from http://www.sqlite.org/c_interface.html:

SQLITE_IOERR

    This value is returned if the operating system informs SQLite
    that it is unable to perform some disk I/O operation. 
    This could mean that there is no more space left on the disk. 

in reply to:  2 comment:3 by Emmanuel Blot, 17 years ago

Replying to cboos:

Just for the record, it might also be a simple "disk full" issue. disk I/O error ?

It would be less alarming ;-)

I thought the SQLite error was, in this case

DatabaseError: database or disk is full

comment:4 by pmocek-edgewall-tracwiki@…, 17 years ago

The file system on which the Trac environment resides was full. Definitely not a Trac defect.

comment:5 by anonymous, 9 years ago

I encountered this issue because the SQLite Database is located on a network share. Once the network share becomes unavailable for a short period of time for whatever reason, this error occurs.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.