Ok, I'm at Plone 3.3.5 now.
I followed the instructions at http://plone.org/documentation/manual/upgrade-guide/version/3.2-3.3.x but due to version conflicts in some of the eggs, I ran bin/buildout -n which worked! I then installed collective.xdv using the line: http://good-py.appspot.com/release/collective.xdv/1.0rc5?plone=3.3.5 in my "extends" section of buildout.cfg. Using bin/buildout -n to ensure any updated eggs were installed, the installation seemed to go smoothly: [r...@webplone zeocluster]# ./bin/buildout -n Download error: unknown url type: https -- Some packages may not be found! Download error: unknown url type: https -- Some packages may not be found! Uninstalling zopeskel. Uninstalling zopepy. Uninstalling client2. Uninstalling client1. Updating zope2. Updating fake eggs Updating productdistros. Updating zeoserver. Installing client1. Getting distribution for 'collective.xdv[zope2.10]==1.0rc5'. Got collective.xdv 1.0rc5. Getting distribution for 'ZPublisherEventsBackport==1.1'. Got ZPublisherEventsBackport 1.1. Getting distribution for 'five.globalrequest'. Got five.globalrequest 1.0a1. Getting distribution for 'repoze.xmliter==0.1'. Got repoze.xmliter 0.1. Getting distribution for 'plone.transformchain==1.0b1'. Got plone.transformchain 1.0b1. Getting distribution for 'plone.app.registry==1.0b2'. Got plone.app.registry 1.0b2. Getting distribution for 'plone.synchronize'. Got plone.synchronize 1.0b1. Getting distribution for 'xdv==0.3a3'. Got xdv 0.3a3. Getting distribution for 'collective.monkeypatcher'. Got collective.monkeypatcher 1.0b2. Getting distribution for 'zope.globalrequest'. Got zope.globalrequest 1.0a2. Getting distribution for 'lxml>=2.1.1'. Building lxml version 2.2.6. NOTE: Trying to build without Cython, pre-generated 'src/lxml/lxml.etree.c' needs to be available. Using build configuration of libxslt 1.1.17 Building against libxml2/libxslt in the following directory: /usr/lib Got lxml 2.2.6. Getting distribution for 'zope.schema==3.6.1'. Got zope.schema 3.6.1. Getting distribution for 'zope.component==3.4.0'. Got zope.component 3.4.0. Getting distribution for 'plone.autoform==1.0b3'. Got plone.autoform 1.0b3. Getting distribution for 'plone.app.z3cform==0.5.0'. Got plone.app.z3cform 0.5.0. Getting distribution for 'plone.supermodel==1.0b5'. Got plone.supermodel 1.0b5. Getting distribution for 'plone.registry==1.0b2'. Got plone.registry 1.0b2. Getting distribution for 'zope.publisher==3.5.6'. Got zope.publisher 3.5.6. Getting distribution for 'ZODB3==3.8.4'. Got ZODB3 3.8.4. Getting distribution for 'zope.testing==3.8.1'. Got zope.testing 3.8.1. Getting distribution for 'zope.i18n==3.4.0'. Got zope.i18n 3.4.0. Getting distribution for 'plone.z3cform==0.6.0'. Got plone.z3cform 0.6.0. Getting distribution for 'zope.security==3.5.2'. Got zope.security 3.5.2. Getting distribution for 'collective.z3cform.datetimewidget==1.0'. warning: no previously-included files matching '*pyc' found anywhere in distribution Got collective.z3cform.datetimewidget 1.0. Getting distribution for 'z3c.formwidget.query==0.5'. Got z3c.formwidget.query 0.5. Getting distribution for 'zope.proxy==3.5.0'. Got zope.proxy 3.5.0. Getting distribution for 'zope.location==3.4.0'. Got zope.location 3.4.0. Getting distribution for 'z3c.batching==1.1.0'. Got z3c.batching 1.1.0. Getting distribution for 'z3c.form==2.3.3'. Got z3c.form 2.3.3. Getting distribution for 'zope.browser==1.2'. Got zope.browser 1.2. Generated script '/usr/local/Plone/zeocluster/bin/client1'. Installing client2. Generated script '/usr/local/Plone/zeocluster/bin/client2'. Installing zopepy. Generated interpreter '/usr/local/Plone/zeocluster/bin/zopepy'. Installing zopeskel. Download error: unknown url type: https -- Some packages may not be found! Generated script '/usr/local/Plone/zeocluster/bin/paster'. Generated script '/usr/local/Plone/zeocluster/bin/zopeskel'. Updating varnish-instance. Updating chown. chown: Running chmod 600 .installed.cfg touch /usr/local/Plone/zeocluster/var/zeoserver/zeoserver.log find /usr/local/Plone/zeocluster -type d -name LC_MESSAGES -exec chown -R plone \{\} \; chown -R zeo /usr/local/Plone/zeocluster/var/filestorage chmod 700 /usr/local/Plone/zeocluster/var/filestorage chown -R zeo /usr/local/Plone/zeocluster/var/zeoserver chmod 700 /usr/local/Plone/zeocluster/var/zeoserver chown -R plone /usr/local/Plone/zeocluster/var/client? chmod 700 /usr/local/Plone/zeocluster/var/client? Updating varnish-build. Updating unifiedinstaller. Updating precompile. precompiling python scripts in /usr/local/Plone/zeocluster/products precompiling python scripts in /usr/local/Plone/zeocluster/parts/productdistros I then ran startcluster.sh to start my zeo cluster, and all started fine! Checks with clusterstatus.sh show the zeoserver and both clients working fine! Scans of port 8080 (using nmap) show Python listening port 8080. Looking good! However, when I try to connect to port 8080 using a browser, the page never loads - just says that the browser is waiting for the page to load. Nothing on screen, just perpetual loading. I'm really baffled. Is there anywhere I could look to try and divine what's not working? Cheers, Jim -- View this message in context: http://plone.293351.n2.nabble.com/Problems-installing-collective-xdv-tp4979214p5018290.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
