Oliver Marx wrote at 2003-2-23 19:26 +0100:
Dieter Maurer wrote:
Oliver Marx wrote at 2003-2-21 15:11 +0100:
I have made a custom-installer for Zope. (Windows)
The database is in the var catalog as always The HTTP-server gets started.
But Zope does not try to mount the ZODB? What could the problem be?
Activate Zope logging (--> doc/LOGGING.txt) and look into the log file.
Dieter
I have already been down that road. I don't get *any* error messages. None what so ever.
I just informs me that the http server and the ftpserver has been started. That's all.
------ 2003-02-23T19:15:48 INFO(0) ZServer HTTP server started at Sun Feb 23 19:15:48 2003 Hostname: radagast Port: 8080 ------ 2003-02-23T19:15:48 INFO(0) ZServer FTP server started at Sun Feb 23 19:15:48 2003 Hostname: radagast Port: 8021
Usually, Zope is very unhappy when it cannot open its database and does not start up the HTTP server. Do you have a private "custom_zodb.py"? Are you sure, Zope did not open its database? Dieter