Product causes connection refused message
Hello, Is it possible for a Zope product to cause the web browser to display a "Connection refused" message, without leaving any tracks what so ever in the Zope error-logs? Because that's what we're experiencing (mostly with CMFBoard). The folder contents show up just fine in Plone, then I click an object and boom - Connection Refused. I go back to the folder contents - no problem. The reason I ask this here is that I do not know if this bug has to do with Zope and ZServer or with CMFBoard. Thanks for any advice, -Petter-
Petter Holmström wrote at 2004-1-16 11:45 +0200:
Is it possible for a Zope product to cause the web browser to display a "Connection refused" message,
Bugs in a product may cause Zope to die. When a client tries to connect to the port of a not-running server, the client gets a "connection refused" error.
without leaving any tracks what so ever in the Zope error-logs? Because that's what we're experiencing (mostly with CMFBoard). The folder contents show up just fine in Plone, then I click an object and boom - Connection Refused. I go back to the folder contents - no problem.
Check Zope "uptime" in "Control_Panel" to determine whether Zope really died. If it did not die, one of the product's pages may contain a broken URL pointing to a server which does not run. -- Dieter
i now CMFBoard kill zope in case you have 1) you on FreeBSD or MacOS 2) python compilied without WANT_HUGH_STACK_SIZE 3) Discussion tool from CMFBoard emabled all this you can find in BUGS.txt On Птн, 2004-01-16 at 15:45, Petter Holmström wrote:
Hello,
Is it possible for a Zope product to cause the web browser to display a "Connection refused" message, without leaving any tracks what so ever in the Zope error-logs? Because that's what we're experiencing (mostly with CMFBoard). The folder contents show up just fine in Plone, then I click an object and boom - Connection Refused. I go back to the folder contents - no problem.
The reason I ask this here is that I do not know if this bug has to do with Zope and ZServer or with CMFBoard.
Thanks for any advice,
-Petter-
participants (3)
-
Dieter Maurer -
Nikolay Kim -
Petter Holmström