Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#8057 closed defect (invalid)

Internal error after clicking user link

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: wiki system Version: none
Severity: normal Keywords: wiki, user
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Have ben on page

http://trac-hacks.org/changeset/3120

and clicked on user link "ixokai"( http://trac-hacks.org/wiki/ixokai )

After aprox. 30 seconds the error message occoured:

Oops… Trac detected an internal error:

Python Traceback

Traceback (most recent call last):

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

dispatcher.dispatch(req)

File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 191, in dispatch

chosen_handler = self._pre_process_request(req, chosen_handler)

File "/usr/lib/python2.5/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.5/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request

self.get_repository(req.authname).sync()

File "/usr/lib/python2.5/site-packages/trac/versioncontrol/api.py", line 96, in get_repository

db = self.env.get_db_cnx() # prevent possible deadlock, see #4465

File "/usr/lib/python2.5/site-packages/trac/env.py", line 214, in get_db_cnx

return DatabaseManager(self).get_connection()

File "/usr/lib/python2.5/site-packages/trac/db/api.py", line 76, in get_connection

return self._cnx_pool.get_cnx(self.timeout or None)

File "/usr/lib/python2.5/site-packages/trac/db/pool.py", line 109, in get_cnx

% timeout)

TimeoutError: Unable to get database connection within 20 seconds

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 15 years ago

Resolution: invalid
Status: newclosed

This is an InstallationIssue, and a temporary one at that. Nothing to do with Trac core.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.