Unable to start 5131 on Solaris
I get the following when trying to start 5131 on Solaris:
Error occurred during initialization of VM
Could not find agent library on the library path or in the local directory: yjpagent
I had to remove the -agent:yjpagent from idea.vmoptions to get it to start.
Just a heads up.
Please sign in to leave a comment.
Ryan Lubke wrote:
You can try using -agentpath:</full/path/to/lybyjpagent.so> or placing
the agent libraries in the system library path.
Adding the path to LD_LIBRARY_PATH doesn't do much, in fact idea.sh already does that. I suspect they are linux libraries anyway as ldd -d doesn't work.
Ryan Lubke wrote:
Then you can download yourkit evaluation from http://yourkit.com and use
the libraries from there. There are 32 and 64 bit libraries - make sure
you use the right ones.
Dimitar