You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dmitry Beransky <dm...@gmail.com> on 2009/04/30 23:47:18 UTC

jk's "Chunk length too large" message

Hi,

Is this the right list for asking this question?

We get a lot of errors in the jk log that look lilke the following:

[Thu Apr 30 14:36:58.640 2009] [5184:5144] [error] jk_ajp_common.c
(1726): Chunk length too large. Length of AJP message is 8188, chunk
length is 8192.


What do these mean and how can I fix this condition?


Thanks
Dmitry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: jk's "Chunk length too large" message

Posted by Filip Hanik - Dev Lists <de...@hanik.com>.
means the data doesn't fit in the AJP package.
You can configure the size of the AJP package, has to be configured on 
both httpd and tomcat.

look for max_packet_size in 
http://tomcat.apache.org/connectors-doc/reference/workers.html

and look for |packetSize in 
http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html

Filip
|
Dmitry Beransky wrote:
> Hi,
>
> Is this the right list for asking this question?
>
> We get a lot of errors in the jk log that look lilke the following:
>
> [Thu Apr 30 14:36:58.640 2009] [5184:5144] [error] jk_ajp_common.c
> (1726): Chunk length too large. Length of AJP message is 8188, chunk
> length is 8192.
>
>
> What do these mean and how can I fix this condition?
>
>
> Thanks
> Dmitry
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org