Re: EOF exception in DEBUG mode

2024-11-12 Thread Sathya Selvakumar
This Eofexception kind annoying our logs and we want to avoid it. Is there any way that I can do to avoid this exception to occur? What is exactly causing this issue? Thanks, Sathya S On Tue, 12 Nov 2024 at 8:54 PM, Chuck Caldarale wrote: > > > On Nov 12, 2024, at 08:47, Sathya Selvakumar > wr

Re: EOF exception in DEBUG mode

2024-11-12 Thread Chuck Caldarale
> On Nov 12, 2024, at 08:47, Sathya Selvakumar > wrote: > > Hi Team, > > I am using Springboot v3.x application,which is on Azure cloud and the > Tomcat version is 10.1.30. > > *Issue :* Application requests are processed successfully with 200, but > sometimes EOF exceptions pop up randomly

Re: EOF exception in DEBUG mode

2024-11-12 Thread Sathya Selvakumar
Hi Team, I am using Springboot v3.x application,which is on Azure cloud and the Tomcat version is 10.1.30. *Issue :* Application requests are processed successfully with 200, but sometimes EOF exceptions pop up randomly in the log when the log level is in DEBUG mode. Tried to find why this except

Re: EOF exception in DEBUG mode

2024-11-12 Thread Chuck Caldarale
> On Nov 12, 2024, at 08:19, Sathya Selvakumar > wrote: > > Hi Team, > > I am using Springboot v3.x application,which is on Azure cloud and the Tomcat > version is 10.1.30. > > Issue : Application requests are processed successfully with 200, but > sometimes EOF exceptions pop up randomly

EOF exception in DEBUG mode

2024-11-12 Thread Sathya Selvakumar
Hi Team, I am using Springboot v3.x application,which is on Azure cloud and the Tomcat version is 10.1.30. *Issue :* Application requests are processed successfully with 200, but sometimes EOF exceptions pop up randomly in the log when the log level is in DEBUG mode. Tried to find why this except