Hello!!
My EP server was working fine until this morning. The intance went down and when I tried to started it up, everything was in green but the jcontrol that was in yellow with the message Some proccess running.
When I checked the jcontrol developer trace I got this:
/////////////////////////////////////////////////
Thr 2616] JControlICheckProcessList: process server1 started (PID:4968)
[Thr 2616] Wed May 10 12:34:41 2006
[Thr 2616] JControlICheckProcessList: process server1 (pid:4968) died (RUN-FLAG)
[Thr 2616] JControlIResetProcess: reset process server1
[Thr 2616] JControlIResetProcess: [server1] not running -> increase error count (4)
[Thr 2616] Wed May 10 12:34:46 2006
[Thr 2616] JControlICheckProcessList: process server0 (pid:6028) died (RUN-FLAG)
[Thr 2616] JControlIResetProcess: reset process server0
[Thr 2616] JControlIResetProcess: [server0] not running -> increase error count (4)
//////////////////////////////////////
So, then I check the std_server1.out file and I can see that there is some kind of user problem:
///////////////////////////////////////
15.478: [ParNew 96310K->14086K(1004800K), 0.0451567 secs]
Service com.sap.security.core.ume.service started. (3375 ms).
19.729: [ParNew 101638K->17093K(1004800K), 0.0521440 secs]
service security ================= ERROR =================
Core service security failed. J2EE Engine cannot be started.
com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
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:79)
at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: Anonymous principal not configured
at com.sap.engine.services.security.login.SecurityContext.setAnonymousPrincipal(SecurityContext.java:513)
at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:139)
... 5 more
Caused by: com.sap.security.core.server.userstore.UserstoreException: Could not get user Guest
at com.sap.security.core.server.userstore.UserContextUME.engineGetUserInfo(UserContextUME.java:193)
at com.sap.engine.services.security.userstore.context.UserContext.getUserInfo(UserContext.java:102)
at com.sap.engine.services.security.login.SecurityContext.setAnonymousPrincipal(SecurityContext.java:507)
... 6 more
Caused by: com.sap.security.api.DuplicateKeyException: USER_AUTH_FAILED: Logonid "Guest" is not unique!
at com.sap.security.core.imp.AbstractUserAccount.<init>(AbstractUserAccount.java:354)
at com.sap.security.core.imp.DBTextFileUserAccount.<init>(DBTextFileUserAccount.java:56)
at com.sap.security.core.imp.UserAccountFactory.getUserAccountByLogonId(UserAccountFactory.java:427)
at com.sap.security.core.imp.UserAccountFactory.getUserAccountByLogonId(UserAccountFactory.java:278)
at com.sap.security.core.imp.UserAccountFactory.getUserAccountByLogonId(UserAccountFactory.java:459)
at com.sap.security.core.imp.UserAccountFactory.getUserAccountByLogonId(UserAccountFactory.java:454)
at com.sap.security.core.server.userstore.UserContextUME.engineGetUserInfo(UserContextUME.java:189)
... 8 more
///////////////////////////////////////
Why if the server was working fine now I am having this problem????
PLEASE HELP!!!
Thanks again to everyone,