Hello All,

I just installed TRAC and could create environment and use it through *
tracd server*.

As the next step I tried to use TRAC on Apache and once I try to access TRAC
URL, I get

" Internal Server Error

The server encountered an internal error or misconfiguration and was unable
to complete your request.

Please contact the server administrator and inform them of the time the
error occurred, and anything you might have done that may have caused the
error.

More information about this error may be available in the server error log."


Attached is the Apache log file.

[error]  mod_python (pid=4680, interpreter='main_interpreter',
phase='PythonHandler', handler='trac.web.modpython_frontend'): Application
error
 [error]  ServerName: 'erceq50.corp.skf.net'
 [error]  DocumentRoot: 'D:/WebData/htdocs'
 [error]  URI: '/Trac/MySqlTest'
 [error]  Location: '/Trac/MySqlTest'
 [error]  Directory: None
 [error]  Filename: 'D:/WebData/htdocs/Trac'
 [error]  PathInfo: '/MySqlTest'
 [error]  Traceback (most recent call last):
 [error]    File
"C:\\Python25\\lib\\site-packages\\mod_python\\importer.py", line 1537, in
HandlerDispatch\n    default=default_handler, arg=req, silent=hlist.silent)
 [error]    File
"C:\\Python25\\lib\\site-packages\\mod_python\\importer.py", line 1229, in
_process_target\n    result = _execute_target(config, req, object, arg)
 [error]    File
"C:\\Python25\\lib\\site-packages\\mod_python\\importer.py", line 1128, in
_execute_target\n    result = object(arg)
 [error]    File
"c:\\python25\\lib\\site-packages\\Trac-0.11.1-py2.5.egg\\trac\\web\\modpython_frontend.py",
line 149, in handler\n    gateway.run(dispatch_request)
 [error]    File
"c:\\python25\\lib\\site-packages\\Trac-0.11.1-py2.5.egg\\trac\\web\\wsgi.py",
line 87, in run\n    response = application(self.environ,
self._start_response)
 [error]    File
"c:\\python25\\lib\\site-packages\\Trac-0.11.1-py2.5.egg\\trac\\web\\main.py",
line 381, in dispatch_request\n    env = open_environment(env_path,
use_cache=not run_once)
 [error]    File
"c:\\python25\\lib\\site-packages\\Trac-0.11.1-py2.5.egg\\trac\\env.py",
line 567, in open_environment\n    env = env_cache.setdefault(env_path,
open_environment(env_path))
 [error]    File
"c:\\python25\\lib\\site-packages\\Trac-0.11.1-py2.5.egg\\trac\\env.py",
line 571, in open_environment\n    env = Environment(env_path)
 [error]    File
"c:\\python25\\lib\\site-packages\\Trac-0.11.1-py2.5.egg\\trac\\env.py",
line 190, in __init__\n    self.verify()
 [error]    File
"c:\\python25\\lib\\site-packages\\Trac-0.11.1-py2.5.egg\\trac\\env.py",
line 249, in verify\n    fd = open(os.path.join(self.path, 'VERSION'), 'r')
 [error]  IOError: [Errno 2] No such file or directory:
'/WebData/htdocs/TRACData/MySqlTest\\\\VERSION'
 Can anyone tell me what could be the problem?

--cheers, hare

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to