cancel
Showing results for 
Search instead for 
Did you mean: 

WAS SR1 Installation error

Former Member
0 Kudos

Hi,

Iam trying to install WAS SR1 on Windows XP SP1 the installation process showed an error in step 26.Iam installing from a mapped network drive.

The error was :

ERROR 2005-10-11 07:32:34

CJS-20065 Execution of JLoad tool 'C:\j2sdk1.4.2_07/bin/java.exe '-classpath' './sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;E:\oracle\ora92/jdbc/lib/classes12.jar;E:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_jce_export.jar;E:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_jsse.jar;E:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_smime.jar;E:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_ssl.jar;E:/usr/sap/J2E/SYS/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'J2E,jdbc/pool/J2E,E:\usr\sap\J2E\SYS\global/security/data/SecStore.properties,E:\usr\sap\J2E\SYS\global/security/data/SecStore.key' '-dataDir' 'Z:/WEBAS_JAVA/J2EE_OSINDEP\J2EE-ENG/JDMP' '-job' 'C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\CENTRAL\DEFAULT/IMPORT.XML' '-log' 'C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\CENTRAL\DEFAULT/jload.log'' aborts with returncode 1. Check 'C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\CENTRAL\DEFAULT/jload.log' and 'C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\CENTRAL\DEFAULT/jload.java.log' for more information.

The log file contained the following details :

java version "1.4.2_07"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05)

Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode)

Oct 11, 2005 7:32:33 AM com.sap.inst.jload.Jload main

INFO: Jload -sec J2E,jdbc/pool/J2E,E:\usr\sap\J2E\SYS\global/security/data/SecStore.properties,E:\usr\sap\J2E\SYS\global/security/data/SecStore.key -dataDir Z:/WEBAS_JAVA/J2EE_OSINDEP\J2EE-ENG/JDMP -job C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\CENTRAL\DEFAULT/IMPORT.XML -log C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\CENTRAL\DEFAULT/jload.log

Oct 11, 2005 7:32:34 AM com.sap.inst.jload.Jload main

SEVERE: couldn't connect to DB

java.sql.SQLException: Io exception: The Network Adapter could not establish the connection

Hope somebody can help me.

Regards,

Vijith

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kumar,

did you have checked the JAVA Environment Variable?

path

JAVA_HOME

CLASSPATH

which kind of DB are you using???

Let me know.

Best Regards.

Eugenio

Answers (4)

Answers (4)

marcus_schiffer
Active Participant
0 Kudos

Hi,

I have the same error, was it solved ?

Thanks for any further hint.

regards

Marcus

Former Member
0 Kudos

hi,

set the JAVA_HOME path in environment variable.

regards.

Amit

Former Member
0 Kudos

Hi Vijith,

You might need a higher java version say 1.4.2_08 or 09 and if you do install the higher version change the enviroment variable too.

Regards,

Nitin

Vlado
Advisor
Advisor
0 Kudos

Hi Vijith,

Please check whether your database is started.

Regards,

Vladimir

Former Member
0 Kudos

Hi,

if you're running on oracle this problem occours because the J2EE didn't use the oracle client tools but is using JDBC.

So try a tnsping <sid> and you will get some info: (PORT = 1528)

Open the configtool and change the secure store jdbc/pool/<sid>/Url to something like: jdbc:oracle:thin:@<hostname>:<port-from-tnsping>:<sid>

Kind regards

Michael

Please reward points