Re: remember and AGX-2.0?
from
Rob Miller
on Jan 14, 2008 03:04 PM
Larry Pitcher wrote:
> Hello,
>
> I'm working on a product in Poseidon and I'm using AGX-2.0 trunk. I'm
> using remember and membrane from svn trunk too in my buildout.
i'm afraid i don't use AGX, never have, so i can't offer any help w/ how AGX
and remember / membrane interact.
> 2008-01-10 16:08:29 ERROR Zope.SiteErrorLog
> http://192.168.169.106:8090/site/portal_setup/manage_importAllSteps
> Traceback (innermost last):
> Module ZPublisher.Publish, line 119, in publish
> Module ZPublisher.mapply, line 88, in mapply
> Module ZPublisher.Publish, line 42, in call_object
> Module Products.GenericSetup.tool, line 526, in manage_importAllSteps
> Module Products.GenericSetup.tool, line 322, in
> runAllImportStepsFromProfile
> - __traceback_info__: profile-Products.TestUsers:default
> Module Products.GenericSetup.tool, line 1028, in
> _runImportStepsFromContext
> Module Products.GenericSetup.tool, line 987, in _doRunImportStep
> - __traceback_info__: membranetool
> Module Products.membrane.exportimport.membranetool, line 157, in
> importMembraneTool
> Module Products.GenericSetup.utils, line 786, in importObjects
> - __traceback_info__: membrane_tool
> Module Products.GenericSetup.utils, line 541, in _importBody
> ExpatError: membrane_tool.xml: not well-formed (invalid token): line 4,
> column 33
> ---------------------------------------
this seems pretty clear, though. it looks like you've got a syntax error of
some sort in your membrane_tool.xml file. you might want to look at that and
see if the xml is missing a closing tag or something.
-r