Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "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=59013: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
- [INFO] Scanning for projects...
- [INFO]
- [INFO] --------------------< com.vluv:recipe-hoarder-fxml >--------------------
- [INFO] Building recipe-hoarder-fxml 1.0-SNAPSHOT
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] --- javafx-maven-plugin:0.0.3:run (default-cli) @ recipe-hoarder-fxml ---
- Exception in Application start method
- java.lang.reflect.InvocationTargetException
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:564)
- at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:464)
- at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:363)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:564)
- at java.base/sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:1051)
- Caused by: java.lang.RuntimeException: Exception in Application start method
- at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:900)
- at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)
- at java.base/java.lang.Thread.run(Thread.java:832)
- Caused by: java.lang.NoClassDefFoundError: com/vluv/recipe_hoarder_core/database/Database
- at com.vluv.recipe_hoarder_fxml.App.start(App.java:23)
- at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:846)
- at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:455)
- at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
- at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
- at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
- at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
- at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
- ... 1 more
- Caused by: java.lang.ClassNotFoundException: com.vluv.recipe_hoarder_core.database.Database
- at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:602)
- at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
- ... 10 more
- Exception running application com.vluv.recipe_hoarder_fxml.App
- [ERROR] Command execution failed.
- org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
- at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
- at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
- at org.openjfx.JavaFXBaseMojo.executeCommandLine (JavaFXBaseMojo.java:491)
- at org.openjfx.JavaFXBaseMojo.executeCommandLine (JavaFXBaseMojo.java:453)
- at org.openjfx.JavaFXRunMojo.execute (JavaFXRunMojo.java:97)
- at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
- at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
- at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
- at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
- at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
- at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
- at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
- at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
- at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
- at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
- at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
- at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke (Method.java:566)
- at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
- at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
- at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
- at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
- at org.codehaus.classworlds.Launcher.main (Launcher.java:47)
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 2.248 s
- [INFO] Finished at: 2020-05-12T17:22:21+02:00
- [INFO] ------------------------------------------------------------------------
- [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]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
- org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
- at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
- at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
- at org.openjfx.JavaFXBaseMojo.executeCommandLine(JavaFXBaseMojo.java:491)
- at org.openjfx.JavaFXBaseMojo.executeCommandLine(JavaFXBaseMojo.java:453)
- at org.openjfx.JavaFXRunMojo.execute(JavaFXRunMojo.java:97)
- at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
- at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
- at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
- at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
- at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
- at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
- at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
- at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
- at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
- at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
- at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:566)
- at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
- at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
- at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
- at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
- at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
Add Comment
Please, Sign In to add comment