cancel
Showing results for 
Search instead for 
Did you mean: 

Java Server stopped -11113 - Start of UME service failed

jbungay
Participant
0 Kudos

Hi experts,

I've recently been deploying via JSPM the latest component versions for my recently upgraded netweaver system (7.0 EHP1 on Windows with MaxDB). Part way through I received errors and now the Java server is unable to start.

Below is some of the trace from "std_server0.out". I double checked the settings in the config tool and double checked the users in the ABAP system (SAPJSF and J2EE_GUEST), and everything seems to be fine, but I'm not an SAP J2EE expert so its very possible that I've overlooked something.

I've looked through the forums and for the most part people with this problem fixed it by unlocking SAPJSF, but I don't have that problem.

Any assistance is much appreciated. If more of this trace or data from another log file would help please let me know.

Cheers,

JB

-


70.190: [GC 70.190: [DefNew: 108794K->26118K(131328K), 0.1303850 secs] 108794K->26118K(1004800K), 0.1304744 secs]

Dec 10, 2009 7:40:56 PM com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_65] Fatal: Initialization of ABAP data source (com.sap.security.core.persistence.datasource.imp.R3Persistence) failed: "CPIC-CALL: CMRCV on convId: 96069543

LOCATION CPIC (TCP/IP) on local host with Unicode

ERROR illegal parameter value ( function=SAP_CMTIMEOUT2 /

parameter=conversation_ID / value=96069543 )

TIME Thu Dec 10 19:40:56 200

RELEASE 701

COMPONENT CPIC (TCP/IP) with Unicode

VERSION 3

RC 769

MODULE r3cpic.c

LINE 7341

COUNTER 5

". This message is critical if it appears during the startup of the AS Java.

Dec 10, 2009 7:40:56 PM ...re.server.ume.service.UMEServiceFrame [SAPEngine_System_Thread[impl:5]_65] Fatal:

service com.sap.security.core.ume.service ================= ERROR =================

Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.

com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed". Technical details: CPIC-CALL: CMRCV on convId: 96069543

LOCATION CPIC (TCP/IP) on local host with Unicode

ERROR illegal parameter value ( function=SAP_CMTIMEOUT2 /

parameter=conversation_ID / value=96069543 )

TIME Thu Dec 10 19:40:56 200

RELEASE 701

COMPONENT CPIC (TCP/IP) with Unicode

VERSION 3

RC 769

MODULE r3cpic.c

LINE 7341

COUNTER 5

at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:398)

at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)

at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)

at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)

at com.sap.engine.frame.core.thread.Task.run(Task.java:64)

at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:83)

at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:156)

Caused by: com.sap.security.core.persistence.datasource.PersistenceException: CPIC-CALL: CMRCV on convId: 96069543

LOCATION CPIC (TCP/IP) on local host with Unicode

ERROR illegal parameter value ( function=SAP_CMTIMEOUT2 /

parameter=conversation_ID / value=96069543 )

TIME Thu Dec 10 19:40:56 200

RELEASE 701

COMPONENT CPIC (TCP/IP) with Unicode

VERSION 3

RC 769

MODULE r3cpic.c

LINE 7341

COUNTER 5

at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:236)

at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:491)

at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:440)

at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:164)

at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:117)

at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:63)

at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:221)

at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:287)

... 6 more

Accepted Solutions (0)

Answers (1)

Answers (1)

jbungay
Participant
0 Kudos

Something that seemed odd in the error was: "200 RELEASE 701 COMPONENT CPIC (TCP/IP) with Unicode VERSION 3 RC 769 MODULE r3cpic.c LINE 7341 COUNTER 5"............So I updated the kernel and now everything works..

So for anyone with similar data in the trace updating kernel might be an option.

Cheers,

JB