Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 15:08:13,095 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found stats-ws.war in deployment directory. To trigger deployment create a file called stats-ws.war.dodeploy
- 15:08:13,097 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "stats-ws.war" (runtime-name: "stats-ws.war")
- 15:08:13,153 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.deployment.unit."stats-ws.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."stats-ws.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "stats-ws.war"
- at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:183)
- at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
- at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
- at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
- at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
- at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
- at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
- at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
- at java.lang.Thread.run(Thread.java:748)
- Caused by: java.lang.RuntimeException: WFLYSRV0177: Error getting reflective information for class ec.ws.StatsWSImpl with ClassLoader ModuleClassLoader for Module "deployment.stats-ws.war" from Service Module Loader
- at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:78)
- at org.jboss.as.ee.metadata.MethodAnnotationAggregator.runtimeAnnotationInformation(MethodAnnotationAggregator.java:57)
- at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.handleAnnotations(InterceptorAnnotationProcessor.java:106)
- at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:91)
- at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:76)
- at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:176)
- ... 8 more
- Caused by: java.lang.NoClassDefFoundError: Lec/a1/StatsStatelessLocal;
- at java.lang.Class.getDeclaredFields0(Native Method)
- at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
- at java.lang.Class.getDeclaredFields(Class.java:1916)
- at org.jboss.as.server.deployment.reflect.ClassReflectionIndex.<init>(ClassReflectionIndex.java:72)
- at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:70)
- ... 13 more
- Caused by: java.lang.ClassNotFoundException: ec.a1.StatsStatelessLocal from [Module "deployment.stats-ws.war" from Service Module Loader]
- at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:255)
- at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:410)
- at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
- at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:116)
- ... 18 more
- 15:08:13,153 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "stats-ws.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"stats-ws.war\".POST_MODULE" => "WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"stats-ws.war\"
- Caused by: java.lang.RuntimeException: WFLYSRV0177: Error getting reflective information for class ec.ws.StatsWSImpl with ClassLoader ModuleClassLoader for Module \"deployment.stats-ws.war\" from Service Module Loader
- Caused by: java.lang.NoClassDefFoundError: Lec/a1/StatsStatelessLocal;
- Caused by: java.lang.ClassNotFoundException: ec.a1.StatsStatelessLocal from [Module \"deployment.stats-ws.war\" from Service Module Loader]"}}
- 15:08:13,172 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) WFLYSRV0010: Deployed "stats-ws.war" (runtime-name : "stats-ws.war")
- 15:08:13,172 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) WFLYCTL0183: Service status report
- WFLYCTL0186: Services which failed to start: service jboss.deployment.unit."stats-ws.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "stats-ws.war"
- service jboss.deployment.unit."stats-web.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "stats-web.war"
- 15:08:48,283 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment stats-web.war (runtime-name: stats-web.war) in 2ms
- 15:08:48,283 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "stats-web.war" (runtime-name: "stats-web.war")
- 15:08:48,368 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.deployment.unit."stats-web.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."stats-web.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "stats-web.war"
- at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:183)
- at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
- at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
- at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
- at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
- at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
- at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
- at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
- at java.lang.Thread.run(Thread.java:748)
- Caused by: java.lang.RuntimeException: WFLYSRV0177: Error getting reflective information for class main.java.ec.jpa.LoginServlet with ClassLoader ModuleClassLoader for Module "deployment.stats-web.war" from Service Module Loader
- at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:78)
- at org.jboss.as.ee.metadata.MethodAnnotationAggregator.runtimeAnnotationInformation(MethodAnnotationAggregator.java:57)
- at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.handleAnnotations(InterceptorAnnotationProcessor.java:106)
- at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:91)
- at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:76)
- at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:176)
- ... 8 more
- Caused by: java.lang.NoClassDefFoundError: Lec/eb/user/UserDao;
- at java.lang.Class.getDeclaredFields0(Native Method)
- at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
- at java.lang.Class.getDeclaredFields(Class.java:1916)
- at org.jboss.as.server.deployment.reflect.ClassReflectionIndex.<init>(ClassReflectionIndex.java:72)
- at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:70)
- ... 13 more
- Caused by: java.lang.ClassNotFoundException: ec.eb.user.UserDao from [Module "deployment.stats-web.war" from Service Module Loader]
- at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:255)
- at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:410)
- at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
- at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:116)
- ... 18 more
- 15:08:48,369 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("full-replace-deployment") failed - address: ([]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"stats-web.war\".POST_MODULE" => "WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"stats-web.war\"
- Caused by: java.lang.RuntimeException: WFLYSRV0177: Error getting reflective information for class main.java.ec.jpa.LoginServlet with ClassLoader ModuleClassLoader for Module \"deployment.stats-web.war\" from Service Module Loader
- Caused by: java.lang.NoClassDefFoundError: Lec/eb/user/UserDao;
- Caused by: java.lang.ClassNotFoundException: ec.eb.user.UserDao from [Module \"deployment.stats-web.war\" from Service Module Loader]"}}
- 15:08:48,389 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) WFLYSRV0016: Replaced deployment "stats-web.war" with deployment "stats-web.war"
- 15:08:48,389 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) WFLYCTL0183: Service status report
- WFLYCTL0186: Services which failed to start: service jboss.deployment.unit."stats-ws.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "stats-ws.war"
- service jboss.deployment.unit."stats-web.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "stats-web.war"
Advertisement
Add Comment
Please, Sign In to add comment