4 Replies Latest reply on Sep 26, 2013 7:48 AM by nlsurfman

    java.lang.IllegalStateException: EJBCLIENT000032: Cannot retry a request which hasn't previously been completed

    nlsurfman

      I am getting this stacktrace (below) on a remote client from a Wildfly 8.0.0.Alpha4 instance. While debugging I can see the proxy being loaded on the client, but the method call to createTaskList() does never arrive at the server. (The breakpoint in that method never gets hit). Pasting this stacktrace (title) into Google yields no results (other than Grepcode pages). Does anybody know where this message comes from and what I can do about it?

       

      java.lang.IllegalStateException: EJBCLIENT000032: Cannot retry a request which hasn't previously been completed

          at org.jboss.ejb.client.EJBClientInvocationContext.retryRequest(EJBClientInvocationContext.java:200)

          at org.jboss.ejb.client.EJBInvocationHandler.sendRequestWithPossibleRetries(EJBInvocationHandler.java:256)

          at org.jboss.ejb.client.EJBInvocationHandler.sendRequestWithPossibleRetries(EJBInvocationHandler.java:265)

          at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java:198)

          at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java:181)

          at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:144)

          at com.sun.proxy.$Proxy14.createTaskList(Unknown Source)