[ZWeb] zope start problem on RH 8.0
Dave Anders
support@deltaphon.net
Mon, 28 Apr 2003 09:47:24 -0400
Hi,
I got the following problem :
RH 8.0
Python 2.2.1-17
Zope 2.6.1
the Zope start up is not working properly
and hanging there
[zope@host11 Zope]$ ./start -u zope
------
2003-04-28T15:45:01 INFO(0) zdaemon Started subprocess: pid 2663
------
2003-04-28T15:45:03 INFO(0) ZODB Opening database for mounting:
'143844824_1051477476.200591'
------
2003-04-28T15:45:03 INFO(0) ZODB Mounted database
'143844824_1051477476.200591'
at /temp_folder
------
2003-04-28T15:45:03 INFO(0) ZServer HTTP server started at Mon Apr 28
15:45:03 2003
Hostname: host11.mydomain.com
Port: 8080
------
2003-04-28T15:45:03 INFO(0) ZServer FTP server started at Mon Apr 28
15:45:03 2003
Hostname: host11.mydomain.com
Port: 8021
------
2003-04-28T15:45:03 INFO(0) ZServer PCGI Server started at Mon Apr 28
15:45:03 2003
Unix socket: /usr/share/Zope/var/pcgi.soc
Freezing at this point, nothing happens.
As soon as I close the SSH window Zope is
no longer running.
The only way out is to kill the first Zope PID
over a second SSH connection.
After the command kill -9 PID the start up is
killed but Zope is running fine.
It's just a start up problem. I don't know
what kind of problem this could be.
Why is the start up process hanging ?
Thank you for your assistance.
--Dave***