[jacorb-bugs] [Bug 983] New: Failure to communicate to a restarted persistent CORBA reference with forward request usage

bugzilla-daemon at jacorb.org bugzilla-daemon at jacorb.org
Fri May 9 14:46:33 CEST 2014


http://www.jacorb.org/bugzilla/show_bug.cgi?id=983

            Bug ID: 983
           Summary: Failure to communicate to a restarted persistent CORBA
                    reference with forward request usage
           Product: JacORB
           Version: 3.4
          Hardware: PC
                OS: All
            Status: NEW
          Severity: critical
          Priority: P5
         Component: ORB
          Assignee: jacorb-bugs at lists.spline.inf.fu-berlin.de
          Reporter: hroenick at gmail.com

I'm investigating a problem reported by a client which started to happen on
when using our product with JacORB versions greater than 3.3 (tested with 3.4,
master, and branch BZ979). Trying to isolate this problem in a pure JacORB
example I actually built a test scenario which fails including in version 3.3.
Let me describe a little about this test that I developed.

The problem happens when using persistent CORBA references and forward request.
If I have a server and a client, and by any reason after stablished a
connection with each other the server restarts (he is the persistent CORBA
reference), then the client sometimes fails to complete a new request after
server started up when this communication has a "handshake" protocol to
perform. My tests lead me to believe that the client fails only if it tries to
contact the server once while it was unavailable (in this moment it receives
the expected TRANSIENT exception), but after that, if try a new request when
server is already available, it receives an unexpected TRANSIENT exception.

It works fine if we remove the forward request usage from this scenario.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spline.inf.fu-berlin.de/pipermail/jacorb-bugs/attachments/20140509/106a7936/attachment.html>


More information about the jacorb-bugs mailing list