Yigal wrote:
Running from terminal one (root!)
# /opt/Plone-3.0/zeocluster/server/bin/zeoctl fg
/opt/Plone-3.0/zeocluster/server/bin/runzeo
/opt/Plone-3.0/zeocluster/server/bin/runzeo

Running from terminal two (also as a root):
# /opt/Plone-3.0/zeocluster/client1/bin/zopectl fg
/opt/Plone-3.0/zeocluster/client1/bin/runzope -X debug-mode=on
2007-08-27 15:26:17 INFO ZServer HTTP server started at Mon Aug 27 15:26:17
2007
        Hostname: 0.0.0.0
        Port: 8080
2007-08-27 15:26:17 INFO Zope Set effective user to "plone"
Traceback (most recent call last):
  File "/opt/Plone-3.0/lib/python/Zope2/Startup/run.py", line 56, in ?
  File "/opt/Plone-3.0/lib/python/Zope2/Startup/run.py", line 21, in run
  File "/opt/Plone-3.0/lib/python/Zope2/Startup/__init__.py", line 99, in
prepare
  File "/opt/Plone-3.0/lib/python/Zope2/Startup/__init__.py", line 293, in
makeLockFile
ImportError: No module named misc.lock_file

Any clue??

In Zope 2.9.6, this line is::

  from Zope2.Startup.misc.lock_file import lock_file

It should find $ZOPE/lib/python/Zope2/Startup/mist/lock_file.py

Do you have this? Is your import the same?

       --jcc


--
Connexions
http://cnx.org

"Building Websites with Plone"
http://plonebook.packtpub.com


_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to