http://nagoya.apache.org/bugzilla/show_bug.cgi?id=111 *** shadow/111 Sun Feb 4 11:06:43 2001 --- shadow/111.tmp.2735 Sun Feb 4 11:06:43 2001 *************** *** 0 **** --- 1,61 ---- + +============================================================================+ + | after httpd reload mod_jk fails to find a worker BugRat Report#118 | + +----------------------------------------------------------------------------+ + | Bug #: 111 Product: Tomcat 3 | + | Status: UNCONFIRMED Version: Unknown | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: High Component: Connectors | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | 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> + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]