Hello all!
Help me please with the problem.
Sapinst is interrupted in step "Import Java Dump" with the error:
<html> <head> </head> <body> <p> An error occurred while processing option <i>SAP Solution Manager 7.1 > SAP Systems > MaxDB > Central System > Central System( Last err or reported by the step :<html> <head> </head> <body> Execution of <font face="Monospaced">JLoad</font> tool '/opt/IBMJava2-amd64-142/bin/java -classpath /tmp/sapinst_i nstdir/SOLMAN71/SYSTEM/ADA/CENTRAL/AS/install/sharedlib/launcher.jar -showversion -Xmx1024m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload /tmp/sapins t_instdir/SOLMAN71/SYSTEM/ADA/CENTRAL/AS/install/lib/iaik_jce.jar:/tmp/sapinst_instdir/SOLMAN71/SYSTEM/ADA/CENTRAL/AS/install/sharedlib:/sapdb/clients/SLM/runtime/jar/s apdbc.jar -sec SLM,jdbc/pool/SLM,/usr/sap/SLM/SYS/global/security/data/SecStore.properties,/usr/sap/SLM/SYS/global/security/data/SecStore.key -dataDir /sapdb/SLM/swdc/S olman71_MaxDB/51040039_SAP_Solution_M_71_Java_Components/DATA_UNITS/SOLMAN_JAVA_EXPORT_JDMP -job /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ADA/CENTRAL/AS/IMPORT.XML -log jlo ad.log' aborts with return code 1.<br>SOLUTION: Check 'jload.log' and '/tmp/sapinst_instdir/SOLMAN71/SYSTEM/ADA/CENTRAL/AS/jload.java.log' for more information. </body> </html>)</i>. You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>Log Files</i> to get more information about the error. </ li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to <code>/tmp/sapinst_instdir/SOLMAN71/SYSTEM/ADA/CENTRAL/AS</code>. </p> </b ody></html>
I looked at the logs jload.java.log:
java version "1.4.2" Java(TM) 2 Runtime Environment, Standard Edition (build 2.3) IBM J9 VM (build 2.3, J2RE 1.4.2 IBM J9 2.3 Linux amd64-64 j9vmxa64142ifx-20101119 (JIT enabled) J9VM - 20101118_68931_LHdSMr JIT - 20090210_1447ifx2_r8 GC - 200902_24) Warning : /sapdb/clients/SLM/runtime/jar/sapdbc.jar file stated but does not exist ! Jload R 7.12 V 0 A 0 Jload -sec SLM,jdbc/pool/SLM,/usr/sap/SLM/SYS/global/security/data/SecStore.properties,/usr/sap/SLM/SYS/global/security/data/SecStore.key -dataDir /sapdb/SLM/swdc/Solma n71_MaxDB/51040039_SAP_Solution_M_71_Java_Components/DATA_UNITS/SOLMAN_JAVA_EXPORT_JDMP -job /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ADA/CENTRAL/AS/IMPORT.XML -log jload.l og Connecting to database Couldn't connect to DB com.sap.inst.common.exception.DBConnectionException: com.sap.sql.log.OpenSQLException: Could not load class com.sap.dbtech.jdbc.DriverSapDB. at com.sap.inst.common.db.DBConnection.connect(DBConnection.java:157) at com.sap.inst.jload.Jload.main(Jload.java:222) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81) Caused by: com.sap.sql.log.OpenSQLException: Could not load class com.sap.dbtech.jdbc.DriverSapDB. at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:106) at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:143) at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:522) at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:276) at com.sap.inst.common.db.DBConnection.connectViaSecureStore(DBConnection.java:111) at com.sap.inst.common.db.DBConnection.connect(DBConnection.java:151) ... 7 more Caused by: java.lang.ClassNotFoundException: com.sap.dbtech.jdbc.DriverSapDB at java.lang.Class.forNameImpl(Native Method) at java.lang.Class.forName(Class.java:119) at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:134) ... 11 more An error occured during execution. Please consult SAP note 942766 for first steps on troubleshooting the problem.
The MaxDB works fine and I connect to it without any problems with Database Manager.
As I understand the problem in file sapdbc.jar?
Where can I get it?