Computing.Net > Forums > Solaris > Zope Startup error

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Zope Startup error

Reply to Message Icon

Name: tonyduan
Date: July 5, 2004 at 21:18:26 Pacific
OS: Solaris 9 x86
CPU/Ram: AMD Athon XP 1500/256MB
Comment:

Hi everyone, I want to use Zope as a webserver and this is the error I get, sorry this is a long 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



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: Zope Startup error

Solaris 8 on GeForce2? www.computing.net/answers/solaris/solaris-8-on-geforce2/541.html

zip error while adding file www.computing.net/answers/solaris/zip-error-while-adding-file/3812.html

/dev/dsk/c1t0d0s1: I/O error www.computing.net/answers/solaris/devdskc1t0d0s1-io-error/5057.html