dpeter99

Untitled

May 12th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.74 KB | None | 0 0
  1. "C:\Program Files\Java\jdk-11.0.7\bin\java.exe" -Dmaven.multiModuleProjectDirectory=P:\java\_Vluv\recipe-hoarder-java\recipe-hoarder-fxml "-Dmaven.home=D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\plugins\maven\lib\maven3" "-Dclassworlds.conf=D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\plugins\maven\lib\maven3\bin\m2.conf" "-Dmaven.ext.class.path=D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\plugins\maven\lib\maven-event-listener.jar" "-javaagent:D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\lib\idea_rt.jar=57670:D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\bin" -Dfile.encoding=UTF-8 -classpath "D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\plugins\maven\lib\maven3\boot\plexus-classworlds-2.6.0.jar;D:\Program Files\JetBrains\IntelliJ IDEA 2019.2.4\plugins\maven\lib\maven3\boot\plexus-classworlds.license" org.codehaus.classworlds.Launcher -Didea.version2020.1.1 org.openjfx:javafx-maven-plugin:0.0.3:run
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] --------------------< com.vluv:recipe-hoarder-fxml >--------------------
  5. [INFO] Building recipe-hoarder-fxml 1.0-SNAPSHOT
  6. [INFO] --------------------------------[ jar ]---------------------------------
  7. [INFO]
  8. [INFO] --- javafx-maven-plugin:0.0.3:run (default-cli) @ recipe-hoarder-fxml ---
  9. Exception in Application start method
  10. java.lang.reflect.InvocationTargetException
  11. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  13. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  14. at java.base/java.lang.reflect.Method.invoke(Method.java:564)
  15. at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:464)
  16. at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:363)
  17. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  19. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.base/java.lang.reflect.Method.invoke(Method.java:564)
  21. at java.base/sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:1051)
  22. Caused by: java.lang.RuntimeException: Exception in Application start method
  23. at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:900)
  24. at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)
  25. at java.base/java.lang.Thread.run(Thread.java:832)
  26. Caused by: java.lang.NoClassDefFoundError: com/vluv/recipe_hoarder_core/database/Database
  27. at com.vluv.recipe_hoarder_fxml.App.start(App.java:23)
  28. at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:846)
  29. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:455)
  30. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
  31. at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
  32. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
  33. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
  34. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  35. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
  36. ... 1 more
  37. Caused by: java.lang.ClassNotFoundException: com.vluv.recipe_hoarder_core.database.Database
  38. at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:602)
  39. at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
  40. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
  41. ... 10 more
  42. Exception running application com.vluv.recipe_hoarder_fxml.App
  43. [ERROR] Command execution failed.
  44. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
  45. at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
  46. at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
  47. at org.openjfx.JavaFXBaseMojo.executeCommandLine (JavaFXBaseMojo.java:491)
  48. at org.openjfx.JavaFXBaseMojo.executeCommandLine (JavaFXBaseMojo.java:453)
  49. at org.openjfx.JavaFXRunMojo.execute (JavaFXRunMojo.java:97)
  50. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
  51. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
  52. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
  53. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
  54. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
  55. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
  56. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
  57. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
  58. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
  59. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
  60. at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
  61. at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
  62. at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
  63. at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
  64. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  65. at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  66. at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  67. at java.lang.reflect.Method.invoke (Method.java:566)
  68. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
  69. at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
  70. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
  71. at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
  72. at org.codehaus.classworlds.Launcher.main (Launcher.java:47)
  73. [INFO] ------------------------------------------------------------------------
  74. [INFO] BUILD FAILURE
  75. [INFO] ------------------------------------------------------------------------
  76. [INFO] Total time: 1.821 s
  77. [INFO] Finished at: 2020-05-12T16:49:46+02:00
  78. [INFO] ------------------------------------------------------------------------
  79. [ERROR] Failed to execute goal org.openjfx:javafx-maven-plugin:0.0.3:run (default-cli) on project recipe-hoarder-fxml: Error: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
  80. [ERROR]
  81. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  82. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  83. [ERROR]
  84. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  85. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
  86. at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
  87. at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
  88. at org.openjfx.JavaFXBaseMojo.executeCommandLine(JavaFXBaseMojo.java:491)
  89. at org.openjfx.JavaFXBaseMojo.executeCommandLine(JavaFXBaseMojo.java:453)
  90. at org.openjfx.JavaFXRunMojo.execute(JavaFXRunMojo.java:97)
  91. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
  92. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
  93. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
  94. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
  95. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
  96. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
  97. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
  98. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  99. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
  100. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
  101. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
  102. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
  103. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
  104. at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
  105. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  106. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  107. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  108. at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  109. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
  110. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
  111. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
  112. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
  113. at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
  114. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Add Comment
Please, Sign In to add comment