You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Andric Chang <an...@ecquaria.com> on 2002/12/02 07:26:57 UTC

Error "exit signal Segmentation fault (11) " in Apache 1.3.26 + Tomcat 4.1.12

Hi All,
 
I'm on Red-Hat/Linux 7.2 platform.
I have installed Apache 1.3.26 - no problem.  It works fine.
I have installed tomcat 4.1.12 from binaries - no problem. This two 
works fine for standalone.

However, when tried to intergrate these two by using mod_jk/1.1.0 or 
mod_jk/1.2.0,
I got the following error when tried to access jsp/servlet page in 
Tomcat, accessing html page in Apache works fine.
Does anyone know what went wrong?
 
[Sat Nov 30 17:59:01 2002] [notice] Apache/1.3.26 (Unix)  (Red-
Hat/Linux) mod_jk/1.1.0 mod_ssl/2.8.9 OpenSSL/0.9.6 PHP/4.1.1 
mod_perl/1.24_01 FrontPage/5.0.2.2510 configured -- resuming normal 
operations
[Sat Nov 30 17:59:01 2002] [notice] suEXEC mechanism enabled 
(wrapper: /usr/sbin/suexec)
[Sat Nov 30 17:59:01 2002] [notice] Accept mutex: sysvsem (Default: 
sysvsem)
[Sat Nov 30 17:59:50 2002] [notice] child pid 12691 exit signal 
Segmentation fault (11)
 
Here's code I added in httpd.conf
========================
<IfModule !mod_jk.c>
  LoadModule jk_module modules/mod_jk.so
</IfModule>
JkWorkersFile /usr/jakarta-tomcat-4.1.12/conf/workers.properties
JkLogFile /usr/jakarta-tomcat-4.1.12/logs/mod_jk.log
JkLogLevel emerg
JkMount /webapps ajp13
JkMount /webapps/* ajp13
JkMount /tomcat-docs ajp13
JkMount /tomcat-docs/* ajp13
 
And, workers.properties in Tomcat
=========================
workers.tomcat_home=/usr/jakarta-tomcat-4.1.12
workers.java_home=/usr/java/jdk1.3.1_06
ps=/
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13

I've tried Tomcat 4.0.6, same problem.
 
Regards,
Andric 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>