Java.net.BindException: Address already in use: bind

Jmnote (토론 | 기여)님의 2016년 5월 17일 (화) 15:12 판

개요

Failed to start end point associated with ProtocolHandler ["http-nio-8080"]
java.net.BindException: Address already in use: bind
2016-05-17 15:05:07.917 ERROR 11048 --- [           main] o.a.coyote.http11.Http11NioProtocol      : Failed to start end point associated with ProtocolHandler ["http-nio-8080"]

java.net.BindException: Address already in use: bind
	at sun.nio.ch.Net.bind0(Native Method) ~[na:1.8.0_77]
	at sun.nio.ch.Net.bind(Unknown Source) ~[na:1.8.0_77]
	at sun.nio.ch.Net.bind(Unknown Source) ~[na:1.8.0_77]
	at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source) ~[na:1.8.0_77]
	at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[na:1.8.0_77]
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:340) ~[tomcat-embed-core-8.0.33.jar:8.0.33]
... (생략)
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}