Advertisement
Guest User

Untitled

a guest
Apr 4th, 2021
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. /usr/bin $ pdfsam
  2. INFO 22:30:48.555 o.p.PdfsamApp[JavaFX-Launcher] Starting PDFsam
  3. Apr 03, 2021 10:30:48 PM com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged
  4. WARNING: Resource "com/sun/javafx/scene/control/skin/modena/modena.css" not found.
  5. Apr 03, 2021 10:30:48 PM com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged
  6. WARNING: Resource "com/sun/javafx/scene/control/skin/modena/modena.css" not found.
  7. INFO 22:30:49.368 o.s.c.c.GlobalConfiguration[JavaFX Application Thread] Configuring Sejda 4.0.8
  8. Exception in Application start method
  9. INFO 22:30:49.636 o.p.PdfsamApp[JavaFX Application Thread] Closing PDFsam...
  10. ERROR 22:30:49.647 org.pdfsam.UncaughtExceptionLogger[main] Unexpected error
  11. java.lang.RuntimeException: Exception in Application start method
  12. at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:900)
  13. at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)
  14. at java.base/java.lang.Thread.run(Thread.java:834)
  15. Caused by: java.lang.ExceptionInInitializerError: null
  16. at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.createTKStage(QuantumToolkit.java:556)
  17. at javafx.graphics/javafx.stage.Stage.doVisibleChanging(Stage.java:1154)
  18. at javafx.graphics/javafx.stage.Stage.access$000(Stage.java:175)
  19. at javafx.graphics/javafx.stage.Stage$1.doVisibleChanging(Stage.java:182)
  20. at javafx.graphics/com.sun.javafx.stage.StageHelper.visibleChangingImpl(StageHelper.java:57)
  21. at javafx.graphics/com.sun.javafx.stage.WindowHelper.visibleChanging(WindowHelper.java:73)
  22. at javafx.graphics/javafx.stage.Window$12.invalidated(Window.java:1065)
  23. at javafx.base/javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:110)
  24. at javafx.base/javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:145)
  25. at javafx.graphics/javafx.stage.Window.setShowing(Window.java:1187)
  26. at javafx.graphics/javafx.stage.Window.show(Window.java:1202)
  27. at javafx.graphics/javafx.stage.Stage.show(Stage.java:273)
  28. at org.pdfsam.PdfsamApp.start(PdfsamApp.java:166)
  29. at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:846)
  30. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:455)
  31. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
  32. at java.base/java.security.AccessController.doPrivileged(Native Method)
  33. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
  34. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
  35. at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
  36. at javafx.graphics/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(GtkApplication.java:277)
  37. ... 1 common frames omitted
  38. Caused by: java.util.MissingResourceException: Can't find bundle for base name com.sun.javafx.tk.quantum.QuantumMessagesBundle, locale en_GB
  39. at java.base/java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:2055)
  40. at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1689)
  41. at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1582)
  42. at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1556)
  43. at java.base/java.util.ResourceBundle.getBundle(ResourceBundle.java:932)
  44. at javafx.graphics/com.sun.javafx.tk.quantum.WindowStage.<clinit>(WindowStage.java:101)
  45. ... 22 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement