"Java.net.BindException: Address already in use: bind"의 두 판 사이의 차이

(새 문서: ==개요== ;Failed to start end point associated with ProtocolHandler ["http-nio-8080"] ;<nowiki>java.net.BindException: Address already in use: bind</nowiki> <source lang='verilog'>...)
 
15번째 줄: 15번째 줄:
... (생략)
... (생략)
</source>
</source>
[[분류: Spring]]

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 }}