Trying to get a JAVA only instance running to use as an Adobe Document Services server but the install is bombing on the Import Java Dump phase. Any help would be very welcome.
Text from the message box:
An error occurred while processing service SAP NetWeaver 7.0 Support Release 3 > Optional Standalone Units > J2EE Adapter Engine > MS SQL Server > J2EE Adapter Engine Installation( Last error reported by the step : Execution of JLoad tool 'C:\j2sdk1.4.2_19\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\STANDALONE\MSS\AE\install\sharedlib\launcher.jar" -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "C:/Program Files/sapinst_instdir/NW04S/STANDALONE/MSS/AE/install/lib/iaik_jce.jar;C:/Program Files/sapinst_instdir/NW04S/STANDALONE/MSS/AE/install/sharedlib/jload.jar;C:/Program Files/sapinst_instdir/NW04S/STANDALONE/MSS/AE/install/sharedlib/antlr.jar;C:/Program Files/sapinst_instdir/NW04S/STANDALONE/MSS/AE/install/sharedlib/exception.jar;C:/Program Files/sapinst_instdir/NW04S/STANDALONE/MSS/AE/install/sharedlib/jddi.jar;C:/Program Files/sapinst_instdir/NW04S/STANDALONE/MSS/AE/install/sharedlib/logging.jar;C:/Program Files/sapinst_instdir/NW04S/STANDALONE/MSS/AE/install/sharedlib/offlineconfiguration.jar;C:/Program Files/sapinst_instdir/NW04S/STANDALONE/MSS/AE/install/sharedlib/opensqlsta.jar;C:/Program Files/sapinst_instdir/NW04S/STANDALONE/MSS/AE/install/sharedlib/tc_sec_secstorefs.jar;C:/usr/sap/A21/SYS/exe/uc/NTI386/mssjdbc/sqljdbc.jar" -sec A21,jdbc/pool/A21,
CVIMEDIA2/sapmnt/A21/SYS/global/security/data/SecStore.properties,
CVIMEDIA2/sapmnt/A21/SYS/global/security/data/SecStore.key -dataDir C:/NW70/java\DATA_UNITS\JAVA_EXPORT_JDMP -job "C:\Program Files\sapinst_instdir\NW04S\STANDALONE\MSS\AE\IMPORT.XML" -log jload.log' aborts with return code 1. SOLUTION: Check 'jload.log' and 'C:/Program Files/sapinst_instdir/NW04S/STANDALONE/MSS/AE/jload.java.log' for more information.
Text from jload.java.log:
java version "1.4.2_19"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_19-b04)
Java HotSpot(TM) Client VM (build 1.4.2_19-b04, mixed mode)
Jan 16, 2009 3:54:46 PM com.sap.inst.jload.Jload main
INFO: Jload -sec A21,jdbc/pool/A21,
CVIMEDIA2/sapmnt/A21/SYS/global/security/data/SecStore.properties,
CVIMEDIA2/sapmnt/A21/SYS/global/security/data/SecStore.key -dataDir C:/NW70/java\DATA_UNITS\JAVA_EXPORT_JDMP -job C:\Program Files\sapinst_instdir\NW04S\STANDALONE\MSS\AE\IMPORT.XML -log jload.log
Jan 16, 2009 3:54:49 PM com.sap.inst.jload.Jload main
SEVERE: couldn't connect to DB
Jan 16, 2009 3:54:49 PM com.sap.inst.jload.Jload logStackTrace
SEVERE: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host has failed. java.net.ConnectException: Connection refused: connect
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(Unknown Source)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(Unknown Source)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.loginWithoutFailover(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)
Thanx
Mark