Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
- SLF4J: Defaulting to no-operation (NOP) logger implementation
- SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
- java.lang.RuntimeException: org.newsclub.net.unix.AFUNIXSocketException: Cannot find method "setCreated" in java.net.Socket. Unsupported JVM?
- at com.jagrosh.discordipc.entities.pipe.Pipe.createPipe(Pipe.java:167)
- at com.jagrosh.discordipc.entities.pipe.Pipe.openPipe(Pipe.java:67)
- at com.jagrosh.discordipc.IPCClient.connect(IPCClient.java:116)
- at me.srinjoy.Main.<clinit>(Main.java:33)
- at java.base/java.lang.Class.forName0(Native Method)
- at java.base/java.lang.Class.forName(Class.java:468)
- at javafx.graphics/com.sun.javafx.application.LauncherImpl.loadClass(LauncherImpl.java:382)
- at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplicationWithArgs$3(LauncherImpl.java:421)
- at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:455)
- at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
- at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
- at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
- Caused by: org.newsclub.net.unix.AFUNIXSocketException: Cannot find method "setCreated" in java.net.Socket. Unsupported JVM?
- at org.newsclub.net.unix.NativeUnixSocket.setCreated(Native Method)
- at org.newsclub.net.unix.AFUNIXSocket.<init>(AFUNIXSocket.java:36)
- at org.newsclub.net.unix.AFUNIXSocket.newInstance(AFUNIXSocket.java:54)
- at com.jagrosh.discordipc.entities.pipe.UnixPipe.<init>(UnixPipe.java:45)
- at com.jagrosh.discordipc.entities.pipe.Pipe.createPipe(Pipe.java:163)
- ... 12 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement