Edgewall Software

Opened 17 years ago

Last modified 17 years ago

#5633 closed defect

no possibility to access to any service of our trac (roadmap, timeline, etc...) — at Initial Version

Reported by: workcraft development member : guillaume.dallaco@… 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

I have to say we can access to our SVN at https://opensvn.csie.org/workcraft/, only the trac services are down (some tests done, always the same error page shown). Updating my local working copy do not cause any error, and I commit this afternoon it worked well. (Sorry for my english, I'm a french user, making his best ;-)

We already had a problem a few days ago, but it had been corrected (don't know if it helps… I don't remember the exact error, it was a problem of updating the trac system).

I said everything I think may help, here are the traces given on our error page :

Traceback (most recent call last):

File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 243, in dispatch

req.session.save()

File "/usr/local/lib/python2.4/site-packages/trac/web/session.py", line 197, in save

(self.last_visit, self.sid, authenticated))

File "/usr/local/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute

return self.cursor.execute(sql_escape_percent(sql), args)

File "/usr/local/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 56, in execute

args or [])

File "/usr/local/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

By the way, thanks for your work ;-)

Change History (0)

Note: See TracTickets for help on using tickets.