Advertisement
Guest User

wildfly-maven-plugin error

a guest
Mar 20th, 2014
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.22 KB | None | 0 0
  1. Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T14:37:52-03:00)
  2. Maven home: /home/felix/Downloads/apache-maven-3.2.1
  3. Java version: 1.7.0_51, vendor: Oracle Corporation
  4. Java home: /usr/lib/jvm/java-7-oracle/jre
  5. Default locale: pt_BR, platform encoding: UTF-8
  6. OS name: "linux", version: "3.8.0-35-generic", arch: "amd64", family: "unix"
  7. [INFO] Error stacktraces are turned on.
  8. [DEBUG] Reading global settings from /home/felix/Downloads/apache-maven-3.2.1/conf/settings.xml
  9. [DEBUG] Reading user settings from /home/felix/.m2/settings.xml
  10. [DEBUG] Using local repository at /home/felix/.m2/repository
  11. [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/felix/.m2/repository
  12. [INFO] Scanning for projects...
  13. [DEBUG] Extension realms for project org.hadros.xya-project:xya-project:pom:0.0.1-SNAPSHOT: (none)
  14. [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
  15. [DEBUG] Extension realms for project org.hadros.xya-project:xya-project-client:jar:0.0.1-SNAPSHOT: (none)
  16. [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
  17. [DEBUG] Extension realms for project org.hadros.xya-project:xya-project-example:jar:0.0.1-SNAPSHOT: (none)
  18. [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
  19. [DEBUG] Extension realms for project org.hadros.xya-project:xya-project-web:war:0.0.1-SNAPSHOT: (none)
  20. [DEBUG] Looking up lifecyle mappings for packaging war from ClassRealm[plexus.core, parent: null]
  21. [DEBUG] Extension realms for project org.hadros.xya-project:xya-project-jms:jar:0.0.1-SNAPSHOT: (none)
  22. [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
  23. [DEBUG] Extension realms for project org.hadros.xya-project:xya-project-ear:ear:0.0.1-SNAPSHOT: (none)
  24. [DEBUG] Looking up lifecyle mappings for packaging ear from ClassRealm[plexus.core, parent: null]
  25. [INFO] ------------------------------------------------------------------------
  26. [INFO] Reactor Build Order:
  27. [INFO]
  28. [INFO] xya-project
  29. [INFO] xya-project Client
  30. [INFO] xya-project Example
  31. [INFO] xya-project Web Application
  32. [INFO] Log Jms
  33. [INFO] Log Ear
  34. [DEBUG] === REACTOR BUILD PLAN ================================================
  35. [DEBUG] Project: org.hadros.xya-project:xya-project:pom:0.0.1-SNAPSHOT
  36. [DEBUG] Tasks: [clean, install]
  37. [DEBUG] Style: Regular
  38. [DEBUG] -----------------------------------------------------------------------
  39. [DEBUG] Project: org.hadros.xya-project:xya-project-client:jar:0.0.1-SNAPSHOT
  40. [DEBUG] Tasks: [clean, install]
  41. [DEBUG] Style: Regular
  42. [DEBUG] -----------------------------------------------------------------------
  43. [DEBUG] Project: org.hadros.xya-project:xya-project-example:jar:0.0.1-SNAPSHOT
  44. [DEBUG] Tasks: [clean, install]
  45. [DEBUG] Style: Regular
  46. [DEBUG] -----------------------------------------------------------------------
  47. [DEBUG] Project: org.hadros.xya-project:xya-project-web:war:0.0.1-SNAPSHOT
  48. [DEBUG] Tasks: [clean, install]
  49. [DEBUG] Style: Regular
  50. [DEBUG] -----------------------------------------------------------------------
  51. [DEBUG] Project: org.hadros.xya-project:xya-project-jms:jar:0.0.1-SNAPSHOT
  52. [DEBUG] Tasks: [clean, install]
  53. [DEBUG] Style: Regular
  54. [DEBUG] -----------------------------------------------------------------------
  55. [DEBUG] Project: org.hadros.xya-project:xya-project-ear:ear:0.0.1-SNAPSHOT
  56. [DEBUG] Tasks: [clean, install]
  57. [DEBUG] Style: Regular
  58. [DEBUG] =======================================================================
  59. [INFO]
  60. [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
  61. [INFO]
  62. [INFO] ------------------------------------------------------------------------
  63. [INFO] Building xya-project 0.0.1-SNAPSHOT
  64. [INFO] ------------------------------------------------------------------------
  65. [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
  66. [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
  67. [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
  68. [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
  69. [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
  70. [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
  71. [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
  72. [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
  73. [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
  74. [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
  75. [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
  76. [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
  77. [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
  78. [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
  79. [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
  80. [DEBUG] === PROJECT BUILD PLAN ================================================
  81. [DEBUG] Project: org.hadros.xya-project:xya-project:0.0.1-SNAPSHOT
  82. [DEBUG] Dependencies (collect): []
  83. [DEBUG] Dependencies (resolve): [runtime]
  84. [DEBUG] Repositories (dependencies): [central (http://repo.maven.apache.org/maven2, releases)]
  85. [DEBUG] Repositories (plugins) : [central (http://repo.maven.apache.org/maven2, releases)]
  86. [DEBUG] -----------------------------------------------------------------------
  87. [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
  88. [DEBUG] Style: Regular
  89. [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
  90. <configuration>
  91. <directory default-value="${project.build.directory}"/>
  92. <excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
  93. <failOnError default-value="true">${maven.clean.failOnError}</failOnError>
  94. <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
  95. <outputDirectory default-value="${project.build.outputDirectory}"/>
  96. <reportDirectory default-value="${project.reporting.outputDirectory}"/>
  97. <retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
  98. <skip default-value="false">${clean.skip}</skip>
  99. <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
  100. <verbose>${clean.verbose}</verbose>
  101. </configuration>
  102. [DEBUG] -----------------------------------------------------------------------
  103. [DEBUG] Goal: org.wildfly.plugins:wildfly-maven-plugin:1.0.1.Final:deploy-artifact (deploy-postgresql)
  104. [DEBUG] Style: Regular
  105. [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
  106. <configuration>
  107. <artifactId>postgresql</artifactId>
  108. <force default-value="true">${deploy.force}</force>
  109. <groupId>postgresql</groupId>
  110. <hostname default-value="localhost">${wildfly.hostname}</hostname>
  111. <id>${wildfly.id}</id>
  112. <name>postgresql.jar</name>
  113. <password>${wildfly.password}</password>
  114. <port default-value="9990">${wildfly.port}</port>
  115. <project default-value="${project}"/>
  116. <protocol>${wildfly.protocol}</protocol>
  117. <settings default-value="${settings}">${settings}</settings>
  118. <skip default-value="false"/>
  119. <username>${wildfly.username}</username>
  120. </configuration>
  121. [DEBUG] -----------------------------------------------------------------------
  122. [DEBUG] Goal: org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install)
  123. [DEBUG] Style: Regular
  124. [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
  125. <configuration>
  126. <artifact default-value="${project.artifact}"/>
  127. <attachedArtifacts default-value="${project.attachedArtifacts}"/>
  128. <createChecksum default-value="false">${createChecksum}</createChecksum>
  129. <localRepository>${localRepository}</localRepository>
  130. <packaging default-value="${project.packaging}"/>
  131. <pomFile default-value="${project.file}"/>
  132. <skip default-value="false">${maven.install.skip}</skip>
  133. <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
  134. </configuration>
  135. [DEBUG] -----------------------------------------------------------------------
  136. [DEBUG] Goal: org.wildfly.plugins:wildfly-maven-plugin:1.0.1.Final:add-resource (add-datasource)
  137. [DEBUG] Style: Regular
  138. [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
  139. <configuration>
  140. <address>subsystem=datasources</address>
  141. <force default-value="true">${add-resource.force}</force>
  142. <hostname default-value="localhost">${wildfly.hostname}</hostname>
  143. <id>${wildfly.id}</id>
  144. <password>${wildfly.password}</password>
  145. <port default-value="9990">${wildfly.port}</port>
  146. <protocol>${wildfly.protocol}</protocol>
  147. <resources>
  148. <resource>
  149. <address>xa-data-source=java:jboss/datasources/postgresDS</address>
  150. <properties>
  151. <xa-datasource-class>org.postgresql.xa.PGXADataSource</xa-datasource-class>
  152. <jndi-name>java:jboss/datasources/postgresDS</jndi-name>
  153. <enabled>true</enabled>
  154. <driver-name>postgresql.jar</driver-name>
  155. </properties>
  156. </resource>
  157. <resource>
  158. <address>xa-data-source=java:jboss/datasources/postgresDS,xa-datasource-properties=DatabaseName</address>
  159. <properties>
  160. <value>xya-projectdb</value>
  161. </properties>
  162. </resource>
  163. <resource>
  164. <address>xa-data-source=java:jboss/datasources/postgresDS,xa-datasource-properties=ServerName</address>
  165. <properties>
  166. <value>localhost</value>
  167. </properties>
  168. </resource>
  169. <resource>
  170. <address>xa-data-source=java:jboss/datasources/postgresDS,xa-datasource-properties=User</address>
  171. <properties>
  172. <value>xya-project</value>
  173. </properties>
  174. </resource>
  175. <resource>
  176. <address>xa-data-source=java:jboss/datasources/postgresDS,xa-datasource-properties=Password</address>
  177. <properties>
  178. <value>xya-project</value>
  179. </properties>
  180. </resource>
  181. </resources>
  182. <settings default-value="${settings}">${settings}</settings>
  183. <skip default-value="false"/>
  184. <username>${wildfly.username}</username>
  185. </configuration>
  186. [DEBUG] =======================================================================
  187. [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=2, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=1, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2, ConflictResolver.conflictItemCount=1, DefaultDependencyCollector.collectTime=6, DefaultDependencyCollector.transformTime=5}
  188. [DEBUG] org.hadros.xya-project:xya-project:pom:0.0.1-SNAPSHOT
  189. [DEBUG] postgresql:postgresql:jar:9.1-901.jdbc4:provided
  190. [INFO]
  191. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xya-project ---
  192. [DEBUG] Created new class realm maven.api
  193. [DEBUG] Importing foreign packages into class realm maven.api
  194. [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
  195. [DEBUG] Imported: org.eclipse.aether.impl < plexus.core
  196. [DEBUG] Imported: org.apache.maven.exception < plexus.core
  197. [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
  198. [DEBUG] Imported: org.eclipse.aether.version < plexus.core
  199. [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
  200. [DEBUG] Imported: org.eclipse.aether.collection < plexus.core
  201. [DEBUG] Imported: org.apache.maven.monitor < plexus.core
  202. [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
  203. [DEBUG] Imported: org.apache.maven.repository < plexus.core
  204. [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
  205. [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
  206. [DEBUG] Imported: org.apache.maven.profiles < plexus.core
  207. [DEBUG] Imported: org.apache.maven.classrealm < plexus.core
  208. [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
  209. [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
  210. [DEBUG] Imported: org.apache.maven.execution < plexus.core
  211. [DEBUG] Imported: org.apache.maven.reporting < plexus.core
  212. [DEBUG] Imported: org.apache.maven.usability < plexus.core
  213. [DEBUG] Imported: org.codehaus.plexus.container < plexus.core
  214. [DEBUG] Imported: org.codehaus.plexus.component < plexus.core
  215. [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
  216. [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
  217. [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
  218. [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
  219. [DEBUG] Imported: org.eclipse.aether.* < plexus.core
  220. [DEBUG] Imported: org.eclipse.aether.graph < plexus.core
  221. [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
  222. [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
  223. [DEBUG] Imported: org.eclipse.aether.repository < plexus.core
  224. [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
  225. [DEBUG] Imported: javax.inject.* < plexus.core
  226. [DEBUG] Imported: org.apache.maven.settings < plexus.core
  227. [DEBUG] Imported: org.codehaus.classworlds < plexus.core
  228. [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
  229. [DEBUG] Imported: org.apache.maven.toolchain < plexus.core
  230. [DEBUG] Imported: org.eclipse.aether.spi < plexus.core
  231. [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
  232. [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
  233. [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
  234. [DEBUG] Imported: org.apache.maven.configuration < plexus.core
  235. [DEBUG] Imported: org.apache.maven.cli < plexus.core
  236. [DEBUG] Imported: org.codehaus.plexus.context < plexus.core
  237. [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
  238. [DEBUG] Imported: org.apache.maven.project < plexus.core
  239. [DEBUG] Imported: org.eclipse.aether.installation < plexus.core
  240. [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
  241. [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
  242. [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
  243. [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
  244. [DEBUG] Imported: org.apache.maven.artifact < plexus.core
  245. [DEBUG] Imported: org.apache.maven.model < plexus.core
  246. [DEBUG] Imported: org.slf4j.* < plexus.core
  247. [DEBUG] Imported: javax.enterprise.inject.* < plexus.core
  248. [DEBUG] Imported: org.apache.maven.* < plexus.core
  249. [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
  250. [DEBUG] Imported: org.codehaus.plexus.* < plexus.core
  251. [DEBUG] Imported: org.apache.maven.plugin < plexus.core
  252. [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
  253. [DEBUG] Populating class realm maven.api
  254. [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=23, DefaultDependencyCollector.transformTime=0}
  255. [DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
  256. [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
  257. [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile
  258. [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
  259. [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
  260. [DEBUG] Imported: < maven.api
  261. [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
  262. [DEBUG] Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
  263. [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0
  264. [DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
  265. [DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@713c817]
  266. [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
  267. [DEBUG] (f) directory = /home/felix/workspaces/java/workspaceGastos/xya-project/target
  268. [DEBUG] (f) excludeDefaultDirectories = false
  269. [DEBUG] (f) failOnError = true
  270. [DEBUG] (f) followSymLinks = false
  271. [DEBUG] (f) outputDirectory = /home/felix/workspaces/java/workspaceGastos/xya-project/target/classes
  272. [DEBUG] (f) reportDirectory = /home/felix/workspaces/java/workspaceGastos/xya-project/target/site
  273. [DEBUG] (f) retryOnError = true
  274. [DEBUG] (f) skip = false
  275. [DEBUG] (f) testOutputDirectory = /home/felix/workspaces/java/workspaceGastos/xya-project/target/test-classes
  276. [DEBUG] -- end configuration --
  277. [DEBUG] Skipping non-existing directory /home/felix/workspaces/java/workspaceGastos/xya-project/target
  278. [DEBUG] Skipping non-existing directory /home/felix/workspaces/java/workspaceGastos/xya-project/target/classes
  279. [DEBUG] Skipping non-existing directory /home/felix/workspaces/java/workspaceGastos/xya-project/target/test-classes
  280. [DEBUG] Skipping non-existing directory /home/felix/workspaces/java/workspaceGastos/xya-project/target/site
  281. [INFO]
  282. [INFO] --- wildfly-maven-plugin:1.0.1.Final:deploy-artifact (deploy-postgresql) @ xya-project ---
  283. [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=124, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=48, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=11, ConflictResolver.conflictItemCount=103, DefaultDependencyCollector.collectTime=363, DefaultDependencyCollector.transformTime=13}
  284. [DEBUG] org.wildfly.plugins:wildfly-maven-plugin:jar:1.0.1.Final:
  285. [DEBUG] org.apache.commons:commons-compress:jar:1.5:compile
  286. [DEBUG] org.tukaani:xz:jar:1.2:compile
  287. [DEBUG] org.apache.maven:maven-core:jar:3.0.5:compile
  288. [DEBUG] org.apache.maven:maven-model:jar:3.0.5:compile
  289. [DEBUG] org.apache.maven:maven-settings:jar:3.0.5:compile
  290. [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0.5:compile
  291. [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0.5:compile
  292. [DEBUG] org.apache.maven:maven-artifact:jar:3.0.5:compile
  293. [DEBUG] org.apache.maven:maven-model-builder:jar:3.0.5:compile
  294. [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0.5:compile
  295. [DEBUG] org.sonatype.aether:aether-spi:jar:1.13.1:compile
  296. [DEBUG] org.sonatype.aether:aether-impl:jar:1.13.1:compile
  297. [DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile
  298. [DEBUG] org.sonatype.aether:aether-util:jar:1.13.1:compile
  299. [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0:compile
  300. [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:2.3.0:compile
  301. [DEBUG] org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile
  302. [DEBUG] org.sonatype.sisu:sisu-guava:jar:0.9.9:compile
  303. [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
  304. [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
  305. [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
  306. [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
  307. [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
  308. [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0.5:compile
  309. [DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2:compile
  310. [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.10:compile
  311. [DEBUG] org.wildfly:wildfly-cli:jar:8.0.0.Final:compile
  312. [DEBUG] org.jboss.aesh:aesh:jar:0.33.11:compile
  313. [DEBUG] org.fusesource.jansi:jansi:jar:1.9:compile
  314. [DEBUG] org.jboss:staxmapper:jar:1.1.0.Final:compile
  315. [DEBUG] org.wildfly.security:wildfly-security-manager:jar:1.0.0.Final:compile
  316. [DEBUG] org.jboss.logging:jboss-logging:jar:3.1.4.GA:compile
  317. [DEBUG] org.jboss.sasl:jboss-sasl:jar:1.0.4.Final:compile
  318. [DEBUG] org.jboss.remoting:jboss-remoting:jar:4.0.0.Final:compile
  319. [DEBUG] org.jboss.remotingjmx:remoting-jmx:jar:2.0.0.Final:compile
  320. [DEBUG] org.jboss.marshalling:jboss-marshalling:jar:1.4.2.Final:compile
  321. [DEBUG] org.jboss.marshalling:jboss-marshalling-river:jar:1.4.2.Final:compile
  322. [DEBUG] org.jboss:jboss-vfs:jar:3.2.2.Final:compile
  323. [DEBUG] org.picketbox:picketbox:jar:4.0.20.Final:compile
  324. [DEBUG] sun.jdk:jconsole:jar:jdk:system
  325. [DEBUG] org.wildfly:wildfly-build-config:jar:8.0.0.Final:compile
  326. [DEBUG] org.wildfly:wildfly-controller-client:jar:8.0.0.Final:compile
  327. [DEBUG] org.jboss:jboss-dmr:jar:1.2.0.Final:compile
  328. [DEBUG] org.jboss.threads:jboss-threads:jar:2.1.1.Final:compile
  329. [DEBUG] org.wildfly:wildfly-protocol:jar:8.0.0.Final:compile
  330. [DEBUG] org.jboss.xnio:xnio-api:jar:3.2.0.Final:compile
  331. [DEBUG] org.jboss.xnio:xnio-nio:jar:3.2.0.Final:compile
  332. [DEBUG] Created new class realm plugin>org.wildfly.plugins:wildfly-maven-plugin:1.0.1.Final
  333. [DEBUG] Importing foreign packages into class realm plugin>org.wildfly.plugins:wildfly-maven-plugin:1.0.1.Final
  334. [DEBUG] Imported: < maven.api
  335. [DEBUG] Populating class realm plugin>org.wildfly.plugins:wildfly-maven-plugin:1.0.1.Final
  336. [DEBUG] Included: org.wildfly.plugins:wildfly-maven-plugin:jar:1.0.1.Final
  337. [DEBUG] Included: org.apache.commons:commons-compress:jar:1.5
  338. [DEBUG] Included: org.tukaani:xz:jar:1.2
  339. [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.13.1
  340. [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:2.3.0
  341. [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0
  342. [DEBUG] Included: org.sonatype.sisu:sisu-guava:jar:0.9.9
  343. [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
  344. [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
  345. [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
  346. [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
  347. [DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2
  348. [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.10
  349. [DEBUG] Included: org.wildfly:wildfly-cli:jar:8.0.0.Final
  350. [DEBUG] Included: org.jboss.aesh:aesh:jar:0.33.11
  351. [DEBUG] Included: org.fusesource.jansi:jansi:jar:1.9
  352. [DEBUG] Included: org.jboss:staxmapper:jar:1.1.0.Final
  353. [DEBUG] Included: org.wildfly.security:wildfly-security-manager:jar:1.0.0.Final
  354. [DEBUG] Included: org.jboss.logging:jboss-logging:jar:3.1.4.GA
  355. [DEBUG] Included: org.jboss.sasl:jboss-sasl:jar:1.0.4.Final
  356. [DEBUG] Included: org.jboss.remoting:jboss-remoting:jar:4.0.0.Final
  357. [DEBUG] Included: org.jboss.remotingjmx:remoting-jmx:jar:2.0.0.Final
  358. [DEBUG] Included: org.jboss.marshalling:jboss-marshalling:jar:1.4.2.Final
  359. [DEBUG] Included: org.jboss.marshalling:jboss-marshalling-river:jar:1.4.2.Final
  360. [DEBUG] Included: org.jboss:jboss-vfs:jar:3.2.2.Final
  361. [DEBUG] Included: org.picketbox:picketbox:jar:4.0.20.Final
  362. [DEBUG] Included: sun.jdk:jconsole:jar:jdk
  363. [DEBUG] Included: org.wildfly:wildfly-build-config:jar:8.0.0.Final
  364. [DEBUG] Included: org.wildfly:wildfly-controller-client:jar:8.0.0.Final
  365. [DEBUG] Included: org.jboss:jboss-dmr:jar:1.2.0.Final
  366. [DEBUG] Included: org.jboss.threads:jboss-threads:jar:2.1.1.Final
  367. [DEBUG] Included: org.wildfly:wildfly-protocol:jar:8.0.0.Final
  368. [DEBUG] Included: org.jboss.xnio:xnio-api:jar:3.2.0.Final
  369. [DEBUG] Included: org.jboss.xnio:xnio-nio:jar:3.2.0.Final
  370. [DEBUG] Excluded: org.apache.maven:maven-core:jar:3.0.5
  371. [DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0.5
  372. [DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0.5
  373. [DEBUG] Excluded: org.apache.maven:maven-settings-builder:jar:3.0.5
  374. [DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:3.0.5
  375. [DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0.5
  376. [DEBUG] Excluded: org.apache.maven:maven-model-builder:jar:3.0.5
  377. [DEBUG] Excluded: org.apache.maven:maven-aether-provider:jar:3.0.5
  378. [DEBUG] Excluded: org.sonatype.aether:aether-spi:jar:1.13.1
  379. [DEBUG] Excluded: org.sonatype.aether:aether-impl:jar:1.13.1
  380. [DEBUG] Excluded: org.sonatype.aether:aether-api:jar:1.13.1
  381. [DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0
  382. [DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.4
  383. [DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:3.0.5
  384. [DEBUG] Configuring mojo org.wildfly.plugins:wildfly-maven-plugin:1.0.1.Final:deploy-artifact from plugin realm ClassRealm[plugin>org.wildfly.plugins:wildfly-maven-plugin:1.0.1.Final, parent: sun.misc.Launcher$AppClassLoader@713c817]
  385. [DEBUG] Configuring mojo 'org.wildfly.plugins:wildfly-maven-plugin:1.0.1.Final:deploy-artifact' with basic configurator -->
  386. [DEBUG] (f) artifactId = postgresql
  387. [DEBUG] (f) force = true
  388. [DEBUG] (f) groupId = postgresql
  389. [DEBUG] (f) hostname = localhost
  390. [DEBUG] (f) name = postgresql.jar
  391. [DEBUG] (f) port = 9990
  392. [DEBUG] (f) project = MavenProject: org.hadros.xya-project:xya-project:0.0.1-SNAPSHOT @ /home/felix/workspaces/java/workspaceGastos/xya-project/pom.xml
  393. [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@38a10fbf
  394. [DEBUG] (f) skip = false
  395. [DEBUG] -- end configuration --
  396. [DEBUG] No <id> element was found in the POM - Getting credentials from CLI entry
  397. [DEBUG] Executing deployment
  398. [INFO]
  399. [INFO] --- maven-install-plugin:2.4:install (default-install) @ xya-project ---
  400. [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=38, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=15, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=35, DefaultDependencyCollector.collectTime=34, DefaultDependencyCollector.transformTime=2}
  401. [DEBUG] org.apache.maven.plugins:maven-install-plugin:jar:2.4:
  402. [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
  403. [DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
  404. [DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
  405. [DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
  406. [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
  407. [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
  408. [DEBUG] junit:junit:jar:3.8.1:compile
  409. [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
  410. [DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
  411. [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
  412. [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
  413. [DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
  414. [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.5:compile
  415. [DEBUG] org.codehaus.plexus:plexus-digest:jar:1.0:compile
  416. [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4
  417. [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4
  418. [DEBUG] Imported: < maven.api
  419. [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4
  420. [DEBUG] Included: org.apache.maven.plugins:maven-install-plugin:jar:2.4
  421. [DEBUG] Included: junit:junit:jar:3.8.1
  422. [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.5
  423. [DEBUG] Included: org.codehaus.plexus:plexus-digest:jar:1.0
  424. [DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
  425. [DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.6
  426. [DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6
  427. [DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.6
  428. [DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
  429. [DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
  430. [DEBUG] Excluded: classworlds:classworlds:jar:1.1-alpha-2
  431. [DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.6
  432. [DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
  433. [DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
  434. [DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.6
  435. [DEBUG] Configuring mojo org.apache.maven.plugins:maven-install-plugin:2.4:install from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-install-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@713c817]
  436. [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-install-plugin:2.4:install' with basic configurator -->
  437. [DEBUG] (f) artifact = org.hadros.xya-project:xya-project:pom:0.0.1-SNAPSHOT
  438. [DEBUG] (f) attachedArtifacts = []
  439. [DEBUG] (f) createChecksum = false
  440. [DEBUG] (f) localRepository = id: local
  441. url: file:///home/felix/.m2/repository/
  442. layout: default
  443. snapshots: [enabled => true, update => always]
  444. releases: [enabled => true, update => always]
  445.  
  446. [DEBUG] (f) packaging = pom
  447. [DEBUG] (f) pomFile = /home/felix/workspaces/java/workspaceGastos/xya-project/pom.xml
  448. [DEBUG] (s) skip = false
  449. [DEBUG] (f) updateReleaseInfo = false
  450. [DEBUG] -- end configuration --
  451. [INFO] Installing /home/felix/workspaces/java/workspaceGastos/xya-project/pom.xml to /home/felix/.m2/repository/org/hadros/xya-project/xya-project/0.0.1-SNAPSHOT/xya-project-0.0.1-SNAPSHOT.pom
  452. [DEBUG] Writing tracking file /home/felix/.m2/repository/org/hadros/xya-project/xya-project/0.0.1-SNAPSHOT/_remote.repositories
  453. [DEBUG] Installing org.hadros.xya-project:xya-project:0.0.1-SNAPSHOT/maven-metadata.xml to /home/felix/.m2/repository/org/hadros/xya-project/xya-project/0.0.1-SNAPSHOT/maven-metadata-local.xml
  454. [DEBUG] Installing org.hadros.xya-project:xya-project/maven-metadata.xml to /home/felix/.m2/repository/org/hadros/xya-project/xya-project/maven-metadata-local.xml
  455. [INFO]
  456. [INFO] --- wildfly-maven-plugin:1.0.1.Final:add-resource (add-datasource) @ xya-project ---
  457. [DEBUG] Configuring mojo org.wildfly.plugins:wildfly-maven-plugin:1.0.1.Final:add-resource from plugin realm ClassRealm[plugin>org.wildfly.plugins:wildfly-maven-plugin:1.0.1.Final, parent: sun.misc.Launcher$AppClassLoader@713c817]
  458. [DEBUG] Configuring mojo 'org.wildfly.plugins:wildfly-maven-plugin:1.0.1.Final:add-resource' with basic configurator -->
  459. [DEBUG] (f) address = subsystem=datasources
  460. [DEBUG] (f) force = true
  461. [DEBUG] (f) hostname = localhost
  462. [DEBUG] (f) port = 9990
  463. [DEBUG] (f) address = xa-data-source=java:jboss/datasources/postgresDS
  464. [DEBUG] (f) properties = {driver-name=postgresql.jar, enabled=true, jndi-name=java:jboss/datasources/postgresDS, xa-datasource-class=org.postgresql.xa.PGXADataSource}
  465. [DEBUG] (f) address = xa-data-source=java:jboss/datasources/postgresDS,xa-datasource-properties=DatabaseName
  466. [DEBUG] (f) properties = {value=xya-projectdb}
  467. [DEBUG] (f) address = xa-data-source=java:jboss/datasources/postgresDS,xa-datasource-properties=ServerName
  468. [DEBUG] (f) properties = {value=localhost}
  469. [DEBUG] (f) address = xa-data-source=java:jboss/datasources/postgresDS,xa-datasource-properties=User
  470. [DEBUG] (f) properties = {value=xya-project}
  471. [DEBUG] (f) address = xa-data-source=java:jboss/datasources/postgresDS,xa-datasource-properties=Password
  472. [DEBUG] (f) properties = {value=xya-project}
  473. [DEBUG] (f) resources = [org.wildfly.plugin.deployment.resource.Resource@4fb33717, org.wildfly.plugin.deployment.resource.Resource@7ee5efe1, org.wildfly.plugin.deployment.resource.Resource@29e7dddd, org.wildfly.plugin.deployment.resource.Resource@3596eda9, org.wildfly.plugin.deployment.resource.Resource@47cd0dbb]
  474. [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@38a10fbf
  475. [DEBUG] (f) skip = false
  476. [DEBUG] -- end configuration --
  477. [INFO] Executing goal add-resource on server localhost (127.0.0.1) port 9990.
  478. [DEBUG] No <id> element was found in the POM - Getting credentials from CLI entry
  479. [INFO] ------------------------------------------------------------------------
  480. [INFO] Reactor Summary:
  481. [INFO]
  482. [INFO] xya-project .............................................. FAILURE [ 1.357 s]
  483. [INFO] xya-project Client ....................................... SKIPPED
  484. [INFO] xya-project Example ...................................... SKIPPED
  485. [INFO] xya-project Web Application .............................. SKIPPED
  486. [INFO] Log Jms ........................................... SKIPPED
  487. [INFO] Log Ear ........................................... SKIPPED
  488. [INFO] ------------------------------------------------------------------------
  489. [INFO] BUILD FAILURE
  490. [INFO] ------------------------------------------------------------------------
  491. [INFO] Total time: 1.488 s
  492. [INFO] Finished at: 2014-03-20T09:05:10-03:00
  493. [INFO] Final Memory: 11M/204M
  494. [INFO] ------------------------------------------------------------------------
  495. [ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.0.1.Final:add-resource (add-datasource) on project xya-project: Could not execute goal add-resource. Reason: null: IllegalArgumentException -> [Help 1]
  496. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.0.1.Final:add-resource (add-datasource) on project xya-project: Could not execute goal add-resource. Reason: null
  497. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
  498. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  499. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  500. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
  501. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
  502. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  503. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
  504. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
  505. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
  506. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
  507. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
  508. at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
  509. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  510. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  511. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  512. at java.lang.reflect.Method.invoke(Method.java:606)
  513. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  514. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  515. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  516. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  517. Caused by: org.apache.maven.plugin.MojoExecutionException: Could not execute goal add-resource. Reason: null
  518. at org.wildfly.plugin.deployment.resource.AddResourceMojo.execute(AddResourceMojo.java:118)
  519. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
  520. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
  521. ... 19 more
  522. Caused by: java.lang.IllegalArgumentException
  523. at org.jboss.dmr.ModelValue.asList(ModelValue.java:132)
  524. at org.jboss.dmr.ModelNode.asList(ModelNode.java:1302)
  525. at org.wildfly.plugin.deployment.resource.AddResourceMojo.resourceExists(AddResourceMojo.java:258)
  526. at org.wildfly.plugin.deployment.resource.AddResourceMojo.addCompositeResource(AddResourceMojo.java:180)
  527. at org.wildfly.plugin.deployment.resource.AddResourceMojo.processResources(AddResourceMojo.java:148)
  528. at org.wildfly.plugin.deployment.resource.AddResourceMojo.execute(AddResourceMojo.java:112)
  529. ... 21 more
  530. [ERROR]
  531. [ERROR]
  532. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  533. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement