English 中文(简体)
JProfiler的开端错误可能会发现Blibjprofilerti.so。
原标题:JProfiler startup error of Jetty application can t find libjprofilerti.so

I am trying to perform a remote profile session of Jetty. I have downloaded, untar d jprofiler_linux_7_0.tar.gz I ran jpintegrate and produced the start_jetty_jprofiler.sh Looked into that and snipped out the: -agentpath:/RAID10/home/mbl/profiler/jprofiler7/bin/linux-x86/libjprofilerti.so=port=8849,nowait

并补充说,在我的实际喷气式起动稿中。

ran that modified script and I get the following error message: Could not find agent library in absolute path: /RAID10/home/mbl/profiler/jprofiler7/bin/linux-x86/libjprofilerti.so

I m wondering where I went wrong. Thanks

问题回答

或许,你会再次试图介绍64比方位证书。 在此情况下,将<代码>linux-x86改为linux-x64

该案中的错误信息确实非常误导。 联合考试委员会应该说一些东西,例如“A 64-bit JVER不能装设一个32倍的图书馆”。

打破 j头角的64轨选择,同时创造特征分析环境。 这应当解决这个问题。

我也存在这一问题。 它以Blinux-x64/号复印件解决了linux-x86/,载于/jprofiler7/bin dir。 当然,请确保首先支持午餐会。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签