cancel
Showing results for 
Search instead for 
Did you mean: 

jstart.exe is not starting.

0 Kudos

Dear All,

I am trying to start the portal server.But jstart.exe processes are not starting.

I have checked in developer trace. I am getting this error.

ERROR => SfCreateDynShm: ShmCreate(80, 75804672, CREATE) failed (rc = 4 SHM segment already exists) [jsfxxshm.c   2235]

ERROR => SfEInternalError: SfCInstanceManager::createDynShm: SfCreateDynShm failed (rc = 5 object already exists)  [sfxxinst.hpp 644]

LOG => Instance state is "Not started" (STARTING @ 0, INACTIVE).

MPI: dynamic quotas disabled.

MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%

F  ********************************************************************************

F  *** ERROR => Failed to create the dynamic shared memory segment.

F  ***

F  *** Please see section 'Shared memory issues'

F  *** in SAP Note 1316652 for additional information and trouble shooting advice.

Please give a solution for this.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member185239
Active Contributor
0 Kudos

Hi Muthu,

Reboot the server and then take a start of SAP system.

or Clear the shared memory used by <sid>adm by using the command ipcrm command.

With Regards

Ashutosh Chaturvedi

0 Kudos

HI Ashutosh Chaturvedi,

    Thanks for your immediate reply

we have already reboot the system and tried, but the same thing is happening

How to Clear the shared memory used by <sid>adm by using the command ipcrm command in detail.

Thanks.

former_member185239
Active Contributor
0 Kudos

Hi Muthu,

Run the below comamnd

ipcs -mS (It will list the shared memory occupied)

Checked the shared memory and delete them under sidadm.

Clean the shared memory.

ipcrm -s <shared memory segment>

Also follow the steps

i. cleanipc XX remove

2. Kill all the process running under sidadm and sap process.

Also do refer the link

(JSTTSG)(Kernel)SF-SharedMemory-Segment - Technology Troubleshooting Guide - SCN Wiki

With Regards

Ashutosh Chaturvedi

former_member185239
Active Contributor
0 Kudos

Hi Muthu,

Also do paste the dev_server0 and dev_jstart log , it might may happen that your port are getting used by some other process.

With Regards

Ashutosh Chaturvedi

0 Kudos

Dear Ashutosh,

portal working now.

Thanks.

Answers (2)

Answers (2)

Reagan
Advisor
Advisor
0 Kudos

Could you attach the complete trace files ?

Also check this SAP note

1081072 - Java instance fails due to corruption in shared memory

Reagan

divyanshu_srivastava3
Active Contributor
0 Kudos

use cleanipc XX remove (XX instance number)

for both CI and SCS.

Also, use ipcs to find ID and clean with ipcrm.

Regards,