Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#6453 closed defect (invalid)

on firestats.cc ticket sending is not working

Reported by: exer Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

Python Traceback

Traceback (most recent call last):
  File "/home/omry/trac/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/home/omry/trac/lib/python2.4/site-packages/trac/web/main.py", line 243, in dispatch
    req.session.save()
  File "/home/omry/trac/lib/python2.4/site-packages/trac/web/session.py", line 206, in save
    (mintime,))
  File "/home/omry/trac/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/home/omry/trac/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 56, in execute
    args or [])
  File "/home/omry/trac/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
    return function(self, *args, **kwargs)
OperationalError: SQL logic error or missing database

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 16 years ago

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

It seems there is an installation issue on this server.

I also received the following error:

TracError: Database "/afs/hcoop.net/user/o/om/omry/trac/var/firestats/db/trac.db" not found.

Maybe an issue with a remote disk (AFS) ?
Closing as invalid, as it is likely to be a local issue with this server.

comment:2 by omry, 16 years ago

possibly a problem related to trac.db being stored on an AFS mounted volume.

looking into an option to store it locally and see if it solves the problem.

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.