Hey all, Recently, ZWiki stopped working on my zope 2.9.2 intel mac os x 10.4 box (python 2.4.2). It was working fine until sometime yesterday, when I could no longer access my wiki using the address http://<my ip>:8080/mywiki This is strange because zope is running, I can get into the zmi, create objects from any other product, view public pages running on the zope server, but whenever I try to view my wiki, I get: Unable to connect Firefox can't establish a connection to the server at <my ip>:8080. Again, just to be clear, I can view any other zope-hosted page using the same ip and port. Any thoughts? -josh
Hi Josh. Does a zope restart fix it ? Does anything appear in event.log/error_log ? Do you see the expected url in Z2.log (ruling out an apache rewrite problem) ? Have you been using the product refresh feature ?
A zope restart does not fix it. and nothing is in the event.log (except for a few security declarations for nonexistent methods in issuetracker). Entries for the requested page are in the Z2.log previous to this ZWiki madness. I emptied the log, restarted zope and then tried to access the wiki. Now: no records of that page in the log at all. I've tried refreshing the product as well as completely reinstalling it. Thanks for helping. -josh Simon Michael wrote:
Hi Josh. Does a zope restart fix it ? Does anything appear in event.log/error_log ? Do you see the expected url in Z2.log (ruling out an apache rewrite problem) ? Have you been using the product refresh feature ?
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Josh Stephenson wrote at 2006-6-8 14:35 +0000:
... It was working fine until sometime yesterday, when I could no longer access my wiki using the address http://<my ip>:8080/mywiki
What does that means precisely? An exception, the browser reporting "document contains no data", infinite waiting, ...?
... Unable to connect Firefox can't establish a connection to the server at <my ip>:8080.
Looks like a redirection to some page, "FireFox" cannot connect to. A TCPLogger (e.g. Shane's "tcpwatch") may help to understand what happens. -- Dieter
participants (3)
-
Dieter Maurer -
Josh Stephenson -
Simon Michael