问题:未部署的类加载器的无效使用
我正在开发 WAS 7 应用程序服务器。
我得到:“问题:未部署的类加载器的使用无效” 我部署的应用程序不再工作
同时我没有对应用程序服务器进行任何更改。 我重新启动了服务器但没有效果。 我应该尝试重新部署所有应用程序吗?
有类似的经历吗?
任何帮助或提示将不胜感激。 预先非常感谢您。
I'm working on WAS 7 app server.
I got : "Problem: Invalid usage of undeployed classloader"
and my applications deployed dont work anymore
Meanwhile i had made no changes at all to app server.
I restarted servers but no effect.
Should I try to redeploy all applications?
Any similar experience?
Any help or hint would be highly appreciated.
Thank you very much in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看您部署的 EAR 文件内的
META-INF
目录。它是否恰好有一个ibmconfig
目录?如果是这样,那么这个目录包含所谓的“应用程序范围资源”,它是问题的根源。删除它,重新部署 EAR 文件,这可能会有所帮助。
Look at the
META-INF
directory inside the EAR file that you deployed. Does it happen to have anibmconfig
directory?If so, then this directory contains what's called "Application-Scoped Resources" and it is the root of your problem. Delete it, redeploy the EAR file and it might help.