You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can someone help me with the below issue?
OS Name: Red Hat Enterprise Linux Server
OS Version: 7.9 (Maipo)
OS Kernel : 3.10.0-1160.76.1.el7.x86_64
Tomcat Server version: Apache Tomcat/9.0.58
Server version: Apache Tomcat/9.0.58
Architecture: amd64
JVM Version: 1.8.0_221-b32
JVM Vendor: Oracle Corporation
:: Spring Boot :: (v2.1.2.RELEASE)
**ERROR :**
04-Sep-2022 13:05:47.165 SEVERE [https-jsse-nio-8443-Acceptor] org.apache.tomcat.util.net.Acceptor.run Socket accept failed
java.io.IOException: Duplicate accept detected. This is a known OS bug. Please consider reporting that you are affected: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1924298
at org.apache.tomcat.util.net.NioEndpoint.serverSocketAccept(NioEndpoint.java:548)
at org.apache.tomcat.util.net.NioEndpoint.serverSocketAccept(NioEndpoint.java:78)
at org.apache.tomcat.util.net.Acceptor.run(Acceptor.java:129)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered:
@bclozel The OS bug in the Linux TCP/IP stack was fixed in version 5.10-rc6 of the Linux kernel and was backported to LTS versions of the kernel as well. I don't think it is helpful to continue to report this to Ubuntu as requested by Mark as they have already incorporated this bugfix into their LTS versions. The best solution now is to look for an OS version which incorporates the fix.
@Parashuraam You would need to update your OS (RedHat) and investigate to determine which versions of RedHat have incorporated the bugfix.
Hi Team,
The text was updated successfully, but these errors were encountered: