You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/09/21 15:43:43 UTC

BugRat Report #148 has been filed.

Bug report #148 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/148>

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.