cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Solution Manager 7.1 Installation

Former Member
0 Kudos

Hi,

I am performing SAP Solution Manger Installation on Linux 5.3 Rehat EL and Oralce 11.2.0.2 as Database.

Just after entering in the Import ABAP Phase, it is throwing some error.

The import_monitor.java is saying : -

JVMJ9VM007E Command-line option unrecognised: -Xjvm:j9vm23
Could not create the Java virtual machine.

Usage: java [-options] class [args...]
           (to execute a class)
   or  java [-jar] [-options] jarfile [args...]
           (to execute a jar file)

where options include:
    -cp -classpath <directories and zip/jar files separated by 😆
              set search path for application classes and resources
    -D<name>=<value>
              set a system property
    -verbose[:class|gc|jni]
              enable verbose output
    -version  print product version
    -showversion  print product version and continue
    -? -help  print this help message
    -X        print help on non-standard options
    -assert   print help on assert options

I am using IBM Java 1.4 installed into /opt drive,

Please suggest any possible solutions.

Thanks,

Anjani

Accepted Solutions (0)

Answers (1)

Answers (1)

mateus_pedroso
Employee
Employee
0 Kudos

Check your sapinst_dev.log file if there is a JAVA_HOME variable set.

If not please set JAVA_HOME variable and also ajust the PATH variable. Check the following note to know what is the right JDK version for your system:

#723909 - Java VM settings for J2EE 6.40/7.0

After you ajust this, please run the installation again.