cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Wily Introcope Agent Configuration (ABAP+JAVA)

0 Kudos

Hello,

When i try to configure the wily introscope agent for a system ABAP+JAVA, i get the error:

"J9 was detected, Operation bas been aborted because some files are missing, please fill the property com.wily.autoprobe.prependToJVMRuntimePath in the agelet com.sap.smd.agent.application.wily - com.sap.smd.vm.J9PreprendPathNotFoundException: /opt/IBMJava2-amd64-142/jre/bin/j9vm/jclSC14/classes.zip:/opt/IBMJava2-amd64-142/jre/lib/jclSC14/classes.zip"

I don't find the classes.zip file in any location...

Any of you have any idea about this issue?

Thanks in advance

Carlos

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

If my previous post dint help Try this step:

in the work center of RCA- > in the Agent Administration-> in the tab Agent Applications->

choosing the application com.sap.smd.agent.application.wily, add the parameter com.wily.autoprobe.prependToJVMRuntimePath with value /usr/java14_64//jre/bin/j9vm/jclSC14/classes.zip.

Regards,

Shyam.

Former Member
0 Kudos

Hi,

This error points to a missing JAVA_HOME environment. Kindly check JAVA_HOME environment variable value and make sure

that it points to correct JDK path in the managed system After setting this (as system environment variable) you need to restart

the SMD Agent.

Also ensure that you have followed the instructions in note 797147. Also check note 1149214.

I had faced simillar issue.

setting -Xjvm:j9vm23 parameter in server node solved my problem.

Fix for this issue has been delivered in SP21 (7.01 SP5)

If this helps please let me know, and also if there is anyother sol let me know that as well.

Regards,

Shyam.

raguraman_c
Active Contributor
0 Kudos

Hi Shyam,

Thanks for the reply, check that note earlier also. As per note this is the parameter is adjusted automatically as of SP19.

We have j9vm not j9vm23.

Do we need to set -Xjvm:j9vm23? and we are on SP21!

Please provide your comments.

-=-Ragu

Former Member
0 Kudos

Hello,

We have the same issue like you Carlos.

J9 was detected, Operation bas been aborted because some files are missing, please fill the property com.wily.autoprobe.prependToJVMRuntimePath  in the agelet com.sap.smd.agent.application.wily - com.sap.smd.vm.J9PreprendPathNotFoundException: null/jre/bin/j9vm/jclSC14/classes.zip:null/jre/lib/jclSC14/classes.zip

We has not discovered the solution, if you get it please tell us. We are going to ask to Sap about it.

Thanks in advance

Juan

raguraman_c
Active Contributor
0 Kudos

Hi,

We are facing the same issue did you manage to crack it.

Please share your experience on this. It would be of great help for us.

thanks.

-=-Ragu

Former Member
0 Kudos

Where is your java runtime installed. If it is installed correctly you should be able to find it.

Try running command "whereis java" or "which java" to find out where it is installed. You should be able to find the classes.zip

0 Kudos

Hello,

When i executed that commadn i get, and java -version, i get:

servssm:ssmadm 1> whereis java

java: /usr/bin/java /etc/java /usr/lib/java /usr/share/java /opt/IBMJava2-amd64-142/bin/java

servssm:ssmadm 2> java -version

java version "1.4.2"

Java(TM) 2 Runtime Environment, Standard Edition (build 2.2)

IBM J9SE VM (build 2.2, J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142ifx-20070808 (JIT enabled)

J9VM - 20070807_1500_LHdSMr

JIT - r7_level20070315_1745)

The question is that there is not classes.zip file in any folder...

Any idea?

Thanks in advance

Carlos