Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#4704 closed defect (invalid)

Error trying to get to a URL obtained in google search

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

I was trying to go the URL: http://dev.rubyonrails.org/ticket/5811

and got the following error: Ruby on rails site done in python. This is too good.

Traceback (most recent call last):
  File "/opt/csw/lib/python2.3/site-packages/trac/web/main.py", line 356, in dispatch_request
    dispatcher.dispatch(req)
  File "/opt/csw/lib/python2.3/site-packages/trac/web/main.py", line 190, in dispatch
    req.perm = PermissionCache(self.env, req.authname)
  File "/opt/csw/lib/python2.3/site-packages/trac/perm.py", line 267, in __init__
    self.perms = PermissionSystem(env).get_user_permissions(username)
  File "/opt/csw/lib/python2.3/site-packages/trac/perm.py", line 231, in get_user_permissions
    for perm in self.store.get_user_permissions(username):
  File "/opt/csw/lib/python2.3/site-packages/trac/perm.py", line 111, in get_user_permissions
    cursor.execute("SELECT username,action FROM permission")
  File "/opt/csw/lib/python2.3/site-packages/trac/db/util.py", line 48, in execute
    return self.cursor.execute(sql)
  File "/opt/csw/lib/python2.3/site-packages/trac/db/util.py", line 48, in execute
    return self.cursor.execute(sql)
  File "/export/home/briner/build/pypgsql-2.4/cswstage/opt/csw/lib/python2.3/site-packages/pyPgSQL/PgSQL.py", line 3067, in execute
OperationalError: no connection to the server

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Version: 0.10

comment:2 by Matthew Good, 17 years ago

Resolution: invalid
Status: newclosed

It appears that their database server is down, or Trac has been misconfigured. Please report this to the site's administrator.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.