2015-02-25 15:10 GMT+01:00 Christopher Schultz <ch...@christopherschultz.net
>:

> SEVERE: Exception while dispatching incoming RPC call
> java.lang.IllegalArgumentException
>         at java.nio.Buffer.limit(Buffer.java:275)
>         at
> org.apache.coyote.ajp.AjpNioProcessor.readSocket(AjpNioProcessor.java:179)
>

I see no checks to compare the packet size with the socket buffer sizes, so
probably using socket.appReadBufSize and socket.appWriteBufSize could fix
it.

Rémy

Reply via email to