Solaris JMS Client connect to Weblogic 11g t3s security problem

前端 未结 5 996
臣服心动
臣服心动 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:40

    Are you sure that you keystore file is picked up? Maybe try to use an absolute path when specifying the -Dweblogic.security.CustomTrustKeyStoreFileName option.

    Also, are the classpath of the JMS client really identical in both environments?

    Try to provide wlserver_10.3/server/lib/wlfullclient.jar (that you create by running the command java -jar wljarbuilder.jar) and wlserver_10.3/server/lib/wlcipher.jar (yeah, wlfullclient.jar is not that full!) on the classpath.

提交回复
热议问题