0 Replies Latest reply on Dec 11, 2014 10:09 AM by bbendre83

    apache2.2 and Jboss AS 7.1 clustring for ssl giving error

    bbendre83

      Hi ,

       

      We are setting up SSL connection for a web application, we have apache2.2 and Jboss AS 7.1, we are using mod_cluster and mod_ssl.

      its works for login and other initial pages , but its giving error when we post huge data, we can see the data being posted to apache in the ssl_error_log 

      but its not forwarding to JBOSS. in the JBOSS Its giving below error.

       

      6:58:19,764 ERROR [org.apache.coyote.ajp.AjpMessage] (ajp--0.0.0.0-8009-7) Invalid message received with signature 8192

      16:58:27,422 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/dvd-web].[auEngine]] (ajp--0.0.0.0-8009-10) Servlet.service() for servlet auEngine threw exception: java.lang.ArrayIndexOutOfBoundsException

      at java.net.SocketInputStream.read(SocketInputStream.java:143) [rt.jar:1.7.0_51]

      at java.net.SocketInputStream.read(SocketInputStream.java:122) [rt.jar:1.7.0_51]

      at org.apache.coyote.ajp.AjpProcessor.read(AjpProcessor.java:1131) [jbossweb-7.0.13.Final.jar:]

       

      Any one configured apache httpd and jboss for similar issue? Quick help on this is appreciated.

       

      in the standalone-full-ha.xml i have entry like this.

       

      <subsystem xmlns="urn:jboss:domain:modcluster:1.0">

                  <mod-cluster-config advertise-socket="modcluster" proxy-list="apachewebserver1.com:10001,apachewebserver2.com:10001" balancer="jboss-dvd-balancer" advertise="false" excluded-contexts="admin-console">

                      <dynamic-load-provider>

                          <load-metric type="busyness"/>

                      </dynamic-load-provider>

                  </mod-cluster-config>

              </subsystem>