Hi ,
Whenever multiple requests are raised to jboss , it is throwing below error message.
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)
When checked at Requester side , he had received below message :
Connection closed :\r\n
For example, if 100 requests are raised 50 get success and rest get failed..
sometimes all the requests are failed with above error message.
Jboss version : 4.2.2GA
Unable to understand the reason beyond it. Anyone please me help strucked in this since 2 weeks.
If it is not the correct forum please help me to fwd it to the correct forum.
Thanks
Datta