hi group,

i updated from trac0.9.6 to trac0.10.0 and after i restarted the
webserver i can`t see anything an the apache log files locks like:
my steps:
* python setup.py install
* trac-admin /path/to/projenv upgrade
* restart the apache daemon

--
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend: Traceback (most recent call
last):
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in
HandlerDispatch\n    result = object(req)
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line
87, in handler\n    gateway.run(dispatch_request)
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/trac/web/wsgi.py", line 87, in run\n
  response = application(self.environ, self._start_response)
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/trac/web/main.py", line 346, in
dispatch_request\n    env = _open_environment(env_path,
run_once=environ['wsgi.run_once'])
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/trac/web/main.py", line 57, in
_open_environment\n    env_cache[env_path] = open_environment(env_path)
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/trac/env.py", line 433, in
open_environment\n    env = Environment(env_path)
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/trac/env.py", line 121, in __init__\n
   load_components(self)
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/trac/loader.py", line 140, in
load_components\n    __import__(module)
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 28,
in ?\n    import pysqlite2.dbapi2 as sqlite
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"build/bdist.linux-i686/egg/pysqlite2/dbapi2.py", line 32, in ?
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"build/bdist.linux-i686/egg/pysqlite2/_sqlite.py", line 7, in ?
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"build/bdist.linux-i686/egg/pysqlite2/_sqlite.py", line 4, in
__bootstrap__
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/setuptools-0.6a6-py2.4.egg/pkg_resources.py",
line 676, in resource_filename\n    return
get_provider(package_or_requirement).get_resource_filename(
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/setuptools-0.6a6-py2.4.egg/pkg_resources.py",
line 1064, in get_resource_filename\n
self._extract_resource(manager, self._eager_to_zip(name))
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/setuptools-0.6a6-py2.4.egg/pkg_resources.py",
line 1081, in _extract_resource\n    real_path =
manager.get_cache_path(self.egg_name, self._parts(zip_path))
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/setuptools-0.6a6-py2.4.egg/pkg_resources.py",
line 713, in get_cache_path\n    ensure_directory(target_path)
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/site-packages/setuptools-0.6a6-py2.4.egg/pkg_resources.py",
line 2137, in ensure_directory\n    os.makedirs(dirname)
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/os.py", line 156, in makedirs\n    makedirs(head,
mode)
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/os.py", line 156, in makedirs\n    makedirs(head,
mode)
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend:   File
"/usr/lib/python2.4/os.py", line 159, in makedirs\n    mkdir(name,
mode)
[Fri Sep 29 14:20:49 2006] [error] [client 192.168.81.225]
PythonHandler trac.web.modpython_frontend: OSError: [Errno 13]
Permission denied: '/root/.python-eggs'
--

please help me!

regards,
thomas


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to