cancel
Showing results for 
Search instead for 
Did you mean: 

Problem installing J2EE Add-in on Linux RHEL 4 x86_64 !

Former Member
0 Kudos

We're trying to install J2EE Add-in for ABAP on NW04 SR1. During the Load Java Database Content Phase we receive the following sequence of errors:

<b>WARNING 2005-12-15 06:52:43Execution of the command "/usr/local/java/current/bin/java '-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:/usr/sap/BD1/DVEBMGS42/j2ee/classes12.jar:/sapmnt/BD1/global/security/lib/tools/iaik_jsse.jar:/sapmnt/BD1/global/security/lib/tools/iaik_smime.jar:/sapmnt/BD1/global/security/lib/tools/iaik_jce_export.jar:/sapmnt/BD1/global/security/lib/tools/iaik_ssl.jar:/sapmnt/BD1/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'BD1,jdbc/pool/BD1,/sapmnt/BD1/global/security/data/SecStore.properties,/sapmnt/BD1/global/security/data/SecStore.key' '-dataDir' '/mnt/ashb01-1f-pr-sap/sap-nw04/NW04_SR1/CDs/51030724_2/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/J2EE-ENG/JDMP' '-job' '/sapinst/IMPORT.XML' '-log' '/sapinst/jload.log'" finished with return code 1. Output:

java version "1.4.2"

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

IBM J9SE VM (build 2.2, J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142ifx-20051125 (JIT enabled)

J9VM - 20050524_1742_LHdSMr

JIT - r7_level20050518_1803)

Dec 15, 2005 6:49:33 AM com.sap.inst.jload.Jload main

INFO: Jload -sec BD1,jdbc/pool/BD1,/sapmnt/BD1/global/security/data/SecStore.properties,/sapmnt/BD1/global/security/data/SecStore.key -dataDir /mnt/ashb01-1f-pr-sap/sap-nw04/NW04_SR1/CDs/51030724_2/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/J2EE-ENG/JDMP -job /sapinst/IMPORT.XML -log /sapinst/jload.log

Dec 15, 2005 6:52:43 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

ERROR 2005-12-15 06:52:43

CJS-20065 Execution of JLoad tool '/usr/local/java/current/bin/java '-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:/usr/sap/BD1/DVEBMGS42/j2ee/classes12.jar:/sapmnt/BD1/global/security/lib/tools/iaik_jsse.jar:/sapmnt/BD1/global/security/lib/tools/iaik_smime.jar:/sapmnt/BD1/global/security/lib/tools/iaik_jce_export.jar:/sapmnt/BD1/global/security/lib/tools/iaik_ssl.jar:/sapmnt/BD1/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'BD1,jdbc/pool/BD1,/sapmnt/BD1/global/security/data/SecStore.properties,/sapmnt/BD1/global/security/data/SecStore.key' '-dataDir' '/mnt/ashb01-1f-pr-sap/sap-nw04/NW04_SR1/CDs/51030724_2/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/J2EE-ENG/JDMP' '-job' '/sapinst/IMPORT.XML' '-log' '/sapinst/jload.log'' aborts with returncode 1. Check '/sapinst/jload.log' and '/sapinst/jload.java.log' for more information.</b>

We suspect that the problem is related to the fact that for RHEL 4 AS U1 running on AMD x86_64 it's necessary to use IBM Java and there's a compatibility issue of some sort. We've download the IBM java according to note 861215.

Here's some information about our system.

<u>OS:</u> RHEL AS 4 U1 x86_64

<u>Kernel:</u> 2.6.9-11.ELsmp

<u>Java:</u> java full version "J2RE 1.4.2 IBM build j9xa64142ifx-20051125 (SAP i-Fix 97999: SR2 i-fix 93283 + 96573 + 97068 + 97427 + 96565)"

<u>Hardware:</u> HP BL45p AMD Opteron x86_64

I will add any additional info to this post as we continue the troubleshooting process.

Any help/advice will be VERY WELCOME!

Thanks,

-Sergio

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sergio,

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