Comment 20 for bug 1924298

Revision history for this message
Rushikesh (rushikesh7) wrote :

Hello,

I'm having same issue on CentOS7 host with Dockerized Ubuntu 20.04.4 LTS. The container is running a tomcat application Liferay.

20-Jun-2022 05:46:35.598 SEVERE [http-nio-8080-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:545)
  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:750)