I'm trying to install agent 4.3.0 for AIX. First, when I unpack the tarball, the files beneath the conf directory (agent.properties, rollback.properties, and wrapper.conf) are missing. So, I added the similar files from the linux distribution and got to the following:
The Java Virtual Machine is not found: libjvm.so
This is coming from hq_agent.sh in bundles/agent-4.3.0-EE-1443/bin
I have JAVA_HOME set and the path can find the java executable fine. Here's the java version details:
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pap32devifx-20060123)
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223ifx-20060123b (JIT enabled)
J9VM - 20051027_03723_bHdSMR
JIT - 20051027_1437_r8
GC - 20051020_AA)
JCL - 20060120
When I do a find on /usr/java5, the shared library is located
/usr/java5/jre/bin/j9vm/libjvm.so
/usr/java5/jre/bin/classic/libjvm.so
It definitely is a problem that those files are missing from the distro ... anyone have ideas on the shared lib problem?
Thanks,
Bob
The Java Virtual Machine is not found: libjvm.so
This is coming from hq_agent.sh in bundles/agent-4.3.0-EE-1443/bin
I have JAVA_HOME set and the path can find the java executable fine. Here's the java version details:
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pap32devifx-20060123)
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223ifx-20060123b (JIT enabled)
J9VM - 20051027_03723_bHdSMR
JIT - 20051027_1437_r8
GC - 20051020_AA)
JCL - 20060120
When I do a find on /usr/java5, the shared library is located
/usr/java5/jre/bin/j9vm/libjvm.so
/usr/java5/jre/bin/classic/libjvm.so
It definitely is a problem that those files are missing from the distro ... anyone have ideas on the shared lib problem?
Thanks,
Bob