|
Loading...
|
trac-users@googlegroups.com
[Prev] Thread [Next] | [Prev] Date [Next]
[Trac] Trac crashes with "database is locked" clubbing80s Tue Apr 03 00:00:30 2012
Hi.
Trac nu-bee here.
We are in the process of migrating data to new servers. I moved the
svn repository to a new servers, then I mounted it in the same
location so that the change would be transparent to Trac. Now I get
the following :
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-
packages/trac/web/main.py", line 406,
in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 191,
in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 263,
in _pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py",
line 73, in pre_process_request
self.get_repository(req.authname).sync()
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py",
line 104, in get_repository
repos = self._connector.get_repository(rtype, rdir, authname)
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/
svn_fs.py", line 235, in get_repository
fs_repos = SubversionRepository(dir, None, self.log)
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/
svn_fs.py", line 272, in __init__
self.repos = repos.svn_repos_open(self.path, self.pool())
File "/usr/lib64/python2.4/site-packages/libsvn/repos.py", line 55,
in svn_repos_open
return apply(_repos.svn_repos_open, args)
SubversionException: ('database is locked', 200030)
I have checked the file permissions and apache has rwx on the
directories the svn is in. Nothing has been changed it Trac.
Any ideas how to resolve this ?
Thanks
G
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/trac-users/-/vLFngBgfrcsJ.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.
- [Trac] Trac crashes with "database is locked" clubbing80s 2012/04/03 <=
- RE: [Trac] Trac crashes with "database is locked" Cooke, Mark 2012/04/03