0 Replies Latest reply on Apr 12, 2017 3:12 AM by valsaraj007

    EJB remote client is not getting closed in wildfly-10.1

    valsaraj007

      EJB remote client is not getting closed after processing. It waits after executing all. The last message given below is shown and it waits there. In wildfly-8.2, it shows prompt in terminal after this message. In wildfly-10.1, it shows message and waiting there. I have to close and open terminal again to continue.

       

      11:42:16,537 INFO  [remoting] EJBCLIENT000016: Channel Channel ID d142ac84 (outbound) of Remoting connection 3fce8fd9 to localhost/127.0.0.1:8080 of endpoint "config-based-ejb-client-endpoint" <5c80cf32> can no longer process messages

       

      The client & wildfly run on same box.

       

      Note:

      If you copy jboss-client.jar from wildfly-8.2.0 to ejb client application path, this closing issue will be resolved.

      But still this will appear in client tlog: Could not create a connection for cluster node message after 5 seconds

      I think this has something on server side.

       

      Please let me know if you have any idea.

       

      Thanks!