cancel
Showing results for 
Search instead for 
Did you mean: 

JVM not initialized/java.lang.NoClassDefFoundError SMP2.3 SP04 WM6.0

Former Member
0 Kudos

Hello Experts,

We have upgraded SMP2.3 SP03 PL01 to SP04 which is a new patch available for bug fixes.

After Up-gradation when we restart the Agentry application, We get the below error on start up.

Exception: 11:13:14 04/11/2014 : 29 (JVM initialization error), JVM not initialized (java.lang.NoClassDefFoundError: com/syclo/agentry/internal/AgentryManagedObject

), Caused by: java.lang.ClassNotFoundException: com.syclo.agentry.internal.AgentryManagedObject

11:13:14 04/11/2014: Failed to init Java-1 (Java v6.1.4.179 (JVM version 1.6.0_31, AJAPI version  build )) from ag3javabe.dll

It was working fine with SMP2.3 SP03 PL01, I have not changed anything other than up-gradation.

Can you please help here.

Regards,

Abhishek Wajge

Tags edited by: Michael Appleby

Accepted Solutions (0)

Answers (2)

Answers (2)

i834235
Product and Topic Expert
Product and Topic Expert
0 Kudos

Couple of things to check

a) Check the following sections in Agentry.ini file.

[System Connections]

2=ag3httpxmlbe.dll

1=ag3javabe.dll

[JAVA-1]

classPath=./ini4j.jar;./sapjco.jar;./Java/Agentry-v5.jar;./Java;./Java/SAPWM-6.0.0.0.jar;./Java;./Java/SAPCommon-122971.jar;

serverClass=

Make sure that you have all the Jar files mentioned in the class path in Server or Java folder.

b) One  last thing you can check is make sure that you have dll files like "sapjcorfc.dll"  and librfc32.dll in Server folder.

Thanks

Manju

Former Member
0 Kudos

Does your classPath line have the "Agentry-v5.Jar" in it?

Stephen