cancel
Showing results for 
Search instead for 
Did you mean: 

Import EXPDUMP.001 error when installing NetWeaver 2004s on AIX 5.2.

Former Member
0 Kudos

I’m trying to install NetWeaver 04s on AIX 5.2.

In step 18 “Import Java dump”, I got the following error.

java version "1.4.2"

Java(TM) 2 Runtime Environment, Standard Edition (build 2.3)

IBM J9 VM (build 2.3, J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142-20060824a (JIT enabled)

J9VM - 20060823_07696_BHdSMr

JIT - 20060722_1500ifx1_r8

GC - 20060724_AA)

Dec 11, 2006 2:33:03 PM com.sap.inst.jload.Jload main

INFO: Jload -sec COT,jdbc/pool/COT,/usr/sap/COT/SYS/global/security/data/SecStore.properties,/usr/sap/COT/SYS/global/security/data/SecStore.key -dataDir /download/SAP_Java/JAVA_EXPORT/JDMP -job /tmp/sapinst_instdir/NW04S/SYSTEM/ADA/CENTRAL/AS/IMPORT.XML -log jload.log

Dec 11, 2006 2:33:05 PM com.sap.inst.jload.db.DBConnection connectViaSecureStore

INFO: connected to COT on jdbc/pool/COT

Dec 11, 2006 2:33:05 PM com.sap.inst.jload.JobStatus readStatus

INFO: trying to read status file /tmp/sapinst_instdir/NW04S/SYSTEM/ADA/CENTRAL/AS/IMPORT.sta

Dec 11, 2006 2:33:05 PM com.sap.inst.jload.JobStatus readStatus

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

Dec 11, 2006 2:33:05 PM com.sap.inst.jload.Jload logStackTrace

SEVERE: java.io.FileNotFoundException: /download/SAP_Java/JAVA_EXPORT/JDMP/EXPDUMP.001 (The file access permissions do not allow the specified action.)

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

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

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

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

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

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

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

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

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)

at java.lang.reflect.Method.invoke(Method.java:391)

at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)

Dec 11, 2006 2:33:05 PM com.sap.inst.jload.db.DBConnection disconnect

INFO: disconnected

But the EXPDUMP.001 is in the right directory and has “rwx” permission for everyone, so not sure what’s going on.

Anyone could help?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Harry,

It may be an error in the JDBC driver try to start the fresh installtion or install the driver.

Cheers,

Shyam.

Former Member
0 Kudos

Hi Shyam,

Thanks. I already tried a fresh installation, but no good luck. Any other possibilities?