From tomcat-bugs@cortexity.com Thu Sep 21 14:45:23 2000 Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 63340 invoked from network); 21 Sep 2000 14:45:23 -0000 Received: from msp-26-164-174.mn.rr.com (HELO localhost.localdomain) (24.26.164.174) by locus.apache.org with SMTP; 21 Sep 2000 14:45:23 -0000 Received: from fatman (IDENT:nobody@localhost [127.0.0.1]) by localhost.localdomain (8.9.3/8.9.3) with SMTP id IAA01935 for ; Thu, 21 Sep 2000 08:43:43 -0500 Message-ID: <134711050.969543823945.JavaMail.nobody@fatman> Date: Thu, 21 Sep 2000 08:43:43 -0500 (CDT) From: BugRat Mail System Reply-To: BugRat Mail System To: tomcat-bugs@cortexity.com Subject: BugRat Report #148 has been filed. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="134716330.969543823860.JavaMail.nobody@fatman" X-Mailer: org.gjt.mail.EnhancedMimeMsg, Organization: The Giant Java Tree, X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N --134716330.969543823860.JavaMail.nobody@fatman Content-Type: text/plain Content-Transfer-Encoding: 7bit Bug report #148 has just been filed. You can view the report at the following URL: REPORT #148 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: serious Confidence: public Environment: Release: 32b4 JVM Release: Solaris_JDK_1.1.8_10 Operating System: SunOS OS Release: 5.7 Generic_106541-02 sun4u sparc SUNW,Ultra-5_10 Platform: Solaris Synopsis: No workers found when trying to access jsp or servlet through mod_jk and apache Description: This seems to be a serious problem, atleast on my platform as no jsp/servlet pages can be served through apache while expiriencing this condition. When accessing a jsp page through apache i get the following error in jk.log [jk_worker.c (123)]: Into wc_get_worker_for_name ajp12 [jk_worker.c (127)]: wc_get_worker_for_name, done did not found a worker I can access the same .jsp through tomcat when accessing it directly. When apache is started "jk_post_config NULL" is written st stdout. i checked the source and i assume that WAS_BORN_BY_APACHE is not accessible to mod_jk. This leads to mod_jk being started without any workers initialized. --134716330.969543823860.JavaMail.nobody@fatman Content-Type: text/html; name=Report-148.html Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=Report-148.html Content-Description: DataSource attachment 'Report-148.html' BugRat Report # 148

BugRat Report # 148

Project: Tomcat Release: 32b4
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: high Severity: serious
Confidence: public

Submitter: Mikael Andersson ( mikael.andersson@front.se )
Date Submitted: Sep 21 2000, 08:43:43 CDT
Responsible: Z_Tomcat Alias ( tomcat-bugs@cortexity.com )

Synopsis:
No workers found when trying to access jsp or servlet through mod_jk and apache
Environment: (jvm, os, osrel, platform)
Solaris_JDK_1.1.8_10, SunOS, 5.7 Generic_106541-02 sun4u sparc SUNW,Ultra-5_10, Solaris

Additional Environment Description:
mod_jk is running with apache 1.3.12 compiled with DSO support. Standard modules + mod_ssl mod_jk was compiled with /usr/local/apache/bin/apxs -c -o mod_jk.so -DSOLARIS -lrt -I. -I${JAVA_HOME}/include -I${JAVA_HOME}/include/solaris jk_ajp12_worker.c jk_connect.c jk_msg_buff.c jk_util.c jk_ajp13.c jk_jni_worker.c jk_pool.c jk_worker.c jk_ajp13_worker.c jk_lb_worker.c jk_sockbuf.c jk_map.c jk_uri_worker_map.c ../apache1.3/mod_jk.c gcc -DSOLARIS2=270 -DMOD_SSL=206106 -DEAPI -DUSE_EXPAT -I../lib/expat-lite -fPIC -DSHARED_MODULE -I/usr/local/apache/include -I. -I/usr/java/include -I/usr/java/include/solaris -DSOLARIS -c jk_ajp12_worker.c starting from bash shell

Report Description:
This seems to be a serious problem, atleast on my platform as no jsp/servlet pages can be served through apache while expiriencing this condition. When accessing a jsp page through apache i get the following error in jk.log [jk_worker.c (123)]: Into wc_get_worker_for_name ajp12 [jk_worker.c (127)]: wc_get_worker_for_name, done did not found a worker I can access the same .jsp through tomcat when accessing it directly. When apache is started "jk_post_config NULL" is written st stdout. i checked the source and i assume that WAS_BORN_BY_APACHE is not accessible to mod_jk. This leads to mod_jk being started without any workers initialized.

How To Reproduce:
null

Workaround:
null

View this report online...
--134716330.969543823860.JavaMail.nobody@fatman--