cancel
Showing results for 
Search instead for 
Did you mean: 

ERP 6.0 Installation failure during Import Java Dump

0 Kudos

I am installing ERP 6.0 SR3 on a Windows 2008 server, with SQL 2005 SP3 and doing central system installation.

The installation has stalled on phase 19 while importing Java dump.

I have checked database connectivity and all appears to be working fine, I can connect to the database using both admsid and SAPServiceSID aacounts.

My Java version is j2sdk-1_4_2_16-windows-amd64.exe.

Has anyone come across this and if so would be very much appreciated, if you could provide a solution or suggestions.

The error log is below:

WARNING 2010-10-13 21:15:50.436

Execution of the command "C:\j2sdk1.4.2_16-x64\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\install\sharedlib\launcher.jar" -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/install/lib/iaik_jce.jar;C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jload.jar;C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/antlr.jar;C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/exception.jar;C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jddi.jar;C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/logging.jar;C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/offlineconfiguration.jar;C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/opensqlsta.jar;C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar;D:/usr/sap/D68/SYS/exe/uc/NTAMD64/mssjdbc/sqljdbc.jar" -sec D68,jdbc/pool/D68,
KBLON9430/sapmnt/D68/SYS/global/security/data/SecStore.properties,
KBLON9430/sapmnt/D68/SYS/global/security/data/SecStore.key -dataDir G:/SAP_Download/ERP6_SR3/SR3_SP14_Java_SW_Comp\DATA_UNITS\JAVA_EXPORT_JDMP -job "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\IMPORT.XML" -log jload.log" finished with return code 1. Output:

java version "1.4.2_16"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_16-b05)

Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_16-b05, mixed mode)

13-Oct-2010 21:15:49 com.sap.inst.jload.Jload main

INFO: Jload -sec D68,jdbc/pool/D68,
KBLON9430/sapmnt/D68/SYS/global/security/data/SecStore.properties,
KBLON9430/sapmnt/D68/SYS/global/security/data/SecStore.key -dataDir G:/SAP_Download/ERP6_SR3/SR3_SP14_Java_SW_Comp\DATA_UNITS\JAVA_EXPORT_JDMP -job C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\IMPORT.XML -log jload.log

13-Oct-2010 21:15:50 com.sap.inst.jload.Jload main

SEVERE: couldn't connect to DB

13-Oct-2010 21:15:50 com.sap.inst.jload.Jload logStackTrace

SEVERE: com.microsoft.sqlserver.jdbc.SQLServerException: The port number error_con is not valid.

at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(Unknown Source)

at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(Unknown Source)

at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(Unknown Source)

at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)

at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:522)

at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:276)

at com.sap.inst.jload.db.DBConnection.connectViaSecureStore(DBConnection.java:105)

at com.sap.inst.jload.db.DBConnection.connect(DBConnection.java:149)

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

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

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

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

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

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

Thanks

Ambrose

Accepted Solutions (0)

Answers (4)

Answers (4)

james_wong
Employee
Employee
0 Kudos

Refer to Note 1788188.

Regards,

James Wong

markus_doehr2
Active Contributor
0 Kudos

I can just highly advise not to install new systems as dual stack.

Markus

Former Member
0 Kudos

Hello,

Please have a look into this Note 915079 - J2EE on Oracle: Updating the JDBC drivers, check whether the JDBC jar files are there according

to your DB version.

Regards

JUDE.

Former Member
0 Kudos

Hello,

Please check with your installation folder permission, try to give full permission and re-start your installation.

Regards

JUDE.

Former Member
0 Kudos

Make Sure that the SAP and SQL server services are up and running through services.msc in command prompt.Re-start the services once and then again start the installation.