[jboss-jira] [JBoss JIRA] (WFLY-9203) Clustering test failures with node0 and node1 configured

Paul Ferraro (JIRA) issues at jboss.org
Mon Aug 7 09:38:01 EDT 2017


     [ https://issues.jboss.org/browse/WFLY-9203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Ferraro moved JBEAP-12612 to WFLY-9203:
--------------------------------------------

              Project: WildFly  (was: JBoss Enterprise Application Platform)
                  Key: WFLY-9203  (was: JBEAP-12612)
             Workflow: GIT Pull Request workflow   (was: CDW with loose statuses v1)
          Component/s: Clustering
                       Test Suite
                           (was: Clustering)
                           (was: Test Suite)
    Affects Version/s: 11.0.0.Beta1
                           (was: 7.1.0.ER3)


> Clustering test failures with node0 and node1 configured
> --------------------------------------------------------
>
>                 Key: WFLY-9203
>                 URL: https://issues.jboss.org/browse/WFLY-9203
>             Project: WildFly
>          Issue Type: Bug
>          Components: Clustering, Test Suite
>    Affects Versions: 11.0.0.Beta1
>            Reporter: Paul Ferraro
>            Assignee: Paul Ferraro
>            Priority: Blocker
>
> Several clustering (wildfly-ts-integ-clustering module) test start failing in ER3. 
> *reproduce*
> w/o test ips - no failures
> {noformat}
> mvn clean test  | tee no_mytestip
> {noformat}
> w/ test ips - 6 failures
> {noformat}
> 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)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list