我刚刚升级到WebSphere 7(从6.1),并且我遇到了以前没有的新的类加载冲突。
我在互联网上找了很多,但找不到怎么做的方向:
1. How to enable class loading trace.
2. Where does the output go to?非常感谢。
发布于 2012-02-15 16:04:35
要在Java server > server_name > Java > Process definition > Virtual Machine中启用您需要的类加载信息,您将在那里找到详细的类加载选项。启用它并重新启动应用程序服务器。
然后,您应该可以在<WAS_install_root>/profiles/<profile>/logs/<server>目录的native_stderr.log中找到类加载信息。
发布于 2013-03-29 00:05:19
要添加到Olivier.Roger的响应(我没有内联响应的权限),信息在native_stderr.log.中
(晚了,但对于其他像我一样找到这个帖子的人来说)
发布于 2012-02-16 11:05:28
我建议您在打开PMR时使用IBM support使用的class loader MustGather。展开“手动收集数据”部分。
https://stackoverflow.com/questions/9286847
复制相似问题