Modify ↓
#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 )
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 , 18 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
| Version: | → 0.10.4 |
comment:2 by , 18 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.
Note:
See TracTickets
for help on using tickets.



It seems there is an installation issue on this server.
I also received the following error:
Maybe an issue with a remote disk (AFS) ?
Closing as invalid, as it is likely to be a local issue with this server.