hi all zopists, i have seen how zope works on linux when one of my friend happened to install.. and it didn't take me any time to get a comfy feeling with it. now i am trying on win nt platform.. and face some problems.. the initial installation or the start.bat doesn't get executed properly stating errors like "could not lock the database file. there must be another process that has opened the file." when there's no process which is using it. looking forward for some urgent assistance on the same. thanks and regards, madhavi.
Hi... Usually (always?) this error occurs when Zope is started more than one time. It's very possible that Zope has been started as a service, and by trying to start it via the start.bat command, you're attempting to run it again... I'd try getting to the management interface if you know the port number it's running on without using the start.bat command. HTH, - C ----- Original Message ----- From: <gmadhavi@hss.hns.com> To: <zope@zope.org> Sent: Friday, April 06, 2001 2:03 AM Subject: [Zope] Zope on Win NT
hi all zopists,
i have seen how zope works on linux when one of my friend happened to install.. and it didn't take me any time to get a comfy feeling with it.
now i am trying on win nt platform.. and face some problems..
the initial installation or the start.bat doesn't get executed properly stating errors like "could not lock the database file. there must be another process that has opened the file." when there's no process which
is
using it.
looking forward for some urgent assistance on the same.
thanks and regards, madhavi.
_______________________________________________ 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 )
On 6 Apr 2001, at 2:40, Chris McDonough wrote:
Usually (always?) this error occurs when Zope is started more than one time.
Right. ...
I'd try getting to the management interface if you know the port number it's running on without using the start.bat command.
Another option is firing up task manager, and looking for an instance of "pythonservice.exe" and a "python.exe" having a Mem Usage of about 10 MBytes. These to make up Zope running as a service on NT.
participants (3)
-
Chris McDonough -
gmadhavi@hss.hns.com -
Wolfgang Strobl