Skip to main content

java.lang.UnsupportedOperationException in Orbix when using SSL connections

  • May 17, 2013
  • 0 replies
  • 0 views

Summary java.lang.UnsupportedOperationException in Orbix when using SSL connections
Article Number 14643
Environment All Supported Operating Systems Orbix 6.3.4
Question/Problem Description java.lang.UnsupportedOperationException in Orbix when using SSL connections.

Full error reads:

java.lang.Throwable: java.lang.UnsupportedOperationException: The method shutdownInput() is not supported in SSLSocket
at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.shutdownInput(BaseSSLSocketImpl.java:180)
at com.iona.corba.atli2.ip.cio.IPPoolImpl.create_connection(Unknown Source)
at com.iona.corba.atli2.tls.TLSPoolImpl.create_connection(Unknown Source)
at com.iona.corba.tls.TLSPoolAdapter.create_connection(Unknown Source)
at com.iona.corba.iiop.IIOPClientInterceptorFactoryImpl$InxxxConnectAttempt.connect(Unknown Source)
at com.iona.corba.iiop.IIOPClientInterceptorFactoryImpl.get_connected_interceptor(Unknown Source)
at com.iona.corba.iiop.IIOPClientInterceptorFactoryImpl.get_interceptor(Unknown Source)
at com.iona.corba.art.binding.ClientBindery.try_profile(Unknown Source)
at com.iona.corba.art.binding.ClientBindery.try_ior(Unknown Source)
at com.iona.corba.art.binding.ProxyBinding.get_binding(Unknown Source)
at com.iona.corba.art.binding.ClientInvocationImpl.boot(Unknown Source)
at com.iona.corba.art.binding.BindingManagerImpl.start_client_invocation(Unknown Source)
at com.iona.corba.art.binding.IORProxy.validate_connection(Unknown Source)
at com.iona.corba.security.security_level2.SecurityManagerImpl.get_target_credentials(Unknown Source)
at com.xxx.test.CorbaSec_Impl.testObjectIsSecure(CorbaSec_Impl.java:522)

 

Clarifying Information
Error Message
Defect/Enhancement Number
Cause Orbix might internally call Socket.shutdownInput() which is not supported by javax.net.ssl.SSLSocket.
Resolution Install the latest hotfix for Orbix 6.3.4 (hotfix 008 or later). It fixes this problem.
Workaround
Notes
Attachment

Created date: 06 September 2011
Last Modified: 13 February 2013
Last Published: 23 June 2012
First Published date: 10 September 2011

#KnowledgeDocs
#Orbix