Monday, January 04, 2016

JAVA instance not starting up



When try to login to SAP PI JAVA stack getting below error message.

Restarted JAVA Instance but in management studio Jstart process not started and showing in yellow.

To troubleshoot I had checked dev_server0 log file ( i.e. E:\usr\sap\PIT\DVEBMGS00\work\dev_server0.log )

Which has below details.

concurrent-mark-sweep perm gen reserved 1048576K, committed 1048576K, used 58269K [0x000000017fff0000, 0x00000001bfff0000, 0x00000001bfff0000)
F 
F [Thr 5088] Mon Jan 04 15:30:30 2016
F  [Thr 5088] *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)
F  
F  ********************************************************************************
F  *** ERROR => Java node 'server0' terminated with exit code 2150.
F  ***
F  *** Please see section 'Java program exit codes'
F  *** in SAP Note 1316652 for additional information and trouble shooting advice.
F  ********************************************************************************
F 
F  [Thr 5088] *** LOG => exiting (exitcode 2150, retcode 1).
M  [Thr 5088] CCMS: CCMS Monitoring Cleanup finished successfully.

To more troubleshoot require to check std_server0.log file ( i.e. E:\usr\sap\PIT\DVEBMGS00\work\std_server0.log )

Below error
com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed". Technical details: com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Initialization of destination UMEBackendConnection failed: Logon not possible (error in license check) on localhost sysnr 00
                at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:465)
                at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
                at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
                at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
                at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
                at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
                at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
                at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
Caused by: com.sap.security.core.persistence.datasource.PersistenceException: com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Initialization of destination UMEBackendConnection failed: Logon not possible (error in license check) on localhost sysnr 00
                at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:679)
                at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getNewInstance(PrincipalDatabagFactory.java:203)
                at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:153)
                at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:215)
                at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:139)
                at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:94)
                at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:211)
                at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:288)
                ... 7 more
Caused by: com.sap.security.core.persistence.datasource.PersistenceException: com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Initialization of destination UMEBackendConnection failed: Logon not possible (error in license check) on localhost sysnr 00
                at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:217)
                at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:501)
                at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:530)
                ... 14 more
Caused by: com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Initialization of destination UMEBackendConnection failed: Logon not possible (error in license check) on localhost sysnr 00

Based on above identified there is issue with SAP License key which require to apply.

No comments: