Solaris JMS Client connect to Weblogic 11g t3s security problem

前端 未结 5 943
臣服心动
臣服心动 2021-01-15 09:08

When I try to connect Weblogic t3s protocol in Solaris Server, it shows this error:

java.lang.IllegalStateException: Not enough cryptography available to ena         


        
5条回答
  •  粉色の甜心
    2021-01-15 09:39

    This has been simplified for 10.3.4 and above Weblogic.

    Just add the wlthint3client.jar from the /server/lib directory to your client's Classpath

    I've only confirmed this works for ejb communication but the docs state

    This release supports the following:

    Oracle WebLogic's T3/T3S protocol for Remote Method Invocation (RMI), including RMI over HTTP (HTTP tunneling). For more information on WebLogic T3 communication, see "Using WebLogic RMI with T3 Protocol" in Programming RMI for Oracle WebLogic Server.
    
    Access to JMS, JMX, JNDI, and EJB resources available in WebLogic Server.
    

    http://docs.oracle.com/cd/E17904_01/web.1111/e13717/wlthint3client.htm

提交回复
热议问题