Edgewall Software
Modify

Opened 11 years ago

Closed 11 years ago

#10952 closed defect (invalid)

Home page do not work

Reported by: anonymous Owned by:
Priority: high Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Jun Omae)

When accessing http://www.dsource.org/, I've got this message :

Python Traceback

Traceback (most recent call last):
  File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 484, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 208, in dispatch
    req.authname = self.authenticate(req)
  File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 172, in authenticate
    authname = authenticator.authenticate(req)
  File "build/bdist.linux-x86_64/egg/dsource/auth.py", line 49, in authenticate
    db = self.env.get_central_db_cnx()
  File "build/bdist.linux-x86_64/egg/dsource/env.py", line 45, in get_central_db_cnx
    return CentralDatabaseManager(self).get_connection()
  File "/usr/lib64/python2.5/site-packages/trac/db/api.py", line 74, in get_connection
    return connector.get_connection(**args)
  File "/usr/lib64/python2.5/site-packages/trac/db/postgres_backend.py", line 40, in get_connection
    return PostgreSQLConnection(path, user, password, host, port, params)
  File "/usr/lib64/python2.5/site-packages/trac/db/postgres_backend.py", line 112, in __init__
    cnx = psycopg.connect(' '.join(dsn))
OperationalError: FATAL:  could not access status of transaction 0
DETAIL:  could not write to file "pg_subtrans/A09F" at offset 114688: No space left on device

Good luck !

Attachments (0)

Change History (1)

comment:1 by Jun Omae, 11 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed

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.