Facebook
From Mungo Plover, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 257
  1. SLF4J: Class path contains multiple SLF4J bindings.
  2. SLF4J: Found binding in [jar:file:/C:/Users/Kamil/.m2/repository/org/slf4j/slf4j-simple/1.7.21/slf4j-simple-1.7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  3. SLF4J: Found binding in [jar:file:/C:/Users/Kamil/.m2/repository/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  4. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  5. SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
  6. INFO  pl.hunter24.notification.NotificationForm: Filters: [Filter{id=1758, title='test', count=60}]
  7. javafx.fxml.LoadException: Invalid resource: /celownik.png not found on the classpath
  8. /C:/Users/Kamil/Desktop/DOKUMENTY%20V/Kamila%20folder/kamil/kamil/Hunter24%20v10/target/classes/pl/hunter24/notification/notification.fxml:64
  9.  
  10.         at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2597)
  11.         at javafx.fxml.FXMLLoader.access$100(FXMLLoader.java:103)
  12.         at javafx.fxml.FXMLLoader$Element.resolvePrefixedValue(FXMLLoader.java:398)
  13.         at javafx.fxml.FXMLLoader$Element.processValue(FXMLLoader.java:363)
  14.         at javafx.fxml.FXMLLoader$Element.processPropertyAttribute(FXMLLoader.java:325)
  15.         at javafx.fxml.FXMLLoader$Element.processInstancePropertyAttributes(FXMLLoader.java:235)
  16.         at javafx.fxml.FXMLLoader$ValueElement.processStartElement(FXMLLoader.java:749)
  17.         at javafx.fxml.FXMLLoader.processStartElement(FXMLLoader.java:2707)
  18.         at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2527)
  19.         at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441)
  20.         at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409)
  21.         at pl.hunter24.notification.NotificationForm.initPane(NotificationForm.java:194)
  22.         at pl.hunter24.notification.NotificationForm.setScene(NotificationForm.java:88)
  23.         at pl.hunter24.notification.NotificationForm.start(NotificationForm.java:51)
  24.         at pl.hunter24.service.ThreadService.lambda$run$0(ThreadService.java:22)
  25.         at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
  26.         at java.security.AccessController.doPrivileged(Native Method)
  27.         at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
  28.         at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
  29.         at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  30.         at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
  31.         at java.lang.Thread.run(Thread.java:745)
  32. java.lang.NullPointerException: Root cannot be null
  33.         at javafx.scene.Scene.<init>(Scene.java:336)
  34.         at javafx.scene.Scene.<init>(Scene.java:194)
  35.         at pl.hunter24.notification.NotificationForm.setScene(NotificationForm.java:89)
  36.         at pl.hunter24.notification.NotificationForm.start(NotificationForm.java:51)
  37.         at pl.hunter24.service.ThreadService.lambda$run$0(ThreadService.java:22)
  38.         at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
  39.         at java.security.AccessController.doPrivileged(Native Method)
  40.         at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
  41.         at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
  42.         at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  43.         at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
  44.         at java.lang.Thread.run(Thread.java:745)
  45. Q