Hi SAP Experts,
After upgraded SERVERCORE component, my AS Java (SAP Portal) cannot start with error:
java.lang.NoClassDefFoundError: com/sap/security/api/PasswordChangeNotYetAllowed
at com.sap.security.core.imp.UserFactory.getUserByLogonID(UserFactory.java:1226)
at com.sap.security.core.imp.UserFactory.getUserByLogonID(UserFactory.java:1260)
at com.sap.security.core.imp.UserFactory.getUserByLogonID(UserFactory.java:1318)
at com.sap.security.core.logon.imp.AnonymousUser.initialize(AnonymousUser.java:105)
at com.sap.security.core.logon.imp.AnonymousUser.getAnonymousUser(AnonymousUser.java:220)
at com.sap.security.core.server.ume.service.UMEServiceFrame.createDefaultUsers(UMEServiceFrame.java:604)
at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:358)
at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)
Caused by: java.lang.ClassNotFoundException: com.sap.security.api.PasswordChangeNotYetAllowed
I have found similar error SCN Post:
But i not sure the cause is really same.
Is there anyone have experience with this problem, Please help me to solve this problem.
Thanks & Regards,
Husin