| Summary: | BiDir IIOP fails when client creates a callback IOR with alternate addresses | ||
|---|---|---|---|
| Product: | JacORB | Reporter: | Phil Mesnier <mesnierp> |
| Component: | ORB | Assignee: | Mailinglist to track bugs <jacorb-bugs> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | minor | CC: | jakab |
| Priority: | P5 | ||
| Version: | 3.7 | ||
| Hardware: | PC | ||
| OS: | All | ||
|
Description
Phil Mesnier
2016-02-10 16:58:20 UTC
*** This bug has been marked as a duplicate of bug 1026 *** I believe that Your first suggestion for the fix will not be sufficient, because in my case the IIOPProfile which has checkAlternateAddresses == false has also empty attribute components, so even if checkAlternateAddresses would be true, it has nowhere to read from the alternate addresses. My IIOPProfile is created in the BiDirConnectionServerInterceptor.addConnections() via the constructor public IIOPProfile(IIOPAddress address, byte[] objectKey, int minor) Details about my scenario are in this post: http://lists.spline.inf.fu-berlin.de/pipermail/jacorb-developer/2016-April/000813.html So I would suggest rather the refactoring of ClientConnectionManager to get rid of IIOPProfiles from the connection mapping. Looks like in our case this bug is quite serious as it affects not only the clients which have multiple physical network interfaces active, but on many windows machines there is some pseudo-interface installed by default to support IPv6. It is called Teredo Tunneling Pseudo-Interface http://superuser.com/questions/22290/what-is-the-teredo-tunneling-pseudo-interface Phil, do You think You could get to this matter any time soon? |