Traceback error on Five

0 views
Skip to first unread message

Veda Williams

unread,
Jun 20, 2007, 5:50:29 PM6/20/07
to getpa...@googlegroups.com
Hello,

I'm having a problem getting Zope to start up after installing
getpaid. Prior to this it asked me to install PIL, which I did, though
not necessarily in the right place. It says at the traceback error
that it can't install Five, but Five is included in the buildout, so
I'm a little confused about that.

Any thoughts?

- Veda

[bash: /Applications/getpaid.buildout] bin/instance fg
"/Applications/getpaid.buildout/parts/instance/bin/runzope"
2007-06-20 14:44:46 INFO ZServer HTTP server started at Wed Jun 20 14:44:46 2007
Hostname: 0.0.0.0
Port: 8080
/Applications/getpaid.buildout/develop-plone/Marshall/handlers/__init__.py:38:
UserWarning: libxml2 not available. Unable to register libxml2 based
marshallers
warnings.warn('libxml2 not available. Unable to register libxml2 based ' \
2007-06-20 14:44:53 WARNING Init Class
Products.CMFFormController.ControllerBase.ControllerBase has a
security declaration for nonexistent method 'getPostRequired'
/Applications/getpaid.buildout/develop-plone/CMFSquidTool/Permissions.py:19:
DeprecationWarning: The module, 'Products.CMFCore.CMFCorePermissions'
is a deprecated compatiblity alias for 'Products.CMFCore.permissions';
please use the new module instead.
from Products.CMFCore.CMFCorePermissions import ManagePortal
2007-06-20 14:45:03 WARNING Zope OFS.Application: Duplicate Product
name:After loading Product 'Five' from
'/Applications/getpaid.buildout/develop-products',
I skipped the one in
'/Applications/getpaid.buildout/parts/zope2/lib/python/Products'.

2007-06-20 14:45:04 INFO PlacelessTranslationService Applying patch
*** Patching ZPublisher.Publish with the get_request patch! ***
2007-06-20 14:45:09 INFO Zope.ZCatalog Start migration of indexes for
Control_Panel/Products/CMFCore/Help/catalog
2007-06-20 14:45:09 INFO Zope.ZCatalog processing index permissions
2007-06-20 14:45:09 INFO Zope.ZCatalog processing index categories
2007-06-20 14:45:09 INFO Zope.ZCatalog Finished migration of indexes
for Control_Panel/Products/CMFCore/Help/catalog
2007-06-20 14:45:10 INFO Zope.ZCatalog Start migration of indexes for
Control_Panel/Products/CMFDefault/Help/catalog
2007-06-20 14:45:10 INFO Zope.ZCatalog processing index permissions
2007-06-20 14:45:10 INFO Zope.ZCatalog processing index categories
2007-06-20 14:45:10 INFO Zope.ZCatalog Finished migration of indexes
for Control_Panel/Products/CMFDefault/Help/catalog
2007-06-20 14:45:12 WARNING Plone Deprecation Warning
CustomizationPolicies are deprecated and will be removed in Plone 3.0.
Please use GenericSetup extension profiles instead.
2007-06-20 14:45:12 WARNING Plone Deprecation Warning
registerSetupWidget is deprecated and will be removed in Plone 3.0.
2007-06-20 14:45:12 WARNING Plone Deprecation Warning
registerSetupWidget is deprecated and will be removed in Plone 3.0.
2007-06-20 14:45:14 WARNING Plone Deprecation Warning
CustomizationPolicies are deprecated and will be removed in Plone 3.0.
Please use GenericSetup extension profiles instead.
2007-06-20 14:45:15 INFO Zope.ZCatalog Start migration of indexes for
Control_Panel/Products/CMFTopic/Help/catalog
2007-06-20 14:45:15 INFO Zope.ZCatalog processing index permissions
2007-06-20 14:45:15 INFO Zope.ZCatalog processing index categories
2007-06-20 14:45:15 INFO Zope.ZCatalog Finished migration of indexes
for Control_Panel/Products/CMFTopic/Help/catalog
2007-06-20 14:45:16 INFO Zope.ZCatalog Start migration of indexes for
Control_Panel/Products/DCWorkflow/Help/catalog
2007-06-20 14:45:16 INFO Zope.ZCatalog processing index permissions
2007-06-20 14:45:16 INFO Zope.ZCatalog processing index categories
2007-06-20 14:45:16 INFO Zope.ZCatalog Finished migration of indexes
for Control_Panel/Products/DCWorkflow/Help/catalog
2007-06-20 14:45:17 INFO Zope.ZCatalog Start migration of indexes for
Control_Panel/Products/ExternalMethod/Help/catalog
2007-06-20 14:45:17 INFO Zope.ZCatalog processing index permissions
2007-06-20 14:45:17 INFO Zope.ZCatalog processing index categories
2007-06-20 14:45:17 INFO Zope.ZCatalog Finished migration of indexes
for Control_Panel/Products/ExternalMethod/Help/catalog
2007-06-20 14:45:17 INFO Zope.ZCatalog Start migration of indexes for
Control_Panel/Products/FSDump/Help/catalog
2007-06-20 14:45:17 INFO Zope.ZCatalog processing index permissions
2007-06-20 14:45:17 INFO Zope.ZCatalog processing index categories
2007-06-20 14:45:17 INFO Zope.ZCatalog Finished migration of indexes
for Control_Panel/Products/FSDump/Help/catalog
2007-06-20 14:45:22 ERROR Zope Couldn't install Five
Traceback (most recent call last):
File "/Applications/getpaid.buildout/parts/zope2/lib/python/OFS/Application.py",
line 783, in install_product
initmethod(context)
File "/Applications/getpaid.buildout/develop-products/Five/__init__.py",
line 31, in initialize
zcml.load_site()
File "/Applications/getpaid.buildout/develop-products/Five/zcml.py",
line 41, in load_site
_context = xmlconfig.file(file)
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/xmlconfig.py",
line 558, in file
include(context, name, package)
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/xmlconfig.py",
line 494, in include
processxmlfile(f, context)
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/xmlconfig.py",
line 349, in processxmlfile
parser.parse(src)
File "/Applications/Plone-2.5.2/Python-2.4.4/lib/python2.4/xml/sax/expatreader.py",
line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/Applications/Plone-2.5.2/Python-2.4.4/lib/python2.4/xml/sax/xmlreader.py",
line 123, in parse
self.feed(buffer)
File "/Applications/Plone-2.5.2/Python-2.4.4/lib/python2.4/xml/sax/expatreader.py",
line 207, in feed
self._parser.Parse(data, isFinal)
File "/Applications/Plone-2.5.2/Python-2.4.4/lib/python2.4/xml/sax/expatreader.py",
line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/xmlconfig.py",
line 328, in endElementNS
self.context.end()
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/config.py",
line 544, in end
self.stack.pop().finish()
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/config.py",
line 692, in finish
actions = self.handler(context, **args)
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/xmlconfig.py",
line 494, in include
processxmlfile(f, context)
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/xmlconfig.py",
line 349, in processxmlfile
parser.parse(src)
File "/Applications/Plone-2.5.2/Python-2.4.4/lib/python2.4/xml/sax/expatreader.py",
line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/Applications/Plone-2.5.2/Python-2.4.4/lib/python2.4/xml/sax/xmlreader.py",
line 123, in parse
self.feed(buffer)
File "/Applications/Plone-2.5.2/Python-2.4.4/lib/python2.4/xml/sax/expatreader.py",
line 207, in feed
self._parser.Parse(data, isFinal)
File "/Applications/Plone-2.5.2/Python-2.4.4/lib/python2.4/xml/sax/expatreader.py",
line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/xmlconfig.py",
line 328, in endElementNS
self.context.end()
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/config.py",
line 544, in end
self.stack.pop().finish()
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/config.py",
line 692, in finish
actions = self.handler(context, **args)
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/xmlconfig.py",
line 494, in include
processxmlfile(f, context)
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/xmlconfig.py",
line 349, in processxmlfile
parser.parse(src)
File "/Applications/Plone-2.5.2/Python-2.4.4/lib/python2.4/xml/sax/expatreader.py",
line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/Applications/Plone-2.5.2/Python-2.4.4/lib/python2.4/xml/sax/xmlreader.py",
line 123, in parse
self.feed(buffer)
File "/Applications/Plone-2.5.2/Python-2.4.4/lib/python2.4/xml/sax/expatreader.py",
line 207, in feed
self._parser.Parse(data, isFinal)
File "/Applications/Plone-2.5.2/Python-2.4.4/lib/python2.4/xml/sax/expatreader.py",
line 348, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/xmlconfig.py",
line 328, in endElementNS
self.context.end()
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/config.py",
line 544, in end
self.stack.pop().finish()
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/config.py",
line 691, in finish
args = toargs(context, *self.argdata)
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/config.py",
line 1383, in toargs
args[str(name)] = field.fromUnicode(s)
File "/Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/fields.py",
line 141, in fromUnicode
raise schema.ValidationError(v)
ZopeXMLConfigurationError: File
"/Applications/getpaid.buildout/develop-products/Five/skel/site.zcml",
line 7.2-7.37
ZopeXMLConfigurationError: File
"/Applications/getpaid.buildout/develop-products/Five/configure.zcml",
line 7.2-7.30
ZopeXMLConfigurationError: File
"/Applications/getpaid.buildout/develop-products/Five/event.zcml",
line 38.2-42.8
ConfigurationError: ('Invalid value for', 'handler', 'ImportError:
Module OFS.subscribers has no global dispatchObjectCopiedEvent')
> /Applications/getpaid.buildout/parts/zope2/lib/python/zope/configuration/fields.py(141)fromUnicode()
-> raise schema.ValidationError(v)
(Pdb)

John Lenton

unread,
Jun 21, 2007, 9:25:08 AM6/21/07
to getpa...@googlegroups.com
Veda Williams wrote:
> Hello,
>
> I'm having a problem getting Zope to start up after installing
> getpaid. Prior to this it asked me to install PIL, which I did, though
> not necessarily in the right place. It says at the traceback error
> that it can't install Five, but Five is included in the buildout, so
> I'm a little confused about that.

it's getting fixed (apparently in tags/1.4.2)

--
John Lenton (jo...@except.com.ar) -- http://except.com.ar/
except - responsible free software developers for hire.

john.vcf
signature.asc

John Lenton

unread,
Jun 21, 2007, 9:54:29 AM6/21/07
to getpa...@googlegroups.com
John Lenton wrote:
> Veda Williams wrote:
>> Hello,
>>
>> I'm having a problem getting Zope to start up after installing
>> getpaid. Prior to this it asked me to install PIL, which I did, though
>> not necessarily in the right place. It says at the traceback error
>> that it can't install Five, but Five is included in the buildout, so
>> I'm a little confused about that.
>
> it's getting fixed (apparently in tags/1.4.2)

yeah, tags/1.4.2 fixes it. Changed the develop-products' externals
to use that.

john.vcf
signature.asc

Kapil Thangavelu

unread,
Jun 21, 2007, 10:50:08 AM6/21/07
to getpa...@googlegroups.com
On 6/21/07, John Lenton <jo...@except.com.ar> wrote:
John Lenton wrote:
> Veda Williams wrote:
>> Hello,
>>
>> I'm having a problem getting Zope to start up after installing
>> getpaid. Prior to this it asked me to install PIL, which I did, though
>> not necessarily in the right place. It says at the traceback error
>> that it can't install Five, but Five is included in the buildout, so
>> I'm a little confused about that.
>
> it's getting fixed (apparently in tags/1.4.2)

yeah, tags/1.4.2 fixes it. Changed the develop-products' externals
to use that.

fix committed, an svn update on develop-products, will pull in a working version of Five.  it looks like an incompatible change was made to the Five release branch that depends on an unreleased version of zope to fix a bug with z3 event dispatching.

 




--
Vision Implemented - http://objectrealms.net

John Lenton

unread,
Jun 21, 2007, 10:59:44 AM6/21/07
to getpa...@googlegroups.com
Kapil Thangavelu wrote:
>
>
> On 6/21/07, *John Lenton* <jo...@except.com.ar

> <mailto:jo...@except.com.ar>> wrote:
>
> John Lenton wrote:
> > Veda Williams wrote:
> >> Hello,
> >>
> >> I'm having a problem getting Zope to start up after installing
> >> getpaid. Prior to this it asked me to install PIL, which I did,
> though
> >> not necessarily in the right place. It says at the traceback error
> >> that it can't install Five, but Five is included in the buildout, so
> >> I'm a little confused about that.
> >
> > it's getting fixed (apparently in tags/1.4.2)
>
> yeah, tags/1.4.2 fixes it. Changed the develop-products' externals
> to use that.
>
>
> fix committed, an svn update on develop-products, will pull in a working
> version of Five.

umm.. yes, that's what I meant. Did you commit that fix too?

john.vcf
signature.asc

Kapil Thangavelu

unread,
Jun 21, 2007, 11:43:49 AM6/21/07
to getpa...@googlegroups.com
On 6/21/07, John Lenton <jo...@except.com.ar> wrote:
Kapil Thangavelu wrote:
>
>
> On 6/21/07, *John Lenton* <jo...@except.com.ar
> <mailto:jo...@except.com.ar>> wrote:
>
>     John Lenton wrote:
>     > Veda Williams wrote:
>     >> Hello,
>     >>
>     >> I'm having a problem getting Zope to start up after installing
>     >> getpaid. Prior to this it asked me to install PIL, which I did,
>     though
>     >> not necessarily in the right place. It says at the traceback error
>     >> that it can't install Five, but Five is included in the buildout, so
>     >> I'm a little confused about that.
>     >
>     > it's getting fixed (apparently in tags/1.4.2)
>
>     yeah, tags/1.4.2 fixes it. Changed the develop-products' externals
>     to use that.
>
>
> fix committed, an svn update on develop-products, will pull in a working
> version of Five.

umm.. yes, that's what I meant. Did you commit that fix too?

no. you committed it, i got a conflict on commit, an update pulled in your fix.
thanks,
 -kapil
Reply all
Reply to author
Forward
0 new messages