Skip to Content
0
Jul 28, 2005 at 09:23 PM

Rapid Installer 2.1 Problem

34 Views

Hi there,

I just tried to install EP6 NW04 by using the Rapid Installer 2.1. Everything worked fine until Step 11 (last "Deploying Componente"). After about 3 to 5 minutes, the installation stopped with the following error message:

ERROR 2005-07-28 23:06:00

CJS-20065 Execution of JLoad tool 'c:\Java\JDK1.4.2/bin/java.exe -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;C:\usr\sap/J2E/JC00/j2ee\jdbc\base.jar;C:\usr\sap/J2E/JC00/j2ee\jdbc\util.jar;C:\usr\sap/J2E/JC00/j2ee\jdbc\sqlserver.jar;C:\usr\sap/J2E/JC00/j2ee\jdbc\spy.jar;C:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_jce.jar;C:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_jsse.jar;C:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_smime.jar;C:/usr/sap/J2E/SYS/global/security/lib/tools/iaik_ssl.jar;C:/usr/sap/J2E/SYS/global/security/lib/tools/w3c_http.jar -showversion -Xmx512m com.sap.inst.jload.Jload -sec J2E,jdbc/pool/J2E,C:\usr\sap\J2E\SYS\global/security/data/SecStore.properties,C:\usr\sap\J2E\SYS\global/security/data/SecStore.key -dataDir D:/RAPIDINSTALLER/EXPORT_CD/JDMP -job C:\Programme\sapinst_instdir\j2ee_wp\central\default/IMPORT.XML -log C:\Programme\sapinst_instdir\j2ee_wp\central\default/jload.log' aborts with returncode 1. Check 'C:\Programme\sapinst_instdir\j2ee_wp\central\default/jload.log' and 'C:\Programme\sapinst_instdir\j2ee_wp\central\default/jload.java.log' for more information.

The error message from jload.log is as follows:

28.07.05 23:01 com.sap.inst.jload.Jload main
INFO: Jload -sec J2E,jdbc/pool/J2E,C:usrsapJ2ESYSglobal/security/data/SecStore.properties,C:usrsapJ2ESYSglobal/security/data/SecStore.key -dataDir D:/RAPIDINSTALLER/EXPORT_CD/JDMP -job C:Programmesapinst_instdirj2ee_wpcentraldefault/IMPORT.XML -log C:Programmesapinst_instdirj2ee_wpcentraldefault/jload.log

28.07.05 23:01 com.sap.inst.jload.db.DBConnection connectViaSecureStore
INFO: connected to J2E on jdbc/pool/J2E

28.07.05 23:01 com.sap.inst.jload.JobStatus readStatus
INFO: commencing restart

28.07.05 23:01 com.sap.inst.jload.Jload dbImport
INFO: trying to delete from table J2EE_CONFIGENTRY

28.07.05 23:02 com.sap.inst.jload.Jload dbImport
INFO: J2EE_CONFIGENTRY deleted

28.07.05 23:06 com.sap.inst.jload.Jload dbImport
SEVERE: DB Error during import of J2EE_CONFIGENTRY

28.07.05 23:06 com.sap.inst.jload.Jload printSQLException
SEVERE: Message: [DataDirect][SQLServer JDBC Driver]Communication error: The stream provided does not contain the number of bytes specified. For batches, please ensure that streams are reset before subsequent addBatch calls. This is a non-recoverable error and the connection has been terminated.

28.07.05 23:06 com.sap.inst.jload.Jload printSQLException
SEVERE: SQLState: 08000

28.07.05 23:06 com.sap.inst.jload.Jload printSQLException
SEVERE: ErrorCode: 0

28.07.05 23:06 com.sap.inst.jload.Jload dbImport
INFO: trying to drop table J2EE_KEYSEQUENCE

28.07.05 23:06 com.sap.inst.jload.Jload logStackTrace
SEVERE: com.sap.dictionary.database.dbs.JddException: DROP TABLE J2EE_KEYSEQUENCE failed
	at com.sap.inst.jload.db.DBTable.drop(DBTable.java:116)
	at com.sap.inst.jload.Jload.dbImport(Jload.java:266)
	at com.sap.inst.jload.Jload.executeJob(Jload.java:395)
	at com.sap.inst.jload.Jload.main(Jload.java:551)


28.07.05 23:06 com.sap.inst.jload.db.DBConnection disconnect
INFO: disconnected

The error message from jload.java.log is as follows:

