Opened 19 years ago
Closed 19 years ago
#4845 closed defect (worksforme)
Oops... Trac detected an internal error: database is locked
| Reported by: | anonymous | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.8.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Hi, after i try to open this link: http://www.sage-community.org/index.cgi/wiki/ComSkip
following error message was displayed:
"Oops… Trac detected an internal error: database is locked
If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team.
Go to http://trac.edgewall.com/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the python traceback found below.
TracGuide — The Trac User and Administration Guide Python traceback
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/core.py", line 531, in cgi_start
real_cgi_start()
File "/usr/lib/python2.3/site-packages/trac/core.py", line 526, in real_cgi_start
dispatch_request(path_info, args, req, env)
File "/usr/lib/python2.3/site-packages/trac/core.py", line 433, in dispatch_request
req.session = Session.Session(env, req, newsession)
File "/usr/lib/python2.3/site-packages/trac/Session.py", line 51, in __init__
self.get_session(sid)
File "/usr/lib/python2.3/site-packages/trac/Session.py", line 114, in get_session
self.update_sess_time()
File "/usr/lib/python2.3/site-packages/trac/Session.py", line 99, in update_sess_time
self['last_visit'] = sess_time
File "/usr/lib/python2.3/site-packages/trac/Session.py", line 59, in __setitem__
return self.set_var(key, val)
File "/usr/lib/python2.3/site-packages/trac/Session.py", line 138, in set_var
self.purge_expired()
File "/usr/lib/python2.3/site-packages/trac/Session.py", line 175, in purge_expired
" AND var_value < %i)", mintime)
File "/usr/lib/python2.3/site-packages/sqlite/main.py", line 237, in execute
self.con._begin()
File "/usr/lib/python2.3/site-packages/sqlite/main.py", line 503, in _begin
self.db.execute("BEGIN")
OperationalError: database is locked"
cu Robert
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
| Version: | → 0.8.1 |
This web site is running a very outdated release of Trac.
This issue has been fixed in the latest Trac release (0.10.3)



now it's working… sry