[Setup] error installing quintagroup.transmogrifier

dgroos djgroos at gmail.com
Sat Jul 23 23:46:04 UTC 2011


I need to move my content from last year's plone site (plone 3.2.3, Zope
2.10.7-final, zeo with just 1 client, non-root install)  to the new site on
a new server (running plone 4.0.7).  I thought to use the content migrating
tool, "quintagroup.transmogrifier" to make this migration.  I didn't get
far...

On the Plone 3.2.3 site I:
Added quintagroup.transmogrifier to both eggs and zcml sections of buildout
and reran buildout but got this error in doing so: 
    While:
      Installing client1.
    Error: There is a version conflict.
    We already have: zope.testing 3.4
    but collective.testcaselayer 1.4 requires 'zope.testing>=3.6dev'.

So I edited the versions.cfg file, commenting out the following specific
line and adding a new line below:
    # zope.testing = 3.4.0
    zope.testing = 3.6.0
(note--I tried to set zope.testing = 3.6dev but buildout couldn't find it)
And re-ran buildout which now ran without errors.
And restarted: ./bin/restartcluster.sh  (also did ./bin/plonectl restart,
not sure of the difference)

I was then able to go to the ZMI but when trying to go to my site got this
error message in browser window:

Site Error

An error was encountered while publishing this resource.

TypeError
('Could not adapt', , ) (Also, the following error occurred while attempting
to render the standard error message, please see the event log for full
details: ('Could not adapt', <CacheTool at /gcos10/portal_cache_settings
used for /gcos10/default_error_message>, <InterfaceClass
Products.Archetypes.interfaces._schema.ISchema>))Traceback (innermost last):
Module ZPublisher.Publish, line 202, in publish_module_standard Module
ZPublisher.Publish, line 150, in publish Module Zope2.App.startup, line 221,
in zpublisher_exception_hook Module ZPublisher.Publish, line 119, in publish
Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line
42, in call_object Module Shared.DC.Scripts.Bindings, line 313, in __call__
Module Products.PloneHotfix20110531, line 106, in _patched_bindAndExec
Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec Module
Products.CMFCore.FSPageTemplate, line 216, in _exec Module
Products.CacheSetup.patch_cmf, line 28, in FSPT_pt_render Module
Products.CacheSetup.content.cache_tool, line 271, in getEnabled Module
Products.Archetypes.BaseObject, line 241, in getField Module
Products.Archetypes.BaseObject, line 828, in Schema TypeError: (see above)

Troubleshooting Suggestions

    The URL may be incorrect.
    The parameters passed to this resource may be incorrect.
    A resource that this resource relies on may be encountering an error.

For more detailed information about the error, please refer to the error
log.

If the error persists please contact the site maintainer. Thank you for your
patience. 

So...
I checked the error_log at root level and go this:
An error was encountered while publishing this resource.

Error Type: TraversalError
Error Value: ('No traversable adapter found', {'ignored_exceptions':
('Unauthorized', 'NotFound', 'Redirect'), 'keep_entries': 20,
'copy_to_zlog': True})



And when I checked the error log for the site that I had tried to access I
got this error:
Site Error

An error was encountered while publishing this resource.

TraversalError
Sorry, a site error occurred.

Traceback (innermost last):

    Module ZPublisher.Publish, line 202, in publish_module_standard
    Module ZPublisher.Publish, line 150, in publish
    Module Zope2.App.startup, line 221, in zpublisher_exception_hook
    Module ZPublisher.Publish, line 119, in publish
    Module ZPublisher.mapply, line 88, in mapply
    Module ZPublisher.Publish, line 42, in call_object
    Module Shared.DC.Scripts.Bindings, line 313, in __call__
    Module Products.PloneHotfix20110531, line 106, in _patched_bindAndExec
    Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec
    Module Products.PageTemplates.PageTemplateFile, line 129, in _exec
    Module Products.Gloworm, line 28, in pt_render
    Module zope.pagetemplate.pagetemplate, line 117, in pt_render
    Module zope.tal.talinterpreter, line 271, in __call__
    Module zope.tal.talinterpreter, line 346, in interpret
    Module zope.tal.talinterpreter, line 379, in do_startEndTag
    Module zope.tal.talinterpreter, line 408, in do_startTag
    Module zope.tal.talinterpreter, line 485, in attrAction_tal
    Module Products.PageTemplates.Expressions, line 228, in evaluateText
    Module zope.tales.tales, line 696, in evaluate
    URL: manage_main
    Line 20, Column 4
    Expression: <PathExpr standard:'props/keep_entries'>
    Names:

    {'container': <SiteErrorLog at /gcos10/error_log>,
     'context': <SiteErrorLog at /gcos10/error_log>,
     'default': ,
     'here': <SiteErrorLog at /gcos10/error_log>,
     'loop': {},
     'nothing': None,
     'options': {'args': ()},
     'repeat': <Products.PageTemplates.Expressions.SafeMapping object at
0xb01f4ac>,
     'request': <HTTPRequest,
URL=http://gcos.mpls.k12.mn.us:8383/gcos10/error_log/manage_main>,
     'root': <Application at >,
     'template': <PageTemplateFile at /gcos10/error_log/main>,
     'user': <PropertiedUser 'ploneadmin'>}

    Module zope.tales.expressions, line 217, in __call__
    Module Products.PageTemplates.Expressions, line 153, in _eval
    Module zope.tales.expressions, line 124, in _eval
    Module Products.PageTemplates.Expressions, line 83, in
boboAwareZopeTraverse
    Module zope.traversing.adapters, line 161, in traversePathElement
    __traceback_info__: ({'ignored_exceptions': ('Unauthorized', 'NotFound',
'Redirect'), 'keep_entries': 20, 'copy_to_zlog': True}, 'keep_entries')

TraversalError: ('No traversable adapter found', {'ignored_exceptions':
('Unauthorized', 'NotFound', 'Redirect'), 'keep_entries': 20,
'copy_to_zlog': True}) (Also, the following error occurred while attempting
to render the standard error message, please see the event log for full
details: ('Could not adapt', <CacheTool at /gcos10/portal_cache_settings
used for /gcos10/default_error_message>, <InterfaceClass
Products.Archetypes.interfaces._schema.ISchema>)) 



And when I tried to start the site in foreground mode with bin/client1 fg I
got:
/home/dgroos/plone-3.2.3/parts/client1/bin/runzope -X debug-mode=on
2011-07-23 18:27:52 INFO ZServer HTTP server started at Sat Jul 23 18:27:52
2011
	Hostname: 0.0.0.0
	Port: 8383
2011-07-23 18:27:54 INFO Marshall libxml2-python not available. Unable to
register libxml2 based marshallers.
2011-07-23 18:27:58 INFO DocFinderTab Applied patch version 1.0.4.
2011-07-23 18:28:00 INFO ZEO.ClientStorage (2700) ClientStorage (pid=2700)
created RW/normal for storage: '1'
2011-07-23 18:28:00 INFO ZEO.cache created temporary cache file '<fdopen>'
2011-07-23 18:28:00 WARNING ZEO.zrpc (2700) CW: error connecting to
('127.0.0.1', 8300): ECONNREFUSED
2011-07-23 18:28:05 WARNING ZEO.zrpc (2700) CW: error connecting to
('127.0.0.1', 8300): ECONNREFUSED
2011-07-23 18:28:15 WARNING ZEO.zrpc (2700) CW: error connecting to
('127.0.0.1', 8300): ECONNREFUSED
2011-07-23 18:28:35 WARNING ZEO.zrpc (2700) CW: error connecting to
('127.0.0.1', 8300): ECONNREFUSED
2011-07-23 18:29:15 WARNING ZEO.zrpc (2700) CW: error connecting to
('127.0.0.1', 8300): ECONNREFUSED
(this last line repeating every 30 seconds or so)

And when I started zeo in the background I got:
dgroos at plone:~/plone-3.2.3$ ./bin/zeoserver fg
/home/dgroos/plone-3.2.3/parts/zeoserver/bin/runzeo
(and nothing more)

I've tried our friend, googling, but to no avail.. Any ideas?

David




--
View this message in context: http://plone.293351.n2.nabble.com/error-installing-quintagroup-transmogrifier-tp6614558p6614558.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.


More information about the Setup mailing list