You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the below error when my client attempts to construct the server object using _narrow call.
Cannot make secure invocation since no SSLIOP tagged component was found in the IOR.
Below is the Debug trace,
TAO (16740|6844) - SSLIOP loaded SSL certificate from D:\Cert\server.crt
TAO (16740|6844) - SSLIOP loaded Private Key from <D:\Cert\server.key>
TAO (16740|6844) - Completed initializing the process-wide service context
TAO (16740|6844) - Initializing the orb-specific services
TAO (16740|6844) - TAO_Time_Policy_Manager: loaded time policy strategy 'TAO_SYSTEM_TIME_POLICY'
TAO (16740|6844) - Default_Resource_Factory - unable to find codeset manager factory.
TAO (16740|6844) - ORB_Core: Codeset Manager not available
TAO (16740|6844) - Loaded protocol <SSLIOP_Factory>
TAO (16740|6844) - Created new ORB <>
TAO (16740|6844) - Invocation_Adapter::invoke_i, making a TAO_CS_REMOTE_STRATEGY invocation
TAO_SSLIOP (16740|6844) - Connector::connect, looking for SSLIOP connection.
TAO (16740|6844) Initializing SSLIOP_Endpoint
TAO (16740|6844) SSLIOP connection from client <127.0.0.1:8889> on [504]
TAO (16740|6844) SSLIOP connection accepted from server <127.0.0.1:64614> on [504]
TAO (16740|6844) - SSLIOP_Connector::ssliop_connect, new SSL connection to port 8889 on transport[504]
TAO (16740|6844) - Invocation_Adapter::invoke_i, handling forwarded locations
TAO (16740|6844) - Invocation_Adapter::invoke_i, making a TAO_CS_REMOTE_STRATEGY invocation
TAO_SSLIOP (16740|6844) - Connector::connect, looking for SSLIOP connection.
TAO_SSLIOP (16740|6844) ERROR: Cannot make secure invocation since no SSLIOP tagged component was found in the IOR.
General CORBA Exception: INV_POLICY - IDL:omg.org/CORBA/INV_POLICY:1.0 - system exception, ID 'IDL:omg.org/CORBA/INV_POLICY:1.0'
Unknown vendor minor code id (0), minor code = 0, completed = NO
(16740|6844) EXCEPTION, TAO_PG (%P|%t) Unexpected exception
system exception, ID 'IDL:omg.org/CORBA/INV_POLICY:1.0'
Unknown vendor minor code id (0), minor code = 0, completed = NO
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi All,
I am getting the below error when my client attempts to construct the server object using _narrow call.
Cannot make secure invocation since no SSLIOP tagged component was found in the IOR.
Below is the Debug trace,
Any help please.
Beta Was this translation helpful? Give feedback.
All reactions