[EAP 610] yjpagent problem on amd64

Questions about YourKit Java Profiler
Post Reply
simonf
Posts: 2
Joined: Thu Jun 02, 2005 1:29 pm

[EAP 610] yjpagent problem on amd64

Post by simonf »

I'm using EAP 610 and JDK 1.5.0_02 on an amd64 system, and I get:

kingsbury:~# java -Xrunyjpagent:help
Error occurred during initialization of VM
Could not find agent library on the library path or in the local directory: yjpagent

strace shows the library (libyjpagent.so) being opened so it looks like a similar
problem to those which other people have posted about.
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

Please make sure that libyjpagent.so is in LD_LIBRARY_PATH. If it doesn't help, please provide us the following information:

1) Full output of "uname -a" command
2) Full output of "ldd libyjpagent.so" command
simonf
Posts: 2
Joined: Thu Jun 02, 2005 1:29 pm

Post by simonf »

It works :D

A required shared library was missing.

sorry :oops:
Post Reply