cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Java node 'server0' terminated with exit code -1501

Former Member
0 Likes
4,411

Dear All,

All of a sudden our Enterprise Portal system has stopped working. SAP logs show the following error

Java node 'server0' terminated with exit code -1501

SCS01 instance is starting up

DB instance is starting up

J00 is not. Fails with error as above.

Please find the logs attached.

Regards,

View Entire Topic
Former Member
0 Likes

Hi,

Please check the below note.

1628335 - J2EE System fails with "exitcode -1501"

I think you need to stop the system properly and clear all the port used.

Please stop the server and clear ipc using ipcrm command.

If you cant find the error please post the default trace and check that the Joint port 5XX20 is free.

1840741 - J2EE System failed with error "Cannot open Join Port"

Thanks

Rishi Abrol

Former Member
0 Likes

Dear Rishi,

Thanks for sharing the notes. Can you please advice that will a system reboot clear these ports. Because I did and still facing the same issue.

Regards,

Former Member
0 Likes

Hi,

Yes the application reboot will clean the port.But if the process is hung then you need to tools like netstat on windows or of lsof tool on unix.to find who is using the port  and then kill it.

If unix try to clean all the ipcs command to clean ipc.

But server reboot will clear all the hanging process .

Another thing that how did the application enter in to safe mode was it stopped suddenly or you tried to deploy some patch.

Thanks

Rishi Abrol