Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues
Bug 909 - Problem with connection, when server have multiple network interfaces
Summary: Problem with connection, when server have multiple network interfaces
Status: RESOLVED DUPLICATE of bug 908
Alias: None
Product: JacORB
Classification: Unclassified
Component: ORB (show other bugs)
Version: 2.3.0
Hardware: PC Windows NT
: P2 blocker
Assignee: Mailinglist to track bugs
URL:
Depends on:
Blocks:
 
Reported: 2011-10-04 07:53 UTC by sudam
Modified: 2011-10-04 09:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sudam 2011-10-04 07:53:41 UTC
The server has multiple network interfaces. We want to use only one for communication. I am java developer and I don't know how Jacorb works. But we have one class in which there is selectProfile method which is called by Jacorb with profile list and ClientConnectionManager object as parameter. The problem is, as there are multiple interfaces on machine, Jacorb calls selectProfile method multiple times with different profiles. When it calls first time the connection is established as profile contains valid IP which my application use. But when selectProfile method is called second time, Jacorb gives invalid interface address and connection fails for that interfaces. So, is there any property for Jacorb so that it only creates profile for required network interface.
Comment 1 Nick Cross 2011-10-04 09:20:08 UTC

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