错误信息:

2011-2-20 14:17:41 org.apache.coyote.http11.Http11AprProtocol init
严重: Error initializing endpoint
java.lang.Exception: Socket bind failed: [730048] ?????????×???(Э?é/???????/???)????í??

 

…………
2011-2-20 14:17:41 org.apache.catalina.startup.Catalina load
严重: Catalina.start
LifecycleException:  Protocol handler initialization failed: java.lang.Exception: Socket bind failed: [730048] ?????????×???(Э?é/???????/???)????í??
…………
2011-2-20 14:17:42 org.apache.coyote.http11.Http11AprProtocol start
严重: Error starting endpoint
java.lang.Exception: Socket bind failed: [730048] ?????????×???(Э?é/???????/???)????í??

…………
2011-2-20 14:17:42 org.apache.catalina.startup.Catalina start
严重: Catalina.start:
LifecycleException:  service.getName(): “Catalina”;  Protocol handler start failed: java.lang.Exception: Socket bind failed: [730048] ?????????×???(Э?é/???????/???)????í??
…………

 

端口占用造成,修改server.xml的端口就行(有三处需要修改)

可以用命令查看端口占用情况:netstat -ano|findstr "8080"

相关文章:

  • 2022-12-23
  • 2021-11-07
  • 2021-08-05
  • 2021-12-07
  • 2021-10-19
  • 2021-07-26
  • 2021-08-24
猜你喜欢
  • 2021-04-08
  • 2021-10-14
  • 2021-10-16
  • 2022-01-21
  • 2021-05-27
相关资源
相似解决方案