0 Replies Latest reply on Nov 12, 2014 5:44 AM by kdevaraz

    while migrating from jboss 4.2.1 to wildfly8.1 I am getting this exception. ear deployment is failing.

    kdevaraz

      "{

          \"JBAS014671: Failed services\" => {\"jboss.deployment.subunit.\\\"mp.ear\\\".\\\"mp.war\\\".POST_MODULE\" => \"org.jboss.msc.service.StartException in service jboss.deployment.subunit.\\\"mp.ear\\\".\\\"mp.war\\\".POST_MODULE: JBAS018733: Failed to process phase POST_MODULE of subdeployment \\\"mp.war\\\" of deployment \\\"mp.ear\\\"

          Caused by: java.lang.RuntimeException: JBAS018757: Error getting reflective information for class se.xyz.ebc.em.web.taglibs.wbm.WbmTagBase with ClassLoader ModuleClassLoader for Module \\\"deployment.mp.ear.mp.war:main\\\" from Service Module Loader

          Caused by: java.lang.NoClassDefFoundError: se/xyz/ebc/em/util/log/LoggerWrapper

          Caused by: java.lang.ClassNotFoundException: se.xyz.ebc.em.util.log.LoggerWrapper from [Module \\\"deployment.mp.ear.mp.war:main\\\" from Service Module Loader]\"},

          \"JBAS014771: Services with missing/unavailable dependencies\" => [

              \"jboss.persistenceunit.\\\"mp.ear/mp.jar#mp\\\".__FIRST_PHASE__ is missing [jboss.naming.context.java.MPPostgreSqlDS]\",

              \"jboss.deployment.unit.\\\"mp.ear\\\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\\\"mp.ear\\\".beanmanager]\"

          ],

          \"JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available.\" => {

              \"Services that were unable to start:\" => [

                  \"jboss.deployment.subunit.\\\"mp.ear\\\".\\\"CommunicationAD.rar\\\".INSTALL\",

                  \"jboss.deployment.subunit.\\\"mp.ear\\\".\\\"CommunicationDB.rar\\\".INSTALL\",

                  \"jboss.deployment.subunit.\\\"mp.ear\\\".\\\"mp.jar\\\".POST_MODULE\",

                  \"jboss.deployment.subunit.\\\"mp.ear\\\".\\\"mpwebservices.war\\\".INSTALL\",

                  \"jboss.deployment.unit.\\\"mp.ear\\\".INSTALL\"

              ],

              \"Services that may be the cause:\" => [

                  \"jboss.deployment.unit.\\\"mp.ear\\\".beanmanager\",

                  \"jboss.naming.context.java.MPPostgreSqlDS\",

                  \"jboss.naming.context.java.QuartzPostgresDS\",

                  \"jboss.naming.context.java.jboss.datasources.wbmDB\"

              ]

          }

      }"