Posted on 2011-07-21 02:15
匆匆过客 阅读(461)
评论(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
问题待查,这里暂且做个备忘。