Chinaunix

标题: java错误 [打印本页]

作者: trt2008    时间: 2009-11-18 15:21
标题: java错误
应用环境apache+tomcat+mysql
出现下面的错误,请高手指教,谢谢!

[ERROR] 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:145)
        at org.apache.tomcat.util.net.NioEndpoint$Acceptor.run(NioEndpoint.java:119
        at java.lang.Thread.run(Thread.java:619)
作者: ruknow    时间: 2009-11-18 20:55
Too many open files

*NIX 环境?
作者: trt2008    时间: 2009-11-19 09:38
系统是centos
作者: ruknow    时间: 2009-11-22 22:50
修改/etc/security/limits.conf,在文件末加上
* soft nofile 65536
* hard nofile 65536




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2