Re: [Zope] No resposne to valid HTTP requests.
On Fri, 10 Mar 2000, Curtis Maloney wrote:> Greetings,
So, I got into work this morning, ready for another day of zoping, only to find my server not quite responding properly. When i went to the manage screen, the tree frame didn't fill, but the right-hand frame was fine.
Hmm, thought I. Oh well... i can work without it. So, I clicked on the folder for todays work and.....
nothing....
As a follow up... i checked another site of mine, and it is now showing IDENTICAL behaviour. The whole server seems to have locked up. -- Have a better one, Curtis. <dtml-var standard_work_disclaimer>
Curtis Maloney wrote:
On Fri, 10 Mar 2000, Curtis Maloney wrote:> Greetings,
So, I got into work this morning, ready for another day of zoping, only to find my server not quite responding properly. When i went to the manage screen, the tree frame didn't fill, but the right-hand frame was fine.
Hmm, thought I. Oh well... i can work without it. So, I clicked on the folder for todays work and.....
nothing....
As a follow up... i checked another site of mine, and it is now showing IDENTICAL behaviour.
The whole server seems to have locked up.
This really isn't enough information for us to do anything except console you. Can you do some more investigation? Try shutting down your Zope and going to the lib/python directory and then doing this: bash$ python Python 1.5.2 (#0, Apr 13 1999, 10:51:12) [GCC 2.7.2.3] on linux2 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
import ZPublisher, Zope ZPublisher.Zope('')
Does that return your top level ('yoursite.org/') content? Are you using some non-standard modules like SiteAccess? -Michel
On Fri, 10 Mar 2000, Michel Pelletier wrote:
Curtis Maloney wrote:
On Fri, 10 Mar 2000, Curtis Maloney wrote:> Greetings,
bash$ python Python 1.5.2 (#0, Apr 13 1999, 10:51:12) [GCC 2.7.2.3] on linux2 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
import ZPublisher, Zope ZPublisher.Zope('')
import ZPublisher, Zope ZPublisher.Zope('') Status: 200 OK X-Powered-By: Zope (www.zope.org), Python (www.python.org) Content-Length: 40 Content-Type: text/plain
<module 'Zope' from 'Zope/__init__.pyc'> ____________________________________________________________
Does that return your top level ('yoursite.org/') content?
Erm... no.
Are you using some non-standard modules like SiteAccess?
Yes, I am using SiteAccess. However, this site has been working fine for some weeks now. The site works until you go to the management screens. Also, an older site of mine (running on Zope 2.1.2) has also shown the same problem, which started last night. Two seperate sites showing the same problems at the same time? Coincidence? Not likely. -- Have a better one, Curtis. <dtml-var standard_work_disclaimer>
Curtis Maloney wrote:
Are you using some non-standard modules like SiteAccess?
Yes, I am using SiteAccess. However, this site has been working fine for some weeks now. The site works until you go to the management screens.
Also, an older site of mine (running on Zope 2.1.2) has also shown the same problem, which started last night.
Two seperate sites showing the same problems at the same time? Coincidence? Not likely.
I don't know what it is, but something had to happen, unless there is some mysterious kill-your-Zope-on-Mar-8 virus going around. The one upgrade to Netscape is unlikely. But *something* had to happen to both boxes. They may be related, they may very well be coincidences, but neither of them manifested themselves by themselves, that is even more unlikely. -Michel
On Fri, 10 Mar 2000, Michel Pelletier wrote:
bash$ python Python 1.5.2 (#0, Apr 13 1999, 10:51:12) [GCC 2.7.2.3] on linux2 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
import ZPublisher, Zope ZPublisher.Zope('')
I've tried
ZPublisher.Zope('/appdir/index_html')
and it spews up some HTML, tailed with: </HTML> <!-- Traceback (innermost last): File /usr/local/Zope-2.1.3-src/lib/python/ZPublisher/Test.py, line 261, in publish_module File /usr/local/Zope-2.1.3-src/lib/python/ZPublisher/Publish.py, line 151, in publish File /usr/local/Zope-2.1.3-src/lib/python/Products/SiteAccess/ChangeBehaviors.py, line 151, in traverse File /usr/local/Zope-2.1.3-src/lib/python/ZPublisher/HTTPResponse.py, line 511, in notFoundError NotFound: (see above) --> Ah-huh! A clue, perhaps?
-Michel -- Have a better one, Curtis.
<dtml-var standard_work_disclaimer>
Curtis Maloney wrote:
On Fri, 10 Mar 2000, Michel Pelletier wrote:
bash$ python Python 1.5.2 (#0, Apr 13 1999, 10:51:12) [GCC 2.7.2.3] on linux2 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
import ZPublisher, Zope ZPublisher.Zope('')
I've tried
ZPublisher.Zope('/appdir/index_html')
What is appdir? -Michel
On Fri, 10 Mar 2000, Michel Pelletier wrote:
Curtis Maloney wrote:
On Fri, 10 Mar 2000, Michel Pelletier wrote:
bash$ python Python 1.5.2 (#0, Apr 13 1999, 10:51:12) [GCC 2.7.2.3] on linux2 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
import ZPublisher, Zope ZPublisher.Zope('')
I've tried
ZPublisher.Zope('/appdir/index_html')
What is appdir?
appdir is the name of the folder my work is in.
-Michel
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev ) -- Have a better one, Curtis.
<dtml-var standard_work_disclaimer>
The story so far... Well, the second site which appeared to be showing the same problems... isn't. It is now working fine. So, I'm left with just the first site, which is currently the more important site. I can traverse normally, until i try to enter a management view. Then, the frames arrive, and, upon first attempt, /manage will work, except for the left frame. After that, no manage screens work at all. I do have SiteAccess, but even with __no_before_traverse__, the same problem occurs. I can go back to regular pages, and all is fine. -- Have a better one, Curtis. <dtml-var standard_work_disclaimer>
participants (2)
-
Curtis Maloney -
Michel Pelletier