0 Replies Latest reply on Aug 3, 2011 6:31 PM by rkhamkar

    Jboss version 5.1.0 EA - java.lang.IllegalArgumentException   at java.nio.Buffer.position

    rkhamkar

      We encountered the following error while reading a json response that is POSTED to the server.

       

      The following stack trace is from lower level Jboss related code,
       
        java.lang.IllegalArgumentException
        at java.nio.Buffer.position(Buffer.java:218)
        at org.apache.tomcat.util.buf.B2CConverter.convert(B2CConverter.java:84)
        at org.apache.catalina.connector.InputBuffer.realReadChars(InputBuffer.java:403)
        at org.apache.tomcat.util.buf.CharChunk.substract(CharChunk.java:383)

       

      Is this a known bug and is there a patch to fix this issue?