Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-9203

Clustering test failures with node0 and node1 configured

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 11.0.0.CR1
    • 11.0.0.Beta1
    • Clustering, Test Suite
    • None

    Description

      Several clustering (wildfly-ts-integ-clustering module) test start failing in ER3.

      reproduce
      w/o test ips - no failures

      mvn clean test  | tee no_mytestip
      

      w/ test ips - 6 failures

      mvn clean test -Dnode0=$MYTESTIP_1 -Dnode1=$MYTESTIP_2 | tee mytestip
      ...
      Running org.jboss.as.test.clustering.cluster.dispatcher.CommandDispatcherTestCase
      Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.322 sec <<< FAILURE! - in org.jboss.as.test.clustering.cluster.dispatcher.CommandDispatcherTestCase
      test(org.jboss.as.test.clustering.cluster.dispatcher.CommandDispatcherTestCase)  Time elapsed: 12.315 sec  <<< ERROR!
      javax.ejb.NoSuchEJBException: EJBCLIENT000079: Unable to discover destination for request for EJB StatelessEJBLocator for "/command-dispatcher/ClusterTopologyRetrieverBean", view is interface org.jboss.as.test.clustering.cluster.dispatcher.bean.ClusterTopologyRetriever, affinity is None
              at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:570)
      
      Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.293 sec <<< FAILURE! - in org.jboss.as.test.clustering.cluster.ejb.remote.TransactionalRemoteStatefulEJBFailoverTestCase
      test(org.jboss.as.test.clustering.cluster.ejb.remote.TransactionalRemoteStatefulEJBFailoverTestCase)  Time elapsed: 12.286 sec  <<< ERROR!
      javax.naming.CommunicationException: EJBCLIENT000062: Failed to look up "/transactional-remote-stateful-ejb-failover-test/StatefulIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.remote.bean.Incrementor?stateful" [Root exception is javax.ejb.NoSuchEJBException: EJBCLIENT000079: Unable to discover destination for request for EJB StatelessEJBLocator for "/transactional-remote-stateful-ejb-failover-test/StatefulIncrementorBean", view is interface org.jboss.as.test.clustering.cluster.ejb.remote.bean.Incrementor, affinity is None]
              at org.jboss.ejb.client.EJBRootContext.lookupNative(EJBRootContext.java:158)
      
      Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.161 sec <<< FAILURE! - in org.jboss.as.test.clustering.cluster.ejb.remote.RemoteStatefulEJBFailoverTestCase
      test(org.jboss.as.test.clustering.cluster.ejb.remote.RemoteStatefulEJBFailoverTestCase)  Time elapsed: 12.153 sec  <<< ERROR!
      javax.naming.CommunicationException: EJBCLIENT000062: Failed to look up "/remote-stateful-ejb-failover-test/StatefulIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.remote.bean.Incrementor?stateful" [Root exception is javax.ejb.NoSuchEJBException: EJBCLIENT000079: Unable to discover destination for request for EJB StatelessEJBLocator for "/remote-stateful-ejb-failover-test/StatefulIncrementorBean", view is interface org.jboss.as.test.clustering.cluster.ejb.remote.bean.Incrementor, affinity is None]
              at org.jboss.ejb.client.EJBRootContext.lookupNative(EJBRootContext.java:158)
      
      Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.161 sec <<< FAILURE! - in org.jboss.as.test.clustering.cluster.ejb.remote.RemoteStatefulEJBFailoverTestCase
      test(org.jboss.as.test.clustering.cluster.ejb.remote.RemoteStatefulEJBFailoverTestCase)  Time elapsed: 12.153 sec  <<< ERROR!
      javax.naming.CommunicationException: EJBCLIENT000062: Failed to look up "/remote-stateful-ejb-failover-test/StatefulIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.remote.bean.Incrementor?stateful" [Root exception is javax.ejb.NoSuchEJBException: EJBCLIENT000079: Unable to discover destination for request for EJB StatelessEJBLocator for "/remote-stateful-ejb-failover-test/StatefulIncrementorBean", view is interface org.jboss.as.test.clustering.cluster.ejb.remote.bean.Incrementor, affinity is None]
              at org.jboss.ejb.client.EJBRootContext.lookupNative(EJBRootContext.java:158)
      
      Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 13.324 sec <<< FAILURE! - in org.jboss.as.test.clustering.cluster.provider.ServiceProviderRegistrationTestCase
      test(org.jboss.as.test.clustering.cluster.provider.ServiceProviderRegistrationTestCase)  Time elapsed: 13.317 sec  <<< ERROR!
      javax.ejb.NoSuchEJBException: EJBCLIENT000079: Unable to discover destination for request for EJB StatelessEJBLocator for "/service-provider-registration/ServiceProviderRetrieverBean", view is interface org.jboss.as.test.clustering.cluster.provider.bean.ServiceProviderRetriever, affinity is None
              at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:570)
      
      Running org.jboss.as.test.clustering.cluster.registry.RegistryTestCase
      Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.398 sec <<< FAILURE! - in org.jboss.as.test.clustering.cluster.registry.RegistryTestCase
      test(org.jboss.as.test.clustering.cluster.registry.RegistryTestCase)  Time elapsed: 12.393 sec  <<< ERROR!
      javax.ejb.NoSuchEJBException: EJBCLIENT000079: Unable to discover destination for request for EJB StatelessEJBLocator for "/registry/RegistryRetrieverBean", view is interface org.jboss.as.test.clustering.cluster.registry.bean.RegistryRetriever, affinity is None
              at org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:570)
      

      Attachments

        Issue Links

          Activity

            People

              pferraro@redhat.com Paul Ferraro
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: