Plone restart after buildout fails. How to find the error -
lately have been trying customize plone adding helpful addons via eggs section of buildout.cfg, running buildout
, restarting zeocluster plonectl restart
. have succesfully installed several addons way. stop plone working. example trying add plone.app.ldap
: buildout works fine , restart of server works initially, when accessing plone in browser doesn't load , plonectl status
tells me 2 clients have lost connection zeoserver. events log tells same story, other not see error caused problem. when remove addon works fine again.
is way handling addons correct? did miss something? can find additional information crashes zeocluster?
some problems swallowed on startup. can see them starting client on foreground bin/zeoclient fg
. see http://docs.plone.org/manage/troubleshooting/basic.html note: zeoclient script may called client, or client1 or instance or that, depending on how named in buildout.
this show python traceback. maybe add-on missing dependency. problem report add-on authors. adding missing dependency eggs add rerunning buildout should fix problem.
Comments
Post a Comment