Dear List 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? \Oliver -- Direktør / Managing Director Oliver Marx TEKK Lyngbyvej 20 DK-2100 København Ø Main: +45 39 15 80 60 Direct: +45 39 15 80 62 http://www.tekk.dk
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
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 \Oliver -- Direkt?r / Managing Director Oliver Marx TEKK Lyngbyvej 20 DK-2100 K?benhavn ? Main: +45 39 15 80 60 Direct: +45 39 15 80 62 http://www.tekk.dk
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
Stupid me. I were using a 2.5.1 z2.pyt file. \Oliver
participants (2)
-
Dieter Maurer -
Oliver Marx