Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Aug 29, 2016 11:21:21 PM org.pircbotx.output.OutputRaw rawLineNow
- INFO: CAP LS
- java.lang.RuntimeException: Exception encountered when writing to socket
- at org.pircbotx.PircBotX.sendRawLineToServer(PircBotX.java:303)
- at org.pircbotx.Utils.sendRawLineToServer(Utils.java:88)
- at org.pircbotx.output.OutputRaw.rawLineNow(OutputRaw.java:105)
- at org.pircbotx.output.OutputRaw.rawLineNow(OutputRaw.java:90)
- at org.pircbotx.output.OutputCAP.getSupported(OutputCAP.java:37)
- at org.pircbotx.PircBotX.connect(PircBotX.java:221)
- at org.pircbotx.PircBotX.startBot(PircBotX.java:151)
- at pcl.lc.irc.IRCBot.<init>(IRCBot.java:176)
- at AppStub.main(AppStub.java:6)
- Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
- at sun.security.ssl.InputRecord.handleUnknownRecord(Unknown Source)
- at sun.security.ssl.InputRecord.read(Unknown Source)
- at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
- at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
- at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
- at sun.security.ssl.AppOutputStream.write(Unknown Source)
- at sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
- at sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
- at sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
- at sun.nio.cs.StreamEncoder.flush(Unknown Source)
- at java.io.OutputStreamWriter.flush(Unknown Source)
- at org.pircbotx.PircBotX.sendRawLineToServer(PircBotX.java:300)
- ... 8 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement