Message1531
I would assume that "roundup-admin install" would
create a new style tracker with a config.ini, but it
creates an config.py. (the message at the end of the
install process points me to config.ini too).
After editing "config.py" I run "roundup-admin init":
Enter tracker home: /var/roundup/publisher/
Admin Password:
Confirm:
Error: Instance has not been installed
If I ignore that and try to run this tracker using the
mod python front end I get this error in my apache
error log:
[Sat Nov 20 17:29:45 2004] [error] [client 127.0.0.1]
PythonHandler roundup.cgi.apache: Traceback (most
recent call last):
[Sat Nov 20 17:29:45 2004] [error] [client 127.0.0.1]
PythonHandler roundup.cgi.apache: File
"/usr/lib/python2.3/site-packages/mod_python/apache.py",
line 299, in HandlerDispatch\n result =
object(req)[Sat Nov 20 17:29:45 2004] [error] [client
127.0.0.1] PythonHandler roundup.cgi.apache: File
"/usr/local/lib/python2.3/site-packages/roundup/cgi/apache.py",
line 84, in handler\n _tracker =
roundup.instance.open(_home)
[Sat Nov 20 17:29:45 2004] [error] [client 127.0.0.1]
PythonHandler roundup.cgi.apache: File
"/usr/local/lib/python2.3/site-packages/roundup/instance.py",
line 242, in open\n return
OldStyleTrackers.open(tracker_home, optimize=optimize)
[Sat Nov 20 17:29:45 2004] [error] [client 127.0.0.1]
PythonHandler roundup.cgi.apache: File
"/usr/local/lib/python2.3/site-packages/roundup/instance.py",
line 206, in open\n raise TrackerError, 'File
"%s.py" missing from tracker '\\
[Sat Nov 20 17:29:45 2004] [error] [client 127.0.0.1]
PythonHandler roundup.cgi.apache: TrackerError: File
"select_db.py" missing from tracker home
"/var/roundup/publisher"
|
|
Date |
User |
Action |
Args |
2009-02-03 14:21:01 | admin | link | issue1071402 messages |
2009-02-03 14:21:01 | admin | create | |
|