https://issues.apache.org/bugzilla/show_bug.cgi?id=49929

--- Comment #1 from brett.dellegra...@intact-is.com 2010-09-14 11:56:10 EDT ---
There was a patch supplied by Rainer Jung which we used to get more information
out of mod_jk.  It was how we realised there were out-of order messages in the
queue on the Tomcat side.

Patch:
--- jk_ajp_common.c     2010-02-23 08:26:02.000000000 +0100
+++ jk_ajp_common.c.debug       2010-09-02 18:24:41.429730000 +0200
@@ -904,9 +904,9 @@
                        cmd < JK_AJP13_SEND_BODY_CHUNK ||
                        cmd > AJP13_CPONG_REPLY) {
                    jk_log(l, JK_LOG_WARNING,
-                       "awaited reply cpong, received %d instead. "
+                       "awaited reply cpong, received %d (%d / %d) 
 instead. "
                        "Closing connection",
-                       cmd);
+                       cmd, i, ae->last_op);
                   /* We can't trust this connection any more. */
                   ajp_abort_endpoint(ae, JK_TRUE, l);
                   JK_TRACE_EXIT(l);

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to