cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR => Java VM initialization failed.

Former Member
0 Kudos

while staring the EP7.0 ON DB SQLPLUS 2005 ,

SERVER 0 PROCESS dosent start

-> arg[ 33]: -Dmemory.manager=1024M

-> arg[ 34]: -Xmx1024M

-> arg[ 35]: -Xms1024M

-> arg[ 36]: -DLoadBalanceRestricted=no

-> arg[ 37]: -Djstartup.mode=JCONTROL

-> arg[ 38]: -Djstartup.ownProcessId=4076

-> arg[ 39]: -Djstartup.ownHardwareId=L1345475168

-> arg[ 40]: -Djstartup.whoami=server

-> arg[ 41]: -Djstartup.debuggable=no

-> arg[ 42]: -DSAPINFO=NET_00_server

-> arg[ 43]: -DSAPSTARTUP=1

-> arg[ 44]: -DSAPSYSTEM=00

-> arg[ 45]: -DSAPSYSTEMNAME=NET

-> arg[ 46]: -DSAPMYNAME=baby_NET_00

-> arg[ 47]: -DSAPDBHOST=BABY

-> arg[ 48]: -Dj2ee.dbhost=BABY

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

Unrecognized option: -Xloggc

[Thr 192] *** ERROR => JHVM_LoadJavaVM: Cannot create Java VM (rc=-1) [jhvmxx.c 542]

[Thr 192] *** ERROR => Cannot load Java VM (server) (rc=-1) [jlnchxxi.c 752]

[Thr 192] **********************************************************************

      • ERROR => Java VM initialization failed.

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

      • for additional information and trouble shooting.

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

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

Accepted Solutions (0)

Answers (4)

Answers (4)

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

The best forward :

remove all the files from (move to another location) :

/usr/sap/<SID>/JC<nr>/j2ee/cluster/server0/logs/default trace (latest).

/usr/sap/<SID>/JC<nr>/work/*

Then reproduce the issue and check the latest std, dev and the jvm* files. If the default trace is not updated, check teh bootstrap logs -cause the bootstrap has failed.

Best Regards,

Hemanth

Former Member
0 Kudos
-> arg 34: -Xmx1024M
-> arg 35: -Xms1024M

Both values can not be equal .increase -Xmx to 2048 .It will work fine after that.

Thanks..

Mohit

martin_juen2
Contributor
0 Kudos

Hi.

Did you change the JVM settings in configtool?

-> Check if the spelling is correct. I had such a problem when the spelling was not correct.

regards,

Martin

Former Member
0 Kudos

Check SAP Note 723909 - Java VM settings for J2EE 6.40/7.0

-> arg 34: -Xmx1024M

-> arg 35: -Xms1024M

Also, you may want to reduce above values if you have limited memory.