Bug 1341 - Client infinite loop when server restarts with SSLIOP enabled
Summary: Client infinite loop when server restarts with SSLIOP enabled
Status: RESOLVED DUPLICATE of bug 1299
Alias: None
Product: TAO
Classification: Unclassified
Component: SSLIOP Pluggable Protocol (show other bugs)
Version: 1.2.5
Hardware: All All
: P1 blocker
Assignee: Ossama Othman
URL:
Depends on:
Blocks:
 
Reported: 2002-10-24 17:05 CDT by Wayne Erchak
Modified: 2002-10-24 17:38 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***