cancel
Showing results for 
Search instead for 
Did you mean: 

Java node 'server0' terminated with exit code -1501

Former Member
0 Kudos

Hi,

We are finding problem to start JAVA stack.

dev_jstart

WARNING => Node server0 failed: result 2, exit code -1501.


std_server0.out

FATAL: Server process failed to start; manager [LockingManager] could

not be started

dev_server0

[Thr 5655] *** LOG => SfCJavaVm: exit hook is called. (rc = -1501)

********************************************************************************

*** ERROR => Java node 'server0' terminated with exit code -1501.


Kindly suggest.

Regards,

R Mav.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

in case you get here today because you googled for exit code 1501 (and maybe ConfigurationManager):

i had the same exit code in a netweaver 7.5 as java. my problem was the "managed system configuration" was done with a Wily Introscope agent based on Wily 9.1.5, which does not support Java 8. I had to "uninstall" the agent parameters from the as java via configtool. Please ask if you need further details.

LaxmiM
Participant
0 Kudos

Can you please share the steps to do so?

Former Member
0 Kudos

Hi raj mav,

The exit code -1501 means that the server/dispatcher is not able to start because the initialization of some manager ends up with error. The following error in log files confirms the information:
"FATAL: Server process failed to start; manager [LockingManager] could not be started"

The LockingManager (the manager that could not be started) is an application that manipulates the locks on the Enqueue Server.
As the Enqueue runs on the Central Services Instance (SCS), please check the SCS logs to find the source of this issue.

Regards

Shrikant

Former Member
0 Kudos

Hi All,

It's running instance.

We ran the cleanipc but no help

We checked at SCS log but nothing helpful we found.

dev_jstart

WARNING => connection to Enqueue Server not possible (j2ee/enq/host = ,

j2ee/enq/port = 32). [sfxxenc.hpp 191]

Kindly help.

Regards,

R Mav

former_member188883
Active Contributor
0 Kudos

Hi Raj,

Could you check whether message server entry exists in /etc/services file.

36xx sapms<SID>/tcp

Regards,

Deepak Kori

Former Member
0 Kudos

Hello Raj,

Please give us more inforamtion. The system details , and why you performed a restart

Was it due to some Changes in Software component Version ot Parameter changes?

Kind Regards,

Jacob

former_member185239
Active Contributor
0 Kudos

Hi Raj,

1. Clear all the shared memory used by the server process.

 

    cleanipc <instance> remove

2. sudo slibclean

With Regards

Ashutosh Chaturvedi

JPReyes
Active Contributor
0 Kudos

This was a running instance or a fresh installation?... theres not enough information here to suggest an specific solution.

A good place to start is by checking your parameters

Read,

Note 723909 - Java VM settings for J2EE 6.40/7.0

Regards, Juan