Operating System - Linux
1828582 Members
2139 Online
109982 Solutions
New Discussion

Could not find -Xrun library: libjmeter.sl

 
selcuk_1
Advisor

Could not find -Xrun library: libjmeter.sl

Hi..

Really need your HEEEELLPPP...

My Env:
[oracle@yavuz] /oracle # uname -a
HP-UX yavuz B.11.11 U 9000/800 4205714048 unlimited-user license
[oracle@yavuz] /oracle # java -version
java version "1.4.2.10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2.10-060112-14:28)
Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.10-060112-16:07-PA_RISC2.0 PA2.0 (aCC_AP), mixed mode)
And Oracle 10g App Server..

I have installed HP Jmeter 3.0 and followed the installation instructions. I have added

-Xbootclasspath/a:/opt/hpjmeter/lib/agent.jar
–Xrunjmeter

to my Java options.. (in Oracle App Serv.)

In .profile

SHLIB_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/rdbms/lib32:/opt/hpjmeter/lib/PA_RISC2.0;export SHLIB_PATH

(libjmeter.sl is in /opt/hpjmeter/lib/PA_RISC2.0)

and I have updated my env with
. .profile

And I When I run my Oracle App, got the following error message

Error occurred during initialization of VM

Could not find -Xrun library: libjmeter.sl

What can be the problem.. ?

TIA





search for the meaning
5 REPLIES 5
Peter Godron
Honored Contributor

Re: Could not find -Xrun library: libjmeter.sl

Hi,
The closest I could find was:
From http://docs.hp.com/en/5991-6757/ch10s05.html
"On an HP Integrity (Itanium) server, you see that the JVM agent is not starting and the error message indicates that the HPjmeter shared library cannot be found, as follows:

Error occurred during initialization of VM
Could not find -Xrun library: libjmeter.so

Check to see what Java version you are using. If you are running Java 1.4.2_07, try setting SHLIB_PATH, rather than using LD_LIBRARY_PATH to define the shared library location. If this doesn't work, you may need to update to a newer JDK.
"

As you are using a higher version of JDK, have you tried using the LD_LIBRARY_PATH instead?
selcuk_1
Advisor

Re: Could not find -Xrun library: libjmeter.sl

I have experimented with LD_LIBRARY_PATH and SHLIB_PATH ( together and seperately) but no Sol..


search for the meaning
ranganath ramachandra
Esteemed Contributor

Re: Could not find -Xrun library: libjmeter.sl

make sure you have the latest loader installed. for 11.11 currently it is PHSS_35379
 
--
ranga
hp-ux 11i v3[i work for hpe]

Accept or Kudo

IT Response
Esteemed Contributor

Re: Could not find -Xrun library: libjmeter.sl

hi,
What this means is that you ry to use the lasted hpjmeter features to monitor an application and you have not installed the hpjmeter product.
The library you are refering to is under

/opt/hpjmeter/lib/PA_RISC2.0W for PARISC and similar for IA.

Please install hpjmeter 3.0 and read the user's guide from
http://www.hp.com/products1/unix/java/hpjmeter/infolibrary/user_guide.pdf

cheers,
Nick
selcuk_1
Advisor

Re: Could not find -Xrun library: libjmeter.sl

I have nstalled PHSS_35379.depot but still problem persists..

By the way, I have already installed HPjmeter and followed instructions..

still there is a problem

Any othe comments ???


search for the meaning