[jacorb-bugs] [Bug 943] Misbehaviour in ORB.getRootPOA() when socket could not be created
bugzilla-daemon at jacorb.org
bugzilla-daemon at jacorb.org
Fri Feb 15 16:23:03 CET 2013
http://www.jacorb.org/cgi-bin/bugzilla/show_bug.cgi?id=943
------- Comment #2 from christian.bindseil at capgemini.com 2013-02-15 16:23 -------
I don't have an explicit testcase, because I debugged our application. But what
we do is the following:
1) When our client starts, it has to provide a SSL-socket for the appserver to
allow it to call the client actively, so the client does:
2) Calling ORB.init(...) to obtain an ORB-instance
3) Calling resolve_initial_references("root.poa") on that ORB
4) If we get an exception from that method, we display an error-popup to the
user
5) The user can click ok and try again to log in
=> step 3 is performed again on the same ORB-instance from first attempt
=> now the exception isn't thrown and we get a POA on which we work
=> The user gets logged in, but the client has an uninitialized POA without
socket. The client isn't reachable, the application doesn't work correctly.
--
Configure bugmail: http://www.jacorb.org/cgi-bin/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the jacorb-bugs
mailing list