Forums

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

Confluence service going down intermittently

Arun Das
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 12, 2018

We have a problem where confluence going down very often with a 502 Proxy error.

We switch the application port each time when confluence is down.

Error messages from apache,

 

[Wed Dec 12 13:29:44.942350 2018] [proxy:error] [pid 12815] [client 131.97.138.59:55650] AH00898: Error reading from remote server returned by /rest/api/content
[Wed Dec 12 13:29:54.645775 2018] [proxy_http:error] [pid 12601] (70007)The timeout specified has expired: [client 131.97.138.59:55703] AH01102: error reading status line from remote server localhost:9090

 

As of now we have increased,

 

max-file-descriptor to 32768

maxThreads in server.xml to 100

hibernate.c3p0.max_size in confluence.cfg.xml to 125

 

Please provide your views.

 

 

 

1 answer

0 votes
Amith Mathur {Appfire}
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 17, 2018

Hi @Arun Das

If you have your confluence instance configured behind the Apache, then you need to update the values in the Apache configuration files. The 502 proxy errors are related to the timeout values. Add the following in your httpd.conf file and restart the Apache and Confluence once. 

Timeout 2400
ProxyTimeout 2400
ProxyBadHeader Ignore
Keepalive=On

Thanks,
Amith Mathur

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events