IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

Exception in thread main Security Error in wm Enterprise

  • 1.  Exception in thread main Security Error in wm Enterprise

    Posted 04/27/04 12:45 PM

    Hi,

    I am writing a custom java admin utility to perform some routine task. I want to connect to the broker using SSL. I get following error.

    Brokers I am trying to connect are 4.1.1, 5.0,5.0.1. I am using JVM 1.4.2. What am I missing?

    Exception in thread “main” Security Error (114-1442): Secure sockets are not supported with this version of the classes.

        at COM.activesw.api.client.BrokerConnection.loadSSL(BrokerConnection.jav 
    

    a:189)
    at COM.activesw.API.client.BrokerConnection.testSSLContext(BrokerConnect
    ion.java:653)
    at COM.activesw.API.client.BrokerConnectionDescriptor.setSSLCertificate(
    BrokerConnectionDescriptor.java:436)


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Exception in thread main Security Error in wm Enterprise

    Posted 05/05/05 05:40 PM

    Just check which version of broker you have.

    4.0 version : awssl40jn.dll (for windows) or libawssl40jn.so (for Unix-Linux)

    5.0 version : awssl50jn.dll (for windows) or libawssl50jn.so (for Unix-Linux)

    Thanks


    #webMethods
    #Integration-Server-and-ESB