0 Replies Latest reply on Apr 15, 2019 7:54 AM by samajaypal2

    org.jboss.ejb.client.RequestSendFailedException: EJBCLIENT000409: No more destinations are available

    samajaypal2

      why we get this exception. can you please tell me how we can resolve this exception

       

       

       

         after     Proxy for remote EJB StatelessEJBLocator for "/ee/ee.jar/", view is interface emagia.ejb.testremote, affinity is None

      17:10:03,754 INFO  [stdout] (ServerService Thread Pool -- 92) -----------------------------------------------------------------------

      17:10:03,754 INFO  [stdout] (ServerService Thread Pool -- 92)    xxxxxxxxxx IN

      17:10:03,979 ERROR [stderr] (ServerService Thread Pool -- 92) org.jboss.ejb.client.RequestSendFailedException: EJBCLIENT000409: No more destinations are available.

       

       

       

       

       

       

       

      homes.put(Context.INITIAL_CONTEXT_FACTORY, "org.wildfly.naming.client.WildFlyInitialContextFactory");

      homes.put(Context.PROVIDER_URL,"http-remoting://localhost:7070");

      //homes.put(Context.PROVIDER_URL,"http://localhost:7070/wildfly-services");

       

       

       

              final Context context = new InitialContext(homes);