Ticket #3192 (closed defect: wontfix)

Opened 2 months ago

Last modified 2 weeks ago

internal server error traceback

Reported by: kain Assigned to: hvr
Priority: normal Component: GitPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: Traceback (most recent call last):
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend:   File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 299, in HandlerDispatch\n    result = object(req)
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend:   File "/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line 87, in handler\n    gateway.run(dispatch_request)
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend:   File "/usr/lib/python2.3/site-packages/trac/web/wsgi.py", line 87, in run\n    response = application(self.environ, self._start_response)
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend:   File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 391, in dispatch_request\n    env = _open_environment(env_path, run_once=run_once)
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend:   File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 58, in _open_environment\n    env_cache[env_path] = open_environment(env_path)
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend:   File "/usr/lib/python2.3/site-packages/trac/env.py", line 462, in open_environment\n    env = Environment(env_path)
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend:   File "/usr/lib/python2.3/site-packages/trac/env.py", line 142, in __init__\n    load_components(self)
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend:   File "/usr/lib/python2.3/site-packages/trac/loader.py", line 101, in load_components\n    entry_point.load()
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend:   File "/usr/lib/python2.3/site-packages/setuptools-0.6c5-py2.3.egg/pkg_resources.py", line 1830, in load\n    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend:   File "/usr/lib/python2.3/site-packages/TracGit-0.0.1-py2.3.egg/gitplugin/git_fs.py", line 253
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend:     yield("git-"+k, ", ".join(("[%s]" % c) for c in v), True, 'changeset')
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend:                                              ^
[Sun Jun 15 17:34:30 2008] [error] [client 2.9.11.89] PythonHandler trac.web.modpython_frontend: SyntaxError: invalid syntax

Attachments

Change History

06/15/08 12:50:20 changed by anonymous

forgot to add: this is from SVN some minutes ago.

08/17/08 05:04:58 changed by anonymous

  • status changed from new to closed.
  • resolution set to wontfix.

you need at least python 2.4 for the trac 0.10 plugin (and python 2.5 for the trac 0.11 plugin)


Add/Change #3192 (internal server error traceback)




Change Properties
Action