Created
December 20, 2008 14:16
-
-
Save dmilith/38329 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INFO: GlassFish v3 Prelude startup time : Felix(2488ms) startup services(23919ms) total(26407ms) | |
| Dec 20, 2008 3:14:15 PM com.sun.grizzly.Controller doSelect | |
| SEVERE: doSelect exception | |
| 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 com.sun.grizzly.TCPSelectorHandler.acceptWithoutRegistration(TCPSelectorHandler.java:637) | |
| at com.sun.grizzly.TCPSelectorHandler.onAcceptInterest(TCPSelectorHandler.java:648) | |
| at com.sun.grizzly.Controller.doSelect(Controller.java:396) | |
| at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:82) | |
| at com.sun.grizzly.Controller.startSelectorHandlerRunner(Controller.java:1136) | |
| at com.sun.grizzly.Controller.start(Controller.java:943) | |
| at com.sun.grizzly.http.SelectorThread.startListener(SelectorThread.java:1178) | |
| at com.sun.grizzly.http.SelectorThread.run(SelectorThread.java:1045) | |
| at com.sun.grizzly.http.SelectorThread.startEndpoint(SelectorThread.java:1110) | |
| at com.sun.enterprise.v3.services.impl.GrizzlyServiceListener.start(GrizzlyServiceListener.java:91) | |
| at com.sun.enterprise.v3.services.impl.GrizzlyProxy$1.run(GrizzlyProxy.java:222) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment