2 Replies Latest reply on Dec 29, 2015 4:42 AM by sonyjop

    Caused by: java.lang.ClassNotFoundException: org.codehaus.jackson.JsonParseException from [Module \"deployment.

    sonyjop

      I am using JBoss EAP 6.3. have a dependency on jackson-mapper-asl-1.9.9.redhat-3.jar

       

      POM entry is :

      </dependency>

              <dependency>

              <groupId>org.codehaus.jackson</groupId>

              <artifactId>jackson-mapper-asl</artifactId>

              <version>1.9.9.redhat-3</version>

              <scope>provided</scope>

              </dependency>

          </dependencies>

       

      The MDB fails to start saying :

       

      12:01:13,760 ERROR [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "myfirstmdb.jar" was rolled back with the following failure message:

      {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"myfirstmdb.jar\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"myfirstmdb.jar\".POST_MODULE: JBAS018733: Failed to process phase POST_MODULE of deployment \"myfirstmdb.jar\"

          Caused by: java.lang.RuntimeException: JBAS018757: Error getting reflective information for class com.sony.ejb.test.MyListenerBean with ClassLoader ModuleClassLoader for Module \"deployment.myfirstmdb.jar:main\" from Service Module Loader

          Caused by: java.lang.NoClassDefFoundError: org/codehaus/jackson/JsonParseException

          Caused by: java.lang.ClassNotFoundException: org.codehaus.jackson.JsonParseException from [Module \"deployment.myfirstmdb.jar:main\" from Service Module Loader]"}}