JProfiler 5.2.4 + IBM WAS 7 64 位,Java 1.6
我正在尝试配置 JProfiler 并在 WAS native_stderr.log 文件中启动时收到以下错误。我下载了 64 位 Jprofiler 5 x 版本。向导配置很干净。不确定这是 WAS 64 位问题还是 Jprofiler 问题。谢谢!
JVMJ9TI001E 无法打开代理库 jprofilerti(jprofilerti.dll 不是有效的 Win32 应用程序。) JVMJ9VM015W 库 j9jvmti24(-3) 的初始化错误:JVMJ9VM009E J9VMDllMain 失败 无法创建 Java 虚拟机。
I am trying to configure JProfiler and get the following error on launch in the WAS native_stderr.log file. I downloaded 64 bit Jprofiler 5 x version. The wizard configuration was clean. Not sure if this is WAS 64 bit issue or Jprofiler. Thanks!
JVMJ9TI001E Agent library jprofilerti could not be opened (jprofilerti.dll is not a valid Win32 application. )
JVMJ9VM015W Initialization error for library j9jvmti24(-3): JVMJ9VM009E J9VMDllMain failed
Could not create the Java virtual machine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能在向导中选择了错误的 JVM 位数。在JVM步骤中,选择“64位”JVM选项,然后它将加载64位库。
You probably selected the wrong JVM bitness in the wizard. On the JVM step, select the "64-bit" JVM option, then it will load the 64-bit library.