Skip to Content
0
Former Member
Oct 15, 2012 at 12:32 PM

Issue("Start of UME Service Failed") while starting server0 in ep 7.0 system

104 Views

Hello ALL,

We have 2 server node(server 0 and server1) in EP 7.0 system , server1 has been started and running successfully with out any issue and second one server0 is not failing to start with ” Start of UME Service Failed” issue.

server0 is failing with issue” Start of UME Service Failed”:-

  1. 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 fg.xxx.com:3268_UACC

java.naming.provider.url= ldap://xx.xxx.com:3268/DC%3Dfg%2CDC%3Dxxx%2CDC%3Dcom

java.naming.factory.initial= com.sun.jndi.ldap.LdapCtxFactory

java.naming.ldap.version= 3

com.sun.jndi.ldap.connect.timeout= 25000

connection_pool_name= fg.xxx.com:3268_UACC

java.naming.security.principal=XXXXXXXXXX@XX.XX.com

java.naming.security.authentication= simple

java.naming.security.credentials= ******

[EXCEPTION: No connection to the ldap server]

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).

Here my issue is why server1 is started successfully and server0 is failing to start with “Start of UME Service Failed" issue. As both (server1 and server 0) will use the same LDAP connection setting.

Please help on resolving this issue