tomcat 异常

tomcat启动异常

严重: The web application [/RTaxC] created a ThreadLocal with key of type [com.sun.xml.ws.api.client.ServiceInterceptorFactory$1] (value [com.sun.xml.ws.api.client.ServiceInterceptorFactory$1@11569ff]) and a value of type [java.util.HashSet] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.

五月 25, 2015 2:57:27 上午 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks

严重: The web application [/RTaxC] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@e2120a]) and a value of type [java.util.WeakHashMap] (value [{class com.sun.xml.ws.runtime.config.MetroConfig=java.lang.ref.WeakReference@e5521, class com.sun.xml.ws.runtime.config.TubeFactoryConfig=java.lang.ref.WeakReference@f71190, class com.sun.xml.ws.runtime.config.TubeFactoryList=java.lang.ref.WeakReference@a20c9c, class com.sun.xml.ws.runtime.config.TubelineDefinition=java.lang.ref.WeakReference@ea16b7, class javax.xml.bind.annotation.adapters.CollapsedStringAdapter=java.lang.ref.WeakReference@7969ac, class java.util.ArrayList=java.lang.ref.WeakReference@108c060, class javax.xml.bind.annotation.W3CDomHandler=java.lang.ref.WeakReference@18dec7d, class com.sun.xml.ws.runtime.config.Tubelines=java.lang.ref.WeakReference@a13180}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.

五月 25, 2015 2:57:28 上午 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks

严重: The web application [/RTaxC] created a ThreadLocal with key of type [com.sun.xml.bind.v2.runtime.Coordinator$1] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@b8ecac]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@ba43dd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.

启动tomcat链接ws出错

原因:

tomcat 安装路径包含空格,导致启动异常

修改tomcat安装路径去掉空格,启动成功

你可能感兴趣的:(tomcat 异常)