tomcat reload显示错误:SEVERE: The web application [/Interceptor] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@302b4e8e]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@6b326556]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.

在写Annotation注解的时候,使用了@InterceptorRef(value="tt"),如果“tt”不存在,将会出现上面的问题

或者是在XML中action无法找到对应的class也会出错

今天刚发现了另一种情况,当你用注解时指定的父包不存在也会出现这类问题:

@ParentPackage("default-struts")

其中default-struts写反了,应该是struts-default

错误:created a ThreadLocal with key of type ……but failed to remove it when the web application was sto相关推荐

  1. 严重: A web application created a ThreadLocal with key of type...

    严重: A web application created a ThreadLocal with key of type [null] (value [com.sun.faces.config.Con ...

  2. linux开机出现一下错误Give root password for maintenance (or type Control-D to continue):

    linux开机出现一下错误Give root password for maintenance (or type Control-D to continue): 第一种错误的情况: 由于错误的编辑/e ...

  3. 如何解决 错误code signing is required for product type 'xxxxx' in SDK 'iOS 8.2'

    如何解决 错误code signing is required for product type 'xxxxx' in SDK 'iOS 8.2' 大家在做真机调试的时候,或许会遇到这样的问题,那如何 ...

  4. 【Oracle】ORA-27369: job of type EXECUTABLE failed with exit code: Key has expired

    问题描述:在使用DBMS_SCHEDULER调用shell时报错 ORA-27369: job of type EXECUTABLE failed with exit code: Key has ex ...

  5. java向数据库插入数据时的错误: Duplicate entry ‘‘ for key ‘PRIMARY‘ 问题解决

    java向数据库插入数据时的错误: Duplicate entry '' for key 'PRIMARY' 问题解决 参考文章: (1)java向数据库插入数据时的错误: Duplicate ent ...

  6. vite打包的时候,发生了这个错误:‘Form‘ only refers to a type, but is being used as a value here.

    今晚使用vite打包的时候,发生了这个错误:'Form' only refers to a type, but is being used as a value here. 后来研究许久,发现是vue ...

  7. 【2021-12-22】【Kotlin】Type inference failed. Expected type mismatch: inferred type is HashSet but Set

    类似这样的错误提示: Type inference failed. Expected type mismatch: Inferred type is HashSet<String>? bu ...

  8. vue: Invalid prop: type check failed for prop “action“. Expected String with valu

    出现 Invalid prop: type check failed for prop "action". Expected String with value错误 原因:使用el ...

  9. win11安装Ubuntu错误Installing, this may take a few minutes… WslRegisterDistribution failed with error: 0

    win11安装Ubuntu错误Installing, this may take a few minutes- WslRegisterDistribution failed with error: 0 ...

  10. 解决argo workflow报错:MountVolume.SetUp failed for volume “docker-sock“ : hostPath type check failed

    提交workflow时报错: MountVolume.SetUp failed for volume "docker-sock" : hostPath type check fai ...

最新文章

  1. Javascript模板引擎handlebars使用实例及技巧
  2. Visual C++——黄维通《 Visual C++面向对象与可视化程序设计》——例题9-5
  3. Android 图片放大缩小
  4. C语言用循环写出新年祝福语图案,非常漂亮的新年祝福!C语言实现漂亮的烟花效果...
  5. ZOJ 3810 A Volcanic Island (2014年牡丹江赛区网络赛B题)
  6. SQLi-LABS Page-4 (Challenges) Less-54-Less-65
  7. PAT之查找:遍历、二分、hash
  8. CNDS-markdowm使用方法(^ _ ^)
  9. Spark入门实战WordCount
  10. linux合并mp4,Linux 下使用ffmpeg 将批量合并ts文件,合成mp4格式
  11. 中国大学MOOC测验爬取(下)
  12. 从零开始实现图片加载特效之黑白照片、倒影图片、图片蒙版
  13. linux切换桌面的快捷键,SUSE Linux Gnome桌面快捷键整理
  14. 部署和访问HTTP接口
  15. 阿里速度!100亿脱贫基金第一个项目落地
  16. NiFi Registry元数据详细介绍
  17. HID Global赢得爱尔兰护照合同
  18. 域名服务是什么意思?
  19. 堆排序算法原理及C++实现(详细注释)
  20. Seaborn绘制11个柱状图

热门文章

  1. 关闭蜂鸣最简单的方法
  2. ScrollView不设置contentSize属性依然也可以作为底层滚动View(使用masonry设置scrollView的contentSize)...
  3. Java基础知识汇总(持续更新)
  4. Luogu 4492 [HAOI2018]苹果树 组合数
  5. springboot vue组件写的个人博客系统
  6. 【blog】用emoji-java解决Emoji存储MySQL乱码问题
  7. java学习class5
  8. 【软考】(五)网络互联设备
  9. Notes on Operating System
  10. ubuntu安装python