On Sunday, 4 August 2013 at 15:36:36 UTC, Tobias Pankrath wrote:
On Saturday, 3 August 2013 at 21:31:57 UTC, MattCoder wrote:
On Saturday, 3 August 2013 at 18:12:03 UTC, Flamaros wrote:
I am getting an internal error on page : http://www.dsource.org/

Just one note: early morning I was trying to access: http://dlang.org/lex.html but it was too slow.

Try to disable javascript.

For dsource.org it seems to be a server error.

I get this :
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.

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/BE1B" at offset 24576: No space left on device

Reply via email to