cancel
Showing results for 
Search instead for 
Did you mean: 

Java Stack / server_0 process is not starting anymore

former_member313130
Participant
0 Kudos

Hello,

our server_0 process is not starting anymore. We changed the JVM (IBM --> SAP).

We get the following error message (std_server0.out):

--------------------------------------------------------------------------------

node name   : server0

pid         : 8432

system name : SM3

system nr.  : 18

started at  : Thu Sep 27 09:33:39 2012

[Thr 46962674353696] MtxInit: 10001 0 2

<?xml version="1.0" ?>

<verbosegc version="200902_24">

Exception in thread "(unnamed thread)" java/lang/NoSuchMethodError: java/lang/ClassLoader.callerClassLoader()Ljava/lang/ClassLoader;

        at java/lang/Class.forName (Class.java:118)

        at java/lang/ref/ReferenceQueue.class$ (ReferenceQueue.java:28)

        at java/lang/ref/ReferenceQueue.<clinit> (ReferenceQueue.java:28)

        at java/lang/J9VMInternals.initializeImpl (Native Method)

        at java/lang/J9VMInternals.initialize (J9VMInternals.java:196)

        at java/lang/Class.<clinit> (Class.java:1631)

        at java/lang/J9VMInternals.initializeImpl (Native Method)

        at java/lang/J9VMInternals.initialize (J9VMInternals.java:196)

JVMJ9VM015W Initialization error for library jclscar_23(14): JVMJ9VM009E J9VMDllMain failed

</verbosegc>

Can someone help us?

Kind regards,

Joern Wegener

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jorn,

It means that a loading issue happened due to an JVM initialization

issue.

Please follow SAP note 1331962 .

Regards,

Vipin

Former Member
0 Kudos

Hi Jorn Wegener,

This usually comes about when a jdk location is changed but the relevant wily jvm parmaters have not been updated. Note 1015184 explains the error, the error can be avoided completely simply by just removing the wily parameters. Following note 1015184 will solve the issue if you still need wily.

Regards

Shrikant