Greetings, I've always used Zserver by itself but I have reason to put it behind MS-IIS (unfortunatley) and I cant get it running. I've done everything as prescribed to connect pcgi to MS-IIS. I seem to be getting _something_ because I do get a traceback from zope when accessing MS-IIS: Wed Feb 27 12:14:00 2002 unable to publish module Traceback (most recent call last): File "E:\WebSite\pcgi\pcgi_publisher.py", line 303, in handler self.publish_module(self.moduleName,stdin=stdin,stdout=stdout,stderr=std err,environ=env) File "E:\WebSite\lib\python\ZPublisher\Publish.py", line 150, in publish_module response = publish(request, module_name, after_list, debug=debug) File "E:\WebSite\lib\python\ZPublisher\Publish.py", line 57, in publish (bobo_before, bobo_after, object, realm, debug_mode, err_hook, File "E:\WebSite\lib\python\ZPublisher\Publish.py", line 198, in get_module_info module=__import__(module_name, globals(), globals(), ('__doc__',)) File "E:\WebSite\lib\python\Zope\__init__.py", line 37, in ? DB=ZODB.FileStorage.FileStorage(Globals.BobobaseName) File "E:\WebSite\lib\python\ZODB\FileStorage.py", line 202, in __init__ lock_file(f) File "E:\WebSite\lib\python\ZODB\lock_file.py", line 43, in lock_file raise error, ( ImportError: (<class ZODB.POSException.StorageSystemError at 006E58C4>, 'Could not lock the database file. There must be\nanother process that has opened the file.\n<p>') So It seems to go okay, but I keep getting the above error. Can anyone offer suggestions? TIA, Paz
"No Microsoft software product shall exist on any publicly or VPN accessible Network segments. This includes, but is not limited to, the Intranet, Extranet, and "DMZ" segments of the Network." Include the above in your security policy. The problem will then go away :-) Adam At 06:18 AM 2/27/02, Paul Zwarts wrote:
Greetings,
I've always used Zserver by itself but I have reason to put it behind MS-IIS (unfortunatley) and I cant get it running. I've done everything as prescribed to connect pcgi to MS-IIS.
My thoughts exactly, but what can you do? Even George Bush got elected.... Paz -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org] On Behalf Of Adam Manock Sent: Wednesday, February 27, 2002 1:55 PM To: zope@zope.org Subject: Re: [Zope] IIS and PCGI "No Microsoft software product shall exist on any publicly or VPN accessible Network segments. This includes, but is not limited to, the Intranet, Extranet, and "DMZ" segments of the Network." Include the above in your security policy. The problem will then go away :-) Adam At 06:18 AM 2/27/02, Paul Zwarts wrote:
Greetings,
I've always used Zserver by itself but I have reason to put it behind MS-IIS (unfortunatley) and I cant get it running. I've done everything as prescribed to connect pcgi to MS-IIS.
_______________________________________________ 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 )
Paul Zwarts writes:
... File "E:\WebSite\lib\python\ZODB\FileStorage.py", line 202, in __init__ lock_file(f) File "E:\WebSite\lib\python\ZODB\lock_file.py", line 43, in lock_file raise error, ( ImportError: (<class ZODB.POSException.StorageSystemError at 006E58C4>, 'Could not lock the database file. There must be\nanother process that has opened the file.\n<p>') "PCGI" thought there were no Zope process running (don't know why). Therefore, it stated one. But the first thought has been wrong. There already has been a Zope process and it holds a lock on "Data.fs". Starting Zope failed (that what you see in the traceback).
Find the running Zope process and stop it. Dieter
participants (3)
-
Adam Manock -
Dieter Maurer -
Paul Zwarts