john_1726

Untitled

Oct 21st, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. 20:49:39,993 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0028: Stopped deployment stats-web.war (runtime-name: stats-web.war) in 5ms
  2. 20:49:39,994 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "stats-web.war" (runtime-name: "stats-web.war")
  3. 20:49:40,063 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) 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"
  4. at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:183)
  5. at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
  6. at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
  7. at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
  8. at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
  9. at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
  10. at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
  11. at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
  12. at java.lang.Thread.run(Thread.java:748)
  13. 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
  14. at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:78)
  15. at org.jboss.as.ee.metadata.MethodAnnotationAggregator.runtimeAnnotationInformation(MethodAnnotationAggregator.java:57)
  16. at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.handleAnnotations(InterceptorAnnotationProcessor.java:106)
  17. at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:91)
  18. at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:76)
  19. at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:176)
  20. ... 8 more
  21. Caused by: java.lang.NoClassDefFoundError: Lec/eb/user/UserDao;
  22. at java.lang.Class.getDeclaredFields0(Native Method)
  23. at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
  24. at java.lang.Class.getDeclaredFields(Class.java:1916)
  25. at org.jboss.as.server.deployment.reflect.ClassReflectionIndex.<init>(ClassReflectionIndex.java:72)
  26. at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:70)
  27. ... 13 more
  28. Caused by: java.lang.ClassNotFoundException: ec.eb.user.UserDao from [Module "deployment.stats-web.war" from Service Module Loader]
  29. at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:255)
  30. at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:410)
  31. at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
  32. at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:116)
  33. ... 18 more
  34.  
  35. 20:49:40,064 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\"
  36. 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
  37. Caused by: java.lang.NoClassDefFoundError: Lec/eb/user/UserDao;
  38. Caused by: java.lang.ClassNotFoundException: ec.eb.user.UserDao from [Module \"deployment.stats-web.war\" from Service Module Loader]"}}
  39. 20:49:40,087 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) WFLYSRV0016: Replaced deployment "stats-web.war" with deployment "stats-web.war"
  40. 20:49:40,088 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) WFLYCTL0183: Service status report
  41. WFLYCTL0186: Services which failed to start: service jboss.deployment.unit."stats-web.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "stats-web.war"
  42. service jboss.deployment.unit."ec-ejb-web.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "ec-ejb-web.war"
Advertisement
Add Comment
Please, Sign In to add comment