cnn 发表于 2015-8-10 07:27:07

tomcat加载时报The web application [/dmscs] created a ThreadLocal with key of type

  严重: The web application created a ThreadLocal with key of type (value ) and a value of type ] (value [) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
  
  tomcat启动时,错误日记中出现上面的警告信息;
  虽然不影响程序的正常运行;
  还是希望可以解决;
  查询资料 说是 tomcat的内存泄露产生的,还未有好方法处理;
  知道的童鞋请告诉我解决方法;
页: [1]
查看完整版本: tomcat加载时报The web application [/dmscs] created a ThreadLocal with key of type