Posted on 2011-07-21 02:15
匆匆過客 閱讀(470)
評論(0) 編輯 收藏 所屬分類:
Java
一、相關資源
二、問題清單
1. 部署了AXIS 1.4的Tomcatshutdown的時候報錯,錯誤內容如下:The web application [/ws] created a ThreadLocal with key of type [org.apache.axis.utils.XMLUtils.ThreadLocalDocumentBuilder] (value [org.apache.axis.utils.XMLUtils$ThreadLocalDocumentBuilder@7e8c4d]) and a value of type [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl] (value [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl@2d189c]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
環境:JDK : JDK1.6.0_26 / Tomcat: apache-tomcat-6.0.32 / AXIS: AXIS1.4
問題待查,這里暫且做個備忘。