cancel
Showing results for 
Search instead for 
Did you mean: 

Config Tool do not run

Former Member
0 Kudos

Dear Experts,

Iam trying  to run Config tool from a map network drive on windows for our IBM I system .

But when i run configtool.bat i get the below error in a cmd window

WARNING SAP JVM not found and environment variable JAVA_HOME not set, trying to

launch java from current PATH

   INFO: Loading tool launcher...

   INFO: [OS: Windows 8.1] [VM vendor: Oracle Corporation] [VM version: 1.7.0_55

] [VM type: Java HotSpot(TM) 64-Bit Server VM]

  FATAL: Current VM is not supported according to the specified compatibility list.

  FATAL: com.sap.engine.offline.OfflineToolStart will abort now with exitcode 3

Program terminated abnormally

i have tried running while logged in as SAPAdm and Qsecofr both same error

the path of the config tool.bat is :  Z:\usr\sap\BJP\J02\j2ee\configtool

the path of the sapjvm is : Z:\usr\sap\BJP\J02\exe\sapjvm_6\bin

Appreciate your suggestions 

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Khouri
Explorer
0 Kudos

Hi Ahmed,

I guess the first thing you can try is eliminate the Warning message about JAVA_HOME

If you are working on your PC, JAVA_HOME variable and Java PATH need to be set their too.

Best regards,

Hadi

Former Member
0 Kudos

dear hadi,

thanks for the reply but can you tell me how to do so ?

thanks

ahmed Salam.

Khouri
Explorer
0 Kudos

Hi Ahmed,

First you need to determine the path for your Java Development Kit (JDK) on you PC.

Set JAVA_HOME using command prompt, for that open DOS command prompt:

- Type the following in the command prompt i.e c:\

- c:\set JAVA_HOME= <path_to_java_sdk_home>

     Example c:\Program Files\Java\jdk1.6.0_06

- Press enter - Now JAVA_HOME is set.

To check if JAVA_HOME is set call C:\set and check for JAVA_HOME entry

or run c:\ echo %JAVA_HOME%

Regards,

Hadi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ahmed,

since you are trying to run the configtool from a Windows mapped driver, you can't expect to use the JVM for the SAP Server since that would be a IBM i JVM. The configtool is currently using the defautl JVM set for your machine which is not compatible.

You need to download and install Java 6 version either from SAP or Oracle for Windows  and set your JAVA_HOME environment. Alternatively you can try using SSH or any other xWindow capable tool to connect to the IBM i and then you can run the configtool.sh out of the box.

Regards,

Luis