RE: [Zope] Bad File Descriptor error - zope crashes at startup
Do you have a referenec to a localFS object included on your entry page? Is the LocalFS source folder still intact on the server? LocalFS will keep the system from responding if the source folder does not exist (serious bug).
-----Original Message----- From: Dieter Maurer [mailto:dieter@handshake.de] Sent: Tuesday, April 24, 2001 3:36 PM To: Jason Cunliffe Cc: zope@zope.org Subject: Re: [Zope] Bad File Descriptor error - zope crashes at startup
Jason Cunliffe writes:
Developing Zope on local laptop [Win98se 192Mb, Zope 2.3.1] before upload to Linux server. A system crash last night and now Zope starts ok, but quits the moment I try to access it from a browser request:=>
self.file.flush() IOError: [Errno 9] Bad file descriptor Looks like a severe problem. I guess that crash has damaged some essential infrastructure, the socket library, a Python module or a ".pyc" file.
I would save my "var/Data.fs" (maybe install on the Linux system, to see it works). Then reinstall Zope, if necessary Python, and see whether things improve. The next reinstallation would be the socket library maybe Windows....
Dieter
_______________________________________________ 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 )
----- Original Message ----- From: "Capesius, Alan" <CapesiusA@Sysmex.com>
Do you have a reference to a localFS object included on your entry page? Is the LocalFS source folder still intact on the server?
LocalFS will keep the system from responding if the source folder does not exist (serious bug).
Thanks for the warning! Yes I have a LocalFS instance in my ZopeSite / The source folder it is pointing at exists After fresh install of Zope231 and copying Data.fs over in var, I was able to bring everything safely back :-) - Jason ___________________________________________________________ Jason CUNLIFFE = NOMADICS['Interactive Art and Technology']
participants (2)
-
Capesius, Alan -
Jason Cunliffe