0 Replies Latest reply on Dec 13, 2017 12:23 PM by nprnic01

    Channel ID xxx (outbound) of Remoting connection xxx to localhost/127.0.0.1:8080 can no longer process messages

    nprnic01

      Hi,

       

      We have deployed our application to JBoss 7.0.0 EAP in both Windows and Linux environments. The problem is that, as we execute several web service calls, after a short period of time, usually less then a minute, we get above message about the outbound channel not being able to process

      messages any longer:

       

      14:38:25,030 INFO  [org.jboss.ejb.client.remoting] (Remoting "config-based-naming-client-endpoint" task-10) EJBCLIENT000016: Channel Channel ID 939410eb (outbound) of Remoting connection 6eafdc93 to localhost/127.0.0.1:8080 can no longer process messages

       

      The client has been created using following initial context properties:

            prop.put(Context.INITIAL_CONTEXT_FACTORY, initialContextFactory);

            prop.put(Context.PROVIDER_URL, providerURL);

            prop.put(Context.SECURITY_PRINCIPAL, appServerLogin);

            prop.put(Context.SECURITY_CREDENTIALS, appServerPassword);

           

            // JBoss 7.0.0 implementation of EJB 3.0 requirements

            prop.put(Context.URL_PKG_PREFIXES, "org.jboss.ejb.client.naming");

            prop.put("jboss.naming.client.ejb.context", true);

            prop.put("jboss.naming.client.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT", "false");

       

      Can anyone assist with this issue and help us resolve it.

       

      Regards,

      Nenad