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

"Could not create the Java virtual machine" getting this error while executing SWPMSP09

Former Member
0 Likes
2,967

aemsadd4:/software_bwupg/SWPMSP09 # ./sapinst

[==============================] / extracting...  done!

       * The automatic 'backup' configuration has been updated.

       * Future operations will update the backup without prompting.

       * The requested changes have been applied to the currently

         running configuration.

NOTE:    No change to the tunable 'maxdsiz_64bit' was needed.

Tunable              Value  Expression   Changes

maxdsiz_64bit  34359738368  34359738368  Immed

SAPinst build information:

--------------------------

Version:       2015.08.0

Build:         1602494

Compile time:  Sep 18 2015 - 16:02:27

Make type:     optu

Codeline:      720-2_REL

Platform:      hpia64

Kernel build:  721, patch 419, changelist 1564913

SAP JRE build: SAP Java Server VM (build 6.1.080 25.51-b02, Aug  6 2015 18:21:32 - 61_REL - optU - hpux ia64 - 6 - bas2:247116 (mixed mode))

SAP JCo build: 3.0.13

Exe directory: /tmp/sapinst_exe.12060.1443712763

guiengine: 2015-10-01 10:19:54 Waiting for client connection (1)

Starting GUIServer using:

  SAPinst port         : pipe:6:10

  GUIServer port       : 21212

  GUI autostart        : on

  GUI mode             : normal

  command       : /tmp/sapinst_exe.12060.1443712763/jre/bin/java -Xmx512M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.12060.1443712763/JAR/instgui.jar SDTServer rootdir=//.sdtgui config=jar:sdtserver.xml guiport=21212 -nolock -srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=pipe:6:10

The stack size specified is too small, Specify at least 2688k

Could not create the Java virtual machine.


The SAPinst GUI Server could not be started.

Java has been started with the following command line:

-Xmx512M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.12060.1443712763/JAR/instgui.jar SDTServer rootdir=//.sdtgui config=jar:sdtserver.xml guiport=21212 -nolock -srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=pipe:6:10

java -version : -

java version "1.4.2.21"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2.21-081211-23:19)

Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.21-081212-04:56-IA64N IA64, mixed mode)

operating system version : -

HP-UX <hostname> B.11.31 U ia64 1616918245 unlimited-user license

its ERP6.0 EHP7 ABAP system.

View Entire Topic
Former Member
0 Likes

Hi Rahul,

thanks for the info.

According to SAP note # 1329878 - Using non-default memory base page sizes on HP-UX Itanium

we dont have SAPJVM on our landscape. when i try to install jdk switch to SAPJVM its giving me the same error "Could not create the Java virtual machine".

m working with SAP on this issue. will inform you once it get resolved.

regards

Vipul

Former Member
0 Likes

Hi Vipul,

From Snote: 172747     check parameter "base_pagesize".

HP-UX 11iv2  (11.23)

  • CHECK a kernel parameter:      "kctune <parameter name>"
  • SET a kernel parameter:        "kctune <parameter name>=<value>"
  • check DEFAULT parameter value: "kctune -v <parameter name>"

We followed Snote 1329878, and  set value 4KB. Got resolved our issue.

As per my understading this parameter is related to the HP-UX kernel Not related to the SAPJVM.

Regards,

Rahul