cancel
Showing results for 
Search instead for 
Did you mean: 

Web AS 6.40 SR1 Installation Problem

Former Member
0 Kudos

Hi,

I am stuck in the step 28 "Load Java Database Content"

The database is Oracle 9.2i with patch 9.2.04.1

OS: Windows 2003 Server

Here is the jload.java.log

java version "1.4.2_08"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03)

Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode)

Jan 25, 2006 9:25:37 PM 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 D:/J2EE_OSINDEP\J2EE-ENG/JDMP -job C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\CENTRAL\ONE_HOST/IMPORT.XML -log C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\CENTRAL\ONE_HOST/jload.log

Jan 25, 2006 9:25:38 PM com.sap.inst.jload.db.DBConnection connectViaSecureStore

INFO: connected to J2E on jdbc/pool/J2E

Jan 25, 2006 9:25:38 PM com.sap.inst.jload.JobStatus readStatus

INFO: status file IMPORT.sta doesn't exist - no restart

Jan 25, 2006 9:25:38 PM com.sap.inst.jload.Jload logStackTrace

SEVERE: java.io.FileNotFoundException: D:\J2EE_OSINDEP\J2EE-ENG\JDMP\EXPDUMP.001 (The system cannot find the path specified)

at java.io.FileInputStream.open(Native Method)

at java.io.FileInputStream.<init>(FileInputStream.java:106)

at java.io.FileInputStream.<init>(FileInputStream.java:66)

at com.sap.inst.jload.io.SplitInputStream.<init>(SplitInputStream.java:48)

at com.sap.inst.jload.io.DataFile.open(DataFile.java:87)

at com.sap.inst.jload.Jload.dbImport(Jload.java:235)

at com.sap.inst.jload.Jload.executeJob(Jload.java:395)

at com.sap.inst.jload.Jload.main(Jload.java:551)

Jan 25, 2006 9:25:38 PM com.sap.inst.jload.db.DBConnection disconnect

INFO: disconnected

Reagrds,

Anand

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anand,

Looks like Installer was trying to access the file D:\J2EE_OSINDEP\J2EE-ENG\JDMP\EXPDUMP.001

but couldn't find it. Please check whether this file exists and a user (that was used for installation) has authorizations to access it.

Regards,

Mike

Former Member
0 Kudos

Mike,

Thanks for replying.

Actually 😧 Drive is DVD drive, I don't know from where the sapinst took this path.

But I have found the solution to my problem.

I installed Oracle but did the Oracle patch installation when I was in midway of Web AS installation (when the sapinst prompted me), I guess this created some problem.

I resetted the current installation and started the Web AS installation again, it went fine.

Anand