cancel
Showing results for 
Search instead for 
Did you mean: 

is not a valid JDK directory

Former Member
0 Kudos

Hi,

We are installing PI 7.11 and we're facing the following problem on SAPINST.

An error occurred while processing option SAP EHP1 for SAP NetWeaver Process Integration 7.1 > Installation Options > SAP Systems with Oracle > Standard System > Standard System( Last error reported by the step :Directory /oracle/PID/sapdata/tmp/sapinst_instdir/NW71/INSTALL/SYSTEM/ORA/STD/AS/sapjvm/sapjvm_5 is not a valid JDK directory: execution of "/oracle/PID/sapdata/tmp/sapinst_instdir/NW71/INSTALL/SYSTEM/ORA/STD/AS/sapjvm/sapjvm_5/bin/java -classpath /oracle/PID/sapdata/tmp/sapinst_exe.380992.1265535130/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code -1.). You can now:

Choose Retry to repeat the current step.

Choose View Log to get more information about the error.

Stop the option and continue with it later

Anyone has an idea?

Regards,

Luis E. Diego

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Luis,

Change parameter memory(kbytes) to unlimited too.

ulimit -a

time(seconds) unlimited

file(blocks) unlimited

data(kbytes) unlimited

stack(kbytes) unlimited

memory(kbytes) unlimited

coredump(blocks) unlimited

nofiles(descriptors) 2000

threads(per process) unlimited

processes(per user) unlimited

Regard.

Manuel Soteldo.

Former Member
0 Kudos

Thank you Manuel,

I changed the parameters and the problem was solved.

Regards,

Luis E. Diego

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Luis,

You can change parameter Stack Size to -1 (Using smitty) in the OS.

Regards,

Manuel Soteldo.

Former Member
0 Kudos

Hi,

Please check your JAVA_HOME path.

Also SAPINST_JRE_HOME

Which OS you are using and what it the path of your JDK.

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi Rajesh,

You no longer have to download and install a Java Development Kit (JDK) from another software vendor as a prerequisite for the installation with SAPinst.

The SAP JVM is a Java Development Kit (JDK) provided and supported by SAP. The SAP JVM is fully compliant to the Java Standard Edition 5. It is available on the Installation Master DVD and is installed automatically by SAPinst when you start the installation.

We are installing on AIX 6.1 : Oracle 10.2.0.4

Thanks in advance for your help.

Luis E, Diego