Edgewall Software

Changes between Initial Version and Version 1 of Ticket #5147


Ignore:
Timestamp:
Apr 15, 2007, 10:27:01 PM (17 years ago)
Author:
Emmanuel Blot
Comment:

It seems that the database connection string is invalid.

Please post your configuration to the MailingList, and do not forget to give details about your installation.

This seems to be a installation issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5147

    • Property Status newclosed
    • Property Resolutionworksforme
  • Ticket #5147 – Description

    initial v1  
    22I have these errors. Do you know how to fix them?
    33
    4 
    5 PythonHandler trac.web.modpython_frontend: Traceback (most recent call last):
    6 PythonHandler trac.web.modpython_frontend:   File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch\n    result= object(rePythonHandler trac.web.modpython_frontend:   File "/var/lib/python-support/python2.4/trac/web/q)
    7 PythonHandler trac.web.modpython_frontend:   File "/var/lib/python-support/python2.4/trac/web/modpython_frontend.py", line 87, in handler\n    gateway.run(dispatch_request)
    8 PythonHandler trac.web.modpython_frontend:   File "/var/lib/python-support/python2.4/trac/web/wsgi.py", line 87, in run\n    response = application(self.environ, self._start_response)
    9 PythonHandler trac.web.modpython_frontend:   File "/var/lib/python-support/python2.4/trac/web/main.py", line 377, in dispatch_request\n    env = _open_environment(env_path, run_once=run_once)
    10 PythonHandler trac.web.modpython_frontend:   File "/var/lib/python-support/python2.4/trac/web/main.py", line 58, in _open_environment\n    env_cache[env_path] = open_environment(env_path)
    11 PythonHandler trac.web.modpython_frontend:   File "/var/lib/python-support/python2.4/trac/env.py", line 435, in open_environment\n    if env.needs_upgrade():
    12 PythonHandler trac.web.modpython_frontend:   File "/var/lib/python-support/python2.4/trac/env.py", line 313, in needs_upgrade\n    db = self.get_db_cnx()
    13 PythonHandler trac.web.modpython_frontend:   File "/var/lib/python-support/python2.4/trac/env.py", line 182, in get_db_cnx\n    return DatabaseManager(self).get_connection()
    14 PythonHandler trac.web.modpython_frontend:   File "/var/lib/python-support/python2.4/trac/db/api.py", line 73, in get_connection\n    connector, args = self._get_connector()
    15 PythonHandler trac.web.modpython_frontend:   File "/var/lib/python-support/python2.4/trac/db/api.py", line 84, in _get_connector\n    scheme, args = _parse_db_str(self.connection_uri)PythonHandler trac.web.modpython_frontend:   File "/var/lib/python-support/python2.4/trac/db/api.py", line 110, in _parse_db_str\n    scheme, rest = db_str.split(':', 1)
    16 PythonHandler trac.web.modpython_frontend: ValueError: need more than 1 value to unpack
    17 
     4{{{
     5Traceback (most recent call last):
     6  File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch\n    result= object(re
     7  File "/var/lib/python-support/python2.4/trac/web/q)
     8  File "/var/lib/python-support/python2.4/trac/web/modpython_frontend.py", line 87, in handler\n    gateway.run(dispatch_request)
     9  File "/var/lib/python-support/python2.4/trac/web/wsgi.py", line 87, in run\n    response = application(self.environ, self._start_response)
     10  File "/var/lib/python-support/python2.4/trac/web/main.py", line 377, in dispatch_request\n    env = _open_environment(env_path, run_once=run_once)
     11  File "/var/lib/python-support/python2.4/trac/web/main.py", line 58, in _open_environment\n    env_cache[env_path] = open_environment(env_path)
     12  File "/var/lib/python-support/python2.4/trac/env.py", line 435, in open_environment\n    if env.needs_upgrade():
     13  File "/var/lib/python-support/python2.4/trac/env.py", line 313, in needs_upgrade\n    db = self.get_db_cnx()
     14  File "/var/lib/python-support/python2.4/trac/env.py", line 182, in get_db_cnx\n    return DatabaseManager(self).get_connection()
     15  File "/var/lib/python-support/python2.4/trac/db/api.py", line 73, in get_connection\n    connector, args = self._get_connector()
     16  File "/var/lib/python-support/python2.4/trac/db/api.py", line 84, in _get_connector\n    scheme, args = _parse_db_str(self.connection_uri)
     17  File "/var/lib/python-support/python2.4/trac/db/api.py", line 110, in _parse_db_str\n    scheme, rest = db_str.split(':', 1)
     18ValueError: need more than 1 value to unpack
     19}}}