Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.55 KB | None | 0 0
  1. Exception in Application start method
  2. java.lang.reflect.InvocationTargetException
  3.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  4.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  5.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  6.     at java.lang.reflect.Method.invoke(Method.java:498)
  7.     at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)
  8.     at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
  9.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  10.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  11.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  12.     at java.lang.reflect.Method.invoke(Method.java:498)
  13.     at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)
  14. Caused by: java.lang.RuntimeException: Exception in Application start method
  15.     at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)
  16.     at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$154(LauncherImpl.java:182)
  17.     at java.lang.Thread.run(Thread.java:748)
  18. Caused by: javafx.fxml.LoadException:
  19. file:/D:/code/java/OrganiceJava/dist/run1643058180/OrganiceJava.jar!/organicejava/FXML.fxml
  20.  
  21.     at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601)
  22.     at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2579)
  23.     at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441)
  24.     at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409)
  25.     at organicejava.OrganiceJava.start(OrganiceJava.java:18)
  26.     at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$161(LauncherImpl.java:863)
  27.     at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$174(PlatformImpl.java:326)
  28.     at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
  29.     at java.security.AccessController.doPrivileged(Native Method)
  30.     at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
  31.     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
  32.     at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  33.     at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177)
  34.     ... 1 more
  35. Caused by: java.lang.NullPointerException
  36.     at organicejava.FXMLDocumentController.initialize(FXMLDocumentController.java:2495)
  37.     at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2548)
  38.     ... 12 more
  39. Exception running application organicejava.OrganiceJava
  40. Java Result: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement