Help! ok, I'm sure I'm doing something wrong -- but I can't figure out what it is. Trying to install Zope-1.10.2 on a new, clean debian box. after doing the appropriate 'python w_pcgi.py' and 'ln -s' stuff, I find that I can't connect to Zope -- I get a "Sorry, a SERIOUS APPLICATION ERROR occurred." message in my browser window, and the following in my var/pcgi.log file: Mon Apr 12 11:53:33 1999 unable to publish module Traceback (innermost last): File "/usr/local/Zope/pcgi/pcgi_publisher.py", line 301, in handler self.publish_module(self.moduleName,stdin=stdin,stdout=stdout,stderr=stderr,environ=env) File "/usr/local/Zope/lib/python/ZPublisher/Publish.py", line 877, in publish_module response = publisher.publish(module_name,after_list, File "/usr/local/Zope/lib/python/ZPublisher/Publish.py", line 325, in publish (bobo_before, bobo_after, request_params, File "/usr/local/Zope/lib/python/ZPublisher/Publish.py", line 616, in get_module_info module=__import__(module_name, globals(), globals(), ('__doc__',)) File "/usr/local/Zope/lib/python/Main.py", line 103, in ? Bobobase=OFS.Application.open_bobobase() File "/usr/local/Zope/lib/python/OFS/Application.py", line 319, in open_bobobase Bobobase=Globals.Bobobase=Globals.PickleDictionary( File "/usr/local/Zope/lib/python/BoboPOS/PickleDictionary.py", line 159, in __init__ db=apply(DBType,(),storage_options) File "/usr/local/Zope/lib/python/BoboPOS/SimpleDB.py", line 221, in __init__ self.open(file_name,create,revision_time,meta_index,read_only) File "/usr/local/Zope/lib/python/BoboPOS/SimpleDB.py", line 287, in open try: self.index,self.pos=read_index( File "/usr/local/Zope/lib/python/BoboPOS/SimpleDB.py", line 1335, in read_index file.flush() ImportError: (<class exceptions.IOError at 80a0b68>, "(22, 'Invalid argument')") --------------------------------------------- A computer without Microsoft products is like a dog without bricks chained to its head ---------------------------------------------
On Mon, Apr 12, 1999 at 11:59:42AM -0500, David Wagle wrote:
Help! ok, I'm sure I'm doing something wrong -- but I can't figure out what it is.
Trying to install Zope-1.10.2 on a new, clean debian box.
after doing the appropriate 'python w_pcgi.py' and 'ln -s' stuff, I find that I can't connect to Zope -- I get a "Sorry, a SERIOUS APPLICATION ERROR occurred." message in my browser window, and the following in my var/pcgi.log file: File "/usr/local/Zope/lib/python/BoboPOS/SimpleDB.py", line 1335, in read_index file.flush() ImportError: (<class exceptions.IOError at 80a0b68>, "(22, 'Invalid argument')")
I solved this by commenting out that line. Wich I don't think is the way to solve it (although it seems to work), /Peter -- We are the Povorg. You will be indented into the collective. /Ken Tyler (povray.binaries.images)
participants (2)
-
David Wagle -
Peter Toneby