严重: A web application created a ThreadLocal with key of type [null] (value [com.sun.faces.config.ConfigureListener$1@1c4e792]) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed. ? http://confluence.atlassian.com/pages/viewpage.action?pageId=218275753 ? 第一种解决办法: 使用低于6版本的tomcat 第二种解决办法: 在tomcat的server.xml文件中把 这个监听给关了 如果还解决不了,重启一下机器试试
看看老外的这篇,好像就是在讲这个问题,原因大概是说tomcat 6.025之后引入了一种内存泄露的检查机制,会把不能垃圾收集的对像做日志
<Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener"/>
详细解决方案
struts2关于A web application created a ThreadLocal with key of type 错误解决方法
热度:427 发布时间:2012-09-16 17:33:17.0
相关解决方案
- IE不支持JQuery吗?解决方法
- struts2.xml的action中的result报错,该怎么处理
- (Struts2+JSON+Ajax) XMLHttpRequest ==500如何解决
- struts2 对象属性流入不进去, 报错:target is null for setProperty(null, "x" [Ljava.lang.Stri
- Struts2 <select>上拉框 回显有关问题
- boa+cgi+sqlite3【基于web的数据采集并动态显示】解决方法
- struts2 添加和修改怎么在一个jsp页面实现
- cgi提取文件内容?解决方法
- struts2 查询输出的有关问题
- 零配置的有关问题(struts2+Hibernate)
- struts2 神奇有关问题,太神奇了!
- java.lang.NoSuchMethodException: setId([Ljava.lang.String;)解决方法
- struts2 的<s:iterator>标签展示未完全初始化的数组出现奇怪的有关问题
- spring MVC cvc-complex-type.2.4.c解决方案
- struts2 文件下传有关问题
- struts2+ajax请求失败,帮忙看一上
- struts2-json中诠注@JSON(deserialize=false)是什么用?不是阻止JSON反序列化成JAVA对象吗?求解
- 新手,请问input type=text有关问题
- struts2 循环累加属性值有关问题
- struts2,hibernate,spring3 常用框架的API CHM版本,该怎么处理
- struts2 将jsp回到到另一个jsp中
- struts2 提交表单不能跳转页面有关问题!action已经执行,但是不能跳转到指定的页面
- struts2,hibernate,spring3 惯用框架的API CHM版本
- Struts2+Spring+JPA+FREEMARKER 登录程序异常
- struts2+Hibernate一个很奇怪的现象,该如何解决
- struts2 action中部分语句被直接跳过不执行. 请教这会是什么原因
- struts2+iReport 子表格 急需高手解决,已经困惑三天了!
- import cn.luxh.struts2.entity.Novel 急需的jar包是哪个
- struts2 hibernate 分页有关问题
- struts2 + spring 整合有关问题