无法将tomcat绑定到端口5060 - 没有可映射的端口

时间:2016-06-23 23:48:01

标签: java tomcat tcp

我试图在我的tomcat上启动端口5060但我在catalina.out上出现了这个错误

WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads 
  The web application [ROOT] appears to have started a thread named [MessageProcessorThread-UDP-0.0.0.0/5060] 
  but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread

WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [NioSelector-TCP-0.0.0.0/5060] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread

 INFO [MessageProcessorThread-UDP-0.0.0.0/5060] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load [gov.nist.javax.sip.stack.UDPMessageChannel$PingBackTimerTask]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.

catalina.out:Caused by: java.lang.IllegalStateException: Could not find a mappable open port between 5060 and 5080. Firewall problem?
catalina.out:com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Could not find a mappable open port between 5060 and 5080. Firewall problem?
 WARNING [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [NioSelector-TCP-0.0.0.0/5060] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread

你知道为什么会这样吗?

谢谢,

0 个答案:

没有答案