[Zope] Strange error when accessing Zope

Jens Vagelpohl jens@zope.com
Mon, 3 Jun 2002 11:06:01 -0400


are you mistyping the URL to the management interface? the traceback looks 
like you are trying to access something called "manager" which should 
probably be "manage".

jens


On Monday, June 3, 2002, at 10:54 , Konrad Hinsen wrote:

> After some pause, I wanted to work on my little Zope project again.
> In the meantime, two things have happened to the machine on which
> the server is running:
> 1) The IP address was changed.
> 2) The machine was rebooted.
>
> When I now try to start the Zope server, everything looks fine, but
> when I then try to access any page, the result is:
>
>
>           Site Error
>
>           An error was encountered while publishing this resource.
>
>           Resource not found
>
>           Sorry, the requested resource does not exist.
>
>           Check the URL and try again.
>
>           Resource: manager GET
>
> with the following traceback information:
>
> Traceback (innermost last):
>   File /home/zope/Zope-2.5.1/lib/python/ZPublisher/Publish.py, line 150, 
> in publish_module
>   File /home/zope/Zope-2.5.1/lib/python/ZPublisher/Publish.py, line 114, 
> in publish
>   File /home/zope/Zope-2.5.1/lib/python/Zope/__init__.py, line 159, in 
> zpublisher_exception_hook
>     (Object: Zope)
>   File /home/zope/Zope-2.5.1/lib/python/ZPublisher/Publish.py, line 89, 
> in publish
>   File /home/zope/Zope-2.5.1/lib/python/ZPublisher/BaseRequest.py, line 
> 278, in traverse
>   File /home/zope/Zope-2.5.1/lib/python/OFS/Application.py, line 102, in 
> __bobo_traverse__
>     (Object: Zope)
>   File /home/zope/Zope-2.5.1/lib/python/ZPublisher/HTTPResponse.py, line 
> 492, in notFoundError
> NotFound: (see above)
>
> What can I do to get my server back into working order?
>
> Konrad.
>
>
> _______________________________________________
> 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 )