cancel
Showing results for 
Search instead for 
Did you mean: 

Java node 'server0' terminated with exit code -1501

0 Kudos

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,

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

HI,

It seems you were stuck in Safe mode.

Open configtool ->file->safe mode   and switch it to no.

Regards

Dheeraj Nathani

former_member201800
Participant
0 Kudos
0 Kudos

Guys,

I did a backup restore as I had less time to R&D. Started working after restoration.

Thanks for your help.

Regards,

Former Member
0 Kudos

Hello,

Can you please let us know what is release of portal and which JAVA Virtual machine is running?

Have you changed JVM recently???

Regards,

Surojit

Former Member
0 Kudos

>> All of a sudden our Enterprise Portal system has stopped working.

But in trace file:

Startup mode [SAFE] and action [DEPLOY] read

WARNING: The server process is in SAFE mode. No applications will be started

What actions did you performed before this error has occured?


0 Kudos

Roman,

Only tried restarting the system but the error is so weird that we are not able to find anything related to it.

I have tried disabling the safe mode but it doesnt help. Still facing the issue.

Regards,

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Provide the new trace files

Regards

RB

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Startup mode [SAFE] and action [DEPLOY] read

WARNING: The server process is in SAFE mode. No applications will be started

Turn off the safe mode and restart the Java system.

https://help.sap.com/saphelp_nw04/helpdata/en/43/1c3e6811a52d23e10000000a1553f7/content.htm

Regards

RB

Former Member
0 Kudos

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

0 Kudos

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 Kudos

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