#2576 FUEL project trac page not opening
Closed: Fixed None Opened 13 years ago by rajesh.

= phenomenon =

https://fedorahosted.org/fuel

This project page is not opeing. Giving error!
It was fine. Cannot understand why it happens.

= reason =

Giving error like this:

Oops…
Trac detected an internal error:

If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.

Go to http://trac.edgewall.org/ 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.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 91, in get_repository
raise TracError('Unsupported version control system "%s". '
TracError: Unsupported version control system "svn". Check that the Python bindings for "svn" are correctly installed.

= recommendation =


Hi

I find now it opens fine: https://fedorahosted.org/fuel/

Cannot say why it happened that time!

Rajesh

We saw this ticket and downgraded some packages that were apparently causing problems after the recent upgrade :-) codeblock says he's going to test upgraded packages on hosted02 later, assigning this to him :-)

Did some more digging with Seth and we found that the upgrade added /etc/httpd/conf.d/subversion.conf. We had previously determined that we don't need this file and it causes issues.

We've removed the file, and fixed the issue in puppet commit b9aa610878b9c42198337de1f3eecfdc781a080b.

Login to comment on this ticket.

Metadata