Advertisement
thevipershowita

OpenJFX log

Jul 5th, 2020
1,815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 3.04 KB | None | 0 0
  1. Picked up JAVA_TOOL_OPTIONS: -Djava.io.tmpdir=/home/marco-owo/.var/app/com.jetbrains.IntelliJ-IDEA-Ultimate/cache/tmp
  2. Gtk-Message: 15:37:54.814: Failed to load module "appmenu-gtk-module"
  3. Gtk-Message: 15:37:54.909: Failed to load module "canberra-gtk-module"
  4. Gtk-Message: 15:37:54.909: Failed to load module "canberra-gtk-module"
  5. Exception in Application start method
  6. java.lang.reflect.InvocationTargetException
  7.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  8.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  9.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  10.     at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  11.     at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:464)
  12.     at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:363)
  13.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  15.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  16.     at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  17.     at java.base/sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:1051)
  18. Caused by: java.lang.RuntimeException: Exception in Application start method
  19.     at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:900)
  20.     at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)
  21.     at java.base/java.lang.Thread.run(Thread.java:834)
  22. Caused by: java.lang.IllegalAccessError: class com.sun.javafx.fxml.FXMLLoaderHelper (in unnamed module @0x4fa844f5) cannot access class com.sun.javafx.util.Utils (in module javafx.graphics) because module javafx.graphics does not export com.sun.javafx.util to unnamed module @0x4fa844f5
  23.     at com.sun.javafx.fxml.FXMLLoaderHelper.<clinit>(FXMLLoaderHelper.java:38)
  24.     at javafx.fxml.FXMLLoader.<clinit>(FXMLLoader.java:2056)
  25.     at sample.Main.start(Main.java:13)
  26.     at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:846)
  27.     at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:455)
  28.     at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
  29.     at java.base/java.security.AccessController.doPrivileged(Native Method)
  30.     at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
  31.     at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
  32.     at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
  33.     at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(GtkApplication.java:277)
  34.     ... 1 more
  35. Exception running application sample.Main
  36.  
  37. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement