Modify ↓
Opened 12 years ago
Closed 12 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 )
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 , 12 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
WrongTrac.