1 Reply Latest reply on Oct 19, 2006 8:58 PM by bligsc

    Apache 2.0, JBoss 3.0.8-Jetty/jbossweb, WARNING on org.mortb

    stefano_fornari

      Hi All,
      I am setting up a load balanced configuration with an Apache in front of two JBoss instances. Apache 2.0 + mod_jk 2.0.2.

      Load balancing seems to work and with JBoss 3.0.8-tomcat I have no problems at all.

      With JBoss-Jetty, however, I get the following warning:

      14:18:30,391 WARN [jbossweb] WARNING:
      java.lang.ArrayIndexOutOfBoundsException: -92
      at org.mortbay.http.ajp.AJP13Packet.getMethod(AJP13Packet.java:288)
      at org.mortbay.http.ajp.AJP13Connection.handleNext(AJP13Connection.java:
      178)
      at org.mortbay.http.HttpConnection.handle(HttpConnection.java:787)
      at org.mortbay.http.ajp.AJP13Listener.handleConnection(AJP13Listener.jav
      a:204)
      at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
      at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:4

      Has anyone an idea of what is it? and why a index of bound error is traced as a warning instead of an error.
      The strange thing is that the request seems to be correctly processed.

      Any hint is very appreciate.

      Stefano