Zope Couldn't install CMFPhotoAlbum

Bug #143067 reported by Tony Duan
2
Affects Status Importance Assigned to Milestone
Zope 2
Invalid
Medium
Unassigned

Bug Description

Hi there, I'm trying to start Zope it but I'm getting all these error messages everytime I install CMFPhotoAlbum product in my "Products" directory of my zope instance and I have no clue of how to fix them. If CMFPhotoAlbum was removed from the "Products" folder, then Zope starts normally. The error message is pasted below and I apologize for a long error message:

bash-2.05$ ./runzope
------
2004-07-05T21:16:05 INFO(0) ZServer HTTP server started at Mon Jul 5 21:16:05 2004
Hostname: stratosphere
Port: 8080
------
2004-07-05T21:16:05 INFO(0) ZServer FTP server started at Mon Jul 5 21:16:05 2004
Hostname: stratosphere
Port: 8021
------
2004-07-05T21:16:06 DEBUG(-200) CMFPhoto PIL found
The Python Imaging Library was found at /usr/local/lib/python2.3/site-packages/PIL.
------
2004-07-05T21:16:06 PROBLEM(100) CMFPhoto ImageMagick not found
The ImageMagick convert tool wasn't found in your search path: /usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/ucb:/usr/local/bin:/usr/ucb:/usr/ccs/bin
------
2004-07-05T21:16:06 DEBUG(-200) CMFPhoto is using PIL to resize photos.
------
2004-07-05T21:16:07 INFO(0) IngeniWeb
NOTICE global_symbols.py:20:Mon Jul 5 21:16:07 2004: 'Starting /export/home/webdev/myzope/Products/GroupUserFolder at 4 debug level'

------
2004-07-05T21:16:07 INFO(0) PlacelessTranslationService Applying patch
*** Patching ZPublisher.Publish with the get_request patch! ***
------
2004-07-05T21:16:07 DEBUG(-200) FileStorage create storage /export/home/webdev/myzope/var/Data.fs
------
2004-07-05T21:16:08 DEBUG(-200) TemporaryStorage create storage temporary storage for sessioning
------
2004-07-05T21:16:08 BLATHER(-100) ZODB Commiting subtransaction of size 6008
------
2004-07-05T21:16:08 INFO(0) Archetypes Products/Archetypes/content_driver/MSWord.py[20]
Failed to import the OpenOffice PyUNO content converter.
Remind me to write a doc on how to set this up as its a better
converter than wvWare and in somecases even MSWord

/export/home/webdev/Zope-2.7/lib/python/SearchIndex/__init__.py:19: DeprecationWarning: The usage of the SearchIndex package is deprecated since Zope 2.4.
This package is only kept for backwards compatibility for a while
and will go away in a future release.

Please use instead the re-factored modules in Products/PluginIndexes.

warnings.warn("The usage of the SearchIndex package is deprecated since \
------
2004-07-05T21:16:08 ERROR(200) Zope Couldn't install CMFPhotoAlbum
Traceback (most recent call last):
File "/export/home/webdev/Zope-2.7/lib/python/OFS/Application.py", line 728, in install_product
productObject=App.Product.initializeProduct(
File "/export/home/webdev/Zope-2.7/lib/python/App/Product.py", line 543, in initializeProduct
products._setObject(name, product)
File "/export/home/webdev/Zope-2.7/lib/python/OFS/ObjectManager.py", line 276, in _setObject
object.manage_afterAdd(object, self)
File "/export/home/webdev/Zope-2.7/lib/python/OFS/ObjectManager.py", line 284, in manage_afterAdd
object.manage_afterAdd(item, container)
File "/export/home/webdev/Zope-2.7/lib/python/ZClasses/ZClass.py", line 422, in manage_afterAdd
self._register()
File "/export/home/webdev/Zope-2.7/lib/python/ZClasses/ZClass.py", line 376, in _register
raise ValueError, 'Duplicate Class Ids'
ValueError: Duplicate Class Ids
Traceback (most recent call last):
File "/export/home/webdev/Zope-2.7/lib/python/Zope/Startup/run.py", line 50, in ?
run()
File "/export/home/webdev/Zope-2.7/lib/python/Zope/Startup/run.py", line 19, in run
start_zope(opts.configroot)
File "/export/home/webdev/Zope-2.7/lib/python/Zope/Startup/__init__.py", line 51, in start_zope
starter.startZope()
File "/export/home/webdev/Zope-2.7/lib/python/Zope/Startup/__init__.py", line 230, in startZope
Zope.startup()
File "/export/home/webdev/Zope-2.7/lib/python/Zope/__init__.py", line 47, in startup
_startup()
File "/export/home/webdev/Zope-2.7/lib/python/Zope/App/startup.py", line 96, in startup
OFS.Application.initialize(application)
File "/export/home/webdev/Zope-2.7/lib/python/OFS/Application.py", line 278, in initialize
initializer.initialize()
File "/export/home/webdev/Zope-2.7/lib/python/OFS/Application.py", line 305, in initialize
self.install_products()
File "/export/home/webdev/Zope-2.7/lib/python/OFS/Application.py", line 560, in install_products
return install_products(app)
File "/export/home/webdev/Zope-2.7/lib/python/OFS/Application.py", line 591, in install_products
folder_permissions, raise_exc=debug_mode)
File "/export/home/webdev/Zope-2.7/lib/python/OFS/Application.py", line 728, in install_product
productObject=App.Product.initializeProduct(
File "/export/home/webdev/Zope-2.7/lib/python/App/Product.py", line 543, in initializeProduct
products._setObject(name, product)
File "/export/home/webdev/Zope-2.7/lib/python/OFS/ObjectManager.py", line 276, in _setObject
object.manage_afterAdd(object, self)
File "/export/home/webdev/Zope-2.7/lib/python/OFS/ObjectManager.py", line 284, in manage_afterAdd
object.manage_afterAdd(item, container)
File "/export/home/webdev/Zope-2.7/lib/python/ZClasses/ZClass.py", line 422, in manage_afterAdd
self._register()
File "/export/home/webdev/Zope-2.7/lib/python/ZClasses/ZClass.py", line 376, in _register
raise ValueError, 'Duplicate Class Ids'
ValueError: Duplicate Class Ids

Revision history for this message
Andreas Jung (ajung) wrote :

Status: Pending => Rejected

Does not look like a Zope core issue but more than a 3rd party product problem which is not supported through this
bugtracker.

Revision history for this message
Ubuntu QA Website (ubuntuqa) wrote :

This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/143067

tags: added: iso-testing
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.