[ZCM] [ZC] 1410/ 2 Reject "Zope Couldn't install CMFPhotoAlbum "

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Sat Jul 10 03:25:15 EDT 2004


Issue #1410 Update (Reject) "Zope Couldn't install CMFPhotoAlbum "
 Status Rejected, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/1410

==============================================================
= Reject - Entry #2 by ajung on Jul 10, 2004 3:25 am

 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.
________________________________________
= Request - Entry #1 by tonyduan on Jul 6, 2004 12:40 pm

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
==============================================================



More information about the Zope-Collector-Monitor mailing list