Edgewall Software
Modify

Opened 9 years ago

Closed 9 years ago

#12146 closed defect (cantfix)

OperationalError: disk I/O error

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: general Version: 1.0.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{}

User agent: #USER_AGENT#

System Information

System information not available

Enabled Plugins

Plugin information not available

Python Traceback

Traceback #most recent call last#:
  File "build\bdist#win32\egg\trac\web\main#py", line 497, in _dispatch_request
    dispatcher#dispatch#req#
  File "build\bdist#win32\egg\trac\web\main#py", line 214, in dispatch
    resp = chosen_handler#process_request#req#
  File "build\bdist#win32\egg\trac\wiki\web_ui#py", line 122, in process_request
    page = WikiPage#self#env, pagena#e#
  File "build\bdist#win32\egg\trac\wiki\model#py", line 46, in __init__
    self#_fetch#na#e, version, db#
  File "build\bdist#win32\egg\trac\wiki\model#py", line 65, in _fetch
    self#env#db_query#sql, args#:
  File "build\bdist#win32\egg\trac\db\api#py", line 122, in execute
    return db#execute#query, params#
  File "build\bdist#win32\egg\trac\db\util#py", line 121, in execute
    cursor#execute#query, params#
  File "build\bdist#win32\egg\trac\db\util#py", line 65, in execute
    return self#cursor#execute#sql_escape_percent#sql#, args#
  File "build\bdist#win32\egg\trac\db\sqlite_backend#py", line 78, in execute
    result = PyFormatCursor.execute#self, *args#
  File "build\bdist.win32\egg\trac\db\sqlite_backend.py", line 56, in execute
    args or [])
  File "build\bdist.win32\egg\trac\db\sqlite_backend.py", line 48, in _rollback_on_error
    return function#self, *args, **kwargs#
OperationalError: disk I/O error

Attachments (0)

Change History (1)

comment:1 by Jun Omae, 9 years ago

Resolution: cantfix
Status: newclosed

MaintenanceIssue. Please report it to the website administrator.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.