Created
December 10, 2012 11:37
-
-
Save fbettag/4250123 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
01:59:22.483 WARN i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the end of the pipeline. It usually means the last inbound handler in the pipeline did not ha | |
ndle the exception. | |
java.net.BindException: Address already in use | |
at sun.nio.ch.Net.bind0(Native Method) ~[na:1.7.0_09] | |
at sun.nio.ch.Net.bind(Net.java:344) ~[na:1.7.0_09] | |
at sun.nio.ch.Net.bind(Net.java:336) ~[na:1.7.0_09] | |
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:199) ~[na:1.7.0_09] | |
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[na:1.7.0_09] | |
at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:85) ~[netty-4.0.0.Alpha8.jar:na] | |
at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:595) ~[netty-4.0.0.Alpha8.jar:na] | |
at io.netty.channel.DefaultChannelPipeline$HeadHandler.bind(DefaultChannelPipeline.java:1503) [netty-4.0.0.Alpha8.jar:na] | |
at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:1048) [netty-4.0.0.Alpha8.jar:na] | |
at io.netty.channel.DefaultChannelPipeline$10.run(DefaultChannelPipeline.java:1056) [netty-4.0.0.Alpha8.jar:na] | |
at io.netty.channel.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:214) [netty-4.0.0.Alpha8.jar:na] | |
at io.netty.channel.socket.nio.NioEventLoop.run(NioEventLoop.java:263) [netty-4.0.0.Alpha8.jar:na] | |
at io.netty.channel.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:99) [netty-4.0.0.Alpha8.jar:na] | |
at java.lang.Thread.run(Thread.java:722) [na:1.7.0_09] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment