Too Many open files AWS

Asked

Viewed 82 times

1

I am running my application on Amazon, I have deployed a version that separates log files by tenant and date, this has caused my environment to not accept more requests at some point, bursting an Ioexception error.

    29-Mar-2016 11:56:07.939 SEVERE [http-nio-8080-Acceptor-0] org.apache.tomcat.util.net.NioEndpoint$Acceptor.run Socket accept failed
 java.io.IOException: Too many open files
    at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
    at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:241)
    at org.apache.tomcat.util.net.NioEndpoint$Acceptor.run(NioEndpoint.java:688)
    at java.lang.Thread.run(Thread.java:745)

Someone’s been through it?

1 answer

0


Browser other questions tagged

You are not signed in. Login or sign up in order to post.