Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-1866

'wildfly-camel-archetype-spring' cannot be deployed on JBoss Fuse 6.3.0.ER1

    XMLWordPrintable

Details

      1. create a project from 'wildfly-camel-archetype-spring' archetype
      2. try to deploy the project on JBoss Fuse 6.3.0.ER1

    Description

      SSIA

      Note: fix of a project described in https://issues.jboss.org/browse/FUSETOOLS-1754 not helps

      10:54:59,486 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) JBAS015003: Found wildfly-spring.war in deployment directory. To trigger deployment create a file called wildfly-spring.war.dodeploy
      10:54:59,552 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "wildfly-spring.war" (runtime-name: "wildfly-spring.war")
      10:54:59,573 INFO  [org.wildfly.extension.camel] (MSC service thread 1-3) Camel context descriptors found
      10:54:59,573 INFO  [org.wildfly.extension.camel] (MSC service thread 1-3) Camel context descriptors found
      10:54:59,708 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.deployment.unit."wildfly-spring.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."wildfly-spring.war".POST_MODULE: JBAS018733: Failed to process phase POST_MODULE of deployment "wildfly-spring.war"
       at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:166) [jboss-as-server-7.5.1.Final-redhat-3.jar:7.5.1.Final-redhat-3]
       at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1980) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]
       at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1913) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_51]
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_51]
       at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_51]
      Caused by: java.lang.RuntimeException: JBAS018757: Error getting reflective information for class com.mycompany.wildfly.camel.spring.MyServlet with ClassLoader ModuleClassLoader for Module "deployment.wildfly-spring.war:main" from Service Module Loader
       at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:72) [jboss-as-server-7.5.1.Final-redhat-3.jar:7.5.1.Final-redhat-3]
       at org.jboss.as.ee.metadata.MethodAnnotationAggregator.runtimeAnnotationInformation(MethodAnnotationAggregator.java:58)
       at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.handleAnnotations(InterceptorAnnotationProcessor.java:107)
       at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:92)
       at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:77)
       at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:159) [jboss-as-server-7.5.1.Final-redhat-3.jar:7.5.1.Final-redhat-3]
       ... 5 more
      Caused by: java.lang.NoClassDefFoundError: LCamelContext;
       at java.lang.Class.getDeclaredFields0(Native Method) [rt.jar:1.8.0_51]
       at java.lang.Class.privateGetDeclaredFields(Class.java:2583) [rt.jar:1.8.0_51]
       at java.lang.Class.getDeclaredFields(Class.java:1916) [rt.jar:1.8.0_51]
       at org.jboss.as.server.deployment.reflect.ClassReflectionIndex.<init>(ClassReflectionIndex.java:57) [jboss-as-server-7.5.1.Final-redhat-3.jar:7.5.1.Final-redhat-3]
       at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:68) [jboss-as-server-7.5.1.Final-redhat-3.jar:7.5.1.Final-redhat-3]
       ... 10 more
      Caused by: java.lang.ClassNotFoundException: CamelContext from [Module "deployment.wildfly-spring.war:main" from Service Module Loader]
       at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:213) [jboss-modules.jar:1.3.6.Final-redhat-1]
       at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459) [jboss-modules.jar:1.3.6.Final-redhat-1]
       at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408) [jboss-modules.jar:1.3.6.Final-redhat-1]
       at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389) [jboss-modules.jar:1.3.6.Final-redhat-1]
       at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134) [jboss-modules.jar:1.3.6.Final-redhat-1]
       ... 15 more
      
      10:54:59,775 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 1) JBAS014612: Operation ("deploy") failed - address: ([("deployment" => "wildfly-spring.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"wildfly-spring.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"wildfly-spring.war\".POST_MODULE: JBAS018733: Failed to process phase POST_MODULE of deployment \"wildfly-spring.war\"
          Caused by: java.lang.RuntimeException: JBAS018757: Error getting reflective information for class com.mycompany.wildfly.camel.spring.MyServlet with ClassLoader ModuleClassLoader for Module \"deployment.wildfly-spring.war:main\" from Service Module Loader
          Caused by: java.lang.NoClassDefFoundError: LCamelContext;
          Caused by: java.lang.ClassNotFoundException: CamelContext from [Module \"deployment.wildfly-spring.war:main\" from Service Module Loader]"}}
      10:54:59,780 ERROR [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS015870: Deploy of deployment "wildfly-spring.war" was rolled back with the following failure message: 
      {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"wildfly-spring.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"wildfly-spring.war\".POST_MODULE: JBAS018733: Failed to process phase POST_MODULE of deployment \"wildfly-spring.war\"
          Caused by: java.lang.RuntimeException: JBAS018757: Error getting reflective information for class com.mycompany.wildfly.camel.spring.MyServlet with ClassLoader ModuleClassLoader for Module \"deployment.wildfly-spring.war:main\" from Service Module Loader
          Caused by: java.lang.NoClassDefFoundError: LCamelContext;
          Caused by: java.lang.ClassNotFoundException: CamelContext from [Module \"deployment.wildfly-spring.war:main\" from Service Module Loader]"}}
      10:54:59,837 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment wildfly-spring.war (runtime-name: wildfly-spring.war) in 54ms
      10:54:59,841 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report
      JBAS014777:   Services which failed to start:      service jboss.deployment.unit."wildfly-spring.war".POST_MODULE
      

      Attachments

        Activity

          People

            lheinema@redhat.com Lars Heinemann
            tsedmik Tomáš Sedmík
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: