cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to java server

Former Member
0 Kudos

I am unable to start java server after rebooting the server.

Error message in dispatcher

      • ERROR => JsfAllocShmService: service table full. [jsfxxshm.c 4595]

Error message in server0

service deploy ================= ERROR =================

service tcsecvsi~service ================= ERROR =================

Core service deploy failed. J2EE Engine cannot be started.

java.lang.InterruptedException

at java.lang.Object.wait(Native Method)

at java.lang.Object.wait(Object.java:429)

at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:93)

at com.sap.engine.frame.core.thread.Task.run(Task.java:64)

at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)

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

java.lang.InterruptedException

at java.lang.Object.wait(Native Method)

at java.lang.Object.wait(Object.java:429)

at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:93)

at com.sap.engine.frame.core.thread.Task.run(Task.java:64)

at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)

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

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

There is no disk space issue in the database drives and NW installation folder.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I think because of older shared memories still exists in the memory, hence Java engine fails to start.

Just try once by Deleting the old shared memories manually using cleanipc command.

Hope it helps you out.

Rgds

radhakrishna DS

Former Member
0 Kudos

Thank you, the server is running in Windows 2003 x64 so I have tried SAPOSOL -clean and then I restarted the server but still I am getting the same error.

Former Member
0 Kudos

I suggest trying:

SAP Note Number: 845161

"Startup Framework generates "table full" error messages"

Regards,

Slava

Former Member
0 Kudos

Hi,

As suggested above Please refer to Snote : 845161.

As per the note add the following parameters to the instance profile:

jstartup/max_services = 100

jstartup/max_caches = 500

Rgds

Radhakrishna D S

Former Member
0 Kudos

As per the note 845161, I have added max_services and max_caches paraemters in the instance profile, but still I am getting the same error message "jsfAllocShmService: service table full" in the dev_dispatcher log file.