Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5147 closed defect (worksforme)

Error 500

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

Description (last modified by Emmanuel Blot)

Hi, I have these errors. Do you know how to fix them?

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch\n    result= object(re
  File "/var/lib/python-support/python2.4/trac/web/q)
  File "/var/lib/python-support/python2.4/trac/web/modpython_frontend.py", line 87, in handler\n    gateway.run(dispatch_request)
  File "/var/lib/python-support/python2.4/trac/web/wsgi.py", line 87, in run\n    response = application(self.environ, self._start_response)
  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)
  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)
  File "/var/lib/python-support/python2.4/trac/env.py", line 435, in open_environment\n    if env.needs_upgrade():
  File "/var/lib/python-support/python2.4/trac/env.py", line 313, in needs_upgrade\n    db = self.get_db_cnx()
  File "/var/lib/python-support/python2.4/trac/env.py", line 182, in get_db_cnx\n    return DatabaseManager(self).get_connection()
  File "/var/lib/python-support/python2.4/trac/db/api.py", line 73, in get_connection\n    connector, args = self._get_connector()
  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)
  File "/var/lib/python-support/python2.4/trac/db/api.py", line 110, in _parse_db_str\n    scheme, rest = db_str.split(':', 1)
ValueError: need more than 1 value to unpack

Attachments (0)

Change History (1)

comment:1 by Emmanuel Blot, 17 years ago

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

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.

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.