Advertisement
john_1726

Untitled

Nov 4th, 2022
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.15 KB | None | 0 0
  1. C:\enterprise\workspace\a3\stats-app>mvn wildfly:deploy
  2. mvn wildfly:deploy
  3. [INFO] Scanning for projects...
  4. [WARNING]
  5. [WARNING] Some problems were encountered while building the effective model for ec.assignment:stats-ear:ear:0.1.0
  6. [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: ${project.groupId}:stats-ws:war -> duplicate declaration of version (?) @ line 33, column 15
  7. [WARNING]
  8. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  9. [WARNING]
  10. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  11. [WARNING]
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Reactor Build Order:
  14. [INFO]
  15. [INFO] stats-app [pom]
  16. [INFO] stats-ejb [jar]
  17. [INFO] stats-web [war]
  18. [INFO] stats-ws Maven Soap WS [war]
  19. [INFO] stats-ear [ear]
  20. [INFO] stats client [jar]
  21. [INFO] stats database client [jar]
  22. [INFO]
  23. [INFO] ----------------------< ec.assignment:stats-app >-----------------------
  24. [INFO] Building stats-app 0.1.0 [1/7]
  25. [INFO] --------------------------------[ pom ]---------------------------------
  26. [INFO]
  27. [INFO] >>> wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) > package @ stats-app >>>
  28. [INFO]
  29. [INFO] <<< wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) < package @ stats-app <<<
  30. [INFO]
  31. [INFO]
  32. [INFO] --- wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) @ stats-app ---
  33. [INFO]
  34. [INFO] ----------------------< ec.assignment:stats-ejb >-----------------------
  35. [INFO] Building stats-ejb 0.1.0 [2/7]
  36. [INFO] --------------------------------[ jar ]---------------------------------
  37. [INFO]
  38. [INFO] >>> wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) > package @ stats-ejb >>>
  39. [INFO]
  40. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ stats-ejb ---
  41. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  42. [INFO] Copying 1 resource
  43. [INFO]
  44. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ stats-ejb ---
  45. [INFO] Changes detected - recompiling the module!
  46. [INFO] Compiling 27 source files to C:\enterprise\workspace\a3\stats-app\stats-ejb\target\classes
  47. [WARNING] /C:/enterprise/workspace/a3/stats-app/stats-ejb/src/main/java/ec/eb/model/ModelDaoImpl.java: Some input files use unchecked or unsafe operations.
  48. [WARNING] /C:/enterprise/workspace/a3/stats-app/stats-ejb/src/main/java/ec/eb/model/ModelDaoImpl.java: Recompile with -Xlint:unchecked for details.
  49. [INFO]
  50. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ stats-ejb ---
  51. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  52. [INFO] Copying 0 resource
  53. [INFO]
  54. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ stats-ejb ---
  55. [INFO] Nothing to compile - all classes are up to date
  56. [INFO]
  57. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ stats-ejb ---
  58. [INFO]
  59. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ stats-ejb ---
  60. [INFO] Building jar: C:\enterprise\workspace\a3\stats-app\stats-ejb\target\stats-ejb.jar
  61. [INFO]
  62. [INFO] <<< wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) < package @ stats-ejb <<<
  63. [INFO]
  64. [INFO]
  65. [INFO] --- wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) @ stats-ejb ---
  66. [INFO]
  67. [INFO] ----------------------< ec.assignment:stats-web >-----------------------
  68. [INFO] Building stats-web 0.1.0 [3/7]
  69. [INFO] --------------------------------[ war ]---------------------------------
  70. [INFO]
  71. [INFO] >>> wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) > package @ stats-web >>>
  72. [INFO]
  73. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ stats-web ---
  74. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  75. [INFO] skip non existing resourceDirectory C:\enterprise\workspace\a3\stats-app\stats-web\src\main\resources
  76. [INFO]
  77. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ stats-web ---
  78. [INFO] Changes detected - recompiling the module!
  79. [INFO] Compiling 14 source files to C:\enterprise\workspace\a3\stats-app\stats-web\target\classes
  80. [INFO]
  81. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ stats-web ---
  82. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  83. [INFO] skip non existing resourceDirectory C:\enterprise\workspace\a3\stats-app\stats-web\src\test\resources
  84. [INFO]
  85. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ stats-web ---
  86. [INFO] No sources to compile
  87. [INFO]
  88. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ stats-web ---
  89. [INFO] No tests to run.
  90. [INFO]
  91. [INFO] --- maven-war-plugin:2.2:war (default-war) @ stats-web ---
  92. [INFO] Packaging webapp
  93. [INFO] Assembling webapp [stats-web] in [C:\enterprise\workspace\a3\stats-app\stats-web\target\stats-web]
  94. [INFO] Processing war project
  95. [INFO] Copying webapp resources [C:\enterprise\workspace\a3\stats-app\stats-web\src\main\webapp]
  96. [INFO] Webapp assembled in [117 msecs]
  97. [INFO] Building war: C:\enterprise\workspace\a3\stats-app\stats-web\target\stats-web.war
  98. [INFO] WEB-INF\web.xml already added, skipping
  99. [INFO]
  100. [INFO] <<< wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) < package @ stats-web <<<
  101. [INFO]
  102. [INFO]
  103. [INFO] --- wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) @ stats-web ---
  104. [INFO]
  105. [INFO] -----------------------< ec.assignment:stats-ws >-----------------------
  106. [INFO] Building stats-ws Maven Soap WS 0.1.0 [4/7]
  107. [INFO] --------------------------------[ war ]---------------------------------
  108. [INFO]
  109. [INFO] >>> wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) > package @ stats-ws >>>
  110. [INFO]
  111. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ stats-ws ---
  112. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  113. [INFO] skip non existing resourceDirectory C:\enterprise\workspace\a3\stats-app\stats-ws\src\main\resources
  114. [INFO]
  115. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ stats-ws ---
  116. [INFO] Nothing to compile - all classes are up to date
  117. [INFO]
  118. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ stats-ws ---
  119. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  120. [INFO] skip non existing resourceDirectory C:\enterprise\workspace\a3\stats-app\stats-ws\src\test\resources
  121. [INFO]
  122. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ stats-ws ---
  123. [INFO] No sources to compile
  124. [INFO]
  125. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ stats-ws ---
  126. [INFO] No tests to run.
  127. [INFO]
  128. [INFO] --- maven-war-plugin:2.2:war (default-war) @ stats-ws ---
  129. [INFO] Packaging webapp
  130. [INFO] Assembling webapp [stats-ws] in [C:\enterprise\workspace\a3\stats-app\stats-ws\target\stats-ws]
  131. [INFO] Processing war project
  132. [INFO] Copying webapp resources [C:\enterprise\workspace\a3\stats-app\stats-ws\src\main\webapp]
  133. [INFO] Webapp assembled in [27 msecs]
  134. [INFO] Building war: C:\enterprise\workspace\a3\stats-app\stats-ws\target\stats-ws.war
  135. [INFO] WEB-INF\web.xml already added, skipping
  136. [INFO]
  137. [INFO] <<< wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) < package @ stats-ws <<<
  138. [INFO]
  139. [INFO]
  140. [INFO] --- wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) @ stats-ws ---
  141. [INFO]
  142. [INFO] ----------------------< ec.assignment:stats-ear >-----------------------
  143. [INFO] Building stats-ear 0.1.0 [5/7]
  144. [INFO] --------------------------------[ ear ]---------------------------------
  145. [INFO]
  146. [INFO] >>> wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) > package @ stats-ear >>>
  147. [INFO]
  148. [INFO] --- maven-ear-plugin:3.0.1:generate-application-xml (default-generate-application-xml) @ stats-ear ---
  149. [INFO] Generating application.xml
  150. [INFO]
  151. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ stats-ear ---
  152. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  153. [INFO] skip non existing resourceDirectory C:\enterprise\workspace\a3\stats-app\stats-ear\src\main\resources
  154. [INFO]
  155. [INFO] --- maven-ear-plugin:3.0.1:ear (default-ear) @ stats-ear ---
  156. [INFO] Building jar: C:\enterprise\workspace\a3\stats-app\stats-ear\target\stats-ear.ear
  157. [INFO]
  158. [INFO] <<< wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) < package @ stats-ear <<<
  159. [INFO]
  160. [INFO]
  161. [INFO] --- wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) @ stats-ear ---
  162. [INFO] JBoss Threads version 2.3.2.Final
  163. [INFO] JBoss Remoting version 5.0.8.Final
  164. [INFO] XNIO version 3.6.5.Final
  165. [INFO] XNIO NIO Implementation Version 3.6.5.Final
  166. [INFO] ELY00001: WildFly Elytron version 1.6.0.Final
  167. [INFO] ------------------------------------------------------------------------
  168. [INFO] Reactor Summary for stats-app 0.1.0:
  169. [INFO]
  170. [INFO] stats-app .......................................... SUCCESS [ 0.576 s]
  171. [INFO] stats-ejb .......................................... SUCCESS [ 2.263 s]
  172. [INFO] stats-web .......................................... SUCCESS [ 1.646 s]
  173. [INFO] stats-ws Maven Soap WS ............................. SUCCESS [ 0.127 s]
  174. [INFO] stats-ear .......................................... FAILURE [ 5.562 s]
  175. [INFO] stats client ....................................... SKIPPED
  176. [INFO] stats database client .............................. SKIPPED
  177. [INFO] ------------------------------------------------------------------------
  178. [INFO] BUILD FAILURE
  179. [INFO] ------------------------------------------------------------------------
  180. [INFO] Total time: 10.461 s
  181. [INFO] Finished at: 2022-11-04T12:05:48-06:00
  182. [INFO] ------------------------------------------------------------------------
  183. [ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:2.0.1.Final:deploy (default-cli) on project stats-ear: Failed to execute goal deploy: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.subunit.\"stats-ear.ear\".\"stats-ws.war\".undertow-deployment.UndertowDeploymentInfoService" => "Failed to start service
  184. [ERROR] Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodException: ec.ws.StatsWS.<init>()
  185. [ERROR] Caused by: java.lang.NoSuchMethodException: ec.ws.StatsWS.<init>()"}}}}
  186. [ERROR] -> [Help 1]
  187. [ERROR]
  188. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  189. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  190. [ERROR]
  191. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  192. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  193. [ERROR]
  194. [ERROR] After correcting the problems, you can resume the build with the command
  195. [ERROR] mvn <args> -rf :stats-ear
  196.  
  197. C:\enterprise\workspace\a3\stats-app>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement