Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. Aug 29, 2016 11:21:21 PM org.pircbotx.output.OutputRaw rawLineNow
  2. INFO: CAP LS
  3. java.lang.RuntimeException: Exception encountered when writing to socket
  4. at org.pircbotx.PircBotX.sendRawLineToServer(PircBotX.java:303)
  5. at org.pircbotx.Utils.sendRawLineToServer(Utils.java:88)
  6. at org.pircbotx.output.OutputRaw.rawLineNow(OutputRaw.java:105)
  7. at org.pircbotx.output.OutputRaw.rawLineNow(OutputRaw.java:90)
  8. at org.pircbotx.output.OutputCAP.getSupported(OutputCAP.java:37)
  9. at org.pircbotx.PircBotX.connect(PircBotX.java:221)
  10. at org.pircbotx.PircBotX.startBot(PircBotX.java:151)
  11. at pcl.lc.irc.IRCBot.<init>(IRCBot.java:176)
  12. at AppStub.main(AppStub.java:6)
  13. Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
  14. at sun.security.ssl.InputRecord.handleUnknownRecord(Unknown Source)
  15. at sun.security.ssl.InputRecord.read(Unknown Source)
  16. at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
  17. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
  18. at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
  19. at sun.security.ssl.AppOutputStream.write(Unknown Source)
  20. at sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
  21. at sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
  22. at sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
  23. at sun.nio.cs.StreamEncoder.flush(Unknown Source)
  24. at java.io.OutputStreamWriter.flush(Unknown Source)
  25. at org.pircbotx.PircBotX.sendRawLineToServer(PircBotX.java:300)
  26. ... 8 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement