Re: [Zope] Creating Factory Objects (Products)
Hi Dieter, Surprisingly, even though there's an error message, the product still manage to 'perform' its function, i.e. build a site from its template. <host>:8080/manage still works ok; i guess Data.fs not corrupted. *scratch head* - does zope like to raise false alarms?? Anyway, thanks for your help. regards, firestar ------Original Message------ From: Dieter Maurer <dieter@handshake.de> To: theebh@mail.com (Firestar) Sent: July 18, 2000 6:41:51 PM GMT Subject: Re: [Zope] Creating Factory Objects (Products) Firestar writes:
Haha, thanks for the 'wisdom' cookies:) Here are the last two lines of the traceback:
File /usr/local/Zope-2.1.6/lib/python/OFS/Application.py, line 249, in __bobo_traverse__ (Object: ApplicationDefaultPermissions) File /usr/local/Zope-2.1.6/lib/python/ZPublisher/HTTPResponse.py, line 511, in notFoundError NotFound: (see above)
I have to admit that in this case the end of the traceback tells not much about the problem. I found in the sources (ZPublisher.HTTPResponse) that the resource not found is indicated as an HTML *comment* in the error page. I do not know, why the implementers hide this information. Anyway, the traceback seems to suggest that the problem is immediately at the top level of your URL. Is it possible that your "Data.fs" is empty or otherwise in a strange state? What happens, if you access your site with "<host>:<port>/manage"? Dieter ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup
participants (1)
-
Firestar