rohankanojia

Untitled

Dec 12th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.79 KB | None | 0 0
  1. [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fabric8-maven-sample-zero-config ---
  2. [INFO] [INFO]
  3. [INFO] [INFO] --- fabric8-maven-plugin:4.0-SNAPSHOT:resource (default-cli) @ fabric8-maven-sample-zero-config ---
  4. [INFO] [INFO] F8: Running in OpenShift mode
  5. [INFO] [INFO] ------------------------------------------------------------------------
  6. [INFO] [INFO] BUILD FAILURE
  7. [INFO] [INFO] ------------------------------------------------------------------------
  8. [INFO] [INFO] Total time: 1.662 s
  9. [INFO] [INFO] Finished at: 2018-12-12T14:11:06+05:30
  10. [INFO] [INFO] ------------------------------------------------------------------------
  11. [INFO] [ERROR] Failed to execute goal io.fabric8:fabric8-maven-plugin:4.0-SNAPSHOT:resource (default-cli) on project fabric8-maven-sample-zero-config: Execution default-cli of goal io.fabric8:fabric8-maven-plugin:4.0-SNAPSHOT:resource failed. NullPointerException -> [Help 1]
  12. [INFO] [ERROR]
  13. [INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  14. [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  15. [INFO] [ERROR]
  16. [INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
  17. [INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
  18. [INFO] ..FAILED (6.9 s)
  19. [INFO] The build exited with code 1. See /home/Rohaan/work/repos/fabric8-maven-plugin/it/target/it/simple-with-route-flag-false/build.log for details.
  20. [INFO] -------------------------------------------------
  21. [INFO] Build Summary:
  22. [INFO] Passed: 0, Failed: 1, Errors: 0, Skipped: 0
  23. [INFO] -------------------------------------------------
  24. [ERROR] The following builds failed:
  25. [ERROR] * simple-with-route-flag-false/pom.xml
  26. [INFO] -------------------------------------------------
  27. [INFO] ------------------------------------------------------------------------
  28. [INFO] BUILD FAILURE
  29. [INFO] ------------------------------------------------------------------------
  30. [INFO] Total time: 9.978 s
  31. [INFO] Finished at: 2018-12-12T14:11:06+05:30
  32. [INFO] ------------------------------------------------------------------------
  33. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:2.0.0:run (integration-tests) on project fabric8-maven-it: 1 build failed. See console output above for details. -> [Help 1]
  34. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:2.0.0:run (integration-tests) on project fabric8-maven-it: 1 build failed. See console output above for details.
  35. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
  36. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
  37. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
  38. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
  39. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
  40. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
  41. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
  42. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
  43. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
  44. at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
  45. at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
  46. at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
  47. at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  51. at java.lang.reflect.Method.invoke (Method.java:498)
  52. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
  53. at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
  54. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
  55. at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
  56. Caused by: org.apache.maven.plugin.MojoFailureException: 1 build failed. See console output above for details.
  57. at org.apache.maven.plugin.invoker.InvokerSession.handleFailures (InvokerSession.java:258)
  58. at org.apache.maven.plugin.invoker.InvokerMojo.processResults (InvokerMojo.java:69)
  59. at org.apache.maven.plugin.invoker.AbstractInvokerMojo.execute (AbstractInvokerMojo.java:741)
  60. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
  61. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
  62. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
  63. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
  64. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
  65. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
  66. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
  67. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
  68. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
  69. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
  70. at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
  71. at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
  72. at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
  73. at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  77. at java.lang.reflect.Method.invoke (Method.java:498)
  78. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
  79. at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
  80. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
  81. at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
  82. [ERROR]
  83. [ERROR]
  84. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  85. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Add Comment
Please, Sign In to add comment