Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. javafx.fxml.LoadException:
  2. /C:/Users/Marnik/IdeaProjects/AddressApp/out/production/AddressApp/RootLayout.fxml
  3.  
  4. at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601)
  5. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2543)
  6. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441)
  7. at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409)
  8. at be.leerstad.address.MainApp.initRootLayout(MainApp.java:39)
  9. at be.leerstad.address.MainApp.start(MainApp.java:25)
  10. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
  11. at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
  12. at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
  13. at java.security.AccessController.doPrivileged(Native Method)
  14. at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
  15. at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
  16. at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  17. at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
  18. at java.lang.Thread.run(Thread.java:745)
  19. Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
  20. Message: Premature end of file.
  21. at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:596)
  22. at javax.xml.stream.util.StreamReaderDelegate.next(StreamReaderDelegate.java:88)
  23. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2513)
  24. ... 13 more
  25. Exception in Application start method
  26. Exception in thread "main" java.lang.RuntimeException: Exception in Application start method
  27. at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)
  28. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$155(LauncherImpl.java:182)
  29. at java.lang.Thread.run(Thread.java:745)
  30. Caused by: java.lang.NullPointerException
  31. at be.leerstad.address.MainApp.showPersonOverview(MainApp.java:58)
  32. at be.leerstad.address.MainApp.start(MainApp.java:26)
  33. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
  34. at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
  35. at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
  36. at java.security.AccessController.doPrivileged(Native Method)
  37. at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
  38. at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
  39. at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  40. at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
  41. ... 1 more
  42.  
  43. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement