On 30/09/2010 17:28, Rainer Jung wrote:
> On 30.09.2010 18:16, ma...@apache.org wrote:
>> Author: markt
>> Date: Thu Sep 30 16:16:05 2010
>> New Revision: 1003136
>>
>> URL: http://svn.apache.org/viewvc?rev=1003136&view=rev
>> Log:
>> Fix remaining issues with AJP/APR and TCK. Note mod_jk log is full of
>> warnings so there is still work to do here.
> 
> If you like, I can have a look at them. Just send me the jk log and the
> version info of mod_jk you are using. JkLogLevel at least "info" would
> be helpful.

That would be great. I'm sure my re-factoring has broken something.
Every request is generating the following in the mod_jk log:

[Thu Sep 30 17:40:53.765 2010] [4460:4444] [info] jk_ajp_common.c
(2540): (worker1) sending request to tomcat failed (recoverable),
because of server error (attempt=1)
[Thu Sep 30 17:40:55.875 2010] [4460:4444] [info] jk_ajp_common.c
(1490): (worker1) did not receive END_RESPONSE, closing socket -1

I took a look with Wireshark and it appears the END_RESPONSE message is
being sent in the same packet as the response body. For the AJP/BIO
connector they are in separate packets. Not sure what, if anything, that
has to do with the problem.

Mark

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

Reply via email to