Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. Feb 22, 2018 11:31:33 PM com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged
  2. WARNING: Resource "com/sun/javafx/scene/control/skin/modena/modena.css" not found.
  3. Exception in Application start method
  4. Exception in thread "main" java.lang.reflect.InvocationTargetException
  5. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  6. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  7. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  8. at java.base/java.lang.reflect.Method.invoke(Unknown Source)
  9. at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
  10. Caused by: java.lang.RuntimeException: Exception in Application start method
  11. at com.sun.javafx.application.LauncherImpl.launchApplication1(Unknown Source)
  12. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(Unknown Source)
  13. at java.base/java.lang.Thread.run(Unknown Source)
  14. Caused by: java.lang.ExceptionInInitializerError
  15. at com.sun.javafx.tk.quantum.QuantumToolkit.createTKStage(Unknown Source)
  16. at javafx.stage.Stage.doVisibleChanging(Unknown Source)
  17. at javafx.stage.Stage.access$100(Unknown Source)
  18. at javafx.stage.Stage$1.doVisibleChanging(Unknown Source)
  19. at com.sun.javafx.stage.StageHelper.visibleChangingImpl(Unknown Source)
  20. at com.sun.javafx.stage.WindowHelper.visibleChanging(Unknown Source)
  21. at javafx.stage.Window$12.invalidated(Unknown Source)
  22. at javafx.beans.property.BooleanPropertyBase.markInvalid(Unknown Source)
  23. at javafx.beans.property.BooleanPropertyBase.set(Unknown Source)
  24. at javafx.stage.Window.setShowing(Unknown Source)
  25. at javafx.stage.Window.show(Unknown Source)
  26. at javafx.stage.Stage.show(Unknown Source)
  27. at org.atlas.Main.start(Main.java:77)
  28. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(Unknown Source)
  29. at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$11(Unknown Source)
  30. at com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source)
  31. at java.base/java.security.AccessController.doPrivileged(Native Method)
  32. at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source)
  33. at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
  34. at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  35. at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source)
  36. ... 1 more
  37. Caused by: java.lang.SecurityException: java.lang.IllegalAccessException: class com.sun.javafx.tk.quantum.GlassStage cannot access class jdk.internal.misc.SharedSecrets (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @24602c0a
  38. at com.sun.javafx.tk.quantum.GlassStage.lambda$static$0(Unknown Source)
  39. at java.base/java.security.AccessController.doPrivileged(Native Method)
  40. at com.sun.javafx.tk.quantum.GlassStage.<clinit>(Unknown Source)
  41. ... 22 more
  42. Caused by: java.lang.IllegalAccessException: class com.sun.javafx.tk.quantum.GlassStage cannot access class jdk.internal.misc.SharedSecrets (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @24602c0a
  43. at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Unknown Source)
  44. at java.base/java.lang.reflect.AccessibleObject.checkAccess(Unknown Source)
  45. at java.base/java.lang.reflect.Method.invoke(Unknown Source)
  46. ... 25 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement