Forums

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

Maximum HTTP thread size is not configured

JiraYo
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.
March 3, 2020

Hey so i just upgraded confluence to 7.3.2 and i get the following error:

 

tomcat: your maximum http thread size is not configured. The recommended minimum size is 48.

2020-03-03_08h03_50.png

Everything seems to be working fine though.

 

I went to the resulting learn more link here: https://confluence.atlassian.com/confkb/startup-check-http-maxthreads-configuration-939930122.html?utm_source=Install&utm_medium=in-product&utm_campaign=csseng_fy18_q3_server_confluence_errorstate

 

however i dont have any parameter called "maxthreads" in my server.xml. I am doing a custom string for SSL, so maybe that is why? if so, the document does not say where to put this, just somewhere in server.xml but well i am sure it needs to be somewhere specific. Is it on the "connector" area? or the "engine name" area? or what. Not very good documentation.

Its possible this existed in STOCK configuration, which i would have wiped out when i re implemented my SSL stuff which i have to do every upgrade.

 

i am using SQL server.

 

My current connector is this, do i put it in there?

 

<Connector port="443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25"
protocol="org.apache.coyote.http11.Http11NioProtocol"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLSv1.2" sslEnabledProtocols="TLSv1.2" SSLEnabled="true"
URIEncoding="UTF-8" keystorePass="PASSWORD" keystoreFile="C:\Program Files\Atlassian\confluence\confluence.jks" connectionTimeout="20000" keyAlias="*.DOMAIN.CA" keystoreType="JKS"/>

 if anyone knows that would be great, thanks.

1 answer

0 votes
Sandi Ameen March 3, 2020

That is where mine is locationed:  

<Connector port="8080" connectionTimeout="20000" redirectPort="8443"
maxThreads="250" minSpareThreads="10"
enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
protocol="org.apache.coyote.http11.Http11NioProtocol"
proxyName="confluence.xyz.net" proxyPort="443" scheme="https"
compression="on" compressableMimeType="text/html,text/xml,text/plain,text/css,application/json,application/javascript" />
<!--

But, i get the same error when upgrading to 7.2.1. 

JiraYo
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.
March 4, 2020

oh duh, you are right. we both do have maxthreads.... i am not sure how i missed that. must be a false positive then and safe to ignore. thanks for the confirmation.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events