Re: Problems whem upgrading from 4.3.5 to 4.3.6
Eggert Ehmke <[email protected]> Wed, 17 Jun 2015 16:52:39 +0200
| Newsgroups | gmane.comp.web.zope.plone.user |
|---|---|
| Message-ID | <2974663.Q3xqYExmCy@wookie> |
Ok now my 4.3.6 Plone instances seem to run. I observed a different problem on two servers (different machines): every 3 or4 minutes the instances are restarted. In the instance.log this can be found: 2015-06-17T16:28:11 INFO Zope Ready to handle requests ------ 2015-06-17T16:30:00 INFO SignalHandler Caught signal SIGTERM ------ 2015-06-17T16:30:00 INFO Z2 Shutting down fast ------ 2015-06-17T16:30:00 INFO ZServer closing HTTP to new connections ------ 2015-06-17T16:30:00 INFO ZServer closing WebDAV to new connections ... I can't get what causes the SIGTERMs. How can I debug this? Am Montag, 15. Juni 2015, 16:17:04 schrieb Steve McMahon: > Just wanted to add that I've found Jens method rock solid and we're using > it in the Plone 5 Unified Installer. > > setutools annoyances, unfortunately, remain with builds created via the > 4.3.x installer. > > On Mon, Jun 15, 2015 at 1:39 PM, Jens W. Klein <jens-/[email protected]> > > wrote: > > for me it works out fine (universally it seem) as described here: > > https://community.plone.org/t/not-using-bootstrap-py-as-default/620 > > > > Jens > > > > On 2015-06-15 13:54, Eggert Ehmke wrote: > > > Hello, > > > > > > I changed my buildout to draw Plone 4.3.6. Now my buildout fails: > > > > > > $ sudo -u plone_buildout bin/buildout > > > > > > Traceback (most recent call last): > > > File "bin/buildout", line 17, in <module> > > > > > > import zc.buildout.buildout > > > > > > File "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.7.1- > > > > > > py2.7.egg/zc/buildout/buildout.py", line 40, in <module> > > > > > > import zc.buildout.download > > > > > > File "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.7.1- > > > > > > py2.7.egg/zc/buildout/download.py", line 20, in <module> > > > > > > from zc.buildout.easy_install import realpath > > > > > > File "/usr/local/Plone/buildout-cache/eggs/zc.buildout-1.7.1- > > > > > > py2.7.egg/zc/buildout/easy_install.py", line 29, in <module> > > > > > > import setuptools.archive_util > > > > > > File "build/bdist.linux-i686/egg/setuptools/__init__.py", line 11, in > > > > > > <module> > > > > > > File "build/bdist.linux-i686/egg/setuptools/extension.py", line 8, in > > > > > > <module> > > > > > > File "build/bdist.linux-i686/egg/setuptools/dist.py", line 21, in > > > > <module> > > > > > AttributeError: 'module' object has no attribute 'packaging' > > > > > > I already tried to upgrade my setuptools: > > > > > > $ sudo ../Python-2.7/bin/easy_install --upgrade setuptools > > > Searching for setuptools > > > Reading https://pypi.python.org/simple/setuptools/ > > > Best match: setuptools 17.1.1 > > > Processing setuptools-17.1.1-py2.7.egg > > > setuptools 17.1.1 is already the active version in easy-install.pth > > > Installing easy_install script to /usr/local/Plone/Python-2.7/bin > > > Installing easy_install-2.7 script to /usr/local/Plone/Python-2.7/bin > > > > > > Using /usr/local/Plone/Python-2.7/lib/python2.7/site- > > > packages/setuptools-17.1.1-py2.7.egg > > > Processing dependencies for setuptools > > > Finished processing dependencies for setuptools > > > > > > This seems to work but does not make a difference. Any ideas? > > > > > > Regards > > > Eggert > > > > -------------------------------------------------------------------------- > > ---- > > > > > > > > -- > > Klein & Partner KG, member of BlueDynamics Alliance > > > > > > > > -------------------------------------------------------------------------- > > ---- _______________________________________________ > > Plone-Users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/plone-users ------------------------------------------------------------------------------