further adventures with "Not found"
When accessing the Zope server from lynx, I get a 404 message followed by the same "Not Found" message I talked about earlier. As has been made abundantly clear I am very much a Zope neophyte, but it looks like to me my user has deleted something that maybe he shouldn't have and he doesn't remember it. I can't really think of any other explanation. jf
On Wed, Oct 16, 2002 at 02:21:46PM -0700, John Fink wrote:
When accessing the Zope server from lynx, I get a 404 message followed by the same "Not Found" message I talked about earlier. As has been made abundantly clear I am very much a Zope neophyte, but it looks like to me my user has deleted something that maybe he shouldn't have and he doesn't remember it. I can't really think of any other explanation.
Are you using the manage url, i.e. http://donald.ucsf.edu:8080/manage or are you using http://donald.ucsf.edu:8080/ or something else. Again, it would be very helpful to know server platform, version of zope, version of python, and browser. Also, can you ping the machine?
jf
_______________________________________________ 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 )
On Wed, 16 Oct 2002, Jim Penny wrote:
On Wed, Oct 16, 2002 at 02:21:46PM -0700, John Fink wrote:
When accessing the Zope server from lynx, I get a 404 message followed by the same "Not Found" message I talked about earlier. As has been made abundantly clear I am very much a Zope neophyte, but it looks like to me my user has deleted something that maybe he shouldn't have and he doesn't remember it. I can't really think of any other explanation.
Are you using the manage url, i.e. http://donald.ucsf.edu:8080/manage or are you using http://donald.ucsf.edu:8080/ or something else.
Both the manage URL and the toplevel URL give me the same error. jf
On Wed, Oct 16, 2002 at 02:29:52PM -0700, john.fink@library.ucsf.edu wrote:
Both the manage URL and the toplevel URL give me the same error.
OK, zope is really screwed up then. You can *always* get to /manage. Have you tried restarting zope? If that doesn't fix it, I bet your installation's hosed. no idea why. -- Paul Winkler "Welcome to Muppet Labs, where the future is made - today!"
On Wed, 16 Oct 2002, Paul Winkler wrote:
On Wed, Oct 16, 2002 at 02:29:52PM -0700, john.fink@library.ucsf.edu wrote:
Both the manage URL and the toplevel URL give me the same error.
OK, zope is really screwed up then. You can *always* get to /manage.
Have you tried restarting zope?
If that doesn't fix it, I bet your installation's hosed. no idea why.
--
Okay, changing z2.py so that the ZServer HTTP is launched on a different port solves the problem -- there's something (Apache, no doubt) external to Zope that is grabbing that port... I'll figure it out from here. Sorry to post such damn fool obvious questions to the list and thanks everyone for their very helpful advice. I really appreciate it. jf
participants (4)
-
Jim Penny -
John Fink -
john.fink@library.ucsf.edu -
Paul Winkler