Skip to content

Instantly share code, notes, and snippets.

@mdeguzis
Created December 26, 2016 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdeguzis/f1b60895a158c48dc438151200fd1514 to your computer and use it in GitHub Desktop.
Save mdeguzis/f1b60895a158c48dc438151200fd1514 to your computer and use it in GitHub Desktop.
mikeyd@archboxmtd /mnt/server_media_y/github_repos/playonlinux5-git $ playonlinux5
11:26:22,198 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
11:26:22,198 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
11:26:22,199 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/opt/playonlinux5/lib/phoenicis-app-5.0-SNAPSHOT.jar!/logback.xml]
11:26:22,206 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@4f8dbcec - URL [jar:file:/opt/playonlinux5/lib/phoenicis-app-5.0-SNAPSHOT.jar!/logback.xml] is not of type file
11:26:22,328 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
11:26:22,332 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
11:26:22,335 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
11:26:22,379 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - This appender no longer admits a layout as a sub-component, set an encoder instead.
11:26:22,379 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
11:26:22,379 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
11:26:22,380 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.base22] to TRACE
11:26:22,380 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
11:26:22,380 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
11:26:22,380 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
11:26:22,381 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1ecbffea - Registering current configuration as safe fallback point
Exception in Application start method
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)
Caused by: java.lang.RuntimeException: Exception in Application start method
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$1(LauncherImpl.java:182)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.playonlinux.javafx.mainwindow.library.EventHandlerLibrary.getInstalledApplications(EventHandlerLibrary.java:54)
at com.playonlinux.javafx.mainwindow.library.ViewLibrary.<init>(ViewLibrary.java:68)
at com.playonlinux.javafx.mainwindow.MainWindow.setUpWindow(MainWindow.java:57)
at com.playonlinux.javafx.JavaFXApplication.start(JavaFXApplication.java:39)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$8(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$7(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$5(GtkApplication.java:139)
... 1 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment