Hello everybody and thanks in advance!
We are experiencing issues in our JIRA installations.
The final result is a 503 Internal Server Error visible for the users in the web browser that hapends in regular basis. A reload of the page use to work bringing back the application.
In the apache error log, each of those 503 errors print the following lines:
[error] ajp_read_header: ajp_ilink_receive failed
[error] (120006)APR does not understand this error code: proxy: dialog to [::1]:8010 (localhost) failed
And also:
[error] (32)Broken pipe: ajp_ilink_send(): send failed
[error] (70014)End of file found: ajp_ilink_receive() can't receive header
This is some information about our environment:
- OS Scientific Linux 6.6
- jira v6.3.8 and v6.1.7 (problem happening with both versions so far)
- java version "1.7.0_72"
- Apache 2.2:
<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 4000
</IfModule>
......
......
ProxyPass /jira ajp://localhost:8010/jira
ProxyPassReverse /jira ajp://localhost:8010/jira
......
......
- Tomcat Apache Tomcat/6.0.24
......
......
<Connector URIEncoding="UTF-8"
port="8010"
tomcatAuthentication="false"
protocol="AJP/1.3"
connectionTimeout="20000"
redirectPort="8443" />
......
......
Is anybody experiencing the same? I've tried to align the number of threads in tomcat and the maxClients of apache with no success.
Thanks a lot for your help,
Borja Aparicio