Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues
Bug 1032 - IOR is not connecting to correct device
Summary: IOR is not connecting to correct device
Status: NEW
Alias: None
Product: JacORB
Classification: Unclassified
Component: ORB (show other bugs)
Version: 3.6
Hardware: Other Linux
: P5 blocker
Assignee: Mailinglist to track bugs
URL:
Depends on:
Blocks:
 
Reported: 2016-05-26 22:23 CEST by Amit Chaurasia
Modified: 2016-06-02 04:29 CEST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amit Chaurasia 2016-05-26 22:23:01 CEST
I have two Network elements where Corba is running. Each Network element has two Iors , lets say ior1 and ior2 where ior2 is obtained from ior1 like ior1.getior2() will return ior2. Both the network element have different ip Address with which I make a connection. Here I see two issue when they are put in an environment where multiple requests are made simutaneously.

 1.sometimes when I call ior1.getior2() on the ior1 of first Network Element , it returns the ior2 of second Network Element.

 2.In this case, the iors return correctly i.e. both iors belong to same Network Element but if I make any other call on ior2 of first Network Element, it gives me data of second Network Element.

This happens only when multiple threads are running in parallel.
Please let me also know if there is already a bug filed for this issue.
Comment 1 Amit Chaurasia 2016-05-26 22:27:15 CEST
Please let me know if anyone needs the logs to analyse it.
Comment 2 Nick Cross 2016-06-02 04:29:57 CEST
Can you reproduce the problem on git head (or snapshot) ? 

Can you provide a standalone test case?