0 Replies Latest reply on Sep 25, 2013 5:08 AM by dattathreya

    jboss 4.2.2GA - Connections are getting closed automatically

    dattathreya

      Hi,

      I'm a newbie in JBoss and need your help. We developed our Web application on JBOSS 4.2.2 GA platform.

      Before deploying it into production, we decided to conduct some perfomance tests in other environments.

       

      We got some strange results, which is hard to explain.

      whenever multiple requests are send by source(obrm) to destination(Jboss) connections are being prematurely closed on server.

       

      We have checked the transmitted data packets if the info is not passed on correctly but every thing was fine.

       

      The requests are coming to jboss but at the sametime we can see below error in server log file.

       

      2013-09-25 15:04:58,591 ERROR [org.jboss.remoting.transport.coyote.CoyoteInvoker] Service error

      java.lang.ArrayIndexOutOfBoundsException: 0

              at org.jboss.remoting.transport.coyote.CoyoteInvoker.normalize(CoyoteInvoker.java:763)

              at org.jboss.remoting.transport.coyote.CoyoteInvoker.postParseRequest(CoyoteInvoker.java:608)

              at org.jboss.remoting.transport.coyote.CoyoteInvoker.service(CoyoteInvoker.java:287)

              at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

              at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)

              at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)

              at java.lang.Thread.run(Thread.java:595)

       

      And the below error message is received at the obrm side.

       

      Connection : closed \r\n

       

      Please anyone help me.

       

      Thanks

      Datta