Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

Last modified 11 years ago

#8420 closed defect (wontfix)

OperationalError: (1030, 'Got error 28 from storage engine')

Reported by: victor.frenklakh@… Owned by:
Priority: highest Milestone:
Component: general Version: 0.10-stable
Severity: blocker Keywords: mysql
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Remy Blank)

Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.5/site-packages/trac/ticket/query.py", line 390, in process_request
    constraints = self._get_constraints(req)
  File "/usr/local/lib/python2.5/site-packages/trac/ticket/query.py", line 451, in _get_constraints
    TicketSystem(self.env).get_ticket_fields()]
  File "/usr/local/lib/python2.5/site-packages/trac/ticket/api.py", line 104, in get_ticket_fields
    for username, name, email in self.env.get_known_users(db):
  File "/usr/local/lib/python2.5/site-packages/trac/env.py", line 313, in get_known_users
    cursor.execute("SELECT DISTINCT s.sid, n.value, e.value "
  File "/usr/local/lib/python2.5/site-packages/trac/db/util.py", line 51, in execute
    return self.cursor.execute(sql)
  File "/usr/local/lib/python2.5/site-packages/trac/db/util.py", line 51, in execute
    return self.cursor.execute(sql)
  File "build/bdist.linux-i686/egg/MySQLdb/cursors.py", line 166, in execute
    self.errorhandler(self, exc, value)
  File "build/bdist.linux-i686/egg/MySQLdb/connections.py", line 35, in defaulterrorhandler
    raise errorclass, errorvalue
OperationalError: (1030, 'Got error 28 from storage engine')

Attachments (0)

Change History (3)

comment:1 by tlk, 15 years ago

See also #6348

comment:2 by Remy Blank, 15 years ago

Description: modified (diff)
Milestone: not applicable

I'd say InstallationIssue, but that's just a guess…

comment:3 by Christian Boos, 15 years ago

Keywords: mysql added
Resolution: wontfix
Status: newclosed

And as I see 0.10-stable here, let me say that if 0.10.x is no longer actively maintained, doubly so for MySQL on 0.10.x!

MySQL support has been much improved in 0.11, so if you want to use that database backend, an upgrade is highly recommended. See MySqlDb for the proper charsets and the engine that must be used.

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.