[jacorb-bugs] [Bug 1011] New: NoSuchElementException while making remote calls while attending to a forward_request
bugzilla-daemon at jacorb.org
bugzilla-daemon at jacorb.org
Wed Jul 8 19:50:32 CEST 2015
http://www.jacorb.org/bugzilla/show_bug.cgi?id=1011
Bug ID: 1011
Summary: NoSuchElementException while making remote calls while
attending to a forward_request
Product: JacORB
Version: 3.6.1
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
Created attachment 465
--> http://www.jacorb.org/bugzilla/attachment.cgi?id=465&action=edit
demo that demonstrate the error
Making 2 or more remote calls during send_request interception point and doing
it while attending to a forward_request attempt causes an exception
java.util.NoSuchElementException.
The stack trace is as follows:
Exception in thread "main" java.util.NoSuchElementException
at java.util.ArrayDeque.removeFirst(ArrayDeque.java:278)
at java.util.ArrayDeque.pop(ArrayDeque.java:507)
at
org.jacorb.orb.portableInterceptor.ClientInterceptorIterator.invoke(ClientInterceptorIterator.java:169)
at
org.jacorb.orb.portableInterceptor.AbstractInterceptorIterator.iterate(AbstractInterceptorIterator.java:66)
at
org.jacorb.orb.portableInterceptor.ClientInterceptorIterator.iterate(ClientInterceptorIterator.java:79)
at
org.jacorb.orb.portableInterceptor.DefaultClientInterceptorHandler.invokeInterceptors(DefaultClientInterceptorHandler.java:331)
at
org.jacorb.orb.portableInterceptor.DefaultClientInterceptorHandler.handle_send_request(DefaultClientInterceptorHandler.java:135)
at org.jacorb.orb.Delegate._invoke_internal(Delegate.java:1268)
at org.jacorb.orb.Delegate.invoke_internal(Delegate.java:1171)
at org.jacorb.orb.Delegate.invoke(Delegate.java:1159)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:475)
at demo._DoorStub.canIComeIn(_DoorStub.java:119)
at demo.door.DoorClient.main(DoorClient.java:41)
I checked that this kind of error does not occur in JacORB 3.5 and is present
in versions 3.6 and 3.6.1.
--
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/20150708/a4a8e2a0/attachment.html>
More information about the jacorb-bugs
mailing list