cancel
Showing results for 
Search instead for 
Did you mean: 

SAP JAVA - Problem occurred while performing synchronization

Former Member
0 Kudos
303

Hello,

JAVA instance is not starting. It is dual stack system. ABAP running fine. Not even able to connect through configtool. Here is the out from bootstrap log file

If anyone seen this before on Solaris /oracle system, please help.

java.lang.NoClassDefFoundError: iaik/utils/Base64Exception

at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:108)

at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)

at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)

at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)

at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)

at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:60)

at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)

at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)

at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)

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)

[Jan 16, 2008 4:31:46 PM ] [Bootstrap module]> Problem occurred while performing synchronization.

Thanks!

View Entire Topic
Former Member
0 Kudos

Got it

Former Member
0 Kudos

I have followed your directions but remains the same error.What more can I do?

angel_dichev
Product and Topic Expert
Product and Topic Expert
0 Kudos

Deploy the entire SAP Java Crypto Lib tc_sec_java_crypto_signed_fs_lib.sda with the SDM.

May be you you are missing also the other IAIK libs that come with it.

They all need to get stored (after deploy) under ....\SYS\global\security\lib\tools\

iaik_jce, iaik_jsse, iaik_smime, iaik_ssl, w3c_http

What release you are at NW 7.0 or CE 7.1

SP?

For CE you'll need IAIK that's JDK 5.0 compliant (JCE)

Regards, Angel