- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Could not find -Xrun library: libjmeter.sl
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 06:29 PM
12-05-2006 06:29 PM
Could not find -Xrun library: libjmeter.sl
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
- Tags:
- HPJmeter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 08:11 PM
12-05-2006 08:11 PM
Re: Could not find -Xrun library: libjmeter.sl
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 09:12 PM
12-05-2006 09:12 PM
Re: Could not find -Xrun library: libjmeter.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 02:15 AM
12-07-2006 02:15 AM
Re: Could not find -Xrun library: libjmeter.sl
--
ranga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 12:03 PM
12-07-2006 12:03 PM
Re: Could not find -Xrun library: libjmeter.sl
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 05:22 PM
12-07-2006 05:22 PM
Re: Could not find -Xrun library: libjmeter.sl
By the way, I have already installed HPjmeter and followed instructions..
still there is a problem
Any othe comments ???