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.

0
3 comments

Ryan Lubke wrote:

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.



You can try using -agentpath:</full/path/to/lybyjpagent.so> or placing
the agent libraries in the system library path.

0

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.

0

Ryan Lubke wrote:

I suspect they are linux libraries anyway as ldd -d doesn't work.


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

0

Please sign in to leave a comment.