Bug 1341

Summary: Client infinite loop when server restarts with SSLIOP enabled
Product: TAO Reporter: Wayne Erchak <werchak>
Component: SSLIOP Pluggable ProtocolAssignee: Ossama Othman <ossama.othman>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 1.2.5   
Hardware: All   
OS: All   

Description Wayne Erchak 2002-10-24 17:05:21 CDT
I don't have example code for this, but it should be easy to reproduce:
1. Create a client and server using SSLIOP and persistent IORs.
2. Start the server, and have it write out a persistent IOR.
3. Have the client connect and make a call, and keep the client up.
4. Restart the server.
5. Have the client make another call.

The client will enter an infinitely loop in the IDL stub Remote_Proxy_Impl code 
when invoking the call, get PortableInterceptor::TRANSPORT_RETRY, and will 
retry the call immediately, forever.
Comment 1 Ossama Othman 2002-10-24 17:38:47 CDT
This is a duplicate of bug 1299.


*** This bug has been marked as a duplicate of 1299 ***