Hi all, i have serious problems with my zope. Last time he dies very often with error code 13,and since to today he slows down extremly. To view the Control_Panel/DebugForm it takes up to 1 minute and thats not acceptable. How can i track down these problems. I run Zope-2.2.4 on Immunix-RedHat 6.2 thanks a lot as
I had this once (the slowing down) when an other process was eating up all memory and zope was constantly paged out. Robert ----- Original Message ----- From: "Andre Schubert" <andre.schubert@geyer.kabeljournal.de> To: "zope" <zope-dev@zope.org> Sent: Friday, October 12, 2001 6:49 AM Subject: [Zope-dev] HELP PLEASE
Hi all,
i have serious problems with my zope. Last time he dies very often with error code 13,and since to today he slows down extremly. To view the Control_Panel/DebugForm it takes up to 1 minute and thats not acceptable.
How can i track down these problems.
I run Zope-2.2.4 on Immunix-RedHat 6.2
thanks a lot as
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Hi, i don't no what the problem was, but it was not the swap. I found out, that if i took lynx on the same machine everything works fine and fast, but if i connect over our network everything slows down. This happens until my sysop was at work. I think there was a network problem, but i dont know this. If this error occurs a second time a know what i have to do. thanks as Robert Rottermann schrieb:
I had this once (the slowing down) when an other process was eating up all memory and zope was constantly paged out.
Robert ----- Original Message ----- From: "Andre Schubert" <andre.schubert@geyer.kabeljournal.de> To: "zope" <zope-dev@zope.org> Sent: Friday, October 12, 2001 6:49 AM Subject: [Zope-dev] HELP PLEASE
Hi all,
i have serious problems with my zope. Last time he dies very often with error code 13,and since to today he slows down extremly. To view the Control_Panel/DebugForm it takes up to 1 minute and thats not acceptable.
How can i track down these problems.
I run Zope-2.2.4 on Immunix-RedHat 6.2
thanks a lot as
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Hi, all Is there anybody, who can help me tracking down where the Error Code: 13 comes from, it is very important for my Zope Installation. Thanks as Andre Schubert schrieb:
Hi all,
i have serious problems with my zope. Last time he dies very often with error code 13,and since to today he slows down extremly. To view the Control_Panel/DebugForm it takes up to 1 minute and thats not acceptable.
How can i track down these problems.
I run Zope-2.2.4 on Immunix-RedHat 6.2
thanks a lot as
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
On Monday 15 October 2001 17:09, Andre Schubert wrote:
Hi all,
i have serious problems with my zope. Last time he dies very often with error code 13,and since to today he slows down extremly. To view the Control_Panel/DebugForm it takes up to 1 minute and thats not acceptable.
How can i track down these problems.
I run Zope-2.2.4 on Immunix-RedHat 6.2
Hi, all
Is there anybody, who can help me tracking down where the Error Code: 13 comes from, it is very important for my Zope Installation.
You probably need to give more information - like where this error code 13 appears. If it's an OSError or IOError, it's probably an Access Error (as defined in the errno module, EACCES). What _that_ means depends entirely on the _rest_ of the error, which you haven't supplied. A full traceback of the error will go a long way to helping you. Richard
The only things i know, are the following lines in the stupid_log_file. 2001-10-14T18:03:21 ERROR(200) zdaemon zdaemon: Sun Oct 14 20:03:21 2001: Aiieee! 32437 exited with error code: 13 ------ 2001-10-14T18:03:21 INFO(0) zdaemon zdaemon: Sun Oct 14 20:03:21 2001: Houston, we have forked ------ 2001-10-14T18:03:21 INFO(0) zdaemon zdaemon: Sun Oct 14 20:03:21 2001: Houston, we have forked ------ 2001-10-14T18:03:21 INFO(0) zdaemon zdaemon: Sun Oct 14 20:03:21 2001: Hi, I just forked off a kid: 588 as Richard Jones schrieb:
On Monday 15 October 2001 17:09, Andre Schubert wrote:
Hi all,
i have serious problems with my zope. Last time he dies very often with error code 13,and since to today he slows down extremly. To view the Control_Panel/DebugForm it takes up to 1 minute and thats not acceptable.
How can i track down these problems.
I run Zope-2.2.4 on Immunix-RedHat 6.2
Hi, all
Is there anybody, who can help me tracking down where the Error Code: 13 comes from, it is very important for my Zope Installation.
You probably need to give more information - like where this error code 13 appears. If it's an OSError or IOError, it's probably an Access Error (as defined in the errno module, EACCES). What _that_ means depends entirely on the _rest_ of the error, which you haven't supplied. A full traceback of the error will go a long way to helping you.
Richard
Hi, After viewing all log-files, i have found out, that everytime when a SQL-Method was called and the SQL-Method takes several minutes to return a result then a erro code 13 was raised. Last time i change the DA from ZPygres to ZPsycopg, because of the error code 13, but that was not the problem. The problem seems that if a SQL-query takes several time, then the error is raised. There was a message from Shai Berger written on Mon, 06 Aug 2001 18:44:06 +0300 which describes(for me) this problem. thanls as Andre Schubert schrieb:
The only things i know, are the following lines in the stupid_log_file.
2001-10-14T18:03:21 ERROR(200) zdaemon zdaemon: Sun Oct 14 20:03:21 2001: Aiieee! 32437 exited with error code: 13 ------ 2001-10-14T18:03:21 INFO(0) zdaemon zdaemon: Sun Oct 14 20:03:21 2001: Houston, we have forked ------ 2001-10-14T18:03:21 INFO(0) zdaemon zdaemon: Sun Oct 14 20:03:21 2001: Houston, we have forked ------ 2001-10-14T18:03:21 INFO(0) zdaemon zdaemon: Sun Oct 14 20:03:21 2001: Hi, I just forked off a kid: 588
as
Richard Jones schrieb:
On Monday 15 October 2001 17:09, Andre Schubert wrote:
Hi all,
i have serious problems with my zope. Last time he dies very often with error code 13,and since to today he slows down extremly. To view the Control_Panel/DebugForm it takes up to 1 minute and thats not acceptable.
How can i track down these problems.
I run Zope-2.2.4 on Immunix-RedHat 6.2
Hi, all
Is there anybody, who can help me tracking down where the Error Code: 13 comes from, it is very important for my Zope Installation.
You probably need to give more information - like where this error code 13 appears. If it's an OSError or IOError, it's probably an Access Error (as defined in the errno module, EACCES). What _that_ means depends entirely on the _rest_ of the error, which you haven't supplied. A full traceback of the error will go a long way to helping you.
Richard
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
participants (3)
-
Andre Schubert -
Richard Jones -
Robert Rottermann