Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172402 - Trac detected an internal error during opening the URL
Summary: Trac detected an internal error during opening the URL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High major
Assignee: Markus Ullmann (RETIRED)
URL: http://overlays.gentoo.org/proj/x11
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-27 12:04 UTC by Vasilij K. Savin
Modified: 2007-03-27 19:56 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vasilij K. Savin 2007-03-27 12:04:36 UTC
TracGuide — The Trac User and Administration Guide
 Python Traceback
 {{{
 Traceback (most recent call last):
   File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, 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) # triggers a sync if applicable
   File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", line
 101, in get_repository
     repos = self._connector.get_repository(rtype, rdir, authname)
   File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py",
 line 259, in get_repository
     repos = SubversionRepository(dir, None, self.log)
   File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py",
 line 289, in __init__
     raise TracError("%s does not appear to be a Subversion repository." \
 TracError: /var/www/overlays.gentoo.org/svn/proj/x11 does not appear to be
 a Subversion repository.
 }}}

Comment:

 Sorry, the error message is a bit misleading, you shouldn't have created a
 ticket here but you should have informed the overlays.gentoo.org/proj/x11
 people that there was a  problem reaching the svn repository (which was
 probably moved to another location).


 On the other hand, it's a bit sad that the whole Trac site is taken down
 when there's a problem like that. I think we should be more robust in this
 case (i.e. the other subsystems, e.g. wiki and ticket should still be
 usable).

-- 
Ticket URL: <http://trac.edgewall.org/ticket/5029#comment:1>
The Trac Project <http://trac.edgewall.org/>


Reproducible: Always

Steps to Reproduce:
1.Just open the URL
Comment 1 Mike Doty (RETIRED) gentoo-dev 2007-03-27 15:55:04 UTC
jokey- is this you?
Comment 2 Markus Ullmann (RETIRED) gentoo-dev 2007-03-27 19:32:07 UTC
Kind of expected. It's a git repo and somehow genstef set up a trac for it...

Though going to work on it now as our git guy seems to be MIA
Comment 3 Markus Ullmann (RETIRED) gentoo-dev 2007-03-27 19:56:47 UTC
Fixed, trac is now useable again