cancel
Showing results for 
Search instead for 
Did you mean: 

web AS installation error

Former Member
0 Kudos

Hi,

We are installating NW04 Web AS downloaded from the service portal.

We are now at phase 19 load java Database Content and encountered the following error message

Installation log:

-


ERROR 2006-05-18 18:58:28

CJS-20065 Execution of JLoad tool 'D:\j2sdk1.4.2_09/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;C:\oracle\ora92/jdbc/lib/classes12.jar;C:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_jce_export.jar;C:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_jsse.jar;C:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_smime.jar;C:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_ssl.jar;C:/usr/sap/J2E/SYS/global/security/lib/tools/w3c_http.jar'

'-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec'

'J2E,jdbc/pool/J2E,C:\usr\sap\J2E\SYS\global/security/data/SecStore.properties,C:\usr\sap\J2E\SYS\global/security/data/SecStore.key'

'-dataDir' 'C:/SAP Installation/51030724_2SAP NW04 SR1 SAP J2EE Engine (OS independent parts)/DVD_NW_04_SR1_SAP_Web_AS_JAVA\J2EE_OSINDEP\J2EE-ENG/JDMP' '-job'

'D:\Program

Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\CENTRAL\ONE_HOST/IMPORT.XML'

'-log' 'D:\Program

Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\CENTRAL\ONE_HOST/jload.log''

aborts with returncode 1. Check 'D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\CENTRAL\ONE_HOST/jload.log' and 'D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\CENTRAL\ONE_HOST/jload.java.log'

for more information.

We checked the log file jload.java.log and it gives the following error:

java version "1.4.2_09"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05) Java HotSpot(TM) Client VM (build 1.4.2_09-b05, mixed mode) May 19, 2006 2:58:27 AM com.sap.inst.jload.Jload main

INFO: Jload -sec

J2E,jdbc/pool/J2E,C:\usr\sap\J2E\SYS\global/security/data/SecStore.properties,C:\usr\sap\J2E\SYS\global/security/data/SecStore.key

-dataDir C:/SAP Installation/51030724_2SAP NW04 SR1 SAP J2EE Engine (OS independent parts)/DVD_NW_04_SR1_SAP_Web_AS_JAVA\J2EE_OSINDEP\J2EE-ENG/JDMP -job D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\CENTRAL\ONE_HOST/IMPORT.XML -log D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\CENTRAL\ONE_HOST/jload.log

May 19, 2006 2:58:28 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

Oracle and J2E are running on same host; Oracle is running fine (checked from SQL*Plus). What could be possible reasons?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Tianhan

is ur computer connected to network?

if u use standalone server than u can use loopback adapter as a network adapter.

open ur hosts file from following c:\winnt\system32\drivers\etc

add the Ip address and host name

192...* -


> hostname

regards,

kaushal

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks kaushal for the tip. The issue is now resolved.