我试图在我的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
你知道为什么会这样吗?
谢谢,