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/14 21:14:20 UTC

BugRat Report #118 has been filed.

Bug report #118 has just been filed.

You can view the report at the following URL:

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

REPORT #118 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: non-critical
Confidence: public
Environment: 
   Release: 3.2b2 & 3.2b4
   JVM Release: J2RE 1.3.0 IBM build cx130-20000815
   Operating System: Red Hat Linux
   OS Release: Red Hat 6.2 kernal 2.2.16-3smp
   Platform: Xeon 800 w/ 512 MB Ram

Synopsis: 
after httpd reload mod_jk fails to find a worker

Description:
jk.log before and after /etc/rc.d/init.d/httpd reload

<pre>
[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (406)]: jk_uri_worker_map_t::map_uri_to_worker, Found a match 65245
[jk_worker.c (123)]: Into wc_get_worker_for_name 65245
[jk_worker.c (127)]: wc_get_worker_for_name, done  found a worker
[jk_ajp12_worker.c (223)]: Into jk_worker_t::get_endpoint
[jk_ajp12_worker.c (121)]: Into jk_endpoint_t::service
[jk_connect.c (108)]: Into jk_open_socket
[jk_connect.c (115)]: jk_open_socket, try to connect socket = 9
[jk_connect.c (124)]: jk_open_socket, after connect ret = 0
[jk_connect.c (132)]: jk_open_socket, set TCP_NODELAY to on
[jk_connect.c (140)]: jk_open_socket, return, sd = 9
[jk_ajp12_worker.c (134)]: In jk_endpoint_t::service, sd = 9
[jk_ajp12_worker.c (357)]: Into ajpv12_handle_request
[jk_ajp12_worker.c (361)]: ajpv12_handle_request, sending the ajp12 start sequence
[jk_ajp12_worker.c (413)]: ajpv12_handle_request, sending the headers
[jk_ajp12_worker.c (432)]: ajpv12_handle_request, sending the terminating mark
[jk_ajp12_worker.c (472)]: ajpv12_handle_request done
[jk_ajp12_worker.c (148)]: In jk_endpoint_t::service, sent request
[jk_ajp12_worker.c (488)]: Into ajpv12_handle_response
[jk_ajp12_worker.c (502)]: ajpv12_handle_response, read Status: 200 OK
[jk_ajp12_worker.c (530)]: ajpv12_handle_response, read Status=200 OK
[jk_ajp12_worker.c (502)]: ajpv12_handle_response, read Content-Type: text/html;charset=8859_1
[jk_ajp12_worker.c (530)]: ajpv12_handle_response, read Content-Type=text/html;charset=8859_1
[jk_ajp12_worker.c (542)]: ajpv12_handle_response, allocating header arrays
[jk_ajp12_worker.c (502)]: ajpv12_handle_response, read Servlet-Engine: Tomcat Web Server/3.2 beta 2 (JSP 1.1; Servlet 2.2; Java 1.3.0; Linux 2.2.16-3smp x86; java.vendor=IBM Corporation)
[jk_ajp12_worker.c (530)]: ajpv12_handle_response, read Servlet-Engine=Tomcat Web Server/3.2 beta 2 (JSP 1.1; Servlet 2.2; Java 1.3.0; Linux 2.2.16-3smp x86; java.vendor=IBM Corporation)
[jk_ajp12_worker.c (502)]: ajpv12_handle_response, read 
[jk_ajp12_worker.c (504)]: ajpv12_handle_response, headers are done
[jk_ajp12_worker.c (563)]: ajpv12_handle_response, starting response
[jk_ajp12_worker.c (574)]: ajpv12_handle_response, reading response body
[jk_ajp12_worker.c (590)]: ajpv12_handle_response, response body is done
[jk_ajp12_worker.c (602)]: ajpv12_handle_response done
[jk_ajp12_worker.c (163)]: Into jk_endpoint_t::done

/etc/rc.d/init.d/httpd reload

[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (406)]: jk_uri_worker_map_t::map_uri_to_worker, Found a match 65245
[jk_worker.c (123)]: Into wc_get_worker_for_name 65245
[jk_worker.c (127)]: wc_get_worker_for_name, done did not found a worker
</pre>