cancel
Showing results for 
Search instead for 
Did you mean: 

XI installation error in Java Dump import

guy_rodesch
Explorer
0 Kudos

Hi,

We want to install the NW04s (rampup) usage type PI (or XI) on a Solaris 10 box with a zone.

Here is the output of the java.log:

-


0.02.06 16:22:01 com.sap.inst.jload.Jload main

INFO: Jload -sec XDS,jdbc/pool/XDS,/usr/sap/XDS/SYS/global/security/data/SecStore.properties,/usr/sap/XDS/SYS/global/security/data/SecStore

.key -dataDir /sap-dream/2/JAVA_EXPORT/JDMP -job /usr/sap/put/XI/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/IMPORT.XML -log jload.log

20.02.06 16:22:03 com.sap.inst.jload.Jload main

SEVERE: couldn't connect to DB

20.02.06 16:22:03 com.sap.inst.jload.Jload logStackTrace

SEVERE: java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1

ORA-12705: invalid or unknown NLS parameter value specified

-


We have set the timezone to GMT +01:00 with daylight saving time.

-


Here some output of the sapinst log:

ERROR 2006-03-06 15:42:12

CJS-30049 Execution of JLoad tool '/usr/j2sdk1.4.2_09/bin/java -classpath /usr/sap/put/XI/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/inst

all/sharedlib/launcher.jar -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload /usr/sap/put/XI/sapinst_i

nstdir/NW04S/SYSTEM/ORA/CENTRAL/AS/install/lib/iaik_jce.jar:/usr/sap/put/XI/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/j

load.jar:/usr/sap/put/XI/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/antlr.jar:/usr/sap/put/XI/sapinst_instdir/NW04S/SYST

EM/ORA/CENTRAL/AS/install/sharedlib/exception.jar:/usr/sap/put/XI/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/jddi.jar:/u

sr/sap/put/XI/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/logging.jar:/usr/sap/put/XI/sapinst_instdir/NW04S/SYSTEM/ORA/CE

NTRAL/AS/install/sharedlib/offlineconfiguration.jar:/usr/sap/put/XI/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/opensqlst

a.jar:/usr/sap/put/XI/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar:/oracle/client/10x_64/instantclie

nt/ojdbc14.jar -sec XDS,jdbc/pool/XDS,/usr/sap/XDS/SYS/global/security/data/SecStore.properties,/usr/sap/XDS/SYS/global/security/data/SecSt

ore.key -dataDir /sap-dream/2/JAVA_EXPORT/JDMP -job /usr/sap/put/XI/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/IMPORT.XML -log jload.log'

aborts with return code 1. Check 'jload.log' and '/usr/sap/put/XI/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/jload.java.log' for more info

rmation.

-


Anyone knows how to fix the problem?

Best regards,

Guy.

Accepted Solutions (1)

Accepted Solutions (1)

andreas_stolz
Active Participant
0 Kudos

Hello Guy,

looks like if you've installed the incorrect codepage for your database. Keep in mind, that XI requires a unicode installation.

Rgds.,

Andreas

guy_rodesch
Explorer
0 Kudos

Hi Andreas,

The database has been created with Unicode.

Here is an extract from the alert log file of the database:

CREATE DATABASE XDS CONTROLFILE REUSE MAXLOGFILES 255 MAXLOGMEMBERS 3 MAXLOGHISTORY 1000 MAXDATAFILES 254 MAXINSTANCES 50 NOARCHIVELOG CHARACTER SET UTF8 NATIONAL CHARACTER SET UTF8 DATAFILE ...

Best regards,

Guy.

Answers (1)

Answers (1)

guy_rodesch
Explorer
0 Kudos

Hi,

We have detected the reason of the problem. The ojdbc driver of Oracle client 10.2.0.1 is buggy. The problem is solved with Oracle client 10.2.0.2.

Or you have to add:

-Duser.language=en -Duser.country=US

in the line of jload.

We have changed the line of jload in control.xml in line 48294 from

var jdkArgs = ["-showversion", "-Xmx512m" ];

to

var jdkArgs = ["-showversion", "-Xmx512m", "-Duser.language\=en", "-Duser.country\=US" ];

In the task "Configure UME", the problem appeared again. This time launcher.jar gives the same error. So we have changed the same for this call.

We have changed until now the "control.xml" file 5 times for different tasks in order to continue with the installation process.

The installation is still running.

Best regards,

Guy.

Message was edited by: Guy Rodesch

Message was edited by: Guy Rodesch