cancel
Showing results for 
Search instead for 
Did you mean: 

java not coming up after system refresh

Former Member
0 Kudos

Hi,

We have recently done a EP system refresh to a new system. This one

is NW700 with SPS18. The import finished succesfully with out any

issues after the system is not coming up and jcontrol process shows

some process running and dispatcher, server0, server1 shows waiting for

start.

I have done the following things from my side after the import.

1) Tried to increase & decrease the heap size & bootstrap settings

using VA tool.

2) Matched the instance.properties with source and adjusted as it looks

like source system.

3) replaced the configtool lib files with the latest SP to see if there

is any secstore issues.

4) Upgraded the kernel as source sysem.

Still all of them didn't solve my problem. Attaching the logs of dev_server0

 

JVMDUMP014E VM Action unrecognised: ...prewalk

Capture raw process image:

-Xdump:system[:defaults][:<option>=<value>, ...]

Dump options:

events=<name> Trigger dump on named events

[+<name>...] (see -Xdump:events)

filter=[*]<name>[*] Filter on class (for load)

[*]<name>[*] Filter on exception (for throw,systhrow,uncaught)

[*]<name>#<class>.<method>[*] with throwing class and method

[*]<name>#<class>.<method>#<offset> with throwing class stack offset

[*]<name>[*] Filter on exception (for catch)

[*]<name>#<class>.<method>[*] with catching class and method

#<n>..<m> Filter on exit codes (for vmstop)

#<msecs> Filter on time (for slow)

file=<label> Output file

range=<n>..<m> Limit dumps

priority=<n> Highest first

request=<name> Request additional VM actions

[+<name>...] (see -Xdump:request)

opts=<NONE>

Default -Xdump:system settings:

events=gpf+user

filter=

file=/usr/sap/BEP/JC00/j2ee/cluster/server0/core.%Y%m%d.%H%M%S.%pid.%seq.dmp

range=1..0

priority=999

request=serial

opts=

[Thr 772] *** ERROR => JHVM_LoadJavaVM: Cannot create Java VM (rc=-4) [jhvmxx_mt.c 553]

[Thr 772] *** ERROR => Cannot load Java VM (server) (rc=-1) [jlnchxxi_mt. 752]

[Thr 772] **********************************************************************

*** ERROR => Java VM initialization failed.

*** Please see SAP Note 943602 , section 'Java VM initialization issues'

*** for additional information and trouble shooting.

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

[Thr 772] SigISetIgnoreAction : SIG_IGN for signal 20

[Thr 772] JLaunchCloseProgram: good bye (exitcode = -1)

Regards,

Krishna

Accepted Solutions (1)

Accepted Solutions (1)

TomCenens
Active Contributor
0 Kudos

Hello Krishna

It looks like your -Xdump parameter is incorrectly set.

Can you verify please?

JVMDUMP014E VM Action unrecognised: ...prewalk

The right action is normally prepwalk.

Reference: SAP Note 1439020 - Windows Java instance start fails due to Unrecognized option

You might or might not be running on Windows but a parameter with an unrecognized option = Java does not start.

Kind regards

Tom

Former Member
0 Kudos

Thanks Tom, it helped a lot.

Regards,

Krishna.

Answers (0)