cancel
Showing results for 
Search instead for 
Did you mean: 

No active userstore is set - Java startup Error in Solman

0 Kudos

Hi Experts,

We are facing the below error while starting the solution manager. ABAP stack is up and running, java stack is down. Server0 stopped after starting solution manager.

at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:156)

Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.

at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:80)
at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:415)
at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:84)
at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:58)
at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:151)
... 5 more

[Framework -> criticalShutdown] Core service security failed. J2EE Engine cannot be started.

Dec 4, 2014 11:03:26 AM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_24] Fatal: Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.

Heap

Regards,

Saravanan R.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185239
Active Contributor
0 Kudos

Hi Raju,

Check the below three points :

1. Check the below three user status in the respective client:

    J2EE_ADMIN,J2EE_GUEST,SAPJSF (they might be locked) , also do compare the roles.

2. Check the parameters in the configtool

ume.r3.connection.master.client -

ume.r3.connection.master.user -

ume.r3.connection.master.passwrd

ume.r3.connection.master.ashost

ume.r3.connection.master.sysnr

ume.persistence.data_source_configuration

3. Also do check the security policy as per the below sapnote

    1042418 - "No active userstore is set." after upgrade to SPS11/12

       1658911 - J2EE System fails with "exitcode = -11113"


With Regards

Ashutosh Chaturvedi

0 Kudos

Dear Ashutosh,

Thanks for your quick reply and supportive solution. Problem in SAP is no more support for Oracle Java, removed JAVA_HOME environment variable value of Oracle java and replaced the SAP jvm path located in Instance kernal.

Thank you very much.

Regards,

Saravanan R.

divyanshu_srivastava3
Active Contributor
0 Kudos

This is intrinsic. You have to use SAP_JVM.

Reagan
Advisor
Advisor
0 Kudos

Where did you modify the JAVA_HOME path variable?

If possible provide the complete std_server log file from the work directory.

Reagan

former_member185239
Active Contributor
0 Kudos

Hi Saravanan,

Kindly check the below sapnote 1596462 - No active userstore is set

With Regards

Ashutosh Chaturvedi