<html>
    <head>
      <base href="http://www.jacorb.org/bugzilla/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - NoSuchElementException while making remote calls while attending to a forward_request"
   href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=1011">1011</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>NoSuchElementException while making remote calls while attending to a forward_request
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>JacORB
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.6.1
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>critical
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P5
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>ORB
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>jacorb-bugs@lists.spline.inf.fu-berlin.de
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>hroenick@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=465" name="attach_465" title="demo that demonstrate the error">attachment 465</a> <a href="attachment.cgi?id=465&action=edit" title="demo that demonstrate the error">[details]</a></span>
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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>