[JBoss JIRA] (WFLY-9203) Clustering test failures with node0 and node1 configured
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/WFLY-9203?page=com.atlassian.jira.plugin.... ]
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)
8 years, 10 months
[JBoss JIRA] (WFLY-9202) /subsystem=messaging-activemq:remove fails when not run in batch
by Jeff Mesnil (JIRA)
[ https://issues.jboss.org/browse/WFLY-9202?page=com.atlassian.jira.plugin.... ]
Jeff Mesnil moved JBEAP-12610 to WFLY-9202:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-9202 (was: JBEAP-12610)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: JMS
(was: JMS)
Affects Version/s: 11.0.0.Beta1
(was: 7.1.0.ER3)
> /subsystem=messaging-activemq:remove fails when not run in batch
> ----------------------------------------------------------------
>
> Key: WFLY-9202
> URL: https://issues.jboss.org/browse/WFLY-9202
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 11.0.0.Beta1
> Reporter: Jeff Mesnil
> Assignee: Jeff Mesnil
> Priority: Blocker
>
> Calling the following command in ER3 fails (passed with reload required in ER2.2):
> {noformat}
> /subsystem=messaging-activemq:remove()
> {noformat}
> {noformat}
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0171: Removing services has lead to unsatisfied dependencies:
> Service jboss.messaging-activemq.client-thread-pool was depended upon by service jboss.messaging-activemq.default.jms.manager",
> "rolled-back" => true,
> "response-headers" => undefined
> }
> {noformat}
> The command now needs to be run in batch to succeed. I'm tempted to call this a blocker due to management operation backward compatibility (breaks scripts which don't run the remove operation in batch), [~okalman] WDYT?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months