[jboss-jira] [JBoss JIRA] (WFLY-9404) [GSS](7.2.0) Unable to deploy clustered ejb in a mixed domain.
Brad Maxwell (JIRA)
issues at jboss.org
Fri Sep 29 16:25:01 EDT 2017
Brad Maxwell created WFLY-9404:
----------------------------------
Summary: [GSS](7.2.0) Unable to deploy clustered ejb in a mixed domain.
Key: WFLY-9404
URL: https://issues.jboss.org/browse/WFLY-9404
Project: WildFly
Issue Type: Bug
Components: Clustering, EJB
Affects Versions: 11.0.0.CR1
Reporter: Brad Maxwell
Assignee: Paul Ferraro
Attachments: Clusterejb-0.0.1.jar, domain_EAP7.xml, host_EAP7.xml, host_slave_EAP6.xml
Using a ha profile in a mixed domain( i.e EAP 7 as a domain controler and EAP 6.3 as a slave) it does not seem possible to deploy ejb successfully.
While deploying a simple @clustered ejb on EAP 6.3 server below exception was thrown. This issue is easily replicated.
{code:java}
19:12:11,886 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named CounterBean in deployment unit deployment "Clusterejb-0.0.1.jar" are as follows:
java:global/Clusterejb-0.0.1/CounterBean!com.test.Counter
java:app/Clusterejb-0.0.1/CounterBean!com.test.Counter
java:module/CounterBean!com.test.Counter
java:jboss/exported/Clusterejb-0.0.1/CounterBean!com.test.Counter
java:global/Clusterejb-0.0.1/CounterBean
java:app/Clusterejb-0.0.1/CounterBean
java:module/CounterBean
19:12:12,089 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS018559: Deployed "Clusterejb-0.0.1.jar" (runtime-name : "Clusterejb-0.0.1.jar")
19:12:12,090 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.ejb.cache.cluster.simple (missing) dependents: [service jboss.ejb.cache.cluster]
19:12:12,093 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss EAP 6.3.0.GA (AS 7.4.0.Final-redhat-19) started (with errors) in 2654ms - Started 185 of 293 services (14 services failed or missing dependencies, 117 services are lazy, passive or on-demand)
{code}
I have attached the configuration files for both EAP 7 and EAP 6.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list