cancel
Showing results for 
Search instead for 
Did you mean: 

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

Former Member
0 Kudos

Hi Everyone,

Need some pointers. I encountered the following error in the std_server0.out log that causes all the other dependent services fail to start:

36.100: [GC 36.100: [ParNew: 56014K->14843K(65280K), 0.0941379 secs] 56014K->14843K(502528K), 0.0942730 secs]

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

Cannot start service security; it has hard reference to service com.sap.security.core.ume.service which is not started.

Cannot start service dsr; it has hard reference to service security which is not started.

Cannot start service jms_provider; it has hard reference to service security which is not started.

Cannot start service DQE; it has hard reference to service jms_provider which is not started.

Cannot start service keystore; it has hard reference to service security which is not started.

Cannot start service ssl; it has hard reference to service keystore which is not started.

Cannot start service tcsecsecurestorage~service; it has hard reference to service keystore which is not started.

Cannot start service classload; it has hard reference to service security which is not started.

Cannot start service applocking; it has hard reference to service security which is not started.

Cannot start service tcsecwssecservice; it has hard reference to service tcsecsecurestorageservice which is not started.

Cannot start service tc.CBS.Service; it has hard reference to service tcsecsecurestorage~service which is not started.

Cannot start service tcsecdestinationsservice; it has hard reference to service tcsecsecurestorageservice which is not started.

Cannot start service pmi; it has hard reference to service tcsecdestinations~service which is not started.

Cannot start service tcsecvsiservice; it has hard reference to service tcsecdestinationsservice which is not started.

Cannot start service com.adobeDocumentServicesConfiguration; it has hard reference to service tcsecsecurestorageservice which is not started.

Cannot start service sld; it has hard reference to service tcsecsecurestorage~service which is not started.

===========================================================

From this entries, my guess is the UME service somehow failed to start for some reason. Anyone know of any possibilities why this is so? I'm using NW '04 SP16.

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Check for any UME errors in default traces in ../server0/log folder, to figure out what is cuasing UME not to start.

Greetings, Myriana

Former Member
0 Kudos

Hi,

Are you able to see this page

http://<hostname>:<j2ee engine port>/useradmin

for example

http://localhost:50000/useradmin

regards,

Sujesh

Former Member
0 Kudos

Additional notes:

1. DB is MaxDB

2. DB Data free space = 52%

3. DB Log Free space = 0% (Uses auto overwrite)

4. DB is up and running

Former Member
0 Kudos

BTW, all the instances and apps in the SAP Management COnsole are green. This error causes the sapj2ee not to start, thus returning the 503 Web Container not found error when accessing the EP.