On 01/07/2021 08:41, Erik Nilsson wrote:
<Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol"
            connectionTimeout="20000" compression="on" useAsyncIO="false"
            
compressibleMimeType="text/html,text/xml,text/css,text/javascript,text/plain,application/xml,application/javascript,application/json,image/svg+xml"
            SSLEnabled="true" scheme="https" secure="true" URIEncoding="UTF-8" >
            <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" 
/>
</Connector>

Tx.

It looks like there are multiple issues going on here then - in additional to the sendfile issue I already fixed. I'll fix the issue I'm currently seeing and then try again to recreate the issue you are seeing. I'll keep the thread updated with how I get on.

Mark



Den tors 1 juli 2021 kl 09:32 skrev Mark Thomas <ma...@apache.org>:

On 01/07/2021 07:16, Erik Nilsson wrote:
Hmm I can still get the same exceptions even if I set useAsyncIO="false",
but with maxConcurrentStreamExecution="1" it's stable.

Can you provide your entire Connector configuration that includes
useAsyncIO="false" please?

Thanks,

Mark


/Erik

Den ons 30 juni 2021 kl 18:41 skrev Mark Thomas <ma...@apache.org>:

On 30/06/2021 16:49, Erik Nilsson wrote:
Perfect that u can reproduce this with another webapp. Thankful for
your
quick response. As I pointed out in the beginning of the conversation
we
also got this problem behind our f5 loadbalancer. But not with if we
connect to Tomcat directly without a loadbalancer.

Yes, this is a Tomcat bug. You should be able to work-around it with:

useAsyncIO="false" on the Connector.

I know where the problem is. I "just" need to figure out the fix.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to