cancel
Showing results for 
Search instead for 
Did you mean: 

Java Process server0 is not Starting (exitcode -11113)

Former Member
0 Kudos

Hi,

Need your help. My Java AS is not starting after I encounter error during JSPAM component upgrade error. I tried to deploy updates on SAP J2EE ENGINE 7.00 then I got exitcode = -11113

Below is my tail logs i got from dev_server0 file. Appreciate your help.

[Thr 9764] JHVM_LoadJavaVM: Java VM created OK.

**********************************************************************

JHVM_BuildArgumentList: main method arguments of node [server0]

**********************************************************************

[Thr 1028] Thu May 08 18:02:20 2014

[Thr 1028] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes

[Thr 1028] Thu May 08 18:02:23 2014

[Thr 1028] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework

[Thr 1028] Thu May 08 18:02:24 2014

[Thr 1028] JLaunchISetClusterId: set cluster id 24050450

[Thr 1028] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]

[Thr 1028] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]

[Thr 9712] Thu May 08 18:03:15 2014

[Thr 9712] JLaunchIExitJava: exit hook is called (rc = -11113)

[Thr 9712] **********************************************************************

*** ERROR => The Java VM terminated with a non-zero exit code.

*** Please see SAP Note 943602 , section 'J2EE Engine exit codes'

*** for additional information and trouble shooting.

**********************************************************************

[Thr 9712] JLaunchCloseProgram: good bye (exitcode = -11113)

Cheers!

Henry

Accepted Solutions (0)

Answers (4)

Answers (4)

davefitzgibbon
Advisor
Advisor
0 Kudos

Hello Henry,

The exitcode -11113 is just a generic message to tell us that a core service has failed to start. In this case, it is the UME service due to the error java.lang.NoClassDefFoundError: com/sap/security/core/util/config/IUMConfiguration

This is caused by an inconsistency inside NW Java stack. With any NoClassDefFound errors, We need you to patch some sca files as there is missing references or corrupted classes on the filesystem. As you say that this error occurred during an upgrade then I assume you are missing dependencies

The affected sda files belong to UME:

com.sap.security.core.offline.sda      (extract from SAPJEECOR**_*.SCA)
com.sap.security.api.offline.sda       (extract from SAPJEECOR**_*.SCA)
com.sap.security.core.ume.service.sda  (extract from SAPJEE**_*.SCA)

What you need to do is to download the latest patches for the above components and apply them in your system with SUM/SDM. As there are certain dependencies with core Java components, Along with patching SAPJEECOR and SAPJEE, you should also patche SAPJTECHS and SAPJTECHF.

Regards,

David

Reagan
Advisor
Advisor
0 Kudos

What does std_server0 trace file say ?

Former Member
0 Kudos

Thank you for your feeds. I checked the std_server0.out logs and I see some errors.

~~~~

SAP J2EE Engine Version 7.00  PatchLevel is starting...

Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: The filename, directory name, or volume label syntax is incorrect

Another one here:

Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started. java.lang.NoClassDefFoundError: com/sap/security/core/util/config/IUMConfiguration

Please advise what are settings to be change on configtool for service com.sap.security.core.ume.service

Thank you..

Sriram2009
Active Contributor
0 Kudos

Hi Henry

Could you refer the SAP Note   1658911 - J2EE System fails with "exitcode = -11113"

BR

SS

Asha_Pillai
Active Participant
0 Kudos

Hello Henry,

-11113 exitcode means that one or more java essential services have failed during startup. Can you please attach std_serverx.out file from Java work directory?

Regards,

Asha

Former Member
0 Kudos

Thank you for your suggestions. I checked the std_server0.out logs and I see some errors.

~~~~

SAP J2EE Engine Version 7.00  PatchLevel is starting...

Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: The filename, directory name, or volume label syntax is incorrect

Another one here:

Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started. java.lang.NoClassDefFoundError: com/sap/security/core/util/config/IUMConfiguration

Attached is my com.sap.security.core.ume.service config file. Please advise what are settings to be change.

Thank you and Cheers!..

former_member185239
Active Contributor
0 Kudos

Hi Henry,

The exit code = -11113 which means there is problem with ume of the java system.

You need to check a couple of things.

If your datasourse is ABAP , then check the user SAPJSF it moght have been locked.

If it is Java ume , then you need to analyze the issue such as LDAP connection.(just a hint)

Paste the default trace and std_server log files.

With Regards

Ashutosh Chaturvedi