Hi Mark, Which version did you migrate from? 10.1.30
How often do you see these messages? Hardly ever, maybe a dozen of times ... we have millions of daily requests Do they correlate with any particular (failed?) request. No I don't have more information, just these traces. The first trace (NullPointerException) is new, the second one (Warning) was also occurring in 10.1.30 Best, Joan. -----Original Message----- From: Mark Thomas <ma...@apache.org> Sent: Wednesday, December 11, 2024 9:57 AM To: users@tomcat.apache.org Subject: Re: Tomcat 10.1.34 log messages On 11/12/2024 08:36, joan.balagu...@ventusproxy.com wrote: > Hello, > > > > After migrating to Tomcat 10.1.34, I see these messages on the tomcat log. > It's not affecting our application at all, I paste them below just for > your information. Which version did you migrate from? How often do you see these messages? Do they correlate with any particular (failed?) request. > Dec 10, 2024 2:39:02 PM > org.apache.tomcat.util.net.NioEndpoint$SocketProcessor doRun > > SEVERE: Error running socket processor > > java.lang.NullPointerException: Cannot invoke > "java.nio.ByteBuffer.limit(int)" because "this.byteBuffer" is null That is odd. I wouldn't expect byteBuffer to be null at the end of a request. > And: > > Dec 10, 2024 2:57:00 PM org.apache.tomcat.util.net.NioEndpoint$Poller events > > WARNING: Invalid null socket channel while processing poller event Another odd one. I don't immediately see how that could happen either. Any more information you can provided, particularly how to trigger either of these issues, would be appreciated. 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