Hi, I have developed some portal under Zope for Windows (version 2.6.1) and now I am testing it under Suse Linux 8.2. Under Windows it's working perfectly, however under Linux I get the following error "Key Error: Anonymous User". Has anyone idea's what the problem is ? Regards, Michael
provide a full traceback please. -aj --On Mittwoch, 23. Juli 2003 13:57 Uhr +0200 Michael Bleijerveld <michael@bleijerveld.nl> wrote:
Hi,
I have developed some portal under Zope for Windows (version 2.6.1) and now I am testing it under Suse Linux 8.2.
Under Windows it's working perfectly, however under Linux I get the following error "Key Error: Anonymous User".
Has anyone idea's what the problem is ?
Regards,
Michael
How can I provide a full traceback ? Michael ----- Original Message ----- From: "Andreas Jung" <andreas@andreas-jung.com> To: "Michael Bleijerveld" <michael@bleijerveld.nl>; <zope@zope.org> Sent: Wednesday, July 23, 2003 2:02 PM Subject: Re: [Zope] Windows and Linux
provide a full traceback please.
-aj
--On Mittwoch, 23. Juli 2003 13:57 Uhr +0200 Michael Bleijerveld <michael@bleijerveld.nl> wrote:
Hi,
I have developed some portal under Zope for Windows (version 2.6.1) and now I am testing it under Suse Linux 8.2.
Under Windows it's working perfectly, however under Linux I get the following error "Key Error: Anonymous User".
Has anyone idea's what the problem is ?
Regards,
Michael
_______________________________________________ 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 )
I would like to get Zope up and running with Apache utilizing ProxyPass and Rewrite rules. I have found good information instructing me how to do this, but everything mentions adding a VirtualHostMonster object. I cannot find this object available for download, nor is it in my Add list in Zope Manager. Could anyone offer some insight? Thank you in advance, -Russ- ********************************* Get your free E-Mail and Homepage Go to http://www.networld.com *********************************
Russ Rollins wrote at 2003-7-23 09:33 -0600:
I would like to get Zope up and running with Apache utilizing ProxyPass and Rewrite rules. I have found good information instructing me how to do this, but everything mentions adding a VirtualHostMonster object. I cannot find this object available for download, nor is it in my Add list in Zope Manager. Could anyone offer some insight?
It's integrated in the Zope core. You can add it directly (in your Zope "Root Folder"). Dieter
The requested traceback. Traceback (innermost last): Module ZPublisher.Publish, line 89, in publish Module ZPublisher.BaseRequest, line 299, in traverse Module OFS.Application, line 106, in __bobo_traverse__ Module ZPublisher.HTTPResponse, line 626, in notFoundError NotFound: <TABLE BORDER="0" WIDTH="100%"> <TR VALIGN="TOP"> <TD WIDTH="10%" ALIGN="CENTER"> </TD> <TD WIDTH="90%"> <H2>Site Error</H2> <P>An error was encountered while publishing this resource. </P> <P><STRONG>Resource not found</STRONG></P> Sorry, the requested resource does not exist.<p>Check the URL and try again.</p><p><b>Resource:</b> favicon.ico GET</p> <HR NOSHADE> <P>Troubleshooting Suggestions</P> <UL> <LI>The URL may be incorrect.</LI> <LI>The parameters passed to this resource may be incorrect.</LI> <LI>A resource that this resource relies on may be encountering an error.</LI> </UL> <P>For more detailed information about the error, please refer to the HTML source for this page. </P> <P>If the error persists please contact the site maintainer. Thank you for your patience. </P> </TD></TR> </TABLE> Thanks in advance. Michael ----- Original Message ----- From: "Andreas Jung" <andreas@andreas-jung.com> To: "Michael Bleijerveld" <michael@bleijerveld.nl>; <zope@zope.org> Sent: Wednesday, July 23, 2003 2:02 PM Subject: Re: [Zope] Windows and Linux
provide a full traceback please.
-aj
--On Mittwoch, 23. Juli 2003 13:57 Uhr +0200 Michael Bleijerveld <michael@bleijerveld.nl> wrote:
Hi,
I have developed some portal under Zope for Windows (version 2.6.1) and now I am testing it under Suse Linux 8.2.
Under Windows it's working perfectly, however under Linux I get the following error "Key Error: Anonymous User".
Has anyone idea's what the problem is ?
Regards,
Michael
_______________________________________________ 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 )
Michael Bleijerveld wrote at 2003-7-23 20:27 +0200:
The requested traceback.
Traceback (innermost last): Module ZPublisher.Publish, line 89, in publish Module ZPublisher.BaseRequest, line 299, in traverse Module OFS.Application, line 106, in __bobo_traverse__ Module ZPublisher.HTTPResponse, line 626, in notFoundError NotFound: <TABLE BORDER="0" WIDTH="100%"> ... again.</p><p><b>Resource:</b> favicon.ico
This is a completely standard "I could not find 'favicon.ico'". Are you sure, "favicon.ico" is there, in the "Root Folder"? Dieter
After reinstallation the problem was solved. Thanks. Michael ----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: "Michael Bleijerveld" <michael@bleijerveld.nl> Cc: <zope@zope.org> Sent: Friday, July 25, 2003 1:23 AM Subject: Re: [Zope] Windows and Linux
Michael Bleijerveld wrote at 2003-7-23 20:27 +0200:
The requested traceback.
Traceback (innermost last): Module ZPublisher.Publish, line 89, in publish Module ZPublisher.BaseRequest, line 299, in traverse Module OFS.Application, line 106, in __bobo_traverse__ Module ZPublisher.HTTPResponse, line 626, in notFoundError NotFound: <TABLE BORDER="0" WIDTH="100%"> ... again.</p><p><b>Resource:</b> favicon.ico
This is a completely standard "I could not find 'favicon.ico'".
Are you sure, "favicon.ico" is there, in the "Root Folder"?
Dieter
_______________________________________________ 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 )
participants (4)
-
Andreas Jung -
Dieter Maurer -
Michael Bleijerveld -
Russ Rollins