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

Unable to deploy clustered ejb in a mixed domain.

    XMLWordPrintable

Details

    • Hide

      1. Start EAP 7 as domain master using the attached config
      2. Start EAP 6.3 as a slave controller using host_slave_EAP6.xml
      3. Deploy Clusterejb-0.0.1.jar to main-server-group which uses profile haeap6

      Show
      1. Start EAP 7 as domain master using the attached config 2. Start EAP 6.3 as a slave controller using host_slave_EAP6.xml 3. Deploy Clusterejb-0.0.1.jar to main-server-group which uses profile haeap6

    Description

      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.

      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)
      
      

      I have attached the configuration files for both EAP 7 and EAP 6.

      Attachments

        1. domain_EAP7.xml
          105 kB
          Brad Maxwell
        2. host_EAP7.xml
          3 kB
          Brad Maxwell
        3. host_slave_EAP6.xml
          4 kB
          Brad Maxwell

        Issue Links

          Activity

            People

              yborgess1@redhat.com Yeray Borges Santana
              rhn-support-bmaxwell Brad Maxwell
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: