Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluence via AJP connector

Tawfeq Shahin August 16, 2018 edited

Hello,

 

I have the following Problem in /opt/atlassian/confluence/logs/catalina.out

 

"[ajp-nio-8009-exec-10] org.apache.coyote.ajp.AjpMessage.processHeader Invalid message received with signature 18245"

 

### AJP in Server.xml

<Connector port="8009"
URIEncoding="UTF-8"
enableLookups="false"
protocol="org.apache.coyote.ajp.AjpNioProtocol"
connectionTimeout="20000"
redirectPort="8443"
maxThreads="150"
minSpareThreads="10"
acceptCount="10"
debug="0"
/>

 

### on Apache 

ProxyRequests Off
ProxyPass /x/y                 ajp://confluence-Server:8009/x/y
ProxyPassReverse /x/y    ajp://confluence-Server:8009/x/y

 

1 answer

1 accepted

0 votes
Answer accepted
AnnWorley
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 16, 2018

Hi Tawfeq,

If the Confluence instance is performing as expected it is probably okay to ignore the messages in the catalina.out. It is very chatty about the Tomcat webserver.

If you are having trouble with Confluence, please describe what you are experiencing.

I checked out our doc: Proxying Atlassian server applications with Apache HTTP Server (mod_proxy_ajp)and noticed the protocol is expressed differently under 3. Configure the Connector directive. The doc is using:

protocol="AJP/1.3"

where your connector has:

protocol="org.apache.coyote.ajp.AjpNioProtocol"

I am not sure that is a problem but it was something I noticed.

Thanks,

Ann 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events