cancel
Showing results for 
Search instead for 
Did you mean: 

JAVA Core service start fails when engine is starting error = -11113

Former Member
0 Kudos

Hi All,

After changing ABAP parameter in instance
profile "abap/shared_objects_size_MB = 350" I have restart the SAP
system via MMC server0 is not starting its failing with error = -11113.

attaching the latest logs.

Already refered note# 1988798,  1658911, & 1916205.


Regards,
Ashish

Accepted Solutions (1)

Accepted Solutions (1)

Johan_sapbasis
Active Contributor
0 Kudos

HI,

Did you change this parameter to a smaller or larger valuE abap/shared_objects_size_MB = 350?

Also what is this parameter value on your other systems?

Kind Regards,

Johan

0 Kudos

Thnks Gagandeep,


sapnote # 1045607.


Resolved my issue.

sascha_henning
Discoverer
0 Kudos

Hi,

I have the same issue with my Solman, but if I try to open note 1045607 it's an old note for FI: F4 help. Maybe the note number is wrong?

Regards,

Sascha

gsbasra99
Explorer
0 Kudos

hey Sacha,

please try 1596462 - No active userstore is set...

Regards,

Gagandeep SIngh

gsbasra99
Explorer
0 Kudos

FYI

1. In ABAP + JAVA stack after installation when we do the client copy..

it should be done as 001 to <xxx> instead of 000 to <xxx>, reason when we copy 001 to xxx it will copy all user master, in which user like SAPJSF is also copy... Which is a communicating user between ABAP & JAVA.

2. If you already did the copy of 000 to <xxx> then create a user <sapjsf> as created in 001 client.

3. if you are using ABAP as a UME store for both so please change the client number in NWA-->Identity management.

may be helpful information..

Gagandeep Singh

gsbasra99
Explorer
0 Kudos

hey Sascha will it works for you or not?

Gagandeep

sascha_henning
Discoverer
0 Kudos

Hey Gagandeep,

thank for the solution. The second answer was working fine. I changed the Client number of the UME store but I must create the user SAPJSF manually. Now all is working fine, thanks.

Sascha

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ashish,

Regarding the error code, refer to :

999112 - J2EE Engine Errorcodes

"-11113 Essential service fails to start so the server/dispatcher

        process should exit. Support component for this case is

        BC-JAS-COR."

If you want increase em/global_area_MB, please check SAP notes:

785365 and 1014010,

ES/SHM_SEG_SIZE must be larger or equal to the total of em/global_area_MB and abap/shared_objects_size_MB.

best regards,

Fabricius

Johan_sapbasis
Active Contributor
0 Kudos

Hi,

Attach the default trace file in location:

F:\usr\sap\TSP\DVEBMGS02\j2ee\cluster\server<n>\log\

Also if you changed this parameter and then the issue happened did you increase or decrease the value?

Regards,

J

gsbasra99
Explorer
0 Kudos

hello Ashish,

In the traces can see the following exception:

  Service tc~di~sdic~srv started. (343 ms).

Apr 15, 2015 7:09:25 PM ...xt.<init>(UserContextSpi, Properties)

[SAPEngine_System_Thread[impl:5]_47] Fatal: Can not instantiate

UserContext with given properties.

  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:207)

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)Caused by:

com.sap.engine.services.security.exceptions.BaseSecurityException: No

active userstore is set.

You can try sapnote # 1596462 hopefully it will resolve the issue...