cancel
Showing results for 
Search instead for 
Did you mean: 

J2EE Start Failed after upgrade

Former Member
0 Kudos

Hello Guys !

I Have this problem since upgra SP22.

#1.5 #005056AA79B8001C00000010000013CC000494B587D8095A#1289407295922#/System/Server##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_55##0#0#Error#1#com.sap.engine.core.service630.container.ServiceRunner#Plain###Service com.sap.security.core.ume.service error. Nested exception is: com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed". Technical details: Initialisation of connection pool failed for UACC

poolname norfloxacino.ems.com.br:389_UACC

[EXCEPTION: no connection to any server possible]

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: Initialisation of connection pool failed for UACC

poolname norfloxacino.ems.com.br:389_UACC

[EXCEPTION: no connection to any server possible]

at com.sap.security.core.persistence.datasource.imp.LDAPPersistence.init(LDAPPersistence.java:423)

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

#

#1.5 #005056AA79B8001C00000012000013CC000494B587D80CC6#1289407295922#/System/Server##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_55##0#0#Error#1#/System/Server#Plain###Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.#

#1.5 #005056AA79B8001C00000014000013CC000494B587D80E8E#1289407295922#/System/Server/Critical##com.sap.engine.core.Framework#######SAPEngine_System_Thread[impl:5]_55##0#0#Fatal#1#com.sap.engine.core.Framework#Plain###Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.#

Does anyone have any idea about the error above?

Thank you for your help!

Accepted Solutions (0)

Answers (3)

Answers (3)

thunder_feng
Active Participant
0 Kudos

Hello

Did the system really work well before the upgrade?

and during/after the upgarde, did you changed any setting, especially regarding J2EE UME/ LDAP ?

Could you please help to check the following defaulttrace for more information:

../j2ee/cluster/server0/log/defaultTrace.*.trc

As per the error message you pasted here, the connection from your UME to the LDAP failed, so the core service of com.sap.engine.core.security.ume cannot startup.

Hence the first check point should be the connectioin to your LDAP, please open the configtool and go to the "UEM LDAP Data" setting there carefully, then you can perform a

"Test Connection" there.

If the connection always fails, you can also download a LDAP browser from "http://www.ldapbrowser.com/download.htm", then

test whether you are able to connect to the LDAP, if it also fails, I would like to suggest you check with your LDAP vendor to verify whether there is any problem at the LDAP server side.

Thanks

Thunder

Former Member
0 Kudos

Are you using LDAP with UME?

Please refer to the following links:

Configuring UME to Use an LDAP Server as Data Source

http://help.sap.com/saphelp_nw04/helpdata/en/cc/

cdd93f130f9115e10000000a155106/content.htm

Information on the connection pooling:

http://help.sap.com/saphelp_nw04s/helpdata/en/6c/

34ee408a63732ae10000000a155106/content.htm

Regards,

Snehal

SAP Labs/Palo Alto

sunny_pahuja2
Active Contributor
0 Kudos