Advertisement
Guest User

Spring Boot

a guest
Dec 10th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 12.57 KB | None | 0 0
  1.  mvn install
  2. [[1;34mINFO←[m] Scanning for projects...
  3. [[1;34mINFO←[m]
  4. [[1;34mINFO←[m][1m-------------<[0;36mcom.openwebinars:27_SpringBootFirstSample←[0;1m >--------------[m
  5. [[1;34mINFO←[m][1mBuilding 27_SpringBootFirstSample 0.0.1-SNAPSHOT←[m
  6. [[1;34mINFO←[m][1m--------------------------------[ jar ]---------------------------------[m
  7. [[1;34mINFO←[m]
  8. [[1;34mINFO←[m][1m---[0;32mmaven-resources-plugin:2.6:resources←[m ←[1m(default-resources)[m @ ←[36m27_SpringBootFirstSample←[0;1m ---[m
  9. [[1;34mINFO←[m] Using 'UTF-8' encoding to copy filtered resources.
  10. [[1;34mINFO←[m] Copying 0 resource
  11. [[1;34mINFO←[m] Copying 0 resource
  12. [[1;34mINFO←[m]
  13. [[1;34mINFO←[m][1m---[0;32mmaven-compiler-plugin:3.1:compile←[m ←[1m(default-compile)[m @ ←[36m27_SpringBootFirstSample←[0;1m ---[m
  14. [[1;34mINFO←[m] Changes detected - recompiling the module!
  15. [[1;34mINFO←[m] Compiling 1 source file to C:\Users\Alfredo\Downloads\27_SpringBootFirstSamplePrueba\target\classes
  16. [[1;33mWARNING←[m] error reading C:\Users\Alfredo\.m2\repository\org\springframework\boot\spring-boot\1.4.2.RELEASE\spring-boot-1.4.2.RELEASE.jar; invalid LOC
  17. header (bad signature)
  18. [[1;33mWARNING←[m] error reading C:\Users\Alfredo\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.4.2.RELEASE\spring-boot-autoconfigure-1.4
  19. .2.RELEASE.jar; invalid LOC header (bad signature)
  20. [[1;33mWARNING←[m] error reading C:\Users\Alfredo\.m2\repository\org\springframework\spring-core\4.3.4.RELEASE\spring-core-4.3.4.RELEASE.jar; invalid LOC heade
  21. r (bad signature)
  22. [[1;33mWARNING←[m] error reading C:\Users\Alfredo\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.6\tomcat-embed-core-8.5.6.jar; invalid LOC heade
  23. r (bad signature)
  24. [[1;33mWARNING←[m] error reading C:\Users\Alfredo\.m2\repository\org\hibernate\hibernate-validator\5.2.4.Final\hibernate-validator-5.2.4.Final.jar; invalid CEN
  25.  header (bad signature)
  26. [[1;33mWARNING←[m] error reading C:\Users\Alfredo\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.8.4\jackson-databind-2.8.4.jar; invalid LOC head
  27. er (bad signature)
  28. [[1;33mWARNING←[m] error reading C:\Users\Alfredo\.m2\repository\org\springframework\spring-web\4.3.4.RELEASE\spring-web-4.3.4.RELEASE.jar; invalid LOC header
  29. (bad signature)
  30. [[1;33mWARNING←[m] error reading C:\Users\Alfredo\.m2\repository\org\springframework\spring-aop\4.3.4.RELEASE\spring-aop-4.3.4.RELEASE.jar; invalid LOC header
  31. (bad signature)
  32. [[1;33mWARNING←[m] error reading C:\Users\Alfredo\.m2\repository\org\springframework\spring-beans\4.3.4.RELEASE\spring-beans-4.3.4.RELEASE.jar; invalid LOC hea
  33. der (bad signature)
  34. [[1;33mWARNING←[m] error reading C:\Users\Alfredo\.m2\repository\org\springframework\spring-context\4.3.4.RELEASE\spring-context-4.3.4.RELEASE.jar; invalid LOC
  35.  header (bad signature)
  36. [[1;33mWARNING←[m] error reading C:\Users\Alfredo\.m2\repository\org\springframework\spring-webmvc\4.3.4.RELEASE\spring-webmvc-4.3.4.RELEASE.jar; invalid LOC h
  37. eader (bad signature)
  38. [[1;33mWARNING←[m] error reading C:\Users\Alfredo\.m2\repository\org\springframework\spring-expression\4.3.4.RELEASE\spring-expression-4.3.4.RELEASE.jar; inval
  39. id LOC header (bad signature)
  40. [[1;34mINFO←[m]
  41. [[1;34mINFO←[m][1m---[0;32mmaven-resources-plugin:2.6:testResources←[m ←[1m(default-testResources)[m @ ←[36m27_SpringBootFirstSample←[0;1m ---[m
  42. [[1;34mINFO←[m] Using 'UTF-8' encoding to copy filtered resources.
  43. [[1;34mINFO←[m] skip non existing resourceDirectory C:\Users\Alfredo\Downloads\27_SpringBootFirstSamplePrueba\src\test\resources
  44. [[1;34mINFO←[m]
  45. [[1;34mINFO←[m][1m---[0;32mmaven-compiler-plugin:3.1:testCompile←[m ←[1m(default-testCompile)[m @ ←[36m27_SpringBootFirstSample←[0;1m ---[m
  46. [[1;34mINFO←[m] Nothing to compile - all classes are up to date
  47. [[1;34mINFO←[m]
  48. [[1;34mINFO←[m][1m---[0;32mmaven-surefire-plugin:2.18.1:test←[m ←[1m(default-test)[m @ ←[36m27_SpringBootFirstSample←[0;1m ---[m
  49. [[1;34mINFO←[m] No tests to run.
  50. [[1;34mINFO←[m]
  51. [[1;34mINFO←[m][1m---[0;32mmaven-jar-plugin:2.6:jar←[m ←[1m(default-jar)[m @ ←[36m27_SpringBootFirstSample←[0;1m ---[m
  52. [[1;34mINFO←[m] Building jar: C:\Users\Alfredo\Downloads\27_SpringBootFirstSamplePrueba\target\27_SpringBootFirstSample-0.0.1-SNAPSHOT.jar
  53. [[1;34mINFO←[m]
  54. [[1;34mINFO←[m][1m---[0;32mspring-boot-maven-plugin:1.4.2.RELEASE:repackage←[m ←[1m(default)[m @ ←[36m27_SpringBootFirstSample←[0;1m ---[m
  55. [[1;34mINFO←[m][1m------------------------------------------------------------------------[m
  56. [[1;34mINFO←[m][1;31mBUILD FAILURE←[m
  57. [[1;34mINFO←[m][1m------------------------------------------------------------------------[m
  58. [[1;34mINFO←[m] Total time: 10.147 s
  59. [[1;34mINFO←[m] Finished at: 2018-12-10T20:36:12+01:00
  60. [[1;34mINFO←[m][1m------------------------------------------------------------------------[m
  61. [[1;31mERROR←[m] Failed to execute goal ←[32morg.springframework.boot:spring-boot-maven-plugin:1.4.2.RELEASE:repackage←[m ←[1m(default)[m on project ←[36m27_S
  62. pringBootFirstSample←[m:[1;31mExecution default of goal org.springframework.boot:spring-boot-maven-plugin:1.4.2.RELEASE:repackage failed: A required class was
  63.  missing while executing org.springframework.boot:spring-boot-maven-plugin:1.4.2.RELEASE:repackage: org/springframework/asm/ClassVisitor←[m
  64. [[1;31mERROR←[m][1;31m-----------------------------------------------------[m
  65. [[1;31mERROR←[m][1;31mrealm =    plugin>org.springframework.boot:spring-boot-maven-plugin:1.4.2.RELEASE[m
  66. [[1;31mERROR←[m][1;31mstrategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy[m
  67. [[1;31mERROR←[m][1;31murls[0] = file:/C:/Users/Alfredo/.m2/repository/org/springframework/boot/spring-boot-maven-plugin/1.4.2.RELEASE/spring-boot-maven-plugi
  68. n-1.4.2.RELEASE.jar[m
  69. [[1;31mERROR←[m][1;31murls[1] = file:/C:/Users/Alfredo/.m2/repository/org/springframework/boot/spring-boot-loader-tools/1.4.2.RELEASE/spring-boot-loader-tool
  70. s-1.4.2.RELEASE.jar[m
  71. [[1;31mERROR←[m][1;31murls[2] = file:/C:/Users/Alfredo/.m2/repository/org/springframework/spring-core/4.3.4.RELEASE/spring-core-4.3.4.RELEASE.jar[m
  72. [[1;31mERROR←[m][1;31murls[3] = file:/C:/Users/Alfredo/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar[m
  73. [[1;31mERROR←[m][1;31murls[4] = file:/C:/Users/Alfredo/.m2/repository/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar[m
  74. [[1;31mERROR←[m][1;31murls[5] = file:/C:/Users/Alfredo/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar[m
  75. [[1;31mERROR←[m][1;31murls[6] = file:/C:/Users/Alfredo/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar[m
  76. [[1;31mERROR←[m][1;31murls[7] = file:/C:/Users/Alfredo/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar[m
  77. [[1;31mERROR←[m][1;31murls[8] = file:/C:/Users/Alfredo/.m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar[m
  78. [[1;31mERROR←[m][1;31murls[9] = file:/C:/Users/Alfredo/.m2/repository/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar[m
  79. [[1;31mERROR←[m][1;31murls[10] = file:/C:/Users/Alfredo/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar[m
  80. [[1;31mERROR←[m][1;31murls[11] = file:/C:/Users/Alfredo/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar[m
  81. [[1;31mERROR←[m][1;31murls[12] = file:/C:/Users/Alfredo/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
  82. [m
  83. [[1;31mERROR←[m][1;31murls[13] = file:/C:/Users/Alfredo/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.
  84. 5.5.jar[m
  85. [[1;31mERROR←[m][1;31murls[14] = file:/C:/Users/Alfredo/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar[m
  86. [[1;31mERROR←[m][1;31murls[15] = file:/C:/Users/Alfredo/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar[m
  87. [[1;31mERROR←[m][1;31murls[16] = file:/C:/Users/Alfredo/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filter
  88. s-1.4.jar[m
  89. [[1;31mERROR←[m][1;31murls[17] = file:/C:/Users/Alfredo/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar[m
  90. [[1;31mERROR←[m][1;31murls[18] = file:/C:/Users/Alfredo/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar[m
  91. [[1;31mERROR←[m][1;31murls[19] = file:/C:/Users/Alfredo/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar[m
  92. [[1;31mERROR←[m][1;31murls[20] = file:/C:/Users/Alfredo/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar[m
  93. [[1;31mERROR←[m][1;31murls[21] = file:/C:/Users/Alfredo/.m2/repository/junit/junit/4.12/junit-4.12.jar[m
  94. [[1;31mERROR←[m][1;31murls[22] = file:/C:/Users/Alfredo/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar[m
  95. [[1;31mERROR←[m][1;31murls[23] = file:/C:/Users/Alfredo/.m2/repository/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar[m
  96. [[1;31mERROR←[m][1;31murls[24] = file:/C:/Users/Alfredo/.m2/repository/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar[m
  97. [[1;31mERROR←[m][1;31murls[25] = file:/C:/Users/Alfredo/.m2/repository/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar[m
  98. [[1;31mERROR←[m][1;31murls[26] = file:/C:/Users/Alfredo/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar[m
  99. [[1;31mERROR←[m][1;31murls[27] = file:/C:/Users/Alfredo/.m2/repository/org/apache/maven/plugins/maven-shade-plugin/2.2/maven-shade-plugin-2.2.jar[m
  100. [[1;31mERROR←[m][1;31murls[28] = file:/C:/Users/Alfredo/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar[m
  101. [[1;31mERROR←[m][1;31murls[29] = file:/C:/Users/Alfredo/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar[m
  102. [[1;31mERROR←[m][1;31murls[30] = file:/C:/Users/Alfredo/.m2/repository/asm/asm/3.3.1/asm-3.3.1.jar[m
  103. [[1;31mERROR←[m][1;31murls[31] = file:/C:/Users/Alfredo/.m2/repository/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar[m
  104. [[1;31mERROR←[m][1;31murls[32] = file:/C:/Users/Alfredo/.m2/repository/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar[m
  105. [[1;31mERROR←[m][1;31murls[33] = file:/C:/Users/Alfredo/.m2/repository/org/jdom/jdom/1.1/jdom-1.1.jar[m
  106. [[1;31mERROR←[m][1;31murls[34] = file:/C:/Users/Alfredo/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar[m
  107. [[1;31mERROR←[m][1;31murls[35] = file:/C:/Users/Alfredo/.m2/repository/org/vafer/jdependency/0.7/jdependency-0.7.jar[m
  108. [[1;31mERROR←[m][1;31murls[36] = file:/C:/Users/Alfredo/.m2/repository/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar[m
  109. [[1;31mERROR←[m][1;31murls[37] = file:/C:/Users/Alfredo/.m2/repository/asm/asm-analysis/3.2/asm-analysis-3.2.jar[m
  110. [[1;31mERROR←[m][1;31murls[38] = file:/C:/Users/Alfredo/.m2/repository/asm/asm-util/3.2/asm-util-3.2.jar[m
  111. [[1;31mERROR←[m][1;31murls[39] = file:/C:/Users/Alfredo/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar[m
  112. [[1;31mERROR←[m][1;31mNumber of foreign imports: 1[m
  113. [[1;31mERROR←[m][1;31mimport: Entry[import from realm ClassRealm[maven.api, parent: null]][m
  114. [[1;31mERROR←[m][1;31m←[m
  115. [[1;31mERROR←[m][1;31m-----------------------------------------------------[m
  116. [[1;31mERROR←[m][1;31m←[m: org.springframework.asm.ClassVisitor
  117. [[1;31mERROR←[m] ->[1m[Help 1][m
  118. [[1;31mERROR←[m]
  119. [[1;31mERROR←[m] To see the full stack trace of the errors, re-run Maven with the ←[1m-e←[m switch.
  120. [[1;31mERROR←[m] Re-run Maven using the ←[1m-X←[m switch to enable full debug logging.
  121. [[1;31mERROR←[m]
  122. [[1;31mERROR←[m] For more information about the errors and possible solutions, please read the following articles:
  123. [[1;31mERROR←[m][1m[Help 1][m http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement