| Summary: | The duplicate ORB related classe for Jacorb 3.7 and IBM thinclient-8.5.5.7, whcih casue the our EJB accessing failed. | ||
|---|---|---|---|
| Product: | JacORB | Reporter: | weifeng.f.huangfu |
| Component: | ORB | Assignee: | Mailinglist to track bugs <jacorb-bugs> |
| Status: | NEW --- | ||
| Severity: | critical | CC: | jacorb |
| Priority: | P5 | ||
| Version: | 3.7 | ||
| Hardware: | HP | ||
| OS: | Linux | ||
|
Description
weifeng.f.huangfu
2016-06-16 22:25:05 UTC
The exception:
Caused by: org.omg.CORBA.COMM_FAILURE: CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_CLIENT_SOCKET Exception=com.ibm.websphere.ssl.SSLException: CWPKI0315E: SSL configuration properties are null. Could be a problem parsing the SSL client configuration. vmcid: 0x49421000 minor code: 112 completed: No
at com.ibm.ws.security.orbssl.WSSSLClientSocketFactoryImpl.createSSLSocket(WSSSLClientSocketFactoryImpl.java:247)
at com.ibm.ws.orbimpl.transport.WSSSLTransportConnection.createSocket(WSSSLTransportConnection.java:236)
at com.ibm.CORBA.transport.TransportConnectionBase.connect(TransportConnectionBase.java:344)
at com.ibm.ws.orbimpl.transport.WSTransport$1.run(WSTransport.java:503)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
at com.ibm.ws.orbimpl.transport.WSTransport.getConnection(WSTransport.java:500)
at com.ibm.CORBA.transport.TransportBase.getConnection(TransportBase.java:180)
at com.ibm.rmi.iiop.TransportManager.get(TransportManager.java:97)
at com.ibm.rmi.iiop.GIOPImpl.getConnection(GIOPImpl.java:134)
at com.ibm.rmi.iiop.GIOPImpl.locate(GIOPImpl.java:228)
at com.ibm.rmi.corba.ClientDelegate.locate(ClientDelegate.java:1731)
at com.ibm.rmi.corba.ClientDelegate._createRequest(ClientDelegate.java:1756)
at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1047)
at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1129)
... 27 more
Are you able to test different versions of JacORB to narrow down the problem for me? Is there a particular reason (apart from having JacORB's stubs first) that you are putting JacORB first in the classpath? Have you reported the issue to IBM to ask why their libraries need to be first in the classpath? hi, Are you able to test different versions of JacORB to narrow down the problem for me? ----- I am trying to do such testing recently, I will give feedback soon. Is there a particular reason (apart from having JacORB's stubs first) that you are putting JacORB first in the classpath? ----- As I mentioned, we cannot control it loading order for classing loading. it depends ServiceMix. Have you reported the issue to IBM to ask why their libraries need to be first in the classpath? ----- No, I haven't reported it to IBM, because I have no enough information for IBM. |