I am getting this error in the Jboss 5.1.2 EAP server log when i try to hit my app via apache in the front end layer.

2012-02-13 07:17:58,662 ERROR [org.apache.coyote.ajp.AjpMessage] (ajp-192.168.**.**-8110-1) Invalid message received with signature 65524

Could some one tell me what could be the error ?

Also please tell me how to debug the issues with the help of logs in the apache layer.

I am using the below config in my apache

<Proxy balancer://jinx-cluster>
    Order deny,allow
    Allow from all
    BalancerMember ajp://192.168.**.**:8110/jinx keepalive=On loadfactor=1 ping=10 ttl=600
</Proxy>
ProxyPass /jinx balancer://jinx-cluster timeout=60
link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.