are you sure that zope is not already at work ? try the command in a shell box ps ax | grep zope to see if it is working afer all you will have something like 13366 pts/4 S+ 0:00 sh -c "/home/dan/linea/projet1/parts/instance/bin/runzope" "-X" "debug-mode=on"
On Sat, Jan 10, 2009 at 10:28 AM, adinath singh <[email protected]> wrote: > Hi, > > I am adinath and i have a problem during installation of zope on my linux > platfrom at the time of execution of runzope. which is as below > > [r...@localhost Zope-2.11.2-final]# /home/bharat/Desktop/zope/bin/runzope > Traceback (most recent call last): > File "/opt/Zope-2.11/lib/python/Zope2/Startup/run.py", line 56, in ? > run() > File "/opt/Zope-2.11/lib/python/Zope2/Startup/run.py", line 21, in run > starter.prepare() > File "/opt/Zope-2.11/lib/python/Zope2/Startup/__init__.py", line 109, in > prepare > self.startZope() > File "/opt/Zope-2.11/lib/python/Zope2/Startup/__init__.py", line 300, in > startZope > Zope2.startup() > File "/opt/Zope-2.11/lib/python/Zope2/__init__.py", line 47, in startup > _startup() > File "/opt/Zope-2.11/lib/python/Zope2/App/startup.py", line 65, in startup > DB = dbtab.getDatabase('/', is_root=1) > File "/opt/Zope-2.11/lib/python/Zope2/Startup/datatypes.py", line 288, in > getDatabase > db = factory.open(name, self.databases) > File "/opt/Zope-2.11/lib/python/Zope2/Startup/datatypes.py", line 186, in > open > DB = self.createDB(database_name, databases) > File "/opt/Zope-2.11/lib/python/Zope2/Startup/datatypes.py", line 183, in > createDB > return ZODBDatabase.open(self, databases) > File "/opt/Zope-2.11/lib/python/ZODB/config.py", line 97, in open > storage = section.storage.open() > File "/opt/Zope-2.11/lib/python/ZODB/config.py", line 135, in open > quota=self.config.quota) > File "/opt/Zope-2.11/lib/python/ZODB/FileStorage/FileStorage.py", line > 111, in __init__ > self._lock_file = LockFile(file_name + '.lock') > File "/opt/Zope-2.11/lib/python/ZODB/lock_file.py", line 77, in __init__ > fp = open(path, 'w+') > IOError: [Errno 13] Permission denied: > '/home/bharat/Desktop/zope/var/Data.fs.lock' > > canany one help me in this matter > > i will be thankful for this kindness > > > _______________________________________________ > Setup mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/setup > > _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
