Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
  2. <2019-01-22 10 h 43 EST> <Error> <Socket> <BEA-000432> <Unable to load performance pack. Using Java I/O instead.
  3. java.io.IOException: Unable to establish loopback connection
  4. java.io.IOException: Unable to establish loopback connection
  5. at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:101)
  6. at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:68)
  7. at java.security.AccessController.doPrivileged(Native Method)
  8. at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:170)
  9. at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
  10. Truncated. see log file for complete stacktrace
  11. Caused By: java.net.ConnectException: Connection timed out: connect
  12. at sun.nio.ch.Net.connect0(Native Method)
  13. at sun.nio.ch.Net.connect(Net.java:458)
  14. at sun.nio.ch.Net.connect(Net.java:450)
  15. at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
  16. at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
  17. Truncated. see log file for complete stacktrace
  18. >
  19. <2019-01-22 10 h 43 EST> <Error> <Socket> <BEA-000432> <Unable to load performance pack. Using Java I/O instead.
  20. java.io.IOException: Unable to establish loopback connection
  21. java.io.IOException: Unable to establish loopback connection
  22. at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:101)
  23. at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:68)
  24. at java.security.AccessController.doPrivileged(Native Method)
  25. at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:170)
  26. at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
  27. Truncated. see log file for complete stacktrace
  28. Caused By: java.net.ConnectException: Connection timed out: connect
  29. at sun.nio.ch.Net.connect0(Native Method)
  30. at sun.nio.ch.Net.connect(Net.java:458)
  31. at sun.nio.ch.Net.connect(Net.java:450)
  32. at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
  33. at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
  34. Truncated. see log file for complete stacktrace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement