I have installed Zope 2.7.0 in hpux 11.00 with python 2.3.3 compiled with gnu gcc 3.3.2 Zope start normally and it seems to be ok. But if I select, in the root folder, error_log or standard_template.pt, it hangs. The processes are run normally and then state of the port (8080) seems ok. Any idea ?? --------------------------------------------- Istituto di Cibernetica Eduardo Caianiello Comprensorio Olivetti, Building 70 Via Campi Flegrei, 34 80078 Pozzuoli Italy Tel: +39.0818675156 Fax: +39.0818675326 email:m.pietrovita@ais.cib.na.cnr.it --------------------------------------------- ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/
m.pietrovita@ais.cib.na.cnr.it wrote at 2004-7-29 20:11 +0200:
I have installed Zope 2.7.0 in hpux 11.00 with python 2.3.3 compiled with gnu gcc 3.3.2 Zope start normally and it seems to be ok. But if I select, in the root folder, error_log or standard_template.pt, it hangs.
When I have seen this in the past, Zope was waiting on some external resource (name server, LDAP server, Postgres database) which was not connected. Waiting terminated finally via a timeout (several minutes). The most efficient way to analyse the cause it to attach the process (with GDB) and see where it is waiting. Of course, this requires a bit familiarity with GDB. -- Dieter
On Fri, 2004-07-30 at 15:27, Dieter Maurer wrote:
m.pietrovita@ais.cib.na.cnr.it wrote at 2004-7-29 20:11 +0200:
I have installed Zope 2.7.0 in hpux 11.00 with python 2.3.3 compiled with gnu gcc 3.3.2 Zope start normally and it seems to be ok. But if I select, in the root folder, error_log or standard_template.pt, it hangs.
When I have seen this in the past, Zope was waiting on some external resource (name server, LDAP server, Postgres database) which was not connected. Waiting terminated finally via a timeout (several minutes).
The most efficient way to analyse the cause it to attach the process (with GDB) and see where it is waiting. Of course, this requires a bit familiarity with GDB.
Actually, you don't need much GDB experience if you just follow this recipe: http://www.zope.org/Members/4am/debugspinningzope - C
participants (3)
-
Chris McDonough -
Dieter Maurer -
m.pietrovitaļ¼ ais.cib.na.cnr.it