Advertisement
The_red_Freak

Stacktrace

Jun 12th, 2019
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.00 KB | None | 0 0
  1. // Combined of seperate .txt files
  2. // Everything past 06-03-2019 has the memory increased to 1GB from 1MB
  3.  
  4.  
  5. [06-04-2019 @ 11:27:57.233 GMT] java.lang.OutOfMemoryError: unable to create new native thread
  6. at java.lang.Thread.start0(Native Method)
  7. at java.lang.Thread.start(Thread.java:717)
  8. at tv.phantombot.panel.PanelSocketServer.onMessage(PanelSocketServer.java:202)
  9. at org.java_websocket.server.WebSocketServer.onWebsocketMessage(WebSocketServer.java)
  10. at org.java_websocket.WebSocketImpl.decodeFrames(WebSocketImpl.java)
  11. at org.java_websocket.WebSocketImpl.decode(WebSocketImpl.java)
  12. at org.java_websocket.server.WebSocketServer$WebSocketWorker.run(WebSocketServer.java)
  13.  
  14.  
  15. [06-05-2019 @ 14:40:02.871 GMT] org.java_websocket.exceptions.WebsocketNotConnectedException
  16. at org.java_websocket.WebSocketImpl.send(WebSocketImpl.java)
  17. at org.java_websocket.WebSocketImpl.send(WebSocketImpl.java)
  18. at org.java_websocket.client.WebSocketClient.send(WebSocketClient.java)
  19. at tv.phantombot.twitch.irc.TwitchSession.sendRaw(TwitchSession.java:89)
  20. at tv.phantombot.twitch.irc.TwitchSession.close(TwitchSession.java:172)
  21. at tv.phantombot.PhantomBot.onExit(PhantomBot.java:1105)
  22. at tv.phantombot.PhantomBot.lambda$init$0(PhantomBot.java:1061)
  23. at java.lang.Thread.run(Thread.java:748)
  24.  
  25.  
  26. [06-06-2019 @ 12:11:40.437 GMT] org.java_websocket.exceptions.WebsocketNotConnectedException
  27. at org.java_websocket.WebSocketImpl.send(WebSocketImpl.java)
  28. at org.java_websocket.WebSocketImpl.send(WebSocketImpl.java)
  29. at org.java_websocket.client.WebSocketClient.send(WebSocketClient.java)
  30. at tv.phantombot.twitch.irc.TwitchSession.sendRaw(TwitchSession.java:89)
  31. at tv.phantombot.twitch.irc.TwitchSession.close(TwitchSession.java:172)
  32. at tv.phantombot.PhantomBot.onExit(PhantomBot.java:1105)
  33. at tv.phantombot.PhantomBot.lambda$init$0(PhantomBot.java:1061)
  34. at java.lang.Thread.run(Thread.java:748)
  35.  
  36.  
  37. [06-09-2019 @ 06:39:28.424 GMT] java.lang.OutOfMemoryError: unable to create new native thread
  38. at java.lang.Thread.start0(Native Method)
  39. at java.lang.Thread.start(Thread.java:717)
  40. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1097)
  41. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
  42. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
  43. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
  44. at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
  45. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
  46. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564)
  47. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
  48. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)
  49. at java.net.URL.openStream(URL.java:1045)
  50. at com.illusionaryone.ImgDownload.downloadHTTPTo(ImgDownload.java:48)
  51. at tv.phantombot.cache.TwitchCache.updateCache(TwitchCache.java:352)
  52. at tv.phantombot.cache.TwitchCache.run(TwitchCache.java:152)
  53. at java.lang.Thread.run(Thread.java:748)
  54.  
  55.  
  56. [06-09-2019 @ 06:39:35.208 GMT] java.lang.OutOfMemoryError: unable to create new native thread
  57. at java.lang.Thread.start0(Native Method)
  58. at java.lang.Thread.start(Thread.java:717)
  59. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1097)
  60. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
  61. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
  62. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
  63. at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
  64. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
  65. at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:162)
  66. at com.gmt2001.TwitchAPIv5.GetData(TwitchAPIv5.java:120)
  67. at com.gmt2001.TwitchAPIv5.GetData(TwitchAPIv5.java:72)
  68. at com.gmt2001.TwitchAPIv5.GetData(TwitchAPIv5.java:68)
  69. at com.gmt2001.TwitchAPIv5.GetChannel(TwitchAPIv5.java:222)
  70. at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  72. at java.lang.reflect.Method.invoke(Method.java:498)
  73. at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)
  74. at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225)
  75. at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
  76. at org.mozilla.javascript.gen.streamInfo_js_88._c_getFollows_16(streamInfo.js:323)
  77. at org.mozilla.javascript.gen.streamInfo_js_88.call(streamInfo.js)
  78. at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
  79. at org.mozilla.javascript.gen.panelHandler_js_168._c_updateStreamData_7(panelHandler.js:97)
  80. at org.mozilla.javascript.gen.panelHandler_js_168.call(panelHandler.js)
  81. at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:393)
  82. at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3282)
  83. at org.mozilla.javascript.gen.panelHandler_js_168.call(panelHandler.js)
  84. at org.mozilla.javascript.Context$1.run(Context.java:490)
  85. at org.mozilla.javascript.Context.call(Context.java:501)
  86. at org.mozilla.javascript.Context.call(Context.java:488)
  87. at org.mozilla.javascript.JavaAdapter.callMethod(JavaAdapter.java:576)
  88. at adapter1.run(<adapter>)
  89. at java.util.TimerThread.mainLoop(Timer.java:555)
  90. at java.util.TimerThread.run(Timer.java:505)
  91.  
  92.  
  93. [06-09-2019 @ 17:34:28.390 GMT] java.lang.OutOfMemoryError: unable to create new native thread
  94. at java.lang.Thread.start0(Native Method)
  95. at java.lang.Thread.start(Thread.java:717)
  96. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1097)
  97. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
  98. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
  99. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
  100. at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
  101. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
  102. at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:162)
  103. at com.gmt2001.TwitchAPIv5.GetData(TwitchAPIv5.java:120)
  104. at com.gmt2001.TwitchAPIv5.GetData(TwitchAPIv5.java:72)
  105. at com.gmt2001.TwitchAPIv5.GetData(TwitchAPIv5.java:68)
  106. at com.gmt2001.TwitchAPIv5.GetChatUsers(TwitchAPIv5.java:495)
  107. at tv.phantombot.cache.ViewerListCache.updateCache(ViewerListCache.java:103)
  108. at tv.phantombot.cache.ViewerListCache.run(ViewerListCache.java:76)
  109. at java.lang.Thread.run(Thread.java:748)
  110.  
  111.  
  112. [06-09-2019 @ 17:34:36.863 GMT] java.lang.OutOfMemoryError: unable to create new native thread
  113. at java.lang.Thread.start0(Native Method)
  114. at java.lang.Thread.start(Thread.java:717)
  115. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1097)
  116. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
  117. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
  118. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
  119. at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
  120. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
  121. at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:162)
  122. at com.gmt2001.TwitchAPIv5.GetData(TwitchAPIv5.java:120)
  123. at com.gmt2001.TwitchAPIv5.GetData(TwitchAPIv5.java:72)
  124. at com.gmt2001.TwitchAPIv5.GetData(TwitchAPIv5.java:68)
  125. at com.gmt2001.TwitchAPIv5.GetChannel(TwitchAPIv5.java:222)
  126. at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
  127. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  128. at java.lang.reflect.Method.invoke(Method.java:498)
  129. at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)
  130. at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225)
  131. at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
  132. at org.mozilla.javascript.gen.streamInfo_js_88._c_getFollows_16(streamInfo.js:323)
  133. at org.mozilla.javascript.gen.streamInfo_js_88.call(streamInfo.js)
  134. at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
  135. at org.mozilla.javascript.gen.panelHandler_js_137._c_updateFollowerCount_6(panelHandler.js:63)
  136. at org.mozilla.javascript.gen.panelHandler_js_137.call(panelHandler.js)
  137. at org.mozilla.javascript.optimizer.OptRuntime.callName0(OptRuntime.java:74)
  138. at org.mozilla.javascript.gen.panelHandler_js_137._c_updateAll_14(panelHandler.js:149)
  139. at org.mozilla.javascript.gen.panelHandler_js_137.call(panelHandler.js)
  140. at org.mozilla.javascript.optimizer.OptRuntime.callName0(OptRuntime.java:74)
  141. at org.mozilla.javascript.gen.panelHandler_js_137._c_anonymous_18(panelHandler.js:183)
  142. at org.mozilla.javascript.gen.panelHandler_js_137.call(panelHandler.js)
  143. at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:393)
  144. at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3282)
  145. at org.mozilla.javascript.gen.panelHandler_js_137.call(panelHandler.js)
  146. at org.mozilla.javascript.Context$1.run(Context.java:490)
  147. at org.mozilla.javascript.Context.call(Context.java:501)
  148. at org.mozilla.javascript.Context.call(Context.java:488)
  149. at org.mozilla.javascript.JavaAdapter.callMethod(JavaAdapter.java:576)
  150. at adapter1.run(<adapter>)
  151. at java.util.TimerThread.mainLoop(Timer.java:555)
  152. at java.util.TimerThread.run(Timer.java:505)
  153.  
  154.  
  155. [06-09-2019 @ 17:34:53.770 GMT] java.lang.OutOfMemoryError: unable to create new native thread
  156. at java.lang.Thread.start0(Native Method)
  157. at java.lang.Thread.start(Thread.java:717)
  158. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1097)
  159. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
  160. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
  161. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
  162. at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
  163. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
  164. at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:162)
  165. at com.gmt2001.TwitchAPIv5.GetData(TwitchAPIv5.java:120)
  166. at com.gmt2001.TwitchAPIv5.GetData(TwitchAPIv5.java:72)
  167. at com.gmt2001.TwitchAPIv5.GetData(TwitchAPIv5.java:68)
  168. at com.gmt2001.TwitchAPIv5.GetChannelFollows(TwitchAPIv5.java:382)
  169. at tv.phantombot.cache.FollowersCache.updateCache(FollowersCache.java:115)
  170. at tv.phantombot.cache.FollowersCache.run(FollowersCache.java:91)
  171. at java.lang.Thread.run(Thread.java:748)
  172.  
  173.  
  174. [06-09-2019 @ 19:35:59.792 GMT] java.lang.OutOfMemoryError: unable to create new native thread
  175. at java.lang.Thread.start0(Native Method)
  176. at java.lang.Thread.start(Thread.java:717)
  177. at tv.phantombot.twitch.irc.TwitchWSIRC.onMessage(TwitchWSIRC.java:192)
  178. at org.java_websocket.client.WebSocketClient.onWebsocketMessage(WebSocketClient.java)
  179. at org.java_websocket.WebSocketImpl.decodeFrames(WebSocketImpl.java)
  180. at org.java_websocket.WebSocketImpl.decode(WebSocketImpl.java)
  181. at org.java_websocket.client.WebSocketClient.run(WebSocketClient.java)
  182. at java.lang.Thread.run(Thread.java:748)
  183.  
  184.  
  185. [06-10-2019 @ 07:52:33.518 GMT] org.java_websocket.exceptions.WebsocketNotConnectedException
  186. at org.java_websocket.WebSocketImpl.send(WebSocketImpl.java)
  187. at org.java_websocket.WebSocketImpl.send(WebSocketImpl.java)
  188. at org.java_websocket.client.WebSocketClient.send(WebSocketClient.java)
  189. at tv.phantombot.twitch.irc.TwitchSession.sendRaw(TwitchSession.java:89)
  190. at tv.phantombot.twitch.irc.TwitchSession.close(TwitchSession.java:172)
  191. at tv.phantombot.PhantomBot.onExit(PhantomBot.java:1105)
  192. at tv.phantombot.PhantomBot.lambda$init$0(PhantomBot.java:1061)
  193. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement