Piotr wrote:
Thank you Bruno for your answer. On Mon, 31 Oct 2005, bruno desthuilliers wrote:
Piotr Konstanty wrote:
I'm new in zope world. I would like to install Silva as a product in zope. When I put all core silva product to lib/python/Products cataloge unpack it an restart zope again every think seems to be good
How did you restart your zope instance ? If you want to make sure you see start-time errors, you may want to use <ZOPE-INSTANCE>/bin/runzope instead of <ZOPE-INSTANCE>/bin/zopectl start.
OK. I started zope like you suggested and I didn't fnd nothik special in log [root@Elunia ~]# /usr/bin/runzope ------ 2005-10-31T18:29:43 INFO(0) ZServer HTTP server started at Mon Oct 31 18:29:43 2005 Hostname: elunia.bibltor.torun.pl Port: 9080 ------ 2005-10-31T18:29:43 INFO(0) ZServer FTP server started at Mon Oct 31 18:29:43 2005 Hostname: Elunia Port: 9021 ------ 2005-10-31T18:29:43 INFO(0) ZServer HTTP server started at Mon Oct 31 18:29:43 2005 Hostname: elunia.bibltor.torun.pl Port: 9081 ------ 2005-10-31T18:29:43 INFO(0) Zope Set effective user to "zope" ------ 2005-10-31T18:29:43 DEBUG(-200) FileStorage create storage /var/lib/zope/data/Data.fs ------ 2005-10-31T18:29:43 DEBUG(-200) TemporaryStorage create storage session ------ 2005-10-31T18:29:43 BLATHER(-100) ZODB Commiting subtransaction of size 6044 /usr/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module DeprecationWarning) ------ 2005-10-31T18:29:44 BLATHER(-100) Z2 Installed sighandler for SIGTERM ------ 2005-10-31T18:29:44 BLATHER(-100) Z2 Installed sighandler for SIGINT ------ 2005-10-31T18:29:44 BLATHER(-100) Z2 Installed sighandler for SIGHUP ------ 2005-10-31T18:29:44 BLATHER(-100) Z2 Installed sighandler for SIGUSR2 ------ 2005-10-31T18:29:44 INFO(0) Zope Ready to handle requests
Ok, seems clean...
but when I want to do next step from INSALL.txt of Silva namely on "add list" of ZMI I choose Slva root and want to add it to zope root folder after I feed Id and Title on the "Add Silva Root" page and I push "Add" button I receive "HTTP 500 - Inside Error of server Internet Explorer". Where is an reason of this error? Any hints?
I'd say that some required dependencies are missing.
To check this, you can either: - have a look at <ZOPE-INSTANCE>/log/Z2.log
oops, sorry, I meant event.log. Z2.log is the equivalent of Apache's acces.log. My bad :(
- goto Control_Panel/Products in the ZMI and check if some products are 'broken' (they have a special icon)
Wolud you lke to mae a glance and hint me once more?
Have you checked for broken products in the Control_Panel ? If you run in debug mode (cf <ZOPE-INSTANCE>/etc/zope.conf), have no error when starting with runzope, have nothing wrong the event.log, and have no broken product in the Control_Panel, then it must have something to do with the phase of the moon... Oh, BTW: what versions of Zope and Silva ? -- bruno desthuilliers développeur bruno@modulix.org http://www.modulix.com
participants (1)
-
bruno desthuilliers