Dear All Ok, today is my first day using Python and Zope so my question, hopefully will NOT be too dumb... :) I am trying to merely bring zope back up. I think I did all the steps in INSTALL.txt, modify the access file to reflect the new password. I have tried both the web server that comes with Zope and also my own Apache setting, cannot get in either way. With the Zope web server, I get this error: Traceback (innermost last): File "serve.py", line 92, in ? ZopeHTTPServer.main(args) File "/usr/local/Zope-1.9b1-src/ZopeHTTPServer/ZopeHTTPServer.py", line 454, in main start(module_file,host,port,threading,env) File "/usr/local/Zope-1.9b1-src/ZopeHTTPServer/ZopeHTTPServer.py", line 405, in start set_published_module(module_file,BoboRequestHandler,env) File "/usr/local/Zope-1.9b1-src/ZopeHTTPServer/ZopeHTTPServer.py", line 401, in set_published_module __import__(name) # to catch problem modules right away File "/usr/local/Zope-1.9b1-src/lib/python/Main.py", line 103, in ? Bobobase=OFS.Application.open_bobobase() File "/usr/local/Zope-1.9b1-src/lib/python/OFS/Application.py", line 296, in open_bobobase Bobobase=Globals.Bobobase=Globals.PickleDictionary(Globals.BobobaseName) File "/usr/local/Zope-1.9b1-src/lib/python/BoboPOS/PickleDictionary.py", line 154, in __init__ db=DBType( File "/usr/local/Zope-1.9b1-src/lib/python/BoboPOS/SimpleDB.py", line 206, in __init__ self.open(file_name,create,revision_time,meta_index) File "/usr/local/Zope-1.9b1-src/lib/python/BoboPOS/SimpleDB.py", line 243, in open lock_file(file) File "/usr/local/Zope-1.9b1-src/lib/python/BoboPOS/SimpleDB.py", line 1436, in lock_file fcntl.flock(un,lock_file_FLAG) IOError: (11, 'Resource temporarily unavailable') With Apache, I just keep getting Authorization failed even though I type in exactly what is in the access file (and the access file has only one line, do not even have an additional blank line). Any help is much appreciated. thanks --Vincent Warm Regards Vincent Yau Mpath Interactive http://www.mplayer.com
participants (1)
-
Vincent Yau