Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:java (default-cli) on project maxtex: An exception occured while executing the Java class. Exception in Application start method: Can't find bundle for base name langsupport.LangBundle, locale en -> [Help 1]
  2. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:java (default-cli) on project maxtex: An exception occured while executing the Java class. Exception in Application start method
  3. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
  4. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  5. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  6. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  7. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  8. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  9. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  10. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  11. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  12. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  13. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  14. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  15. at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  16. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  18. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  20. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  21. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  22. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  23. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  24. at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
  25. Caused by: org.apache.maven.plugin.MojoExecutionException: An exception occured while executing the Java class. Exception in Application start method
  26. at org.codehaus.mojo.exec.ExecJavaMojo.execute(ExecJavaMojo.java:339)
  27. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  28. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  29. ... 21 more
  30. Caused by: java.lang.RuntimeException: Exception in Application start method
  31. at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:900)
  32. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)
  33. at java.base/java.lang.Thread.run(Thread.java:834)
  34. Caused by: java.util.MissingResourceException: Can't find bundle for base name langsupport.LangBundle, locale en
  35. at java.base/java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:2055)
  36. at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1689)
  37. at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1593)
  38. at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1556)
  39. at java.base/java.util.ResourceBundle.getBundle(ResourceBundle.java:932)
  40. at de.mavolin.maxtech.langsupport.LanguageManager.getCorrespondingResourceBundle(LanguageManager.java:40)
  41. at de.mavolin.maxtech.ui.mainwin.MainApp.start(MainApp.java:20)
  42. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:846)
  43. at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:455)
  44. at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
  45. at java.base/java.security.AccessController.doPrivileged(Native Method)
  46. at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
  47. at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
  48. at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  49. at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
  50. ... 1 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement