Re: Tomcat freezes with axios

2022-07-07 Thread Stephane Passignat
Hi Christopher, I'm agreeing with you about long transaction for a general JEE application design. But that's probably the one case over a million. Tomcat is used as the middle tiers server for a jdbc type 3 driver, with an IDEs as a front-end. In this situation we know transaction can be

Re: Tomcat freezes with axios

2022-07-06 Thread Christopher Schultz
Stephane, On 7/6/22 07:12, Stephane Passignat wrote: Thanks for your help. I found that someone else was freezing the API server through the database (very long running uncommitted transactions). That'll definitely do it. This kind of thing isn't going to work in the real-world: tying-up a

Re: Tomcat freezes with axios

2022-07-06 Thread Stephane Passignat
Hi, Thanks for your help. I found that someone else was freezing the API server through the database (very long running uncommitted transactions). Anyway I also limited the number of parallel connections on javascript side (axios). regards, Stephane Le 2022-06-30 à 18:42, Christopher

Re: Tomcat freezes with axios

2022-06-30 Thread Christopher Schultz
All, On 6/30/22 02:34, Mark Thomas wrote: Hi, We need more information to help you. Tomcat version? Tomcat connector configuration (from server.xml)? httpd version? httpd MPM and configuration? mod_proxy configuration? Was the httpd restart graceful or not? Wild guess: missing finally

Re: Tomcat freezes with axios

2022-06-30 Thread Mark Thomas
Hi, We need more information to help you. Tomcat version? Tomcat connector configuration (from server.xml)? httpd version? httpd MPM and configuration? mod_proxy configuration? Was the httpd restart graceful or not? Mark On 29/06/2022 19:36, Stephane Passignat wrote: Hello, I'm

AW: Tomcat freezes with axios

2022-06-29 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Stephane, > Von: Stephane Passignat > Gesendet: Mittwoch, 29. Juni 2022 20:36 > An: users@tomcat.apache.org > Betreff: Tomcat freezes with axios > > Hello, > > I'm creating a SAP application performing REST call on an API running on > Tomcat. Tomcat ru

Tomcat freezes with axios

2022-06-29 Thread Stephane Passignat
Hello, I'm creating a SAP application performing REST call on an API running on Tomcat. Tomcat runs behind an apache reverse-proxy and communication between them use http. The calls are executed with axios using a basic authentication. Everything runs fine for a moment, but for an unknown