【问题描述】
PAS 6.5 build1733 重启后,PAS管理控制台登录不成功,用curl命令在服务器端测试也没有返回,后台server.log里频繁出现如下异常:
[2022-06-28T15:36:06.380+0800] [Primeton AppServer 6.5] [SEVERE] [] [javax.enterprise.web.util] [tid: _ThreadID=63 _ThreadName=RunLevelControllerThread-1656401760388] [timeMillis: 1656401766380] [levelValue: 1000] [[
The web application [unknown] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@3bcabe62]) and a value of type [java.lang.Class] (value [class oracle.sql.TypeDescriptorFactory]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.]]
【解决方案】
停止PAS,删除了如下两个缓存目录后,再启动PAS,管理控制台可以成功登录了
pas6\pas\domains\domain1\osgi-cache里主要是pas6系统平台的缓存;
pas6\pas\domains\domain1\generated里是应用的缓存;
【原文链接】
http://doc.primeton.com/pages/viewpage.action?pageId=82157477
1万+

被折叠的 条评论
为什么被折叠?