java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
java.sql.SQLException: [DataDirect][SQLServer JDBC Driver]Object has been closed.
	at com.ddtek.jdbc.base.BaseExceptions.createException(Unknown Source)
	at com.ddtek.jdbc.base.BaseExceptions.getException(Unknown Source)
	at com.ddtek.jdbc.base.BaseConnection.createStatement(Unknown Source)
	at com.ddtek.jdbc.base.BaseConnection.createStatement(Unknown Source)
	at com.sap.sql.jdbc.basic.BasicConnection.createStatement(BasicConnection.java:121)
	at com.sap.sql.jdbc.direct.DirectConnection.createStatement(DirectConnection.java:181)
	at com.sap.sql.jdbc.common.CommonConnectionImpl.createDirectStatement(CommonConnectionImpl.java:1038)
	at com.sap.sql.services.OpenSQLServices.createNativeStatement(OpenSQLServices.java:132)
	at com.sap.sql.NativeSQLAccess.createNativeStatement(NativeSQLAccess.java:108)
	at com.sap.dictionary.database.mss.DbMssTable.retrieveSchemaName(DbMssTable.java:839)
	at com.sap.dictionary.database.mss.DbMssTable.setColumnsViaDb(DbMssTable.java:114)
	at com.sap.dictionary.database.dbs.DbTable.setCommonContentViaDb(DbTable.java:183)
	at com.sap.dictionary.database.dbs.DbObjectModificationAnalyser.modify(DbObjectModificationAnalyser.java:72)
	at com.sap.dictionary.database.dbs.RuntimeObject.create(RuntimeObject.java:62)
	at com.sap.dictionary.database.dbs.RuntimeObjectTable.create(RuntimeObjectTable.java:179)
	at com.sap.dictionary.database.dbs.RuntimeObjectTable.createIfNecessary(RuntimeObjectTable.java:188)
	at com.sap.dictionary.database.opentools.DbTableOpenTools.<init>(DbTableOpenTools.java:32)
	at com.sap.inst.jload.db.DBTable.drop(DBTable.java:114)
	at com.sap.inst.jload.Jload.dbImport(Jload.java:266)
	at com.sap.inst.jload.Jload.executeJob(Jload.java:395)
	at com.sap.inst.jload.Jload.main(Jload.java:551)
Exception caught while preparing Statement
DROP TABLE [J2EE_KEYSEQUENCE]

E R R O R ******* (DbObjectSqlStatements)
23:06:00 2005-07-28 dbs-Error:  Ausnahme beim Prepare des Statements: DROP TABLE [J2EE_KEYSEQUENCE]
28.07.2005 23:01:06 com.sap.inst.jload.Jload main
INFO: Jload -sec J2E,jdbc/pool/J2E,C:usrsapJ2ESYSglobal/security/data/SecStore.properties,C:usrsapJ2ESYSglobal/security/data/SecStore.key -dataDir D:/RAPIDINSTALLER/EXPORT_CD/JDMP -job C:Programmesapinst_instdirj2ee_wpcentraldefault/IMPORT.XML -log C:Programmesapinst_instdirj2ee_wpcentraldefault/jload.log
28.07.2005 23:01:09 com.sap.inst.jload.db.DBConnection connectViaSecureStore
INFO: connected to J2E on jdbc/pool/J2E
28.07.2005 23:01:09 com.sap.inst.jload.JobStatus readStatus
INFO: commencing restart
28.07.2005 23:01:09 com.sap.inst.jload.Jload dbImport
INFO: trying to delete from table J2EE_CONFIGENTRY
28.07.2005 23:02:35 com.sap.inst.jload.Jload dbImport
INFO: J2EE_CONFIGENTRY deleted
28.07.2005 23:06:00 com.sap.inst.jload.Jload dbImport
SCHWERWIEGEND: DB Error during import of J2EE_CONFIGENTRY
28.07.2005 23:06:00 com.sap.inst.jload.Jload printSQLException
SCHWERWIEGEND: Message: [DataDirect][SQLServer JDBC Driver]Communication error: The stream provided does not contain the number of bytes specified. For batches, please ensure that streams are reset before subsequent addBatch calls. This is a non-recoverable error and the connection has been terminated.
28.07.2005 23:06:00 com.sap.inst.jload.Jload printSQLException
SCHWERWIEGEND: SQLState: 08000
28.07.2005 23:06:00 com.sap.inst.jload.Jload printSQLException
SCHWERWIEGEND: ErrorCode: 0
28.07.2005 23:06:00 com.sap.inst.jload.Jload dbImport
INFO: trying to drop table J2EE_KEYSEQUENCE
28.07.2005 23:06:00 com.sap.inst.jload.Jload logStackTrace
SCHWERWIEGEND: com.sap.dictionary.database.dbs.JddException: DROP TABLE J2EE_KEYSEQUENCE failed
	at com.sap.inst.jload.db.DBTable.drop(DBTable.java:116)
	at com.sap.inst.jload.Jload.dbImport(Jload.java:266)
	at com.sap.inst.jload.Jload.executeJob(Jload.java:395)
	at com.sap.inst.jload.Jload.main(Jload.java:551)

28.07.2005 23:06:00 com.sap.inst.jload.db.DBConnection disconnect
INFO: disconnected

A restart of the installation brought up the same messages and exceptions.

Anyone has a clue what the problem could be about?

In fact, at this moment, the table J2EE_CONFIGENTY exists, while the table J2EE_KEYSEQUENCE does not.

Thanks in advance

Detlev