Advertisement
BoberDiversant

Untitled

Feb 23rd, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [INFO] BUILD FAILURE
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Total time: 9.659 s
  4. [INFO] Finished at: 2019-02-23T15:23:29+07:00
  5. [INFO] Final Memory: 23M/452M
  6. [INFO] ------------------------------------------------------------------------
  7. [ERROR] Failed to execute goal tech.ivoice.apps:deploy-plugin:0.0.1-SNAPSHOT:deploy (deploy-to-server) on project webtaxi: Execution deploy-to-server of goal tech.ivoice.apps:deploy-plugin:0.0.1-SNAPSHOT:deploy failed: Http server return error code: 404 -> [Help 1]
  8. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal tech.ivoice.apps:deploy-plugin:0.0.1-SNAPSHOT:deploy (deploy-to-server) on project webtaxi: Execution deploy-to-server of goal tech.ivoice.apps:deploy-plugin:0.0.1-SNAPSHOT:deploy failed: Http server return error code: 404
  9.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
  10.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
  11.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
  12.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
  13.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
  14.     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
  15.     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
  16.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
  17.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
  18.     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
  19.     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
  20.     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
  21.     at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
  22.     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  23.     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  24.     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  25.     at java.lang.reflect.Method.invoke (Method.java:498)
  26.     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
  27.     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
  28.     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
  29.     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
  30. Caused by: org.apache.maven.plugin.PluginExecutionException: Execution deploy-to-server of goal tech.ivoice.apps:deploy-plugin:0.0.1-SNAPSHOT:deploy failed: Http server return error code: 404
  31.     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:145)
  32.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
  33.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
  34.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
  35.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
  36.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
  37.     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
  38.     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
  39.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
  40.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
  41.     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
  42.     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
  43.     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
  44.     at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
  45.     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  46.     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  47.     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  48.     at java.lang.reflect.Method.invoke (Method.java:498)
  49.     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
  50.     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
  51.     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
  52.     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
  53. Caused by: java.lang.RuntimeException: Http server return error code: 404
  54.     at tech.ivoice.apps.maven.deploy.DeployMojo.uploadFile (DeployMojo.java:48)
  55.     at tech.ivoice.apps.maven.deploy.DeployMojo.execute (DeployMojo.java:75)
  56.     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:134)
  57.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
  58.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
  59.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
  60.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
  61.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
  62.     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
  63.     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
  64.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
  65.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
  66.     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
  67.     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
  68.     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
  69.     at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
  70.     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  71.     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  72.     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  73.     at java.lang.reflect.Method.invoke (Method.java:498)
  74.     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
  75.     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
  76.     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
  77.     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
  78. [ERROR]
  79. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  80. [ERROR]
  81. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  82. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
  83. bobrovozk@bobrovozka-VPCEH1Z1R:~/IdeaProjects/web-taxi$ mvn deploy -P install-testing-tel -DskipTests -e
  84. [INFO] Error stacktraces are turned on.
  85. [INFO] Scanning for projects...
  86. [WARNING]
  87. [WARNING] Some problems were encountered while building the effective model for tech.ivoice.apps:webtaxi:jar:0.0.1-SNAPSHOT
  88. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ tech.ivoice.apps:apps-parent:0.0.1-SNAPSHOT, /home/bobrovozk/.m2/repository/tech/ivoice/apps/apps-parent/0.0.1-SNAPSHOT/apps-parent-0.0.1-SNAPSHOT.pom, line 85, column 21
  89. [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ tech.ivoice.apps:webtaxi:[unknown-version], /home/bobrovozk/IdeaProjects/web-taxi/pom.xml, line 176, column 21
  90. [WARNING]
  91. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  92. [WARNING]
  93. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  94. [WARNING]
  95. [INFO]
  96. [INFO] ------------------------------------------------------------------------
  97. [INFO] Building webtaxi 0.0.1-SNAPSHOT
  98. [INFO] ------------------------------------------------------------------------
  99. [INFO]
  100. [INFO] --- lombok-maven-plugin:1.18.6.0:delombok (delombok) @ webtaxi ---
  101. [WARNING] Skipping Delombok; no source to process.
  102. [INFO]
  103. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ webtaxi ---
  104. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  105. [INFO] skip non existing resourceDirectory /home/bobrovozk/IdeaProjects/web-taxi/src/main/resources
  106. [INFO]
  107. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ webtaxi ---
  108. [INFO] Nothing to compile - all classes are up to date
  109. [INFO]
  110. [INFO] --- lombok-maven-plugin:1.18.6.0:testDelombok (test-delombok) @ webtaxi ---
  111. [WARNING] Skipping Test Delombok; no source to process.
  112. [INFO]
  113. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ webtaxi ---
  114. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  115. [INFO] Copying 1 resource
  116. [INFO]
  117. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ webtaxi ---
  118. [INFO] Nothing to compile - all classes are up to date
  119. [INFO]
  120. [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ webtaxi ---
  121. [INFO] Tests are skipped.
  122. [INFO]
  123. [INFO] --- maven-bundle-plugin:4.1.0:bundle (bundle-manifest) @ webtaxi ---
  124. [WARNING] Bundle tech.ivoice.apps:webtaxi:jar:0.0.1-SNAPSHOT : Unused Import-Package instructions: [com.typesafe.config.*, scala.*, tech.ivoice.platform.fsm.*, tech.ivoice.platform.extension.*]
  125. [INFO]
  126. [INFO] --- maven-install-plugin:2.4:install (default-install) @ webtaxi ---
  127. [INFO] Installing /home/bobrovozk/IdeaProjects/web-taxi/target/webtaxi.jar to /home/bobrovozk/.m2/repository/tech/ivoice/apps/webtaxi/0.0.1-SNAPSHOT/webtaxi-0.0.1-SNAPSHOT.jar
  128. [INFO] Installing /home/bobrovozk/IdeaProjects/web-taxi/pom.xml to /home/bobrovozk/.m2/repository/tech/ivoice/apps/webtaxi/0.0.1-SNAPSHOT/webtaxi-0.0.1-SNAPSHOT.pom
  129. [INFO]
  130. [INFO] --- deploy-plugin:0.0.1-SNAPSHOT:deploy (deploy-to-server) @ webtaxi ---
  131. [INFO] ------------------------------------------------------------------------
  132. [INFO] BUILD FAILURE
  133. [INFO] ------------------------------------------------------------------------
  134. [INFO] Total time: 11.591 s
  135. [INFO] Finished at: 2019-02-23T15:24:11+07:00
  136. [INFO] Final Memory: 22M/415M
  137. [INFO] ------------------------------------------------------------------------
  138. [ERROR] Failed to execute goal tech.ivoice.apps:deploy-plugin:0.0.1-SNAPSHOT:deploy (deploy-to-server) on project webtaxi: Execution deploy-to-server of goal tech.ivoice.apps:deploy-plugin:0.0.1-SNAPSHOT:deploy failed: Http server return error code: 404 -> [Help 1]
  139. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal tech.ivoice.apps:deploy-plugin:0.0.1-SNAPSHOT:deploy (deploy-to-server) on project webtaxi: Execution deploy-to-server of goal tech.ivoice.apps:deploy-plugin:0.0.1-SNAPSHOT:deploy failed: Http server return error code: 404
  140.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
  141.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
  142.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
  143.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
  144.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
  145.     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
  146.     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
  147.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
  148.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
  149.     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
  150.     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
  151.     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
  152.     at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
  153.     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  154.     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  155.     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  156.     at java.lang.reflect.Method.invoke (Method.java:498)
  157.     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
  158.     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
  159.     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
  160.     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
  161. Caused by: org.apache.maven.plugin.PluginExecutionException: Execution deploy-to-server of goal tech.ivoice.apps:deploy-plugin:0.0.1-SNAPSHOT:deploy failed: Http server return error code: 404
  162.     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:145)
  163.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
  164.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
  165.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
  166.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
  167.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
  168.     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
  169.     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
  170.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
  171.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
  172.     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
  173.     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
  174.     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
  175.     at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
  176.     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  177.     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  178.     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  179.     at java.lang.reflect.Method.invoke (Method.java:498)
  180.     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
  181.     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
  182.     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
  183.     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
  184. Caused by: java.lang.RuntimeException: Http server return error code: 404
  185.     at tech.ivoice.apps.maven.deploy.DeployMojo.uploadFile (DeployMojo.java:48)
  186.     at tech.ivoice.apps.maven.deploy.DeployMojo.execute (DeployMojo.java:75)
  187.     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:134)
  188.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
  189.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
  190.     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
  191.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
  192.     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
  193.     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
  194.     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
  195.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
  196.     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
  197.     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
  198.     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
  199.     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
  200.     at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
  201.     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  202.     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  203.     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  204.     at java.lang.reflect.Method.invoke (Method.java:498)
  205.     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
  206.     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
  207.     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
  208.     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
  209. [ERROR]
  210. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  211. [ERROR]
  212. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  213. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement