Solaris Manual Install Problem

Questions about YourKit Java Profiler
Post Reply
jmanico
Posts: 3
Joined: Mon Feb 20, 2006 8:08 am

Solaris Manual Install Problem

Post by jmanico »

I'm tryinh to manually install youKit on solaris with tomcat, but I keep getting a problem without any log to help me discover the problem. However, does this help any?

/app/promotions.sfbay/yjp-5.1/bin/solaris-x86-32/: ldd libyjpagent.so
warning: ldd: libyjpagent.so: is not executable
libc.so.1 => /lib/libc.so.1
libm.so.2 => /lib/libm.so.2
/app/promotions.sfbay/yjp-5.1/bin/solaris-x86-32/:
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Post by Anton Katilin »

Hi,

What is "uname -a" output?
What does "java -version" (for the version you use) print?
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Post by Anton Katilin »

And what is the error message printed by Tomcat when it fails to launch with profiler?
jmanico
Posts: 3
Joined: Mon Feb 20, 2006 8:08 am

Solaris Problems

Post by jmanico »

/app/promotions/web/ROOT/reports/: uname -a
SunOS dev.myserver.com 5.10 Generic_118844-11 i86pc i386 i86pc
/app/promotions/web/ROOT/reports/: java -version
java version "1.5.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)
Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode)
/app/promotions/web/ROOT/reports/:

Also, tomcat does not give me ANY error message - it just decides not to start, quietly.

Your help on this is greatly appreciated.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Post by Anton Katilin »

Could you please post here your modified script. I hope it will help to discover the problem.

By the way, why don't you use the "Integrate with J2EE Server..." action? It should do the job automatically.
jmanico
Posts: 3
Joined: Mon Feb 20, 2006 8:08 am

Fixed!

Post by jmanico »

The problem was how I was importing the library - your instructions were perfect, was just my UNIX lack of mastery. Thanks to Filip Hanik for helping!
Post Reply