Rest drivers are not starting

Hi,

Post patch update on Linux server Rest drivers are not starting. Below is the error. Please help.

Message: Code(-9010) An exception occurred: java.lang.NoClassDefFoundError: Could not initialize class org.apache.http.conn.ssl.SSLConnectionSocketFactory at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.getDefaultRegistry(PoolingHttpClientConnectionManager.java:116) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.<init>(PoolingHttpClientConnectionManager.java:123) at com.novell.nds.dirxml.driver.rest.HTTPSubscriberConnectionInfo.makeHttpClient(HttpRESTOperations.java:813) at com.novell.nds.dirxml.driver.rest.RESTSubscriptionShim.init(RESTSubscriptionShim.java:264) at com.novell.nds.dirxml.engine.Subscriber.init(Subscriber.java:279) at com.novell.nds.dirxml.engine.Subscriber.<init>(Subscriber.java:137) at com.novell.nds.dirxml.engine.Driver.startShim(Driver.java:1732) at com.novell.nds.dirxml.engine.Driver.initialize(Driver.java:330) at com.novell.nds.dirxml.engine.Driver.<init>(Driver.java:296) at com.novell.nds.dirxml.engine.DriverEntry.run(DriverEntry.java:626) at java.base/java.lang.Thread.run(Unknown Source)

Thanks

Siva ram T

Tags:

Parents
  • 0  

    What update did you apply?  Between 4.8.6 and 4.8.7 they switch JVMs from Java 8 to Java 11.  But they recompiled the driver shims in Java 8 compat mode, from Java 11.  In ID< 4.9 they recompiled and fixed the driver JARs to work native in Java 11.

    So what update did you do? Likely it broke SSL libraries as it is not found... 

    Try a REST shim that matches your engine level.  Worst case you can get it working on a Remote Loader, where you use say a 4.8.6 with Java 8 on the RL. 

  • 0 in reply to   

    Patch update is on SLES Linux os related nothing changed with respective to IDM. At present server has 4.8.7 IDM where rest drivers are running. Where can we find SSL Libraries?

Reply Children
No Data