Advertisement
SrinjoySS01

org.newsclub.net.unix.AFUNIXSocketException: Cannot find method "setCreated" in java.net.Socket. Unsupported JVM?

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