silva installation problem
Hi, I saw the announcement of the Silva system on www.zope.org and want to see if it suits my needs. I installed all the modules, but when I try the last step of the installation (import silva-0.8.3.zexp), my entire zope server crashes. The only thing I found was a line in /var/log/messages: Sep 2 17:38:47 zopetest /kernel: pid 337 (python), uid 25933: exited on signal 11 Zope 2.5.1 on FreeBSD 4.5 and Python 2.1.2. This is what I did to install everything (zope is installed in /usr/local/zope/2.5.1 which is symlinked as /usr/local/zope/zope) fetch http://www.zope.org/Members/faassen/Silva/Silva-0.8.3.tgz fetch http://www.zope.org/Members/faassen/XMLWidgets/XMLWidgets-0.8.1.tgz fetch http://www.zope.org/Members/faassen/Formulator/Formulator-1.2.0.tgz fetch http://www.zope.org/Members/faassen/ParsedXML/ParsedXML-1.3.0.tgz fetch http://www.zope.org/Members/faassen/Silva/silva-0.8.3.zexp.gz lynx http://prdownloads.sourceforge.net/pyxml/PyXML-0.8.tar.gz?use_mirror=beln et and select download tar xzvf PyXML-0.8.tar.gz cd PyXML-0.8 python setup.py build python setup.py install cd /usr/local/zope/zope/lib/python/Products/ tar xzvf /usr/local/zope/download/Silva-0.8.3.tgz tar xzvf /usr/local/zope/download/XMLWidgets-0.8.1.tgz tar xzvf /usr/local/zope/download/Formulator-1.2.0.tgz tar xzvf /usr/local/zope/download/ParsedXML-1.3.0.tgz cd /usr/local/zope/zope/import/ cp /usr/local/zope/download/silva-0.8.3.zexp.gz . zcat silva-0.8.3.zexp.gz > silva-0.8.3.zexp /usr/local/zope/bin/zopectl stop /usr/local/zope/bin/zopectl start import file silva-0.8.3.zexp (in zope web management interface) *CRASH* Any ideas on how to debug this? -- __________________________________________________ "Nothing is as subjective as reality" Reinoud van Leeuwen reinoud.v@n.leeuwen.net http://www.xs4all.nl/~reinoud __________________________________________________
Hi Reinoud,
I saw the announcement of the Silva system on www.zope.org and want to see if it suits my needs. I installed all the modules, but when I try the last step of the installation (import silva-0.8.3.zexp), my entire zope server crashes. The only thing I found was a line in /var/log/messages:
Sep 2 17:38:47 zopetest /kernel: pid 337 (python), uid 25933: exited on signal 11 [snip interesting installation information]
Uh, this does not look good ... as I have no BSD box at hand, I can only give some hints to localize the problem. It seems You have installed all of the products to run Silva from scratch. Thus every product could have caused the problem. Could You please try to localize the causing Product by adding the following items via the ZMI to a test folder? (better backup your Data.fs before ;-): - Parsed XML -> "ParsedXML" - Formulator Form -> "Formulator" - XML Widgets Registry - XML Widgets Editor Service -> both "XMLWidgets" - Silva Root -> "Silva" Hopefully this helps localizing the product triggering the problem. Regards, Clemens (P.S.: adding a "Silva Root" does not make an operable Silva product et, as there are lots of additional stuff to be added to get an operable managements interface -- this is actually prefabricated in the silva-0.8.3.zexp ...)
On Mon, Sep 02, 2002 at 06:19:15PM +0200, Clemens Klein-Robbenhaar wrote:
Hi Reinoud,
I saw the announcement of the Silva system on www.zope.org and want to see if it suits my needs. I installed all the modules, but when I try the last step of the installation (import silva-0.8.3.zexp), my entire zope server crashes. The only thing I found was a line in /var/log/messages:
Sep 2 17:38:47 zopetest /kernel: pid 337 (python), uid 25933: exited on signal 11 [snip interesting installation information]
Uh, this does not look good ... as I have no BSD box at hand, I can only give some hints to localize the problem.
It seems You have installed all of the products to run Silva from scratch. Thus every product could have caused the problem.
Could You please try to localize the causing Product by adding the following items via the ZMI to a test folder? (better backup your Data.fs before ;-):
- Parsed XML -> "ParsedXML" - Formulator Form -> "Formulator" - XML Widgets Registry - XML Widgets Editor Service -> both "XMLWidgets" - Silva Root -> "Silva"
I can succesfully add all of the above... No problem. I updated python to 2.1.3 (although Zope 2.5.1 README states that 2.1 should work). But still Zope crashes when I import the zexp. Nothing in stupid.log, errorlog has only: [Tue Sep 3 13:06:42 2002] [error] PCGI Error: [503 Service Unavailable] ((116) unable to connect, fd=4) Undefined error: 0 (which is logical: Apache complains it cannot reach the crashed Zope server). And a message in /var/log/messages (see above). Can I pinpoint the problem in another way? Does somebody have .zexp files with parts of the big one? -- __________________________________________________ "Nothing is as subjective as reality" Reinoud van Leeuwen reinoud.v@n.leeuwen.net http://www.xs4all.nl/~reinoud __________________________________________________
Reinoud van Leeuwen writes:
I saw the announcement of the Silva system on www.zope.org and want to see if it suits my needs. I installed all the modules, but when I try the last step of the installation (import silva-0.8.3.zexp), my entire zope server crashes. The only thing I found was a line in /var/log/messages:
Sep 2 17:38:47 zopetest /kernel: pid 337 (python), uid 25933: exited on signal 11 This is a segmentation violation ("SIGSEGV").
Zope 2.5.1 on FreeBSD 4.5 and Python 2.1.2. This is what I did to install everything (zope is installed in /usr/local/zope/2.5.1 which is symlinked as /usr/local/zope/zope) It happens probably because you use Python 2.1.2 which you should use Python 2.1.3...
Dieter
participants (3)
-
Clemens Klein-Robbenhaar -
Dieter Maurer -
Reinoud van Leeuwen