Weird problem.
I developed a website using the latest version of plone, on mac osx.
Now, to give my team a chance to give me feedback, I deployed it on our linux server.
The problem :
me@server:~$ sudo /usr/local/Plone/zinstance/bin/plonectl start
instance: . . daemon process started, pid=8854
me@server:~$ sudo /usr/local/Plone/zinstance/bin/plonectl status
instance: program running; pid=8857
me@server:~$ sudo /usr/local/Plone/zinstance/bin/plonectl status
instance: program running; pid=8860
me@server:~$ sudo /usr/local/Plone/zinstance/bin/plonectl status
instance: program running; pid=8864
me@server:~$ sudo /usr/local/Plone/zinstance/bin/plonectl status
instance: daemon manager running; daemon process not running
Classic case of a process respawning until it finally gives up.
/usr/local/Plone/zinstance/var/log/
is empty.
me@server:~$ sudo /usr/local/Plone/zinstance/bin/plonectl debug
instance: Starting debugger (the name "app" is bound to the top-level Zope object)
2009-08-03 23:25:25 WARNING PlacelessTranslationService Error while compiling /usr/local/Plone/Zope-2.10.7-final-py2.4/lib/python/zope/app/locales/zh_CN/LC_MESSAGES/zope.po
>>> logtail
Traceback (most recent call last):
File "<stdin>", line 1, in ?
NameError: name 'logtail' is not defined
>>>
The same happens whether I install plone as a user, or as root.
Unsurprisingly, I cannot browse to
http://server:8080/manage.
Apache is configured to listen to port 8080 as well.