Advertisement
Guest User

Untitled

a guest
Jan 13th, 2018
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.45 KB | None | 0 0
  1. pHandler.java:59)
  2. at net.md_5.bungee.http.HttpHandler.channelRead0(HttpHandler.java:14)
  3. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
  4. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  5. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  6. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  7. at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:438)
  8. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
  9. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
  10. at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:253)
  11. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  12. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  13. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  14. at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1379)
  15. at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1158)
  16. at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1193)
  17. at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489)
  18. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428)
  19. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
  20. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  21. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  22. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  23. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  24. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  25. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  26. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  27. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359)
  28. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  29. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  30. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935)
  31. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:801)
  32. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:404)
  33. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:304)
  34. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  35. at java.lang.Thread.run(Thread.java:748)
  36. 06:53:05 [SEVERE] Cant create permission player for UpsideDownSquid! (Table 's1168_fs32fae.permissions_inheritance' doesn't exist)
  37. 06:53:05 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 's1168_fs32fae.permissions_inheritance' doesn't exist
  38. 06:53:05 [SEVERE] at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
  39. 06:53:05 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  40. 06:53:05 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  41. 06:53:05 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  42. 06:53:05 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:408)
  43. 06:53:05 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:943)
  44. 06:53:05 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  45. 06:53:05 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  46. 06:53:05 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  47. 06:53:05 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  48. 06:53:05 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2490)
  49. 06:53:05 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2448)
  50. 06:53:05 [SEVERE] at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1381)
  51. 06:53:05 [SEVERE] at me.philipsnostrum.bungeepexbridge.permsystem.PermissionsEx.getPlayerGroups(PermissionsEx.java:91)
  52. 06:53:05 [SEVERE] at me.philipsnostrum.bungeepexbridge.BungeePexBridge.loadPlayer(BungeePexBridge.java:196)
  53. 06:53:05 [SEVERE] at me.philipsnostrum.bungeepexbridge.listener.PostLoginListener.onPostLogin(PostLoginListener.java:14)
  54. 06:53:05 [SEVERE] at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
  55. 06:53:05 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  56. 06:53:05 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:498)
  57. 06:53:05 [SEVERE] at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  58. 06:53:05 [SEVERE] at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  59. 06:53:05 [SEVERE] at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:377)
  60. 06:53:05 [SEVERE] at net.md_5.bungee.connection.InitialHandler$6$1.run(InitialHandler.java:507)
  61. 06:53:05 [SEVERE] at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
  62. 06:53:05 [SEVERE] at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403)
  63. 06:53:05 [SEVERE] at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:309)
  64. 06:53:05 [SEVERE] at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  65. 06:53:05 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  66. 06:53:05 [INFO] [UpsideDownSquid] <-> ServerConnector [lobby] has connected
  67. 06:53:17 [WARNING] [LiteAnnouncer] An error occured while sending auto-message to players!
  68. 06:53:17 [SEVERE] java.lang.NullPointerException
  69. 06:53:17 [SEVERE] at me.litefine.announcer.utils.Utils.deepCopy(Utils.java:74)
  70. 06:53:17 [SEVERE] at me.litefine.announcer.utils.Utils.handleVariables(Utils.java:51)
  71. 06:53:17 [SEVERE] at me.litefine.announcer.objects.Message.sendFor(Message.java:43)
  72. 06:53:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.lambda$sendMessage$1(AnnounceTask.java:51)
  73. 06:53:17 [SEVERE] at java.lang.Iterable.forEach(Iterable.java:75)
  74. 06:53:17 [SEVERE] at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
  75. 06:53:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.sendMessage(AnnounceTask.java:49)
  76. 06:53:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.run(AnnounceTask.java:34)
  77. 06:53:17 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  78. 06:53:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  79. 06:53:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  80. 06:53:17 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  81. 06:54:14 [INFO] [Calosis] <-> ServerConnector [lobby] has connected
  82. 06:54:15 [INFO] [Calosis] <-> DownstreamBridge <-> [factions] has disconnected
  83. 06:54:17 [WARNING] [LiteAnnouncer] An error occured while sending auto-message to players!
  84. 06:54:17 [SEVERE] java.lang.NullPointerException
  85. 06:54:17 [SEVERE] at me.litefine.announcer.utils.Utils.deepCopy(Utils.java:74)
  86. 06:54:17 [SEVERE] at me.litefine.announcer.utils.Utils.handleVariables(Utils.java:51)
  87. 06:54:17 [SEVERE] at me.litefine.announcer.objects.Message.sendFor(Message.java:43)
  88. 06:54:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.lambda$sendMessage$1(AnnounceTask.java:51)
  89. 06:54:17 [SEVERE] at java.lang.Iterable.forEach(Iterable.java:75)
  90. 06:54:17 [SEVERE] at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
  91. 06:54:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.sendMessage(AnnounceTask.java:49)
  92. 06:54:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.run(AnnounceTask.java:34)
  93. 06:54:17 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  94. 06:54:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  95. 06:54:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  96. 06:54:17 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  97. 06:54:39 [FINE] [ServerListPlus] [Core] Saving player identities...
  98. 06:54:39 [FINE] [ServerListPlus] [Core] Storage location: plugins/ServerListPlus/PlayerCache.json
  99. 06:54:39 [FINE] [ServerListPlus] [Core] Successfully saved profiles to the storage!
  100. 06:55:17 [WARNING] [LiteAnnouncer] An error occured while sending auto-message to players!
  101. 06:55:17 [SEVERE] java.lang.NullPointerException
  102. 06:55:17 [SEVERE] at me.litefine.announcer.utils.Utils.deepCopy(Utils.java:74)
  103. 06:55:17 [SEVERE] at me.litefine.announcer.utils.Utils.handleVariables(Utils.java:51)
  104. 06:55:17 [SEVERE] at me.litefine.announcer.objects.Message.sendFor(Message.java:43)
  105. 06:55:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.lambda$sendMessage$1(AnnounceTask.java:51)
  106. 06:55:17 [SEVERE] at java.lang.Iterable.forEach(Iterable.java:75)
  107. 06:55:17 [SEVERE] at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
  108. 06:55:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.sendMessage(AnnounceTask.java:49)
  109. 06:55:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.run(AnnounceTask.java:34)
  110. 06:55:17 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  111. 06:55:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  112. 06:55:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  113. 06:55:17 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  114. 06:56:17 [WARNING] [LiteAnnouncer] An error occured while sending auto-message to players!
  115. 06:56:17 [SEVERE] java.lang.NullPointerException
  116. 06:56:17 [SEVERE] at me.litefine.announcer.utils.Utils.deepCopy(Utils.java:74)
  117. 06:56:17 [SEVERE] at me.litefine.announcer.utils.Utils.handleVariables(Utils.java:51)
  118. 06:56:17 [SEVERE] at me.litefine.announcer.objects.Message.sendFor(Message.java:43)
  119. 06:56:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.lambda$sendMessage$1(AnnounceTask.java:51)
  120. 06:56:17 [SEVERE] at java.lang.Iterable.forEach(Iterable.java:75)
  121. 06:56:17 [SEVERE] at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
  122. 06:56:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.sendMessage(AnnounceTask.java:49)
  123. 06:56:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.run(AnnounceTask.java:34)
  124. 06:56:17 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  125. 06:56:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  126. 06:56:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  127. 06:56:17 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  128. 06:57:17 [WARNING] [LiteAnnouncer] An error occured while sending auto-message to players!
  129. 06:57:17 [SEVERE] java.lang.NullPointerException
  130. 06:57:17 [SEVERE] at me.litefine.announcer.utils.Utils.deepCopy(Utils.java:74)
  131. 06:57:17 [SEVERE] at me.litefine.announcer.utils.Utils.handleVariables(Utils.java:51)
  132. 06:57:17 [SEVERE] at me.litefine.announcer.objects.Message.sendFor(Message.java:43)
  133. 06:57:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.lambda$sendMessage$1(AnnounceTask.java:51)
  134. 06:57:17 [SEVERE] at java.lang.Iterable.forEach(Iterable.java:75)
  135. 06:57:17 [SEVERE] at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
  136. 06:57:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.sendMessage(AnnounceTask.java:49)
  137. 06:57:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.run(AnnounceTask.java:34)
  138. 06:57:17 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  139. 06:57:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  140. 06:57:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  141. 06:57:17 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  142. 06:57:35 [INFO] [/50.116.54.77:58766] <-> InitialHandler has connected
  143. 06:58:17 [WARNING] [LiteAnnouncer] An error occured while sending auto-message to players!
  144. 06:58:17 [SEVERE] java.lang.NullPointerException
  145. 06:58:17 [SEVERE] at me.litefine.announcer.utils.Utils.deepCopy(Utils.java:74)
  146. 06:58:17 [SEVERE] at me.litefine.announcer.utils.Utils.handleVariables(Utils.java:51)
  147. 06:58:17 [SEVERE] at me.litefine.announcer.objects.Message.sendFor(Message.java:43)
  148. 06:58:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.lambda$sendMessage$1(AnnounceTask.java:51)
  149. 06:58:17 [SEVERE] at java.lang.Iterable.forEach(Iterable.java:75)
  150. 06:58:17 [SEVERE] at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
  151. 06:58:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.sendMessage(AnnounceTask.java:49)
  152. 06:58:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.run(AnnounceTask.java:34)
  153. 06:58:17 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  154. 06:58:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  155. 06:58:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  156. 06:58:17 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  157. 06:59:17 [WARNING] [LiteAnnouncer] An error occured while sending auto-message to players!
  158. 06:59:17 [SEVERE] java.lang.NullPointerException
  159. 06:59:17 [SEVERE] at me.litefine.announcer.utils.Utils.deepCopy(Utils.java:74)
  160. 06:59:17 [SEVERE] at me.litefine.announcer.utils.Utils.handleVariables(Utils.java:51)
  161. 06:59:17 [SEVERE] at me.litefine.announcer.objects.Message.sendFor(Message.java:43)
  162. 06:59:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.lambda$sendMessage$1(AnnounceTask.java:51)
  163. 06:59:17 [SEVERE] at java.lang.Iterable.forEach(Iterable.java:75)
  164. 06:59:17 [SEVERE] at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
  165. 06:59:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.sendMessage(AnnounceTask.java:49)
  166. 06:59:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.run(AnnounceTask.java:34)
  167. 06:59:17 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  168. 06:59:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  169. 06:59:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  170. 06:59:17 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  171. 07:00:17 [WARNING] [LiteAnnouncer] An error occured while sending auto-message to players!
  172. 07:00:17 [SEVERE] java.lang.NullPointerException
  173. 07:00:17 [SEVERE] at me.litefine.announcer.utils.Utils.deepCopy(Utils.java:74)
  174. 07:00:17 [SEVERE] at me.litefine.announcer.utils.Utils.handleVariables(Utils.java:51)
  175. 07:00:17 [SEVERE] at me.litefine.announcer.objects.Message.sendFor(Message.java:43)
  176. 07:00:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.lambda$sendMessage$1(AnnounceTask.java:51)
  177. 07:00:17 [SEVERE] at java.lang.Iterable.forEach(Iterable.java:75)
  178. 07:00:17 [SEVERE] at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
  179. 07:00:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.sendMessage(AnnounceTask.java:49)
  180. 07:00:17 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.run(AnnounceTask.java:34)
  181. 07:00:17 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  182. 07:00:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  183. 07:00:17 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  184. 07:00:17 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  185. 07:00:24 [INFO] Closing listener [id: 0x8ade7486, L:/0.0.0.0:25685]
  186. 07:00:24 [INFO] Closing listener [id: 0x6333b4f4, L:/0.0.0.0:25685]
  187. 07:00:24 [INFO] Closing pending connections
  188. 07:00:24 [INFO] Disconnecting 2 connections
  189. 07:00:24 [INFO] [Calosis] disconnected with: §f[Proxy] Proxy restarting.
  190. 07:00:24 [INFO] [UpsideDownSquid] disconnected with: §f[Proxy] Proxy restarting.
  191. 07:00:24 [INFO] [UpsideDownSquid] -> UpstreamBridge has disconnected
  192. 07:00:24 [INFO] [UpsideDownSquid] <-> DownstreamBridge <-> [lobby] has disconnected
  193. 07:00:24 [INFO] [Calosis] -> UpstreamBridge has disconnected
  194. 07:00:24 [INFO] [Calosis] <-> DownstreamBridge <-> [lobby] has disconnected
  195. 07:00:24 [INFO] Disabling plugins
  196. 07:00:24 [FINE] [ServerListPlus] [Core] Saving player identities...
  197. 07:00:24 [FINE] [ServerListPlus] [Core] Storage location: plugins/ServerListPlus/PlayerCache.json
  198. 07:00:24 [FINE] [ServerListPlus] [Core] Successfully saved profiles to the storage!
  199. 07:00:24 [INFO]
  200. []=====[Disabling AdvancedBan]=====[]
  201. | Information:
  202. | Name: AdvancedBan
  203. | Developer: Leoko
  204. | Version: 2.1.3-RELEASE
  205. | Storage: MySQL (external)
  206. | Support:
  207. | Skype: Leoko33
  208. | Mail: Leoko4433@gmail.com
  209. []================================[]
  210. 07:00:24 [INFO] [UltimateFriends] Disabling listeners...
  211. 07:00:24 [INFO] [UltimateFriends] Closing storage...
  212. 07:00:24 [INFO] [UltimateFriends] All done in 4 ms
  213. 07:00:24 [INFO] [UltimateFriends] Disabled
  214. 07:00:24 [INFO] [LiteAnnouncer] Plugin disabled!
  215. 07:00:24 [INFO] Closing IO threads
  216. 07:00:27 [INFO] Thank you and goodbye
  217. 07:01:39 [INFO] Using mbed TLS based native cipher.
  218. 07:01:39 [INFO] Using zlib based native compressor.
  219. 07:01:39 [INFO] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.12-SNAPSHOT:cccbb3c:1282
  220. 07:01:39 [INFO] Not on Windows, attempting to use enhanced EpollEventLoop
  221. 07:01:39 [INFO] Epoll is working, utilising it!
  222. 07:01:39 [INFO] Discovered module: ModuleSpec(name=cmd_alert, file=modules/cmd_alert.jar, provider=JenkinsModuleSource())
  223. 07:01:39 [INFO] Discovered module: ModuleSpec(name=cmd_find, file=modules/cmd_find.jar, provider=JenkinsModuleSource())
  224. 07:01:39 [INFO] Discovered module: ModuleSpec(name=cmd_list, file=modules/cmd_list.jar, provider=JenkinsModuleSource())
  225. 07:01:39 [INFO] Discovered module: ModuleSpec(name=cmd_send, file=modules/cmd_send.jar, provider=JenkinsModuleSource())
  226. 07:01:39 [INFO] Discovered module: ModuleSpec(name=cmd_server, file=modules/cmd_server.jar, provider=JenkinsModuleSource())
  227. 07:01:39 [INFO] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules/reconnect_yaml.jar, provider=JenkinsModuleSource())
  228. 07:01:39 [INFO] Loaded plugin SSNotifyBungee version Build 2 by HakanGulgen
  229. 07:01:39 [INFO] Loaded plugin LiteAnnouncer version 6.2 by LITEFINE
  230. 07:01:39 [INFO] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  231. 07:01:39 [INFO] Loaded plugin SQLiteDriver version 1.0.0 by M1nef4n
  232. 07:01:39 [INFO] Loaded plugin UltimateFriends version 2.5.2 by M1nef4n
  233. 07:01:39 [INFO] Loaded plugin BungeePexBridge version 1.9.1 by PhilipsNostrum
  234. 07:01:39 [INFO] Loaded plugin cmd_list version git:cmd_list:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  235. 07:01:39 [INFO] Loaded plugin cmd_find version git:cmd_find:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  236. 07:01:39 [INFO] Loaded plugin BungeeHub version 1.1 by Inkzzz
  237. 07:01:39 [INFO] Loaded plugin AdvancedBan version 2.1.3-RELEASE by Leoko
  238. 07:01:39 [INFO] Loaded plugin cmd_server version git:cmd_server:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  239. 07:01:39 [INFO] Loaded plugin AntiVapeClient version 0.1 by Oramni
  240. 07:01:39 [INFO] Loaded plugin cmd_alert version git:cmd_alert:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  241. 07:01:39 [INFO] Loaded plugin ServerListPlus version 3.4.8 by Minecrell <https://github.com/Minecrell>
  242. 07:01:39 [WARNING] Error enabling plugin BetterNick
  243. java.lang.NoClassDefFoundError: org/bukkit/event/Listener
  244. at java.lang.ClassLoader.defineClass1(Native Method)
  245. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  246. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  247. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  248. at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  249. at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  250. at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  251. at java.security.AccessController.doPrivileged(Native Method)
  252. at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  253. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  254. at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:34)
  255. at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:27)
  256. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  257. at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:304)
  258. at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:212)
  259. at net.md_5.bungee.BungeeCord.start(BungeeCord.java:257)
  260. at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:56)
  261. at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  262. Caused by: java.lang.ClassNotFoundException: org.bukkit.event.Listener
  263. at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:53)
  264. at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:27)
  265. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  266. ... 18 more
  267. 07:01:39 [INFO] Loaded plugin cmd_send version git:cmd_send:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  268. 07:01:39 [WARNING] Forced host server pvp is not defined
  269. 07:01:39 [INFO] Enabled plugin SSNotifyBungee version Build 2 by HakanGulgen
  270. 07:01:39 [WARNING] Json error in message 1: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 9 path $
  271. 07:01:39 [WARNING] Json error in message 1: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 10 path $
  272. 07:01:39 [WARNING] Json error in message 1: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 11 path $
  273. 07:01:39 [WARNING] Json error in message 1: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 6 path $
  274. 07:01:39 [WARNING] Json error in message 2: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 12 path $
  275. 07:01:39 [WARNING] Json error in message 2: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 9 path $
  276. 07:01:39 [WARNING] Json error in message 3: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 7 path $
  277. 07:01:39 [WARNING] Json error in message 3: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 13 path $
  278. 07:01:39 [WARNING] Json error in message 3: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 6 path $
  279. 07:01:39 [WARNING] Json error in message 4: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 10 path $
  280. 07:01:39 [WARNING] Json error in message 4: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 7 path $
  281. 07:01:39 [WARNING] Json error in message 4: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 7 path $
  282. 07:01:39 [WARNING] Json error in message 4: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 10 path $
  283. 07:01:39 [INFO] [LiteAnnouncer] Plugin enabled. Version: 6.2. Made by LITEFINE.
  284. 07:01:39 [INFO] Enabled plugin LiteAnnouncer version 6.2 by LITEFINE
  285. 07:01:39 [INFO] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  286. 07:01:39 [INFO] Enabled plugin SQLiteDriver version 1.0.0 by M1nef4n
  287. 07:01:40 [INFO] [UltimateFriends] Lang file: lang_en_GB.yml
  288. 07:01:40 [INFO] [UltimateFriends] Opening storage...
  289. 07:01:40 [INFO] [UltimateFriends] Registering listeners...
  290. 07:01:40 [INFO] [UltimateFriends] Registering commands...
  291. 07:01:40 [INFO] [UltimateFriends] All done in 387 ms
  292. 07:01:40 [INFO] [UltimateFriends] Enabled
  293. 07:01:40 [INFO] Enabled plugin UltimateFriends version 2.5.2 by M1nef4n
  294. 07:01:40 [INFO] [BungeePexBridge] Permission system PEX loaded successfully!
  295. 07:01:41 [INFO] Enabled plugin BungeePexBridge version 1.9.1 by PhilipsNostrum
  296. 07:01:41 [INFO] Enabled plugin cmd_list version git:cmd_list:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  297. 07:01:41 [INFO] Enabled plugin cmd_find version git:cmd_find:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  298. 07:01:41 [INFO] Enabled plugin BungeeHub version 1.1 by Inkzzz
  299. 07:01:41 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 's1168_fs32fae.permissions' doesn't exist
  300. 07:01:41 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  301. 07:01:41 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  302. 07:01:41 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  303. 07:01:41 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  304. 07:01:41 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  305. 07:01:41 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:408)
  306. 07:01:41 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:943)
  307. 07:01:41 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  308. 07:01:41 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  309. 07:01:41 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  310. 07:01:41 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  311. 07:01:41 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2490)
  312. 07:01:41 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2448)
  313. 07:01:41 [SEVERE] at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1381)
  314. 07:01:41 [SEVERE] at me.philipsnostrum.bungeepexbridge.permsystem.PermissionsEx.getGroups(PermissionsEx.java:23)
  315. 07:01:41 [SEVERE] at me.philipsnostrum.bungeepexbridge.BungeePexBridge$2.run(BungeePexBridge.java:122)
  316. 07:01:41 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  317. 07:01:41 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  318. 07:01:41 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  319. 07:01:41 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  320. 07:01:41 [INFO]
  321. []=====[Enabling AdvancedBan]=====[]
  322. | Information:
  323. | Name: AdvancedBan
  324. | Developer: Leoko
  325. | Version: 2.1.3-RELEASE
  326. | Storage: MySQL (external)
  327. | Support:
  328. | Skype: Leoko33
  329. | Mail: Leoko4433@gmail.com
  330. | Update:
  331. | You have the newest version
  332. []================================[]
  333. 07:01:41 [INFO] Enabled plugin AdvancedBan version 2.1.3-RELEASE by Leoko
  334. 07:01:41 [INFO] [AntiVapeClient] Plugin Bungee load !
  335. 07:01:41 [INFO] Enabled plugin cmd_server version git:cmd_server:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  336. 07:08:07 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  337. 07:08:07 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  338. 07:08:07 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  339. 07:08:07 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  340. 07:08:07 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  341. 07:08:07 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  342. 07:08:07 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:408)
  343. 07:08:07 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
  344. 07:08:07 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:897)
  345. 07:08:07 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:886)
  346. 07:08:07 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:860)
  347. 07:08:07 [SEVERE] at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2104)
  348. 07:08:07 [SEVERE] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2029)
  349. 07:08:07 [SEVERE] at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:779)
  350. 07:08:07 [SEVERE] at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  351. 07:08:07 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  352. 07:08:07 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  353. 07:08:07 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  354. 07:08:07 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  355. 07:08:07 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  356. 07:08:07 [SEVERE] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:389)
  357. 07:08:07 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
  358. 07:08:07 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:664)
  359. 07:08:07 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:247)
  360. 07:08:07 [SEVERE] at net.oramni.antivape.MainSQL.connection(MainSQL.java:34)
  361. 07:08:07 [SEVERE] at net.oramni.antivape.Bungee.onEnable(Bungee.java:31)
  362. 07:08:07 [SEVERE] at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:227)
  363. 07:08:07 [SEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:266)
  364. 07:08:07 [SEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:56)
  365. 07:08:07 [SEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  366. 07:08:07 [SEVERE] Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  367. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  368. 07:08:07 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  369. 07:08:07 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  370. 07:08:07 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  371. 07:08:07 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  372. 07:08:07 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  373. 07:08:07 [SEVERE] at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:989)
  374. 07:08:07 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:341)
  375. 07:08:07 [SEVERE] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2196)
  376. 07:08:07 [SEVERE] at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2045)
  377. 07:08:07 [SEVERE] ... 18 more
  378. 07:08:07 [SEVERE] Caused by: java.net.ConnectException: Operation timed out (Connection timed out)
  379. 07:08:07 [SEVERE] at java.net.PlainSocketImpl.socketConnect(Native Method)
  380. 07:08:07 [SEVERE] at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  381. 07:08:07 [SEVERE] at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  382. 07:08:07 [SEVERE] at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  383. 07:08:07 [SEVERE] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  384. 07:08:07 [SEVERE] at java.net.Socket.connect(Socket.java:589)
  385. 07:08:07 [SEVERE] at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211)
  386. 07:08:07 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:300)
  387. 07:08:07 [SEVERE] ... 20 more
  388. 07:08:07 [INFO] ERROR CONNECTION SQL !!! ERROR CONNECTION SQL !!! ERROR CONNECTION SQL !!!
  389. 07:08:07 [INFO] ERROR CONNECTION SQL !!! ERROR CONNECTION SQL !!! ERROR CONNECTION SQL !!!
  390. 07:08:07 [INFO] ERROR CONNECTION SQL !!! ERROR CONNECTION SQL !!! ERROR CONNECTION SQL !!!
  391. 07:08:07 [SEVERE] java.io.IOException: Server returned HTTP response code: 403 for URL: https://dev.saply.fr/vape/addserver.php?q=BungeeCord&ip=172.18.0.5
  392. 07:08:07 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1876)
  393. 07:08:07 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)
  394. 07:08:07 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1466)
  395. 07:08:07 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1464)
  396. 07:08:07 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
  397. 07:08:07 [SEVERE] at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)
  398. 07:08:07 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1463)
  399. 07:08:07 [SEVERE] at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
  400. 07:08:07 [SEVERE] at net.oramni.antivape.MainSQL.addServer(MainSQL.java:130)
  401. 07:08:07 [SEVERE] at net.oramni.antivape.Bungee.onEnable(Bungee.java:42)
  402. 07:08:07 [SEVERE] at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:227)
  403. 07:08:07 [SEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:266)
  404. 07:08:07 [SEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:56)
  405. 07:08:07 [SEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  406. 07:08:07 [INFO] Enabled plugin AntiVapeClient version 0.1 by Oramni
  407. 07:08:07 [INFO] Enabled plugin cmd_alert version git:cmd_alert:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  408. 07:08:07 [CONFIG] [ServerListPlus] [Core]
  409. ---
  410. Plugin: ServerListPlus v3.4.8 (BungeeCord)
  411. Server: git:BungeeCord-Bootstrap:1.12-SNAPSHOT:cccbb3c:1282 (MC: 1.8.x-1.12.x)
  412. Java: 1.8.0_131 (OpenJDK 64-Bit Server VM)
  413. OS: Linux, 3.10.0-693.2.2.el7.x86_64 (amd64)
  414. ---
  415. 07:08:07 [INFO] [ServerListPlus] [Core] Reloading configuration...
  416. 07:08:07 [FINE] [ServerListPlus] [Core] Configuration location: plugins/ServerListPlus/ServerListPlus.yml
  417. 07:08:07 [INFO] [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
  418. 07:08:07 [INFO] [ServerListPlus] [Core] Loaded configuration: PluginConf
  419. 07:08:07 [CONFIG] [ServerListPlus] [Core] 2 configurations loaded.
  420. 07:08:07 [FINE] [ServerListPlus] Registered proxy player tracking listener.
  421. 07:08:07 [FINE] [ServerListPlus] [Core] Configuration successfully reloaded!
  422. 07:08:07 [FINE] [ServerListPlus] [Core] Reloading profiles from: plugins/ServerListPlus/Profiles.json
  423. 07:08:07 [CONFIG] [ServerListPlus] [Core] ServerListPlus profile is enabled!
  424. 07:08:07 [FINE] [ServerListPlus] Registered proxy ping listener.
  425. 07:08:07 [INFO] [ServerListPlus] [Core] Reloading saved player identities...
  426. 07:08:07 [FINE] [ServerListPlus] [Core] Storage location: plugins/ServerListPlus/PlayerCache.json
  427. 07:08:07 [FINE] [ServerListPlus] [Core] Player identities successfully reloaded from file.
  428. 07:08:07 [INFO] [ServerListPlus] Successfully loaded!
  429. 07:08:07 [INFO] Enabled plugin ServerListPlus version 3.4.8 by Minecrell <https://github.com/Minecrell>
  430. 07:08:07 [INFO] Enabled plugin cmd_send version git:cmd_send:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  431. 07:08:07 [INFO] Listening on /0.0.0.0:25685
  432. 07:08:07 [INFO] Started query on /0.0.0.0:25685
  433. 07:10:51 [INFO] [/50.116.54.77:45144] <-> InitialHandler has connected
  434. 07:12:16 [INFO] Closing listener [id: 0xffc52c79, L:/0.0.0.0:25685]
  435. 07:12:16 [INFO] Closing listener [id: 0x22291abd, L:/0.0.0.0:25685]
  436. 07:12:16 [INFO] Closing pending connections
  437. 07:12:16 [INFO] Disconnecting 0 connections
  438. 07:12:16 [INFO] Disabling plugins
  439. 07:12:16 [INFO]
  440. []=====[Disabling AdvancedBan]=====[]
  441. | Information:
  442. | Name: AdvancedBan
  443. | Developer: Leoko
  444. | Version: 2.1.3-RELEASE
  445. | Storage: MySQL (external)
  446. | Support:
  447. | Skype: Leoko33
  448. | Mail: Leoko4433@gmail.com
  449. []================================[]
  450. 07:12:16 [INFO] [UltimateFriends] Disabling listeners...
  451. 07:12:16 [INFO] [UltimateFriends] Closing storage...
  452. 07:12:16 [INFO] [UltimateFriends] All done in 3 ms
  453. 07:12:16 [INFO] [UltimateFriends] Disabled
  454. 07:12:16 [INFO] [LiteAnnouncer] Plugin disabled!
  455. 07:12:16 [INFO] Closing IO threads
  456. 07:12:18 [INFO] Thank you and goodbye
  457. 07:12:32 [INFO] Using mbed TLS based native cipher.
  458. 07:12:32 [INFO] Using zlib based native compressor.
  459. 07:12:32 [INFO] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.12-SNAPSHOT:cccbb3c:1282
  460. 07:12:32 [INFO] Not on Windows, attempting to use enhanced EpollEventLoop
  461. 07:12:32 [INFO] Epoll is working, utilising it!
  462. 07:12:32 [INFO] Discovered module: ModuleSpec(name=cmd_alert, file=modules/cmd_alert.jar, provider=JenkinsModuleSource())
  463. 07:12:32 [INFO] Discovered module: ModuleSpec(name=cmd_find, file=modules/cmd_find.jar, provider=JenkinsModuleSource())
  464. 07:12:32 [INFO] Discovered module: ModuleSpec(name=cmd_list, file=modules/cmd_list.jar, provider=JenkinsModuleSource())
  465. 07:12:32 [INFO] Discovered module: ModuleSpec(name=cmd_send, file=modules/cmd_send.jar, provider=JenkinsModuleSource())
  466. 07:12:32 [INFO] Discovered module: ModuleSpec(name=cmd_server, file=modules/cmd_server.jar, provider=JenkinsModuleSource())
  467. 07:12:32 [INFO] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules/reconnect_yaml.jar, provider=JenkinsModuleSource())
  468. 07:12:32 [INFO] Loaded plugin SSNotifyBungee version Build 2 by HakanGulgen
  469. 07:12:32 [INFO] Loaded plugin LiteAnnouncer version 6.2 by LITEFINE
  470. 07:12:32 [INFO] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  471. 07:12:32 [INFO] Loaded plugin SQLiteDriver version 1.0.0 by M1nef4n
  472. 07:12:32 [INFO] Loaded plugin UltimateFriends version 2.5.2 by M1nef4n
  473. 07:12:32 [INFO] Loaded plugin BungeePexBridge version 1.9.1 by PhilipsNostrum
  474. 07:12:32 [INFO] Loaded plugin cmd_list version git:cmd_list:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  475. 07:12:32 [INFO] Loaded plugin cmd_find version git:cmd_find:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  476. 07:12:32 [INFO] Loaded plugin BungeeHub version 1.1 by Inkzzz
  477. 07:12:32 [INFO] Loaded plugin AdvancedBan version 2.1.3-RELEASE by Leoko
  478. 07:12:32 [INFO] Loaded plugin cmd_server version git:cmd_server:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  479. 07:12:32 [INFO] Loaded plugin AntiVapeClient version 0.1 by Oramni
  480. 07:12:32 [INFO] Loaded plugin cmd_alert version git:cmd_alert:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  481. 07:12:32 [INFO] Loaded plugin ServerListPlus version 3.4.8 by Minecrell <https://github.com/Minecrell>
  482. 07:12:32 [WARNING] Error enabling plugin BetterNick
  483. java.lang.NoClassDefFoundError: org/bukkit/event/Listener
  484. at java.lang.ClassLoader.defineClass1(Native Method)
  485. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  486. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  487. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  488. at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  489. at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  490. at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  491. at java.security.AccessController.doPrivileged(Native Method)
  492. at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  493. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  494. at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:34)
  495. at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:27)
  496. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  497. at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:304)
  498. at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:212)
  499. at net.md_5.bungee.BungeeCord.start(BungeeCord.java:257)
  500. at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:56)
  501. at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  502. Caused by: java.lang.ClassNotFoundException: org.bukkit.event.Listener
  503. at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:53)
  504. at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:27)
  505. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  506. ... 18 more
  507. 07:12:32 [INFO] Loaded plugin cmd_send version git:cmd_send:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  508. 07:12:32 [WARNING] Forced host server pvp is not defined
  509. 07:12:32 [INFO] Enabled plugin SSNotifyBungee version Build 2 by HakanGulgen
  510. 07:12:32 [WARNING] Json error in message 1: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 9 path $
  511. 07:12:32 [WARNING] Json error in message 1: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 10 path $
  512. 07:12:32 [WARNING] Json error in message 1: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 11 path $
  513. 07:12:32 [WARNING] Json error in message 1: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 6 path $
  514. 07:12:32 [WARNING] Json error in message 2: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 12 path $
  515. 07:12:32 [WARNING] Json error in message 2: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 9 path $
  516. 07:12:32 [WARNING] Json error in message 3: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 7 path $
  517. 07:12:32 [WARNING] Json error in message 3: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 13 path $
  518. 07:12:32 [WARNING] Json error in message 3: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 6 path $
  519. 07:12:32 [WARNING] Json error in message 4: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 10 path $
  520. 07:12:32 [WARNING] Json error in message 4: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 7 path $
  521. 07:12:32 [WARNING] Json error in message 4: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 7 path $
  522. 07:12:32 [WARNING] Json error in message 4: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 10 path $
  523. 07:12:32 [INFO] [LiteAnnouncer] Plugin enabled. Version: 6.2. Made by LITEFINE.
  524. 07:12:32 [INFO] Enabled plugin LiteAnnouncer version 6.2 by LITEFINE
  525. 07:12:32 [INFO] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  526. 07:12:32 [INFO] Enabled plugin SQLiteDriver version 1.0.0 by M1nef4n
  527. 07:12:33 [INFO] [UltimateFriends] Lang file: lang_en_GB.yml
  528. 07:12:33 [INFO] [UltimateFriends] Opening storage...
  529. 07:12:33 [INFO] [UltimateFriends] Registering listeners...
  530. 07:12:33 [INFO] [UltimateFriends] Registering commands...
  531. 07:12:33 [INFO] [UltimateFriends] All done in 355 ms
  532. 07:12:33 [INFO] [UltimateFriends] Enabled
  533. 07:12:33 [INFO] Enabled plugin UltimateFriends version 2.5.2 by M1nef4n
  534. 07:12:33 [INFO] [BungeePexBridge] Permission system PEX loaded successfully!
  535. 07:12:33 [INFO] Enabled plugin BungeePexBridge version 1.9.1 by PhilipsNostrum
  536. 07:12:33 [INFO] Enabled plugin cmd_list version git:cmd_list:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  537. 07:12:33 [INFO] Enabled plugin cmd_find version git:cmd_find:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  538. 07:12:33 [INFO] Enabled plugin BungeeHub version 1.1 by Inkzzz
  539. 07:12:33 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 's1168_fs32fae.permissions' doesn't exist
  540. 07:12:33 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  541. 07:12:33 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  542. 07:12:33 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  543. 07:12:33 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  544. 07:12:33 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  545. 07:12:33 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:408)
  546. 07:12:33 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:943)
  547. 07:12:33 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  548. 07:12:33 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  549. 07:12:33 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  550. 07:12:33 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  551. 07:12:33 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2490)
  552. 07:12:33 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2448)
  553. 07:12:33 [SEVERE] at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1381)
  554. 07:12:33 [SEVERE] at me.philipsnostrum.bungeepexbridge.permsystem.PermissionsEx.getGroups(PermissionsEx.java:23)
  555. 07:12:33 [SEVERE] at me.philipsnostrum.bungeepexbridge.BungeePexBridge$2.run(BungeePexBridge.java:122)
  556. 07:12:33 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  557. 07:12:33 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  558. 07:12:33 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  559. 07:12:33 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  560. 07:12:33 [INFO]
  561. []=====[Enabling AdvancedBan]=====[]
  562. | Information:
  563. | Name: AdvancedBan
  564. | Developer: Leoko
  565. | Version: 2.1.3-RELEASE
  566. | Storage: MySQL (external)
  567. | Support:
  568. | Skype: Leoko33
  569. | Mail: Leoko4433@gmail.com
  570. | Update:
  571. | You have the newest version
  572. []================================[]
  573. 07:12:33 [INFO] Enabled plugin AdvancedBan version 2.1.3-RELEASE by Leoko
  574. 07:12:33 [INFO] [AntiVapeClient] Plugin Bungee load !
  575. 07:12:33 [INFO] Enabled plugin cmd_server version git:cmd_server:1.12-SNAPSHOT:cccbb3c:1282 by SpigotMC
  576. 07:18:14 [INFO] Using mbed TLS based native cipher.
  577. 07:18:14 [INFO] Using zlib based native compressor.
  578. 07:18:14 [INFO] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.12-SNAPSHOT:9fd9843:1287
  579. 07:18:14 [INFO] Not on Windows, attempting to use enhanced EpollEventLoop
  580. 07:18:14 [INFO] Epoll is working, utilising it!
  581. 07:18:14 [INFO] Discovered module: ModuleSpec(name=cmd_alert, file=modules/cmd_alert.jar, provider=JenkinsModuleSource())
  582. 07:18:14 [INFO] Discovered module: ModuleSpec(name=cmd_find, file=modules/cmd_find.jar, provider=JenkinsModuleSource())
  583. 07:18:14 [INFO] Discovered module: ModuleSpec(name=cmd_list, file=modules/cmd_list.jar, provider=JenkinsModuleSource())
  584. 07:18:14 [INFO] Discovered module: ModuleSpec(name=cmd_send, file=modules/cmd_send.jar, provider=JenkinsModuleSource())
  585. 07:18:14 [INFO] Discovered module: ModuleSpec(name=cmd_server, file=modules/cmd_server.jar, provider=JenkinsModuleSource())
  586. 07:18:14 [INFO] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules/reconnect_yaml.jar, provider=JenkinsModuleSource())
  587. 07:18:15 [INFO] Attempting to update plugin from ModuleVersion(build=1282, git=cccbb3c) to ModuleVersion(build=1287, git=9fd9843)
  588. 07:18:15 [INFO] Attempting to Jenkins download module cmd_alert v1287
  589. 07:18:15 [INFO] Download complete
  590. 07:18:15 [INFO] Attempting to update plugin from ModuleVersion(build=1282, git=cccbb3c) to ModuleVersion(build=1287, git=9fd9843)
  591. 07:18:15 [INFO] Attempting to Jenkins download module cmd_find v1287
  592. 07:18:15 [INFO] Download complete
  593. 07:18:15 [INFO] Attempting to update plugin from ModuleVersion(build=1282, git=cccbb3c) to ModuleVersion(build=1287, git=9fd9843)
  594. 07:18:15 [INFO] Attempting to Jenkins download module cmd_list v1287
  595. 07:18:15 [INFO] Download complete
  596. 07:18:15 [INFO] Attempting to update plugin from ModuleVersion(build=1282, git=cccbb3c) to ModuleVersion(build=1287, git=9fd9843)
  597. 07:18:15 [INFO] Attempting to Jenkins download module cmd_send v1287
  598. 07:18:15 [INFO] Download complete
  599. 07:18:15 [INFO] Attempting to update plugin from ModuleVersion(build=1282, git=cccbb3c) to ModuleVersion(build=1287, git=9fd9843)
  600. 07:18:15 [INFO] Attempting to Jenkins download module cmd_server v1287
  601. 07:18:15 [INFO] Download complete
  602. 07:18:15 [INFO] Attempting to update plugin from ModuleVersion(build=1282, git=cccbb3c) to ModuleVersion(build=1287, git=9fd9843)
  603. 07:18:15 [INFO] Attempting to Jenkins download module reconnect_yaml v1287
  604. 07:18:15 [INFO] Download complete
  605. 07:18:15 [INFO] Loaded plugin SSNotifyBungee version Build 2 by HakanGulgen
  606. 07:18:15 [INFO] Loaded plugin LiteAnnouncer version 6.2 by LITEFINE
  607. 07:18:15 [INFO] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.12-SNAPSHOT:9fd9843:1287 by SpigotMC
  608. 07:18:15 [INFO] Loaded plugin SQLiteDriver version 1.0.0 by M1nef4n
  609. 07:18:15 [INFO] Loaded plugin UltimateFriends version 2.5.2 by M1nef4n
  610. 07:18:15 [INFO] Loaded plugin BungeePexBridge version 1.9.1 by PhilipsNostrum
  611. 07:18:15 [INFO] Loaded plugin cmd_list version git:cmd_list:1.12-SNAPSHOT:9fd9843:1287 by SpigotMC
  612. 07:18:15 [INFO] Loaded plugin cmd_find version git:cmd_find:1.12-SNAPSHOT:9fd9843:1287 by SpigotMC
  613. 07:18:15 [INFO] Loaded plugin BungeeHub version 1.1 by Inkzzz
  614. 07:18:15 [INFO] Loaded plugin AdvancedBan version 2.1.3-RELEASE by Leoko
  615. 07:18:15 [INFO] Loaded plugin cmd_server version git:cmd_server:1.12-SNAPSHOT:9fd9843:1287 by SpigotMC
  616. 07:18:15 [INFO] Loaded plugin AntiVapeClient version 0.1 by Oramni
  617. 07:18:15 [INFO] Loaded plugin cmd_alert version git:cmd_alert:1.12-SNAPSHOT:9fd9843:1287 by SpigotMC
  618. 07:18:15 [INFO] Loaded plugin ServerListPlus version 3.4.8 by Minecrell <https://github.com/Minecrell>
  619. 07:18:15 [WARNING] Error enabling plugin BetterNick
  620. java.lang.NoClassDefFoundError: org/bukkit/event/Listener
  621. at java.lang.ClassLoader.defineClass1(Native Method)
  622. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  623. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  624. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  625. at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  626. at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  627. at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  628. at java.security.AccessController.doPrivileged(Native Method)
  629. at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  630. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  631. at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:34)
  632. at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:27)
  633. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  634. at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:304)
  635. at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:212)
  636. at net.md_5.bungee.BungeeCord.start(BungeeCord.java:257)
  637. at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:56)
  638. at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  639. Caused by: java.lang.ClassNotFoundException: org.bukkit.event.Listener
  640. at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:53)
  641. at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:27)
  642. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  643. ... 18 more
  644. 07:18:15 [INFO] Loaded plugin cmd_send version git:cmd_send:1.12-SNAPSHOT:9fd9843:1287 by SpigotMC
  645. 07:18:15 [WARNING] Forced host server pvp is not defined
  646. 07:18:15 [INFO] Enabled plugin SSNotifyBungee version Build 2 by HakanGulgen
  647. 07:18:15 [WARNING] Json error in message 1: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 9 path $
  648. 07:18:15 [WARNING] Json error in message 1: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 10 path $
  649. 07:18:15 [WARNING] Json error in message 1: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 11 path $
  650. 07:18:15 [WARNING] Json error in message 1: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 6 path $
  651. 07:18:15 [WARNING] Json error in message 2: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 12 path $
  652. 07:18:15 [WARNING] Json error in message 2: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 9 path $
  653. 07:18:15 [WARNING] Json error in message 3: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 7 path $
  654. 07:18:15 [WARNING] Json error in message 3: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 13 path $
  655. 07:18:15 [WARNING] Json error in message 3: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 6 path $
  656. 07:18:15 [WARNING] Json error in message 4: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 10 path $
  657. 07:18:15 [WARNING] Json error in message 4: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 7 path $
  658. 07:18:15 [WARNING] Json error in message 4: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 7 path $
  659. 07:18:15 [WARNING] Json error in message 4: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 10 path $
  660. 07:18:15 [INFO] [LiteAnnouncer] Plugin enabled. Version: 6.2. Made by LITEFINE.
  661. 07:18:15 [INFO] Enabled plugin LiteAnnouncer version 6.2 by LITEFINE
  662. 07:18:15 [INFO] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.12-SNAPSHOT:9fd9843:1287 by SpigotMC
  663. 07:18:15 [INFO] Enabled plugin SQLiteDriver version 1.0.0 by M1nef4n
  664. 07:18:15 [INFO] [UltimateFriends] Lang file: lang_en_GB.yml
  665. 07:18:15 [INFO] [UltimateFriends] Opening storage...
  666. 07:18:16 [INFO] [UltimateFriends] Registering listeners...
  667. 07:18:16 [INFO] [UltimateFriends] Registering commands...
  668. 07:18:16 [INFO] [UltimateFriends] All done in 344 ms
  669. 07:18:16 [INFO] [UltimateFriends] Enabled
  670. 07:18:16 [INFO] Enabled plugin UltimateFriends version 2.5.2 by M1nef4n
  671. 07:18:16 [INFO] [BungeePexBridge] Permission system PEX loaded successfully!
  672. 07:18:16 [INFO] Enabled plugin BungeePexBridge version 1.9.1 by PhilipsNostrum
  673. 07:18:16 [INFO] Enabled plugin cmd_list version git:cmd_list:1.12-SNAPSHOT:9fd9843:1287 by SpigotMC
  674. 07:18:16 [INFO] Enabled plugin cmd_find version git:cmd_find:1.12-SNAPSHOT:9fd9843:1287 by SpigotMC
  675. 07:18:16 [INFO] Enabled plugin BungeeHub version 1.1 by Inkzzz
  676. 07:18:16 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 's1168_fs32fae.permissions' doesn't exist
  677. 07:18:16 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  678. 07:18:16 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  679. 07:18:16 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  680. 07:18:16 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  681. 07:18:16 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  682. 07:18:16 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:408)
  683. 07:18:16 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:943)
  684. 07:18:16 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  685. 07:18:16 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  686. 07:18:16 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  687. 07:18:16 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  688. 07:18:16 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2483)
  689. 07:18:16 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2441)
  690. 07:18:16 [SEVERE] at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1381)
  691. 07:18:16 [SEVERE] at me.philipsnostrum.bungeepexbridge.permsystem.PermissionsEx.getGroups(PermissionsEx.java:23)
  692. 07:18:16 [SEVERE] at me.philipsnostrum.bungeepexbridge.BungeePexBridge$2.run(BungeePexBridge.java:122)
  693. 07:18:16 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  694. 07:18:16 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  695. 07:18:16 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  696. 07:18:16 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  697. 07:18:16 [INFO]
  698. []=====[Enabling AdvancedBan]=====[]
  699. | Information:
  700. | Name: AdvancedBan
  701. | Developer: Leoko
  702. | Version: 2.1.3-RELEASE
  703. | Storage: MySQL (external)
  704. | Support:
  705. | Skype: Leoko33
  706. | Mail: Leoko4433@gmail.com
  707. | Update:
  708. | You have the newest version
  709. []================================[]
  710. 07:18:16 [INFO] Enabled plugin AdvancedBan version 2.1.3-RELEASE by Leoko
  711. 07:18:16 [INFO] [AntiVapeClient] Plugin Bungee load !
  712. 07:18:16 [INFO] Enabled plugin cmd_server version git:cmd_server:1.12-SNAPSHOT:9fd9843:1287 by SpigotMC
  713. 07:24:42 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  714. 07:24:42 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  715. 07:24:42 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  716. 07:24:42 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  717. 07:24:42 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  718. 07:24:42 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  719. 07:24:42 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:408)
  720. 07:24:42 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
  721. 07:24:42 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:897)
  722. 07:24:42 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:886)
  723. 07:24:42 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:860)
  724. 07:24:42 [SEVERE] at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2097)
  725. 07:24:42 [SEVERE] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2022)
  726. 07:24:42 [SEVERE] at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:779)
  727. 07:24:42 [SEVERE] at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  728. 07:24:42 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  729. 07:24:42 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  730. 07:24:42 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  731. 07:24:42 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  732. 07:24:42 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  733. 07:24:42 [SEVERE] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:389)
  734. 07:24:42 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
  735. 07:24:42 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:664)
  736. 07:24:42 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:247)
  737. 07:24:42 [SEVERE] at net.oramni.antivape.MainSQL.connection(MainSQL.java:34)
  738. 07:24:42 [SEVERE] at net.oramni.antivape.Bungee.onEnable(Bungee.java:31)
  739. 07:24:42 [SEVERE] at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:227)
  740. 07:24:42 [SEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:266)
  741. 07:24:42 [SEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:56)
  742. 07:24:42 [SEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  743. 07:24:42 [SEVERE] Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  744. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  745. 07:24:42 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  746. 07:24:42 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  747. 07:24:42 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  748. 07:24:42 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  749. 07:24:42 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  750. 07:24:42 [SEVERE] at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:989)
  751. 07:24:42 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:341)
  752. 07:24:42 [SEVERE] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2189)
  753. 07:24:42 [SEVERE] at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2038)
  754. 07:24:42 [SEVERE] ... 18 more
  755. 07:24:42 [SEVERE] Caused by: java.net.ConnectException: Operation timed out (Connection timed out)
  756. 07:24:42 [SEVERE] at java.net.PlainSocketImpl.socketConnect(Native Method)
  757. 07:24:42 [SEVERE] at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  758. 07:24:42 [SEVERE] at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  759. 07:24:42 [SEVERE] at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  760. 07:24:42 [SEVERE] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  761. 07:24:42 [SEVERE] at java.net.Socket.connect(Socket.java:589)
  762. 07:24:42 [SEVERE] at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211)
  763. 07:24:42 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:300)
  764. 07:24:42 [SEVERE] ... 20 more
  765. 07:24:42 [INFO] ERROR CONNECTION SQL !!! ERROR CONNECTION SQL !!! ERROR CONNECTION SQL !!!
  766. 07:24:42 [INFO] ERROR CONNECTION SQL !!! ERROR CONNECTION SQL !!! ERROR CONNECTION SQL !!!
  767. 07:24:42 [INFO] ERROR CONNECTION SQL !!! ERROR CONNECTION SQL !!! ERROR CONNECTION SQL !!!
  768. 07:24:42 [SEVERE] java.io.IOException: Server returned HTTP response code: 403 for URL: https://dev.saply.fr/vape/addserver.php?q=BungeeCord&ip=172.18.0.5
  769. 07:24:42 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1876)
  770. 07:24:42 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)
  771. 07:24:42 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1466)
  772. 07:24:42 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1464)
  773. 07:24:42 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
  774. 07:24:42 [SEVERE] at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)
  775. 07:24:42 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1463)
  776. 07:24:42 [SEVERE] at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
  777. 07:24:42 [SEVERE] at net.oramni.antivape.MainSQL.addServer(MainSQL.java:130)
  778. 07:24:42 [SEVERE] at net.oramni.antivape.Bungee.onEnable(Bungee.java:42)
  779. 07:24:42 [SEVERE] at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:227)
  780. 07:24:42 [SEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:266)
  781. 07:24:42 [SEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:56)
  782. 07:24:42 [SEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  783. 07:24:42 [INFO] Enabled plugin AntiVapeClient version 0.1 by Oramni
  784. 07:24:42 [INFO] Enabled plugin cmd_alert version git:cmd_alert:1.12-SNAPSHOT:9fd9843:1287 by SpigotMC
  785. 07:24:42 [CONFIG] [ServerListPlus] [Core]
  786. ---
  787. Plugin: ServerListPlus v3.4.8 (BungeeCord)
  788. Server: git:BungeeCord-Bootstrap:1.12-SNAPSHOT:9fd9843:1287 (MC: 1.8.x-1.12.x)
  789. Java: 1.8.0_131 (OpenJDK 64-Bit Server VM)
  790. OS: Linux, 3.10.0-693.2.2.el7.x86_64 (amd64)
  791. ---
  792. 07:24:42 [INFO] [ServerListPlus] [Core] Reloading configuration...
  793. 07:24:42 [FINE] [ServerListPlus] [Core] Configuration location: plugins/ServerListPlus/ServerListPlus.yml
  794. 07:24:42 [INFO] [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
  795. 07:24:42 [INFO] [ServerListPlus] [Core] Loaded configuration: PluginConf
  796. 07:24:42 [CONFIG] [ServerListPlus] [Core] 2 configurations loaded.
  797. 07:24:42 [FINE] [ServerListPlus] Registered proxy player tracking listener.
  798. 07:24:42 [FINE] [ServerListPlus] [Core] Configuration successfully reloaded!
  799. 07:24:42 [FINE] [ServerListPlus] [Core] Reloading profiles from: plugins/ServerListPlus/Profiles.json
  800. 07:24:42 [CONFIG] [ServerListPlus] [Core] ServerListPlus profile is enabled!
  801. 07:24:42 [FINE] [ServerListPlus] Registered proxy ping listener.
  802. 07:24:42 [INFO] [ServerListPlus] [Core] Reloading saved player identities...
  803. 07:24:42 [FINE] [ServerListPlus] [Core] Storage location: plugins/ServerListPlus/PlayerCache.json
  804. 07:24:42 [FINE] [ServerListPlus] [Core] Player identities successfully reloaded from file.
  805. 07:24:42 [INFO] [ServerListPlus] Successfully loaded!
  806. 07:24:42 [INFO] Enabled plugin ServerListPlus version 3.4.8 by Minecrell <https://github.com/Minecrell>
  807. 07:24:42 [INFO] Enabled plugin cmd_send version git:cmd_send:1.12-SNAPSHOT:9fd9843:1287 by SpigotMC
  808. 07:24:42 [INFO] Listening on /0.0.0.0:25685
  809. 07:24:42 [INFO] Started query on /0.0.0.0:25685
  810. 07:25:19 [INFO] [/197.86.195.200:52184] <-> InitialHandler has connected
  811. 07:25:20 [INFO] [/197.86.195.200:52192] <-> InitialHandler has connected
  812. 07:25:22 [INFO] [AntiVapeClient] Checking: Calosis - 197.86.195.200 ...
  813. 07:25:22 [SEVERE] Dec 20, 2017 7:25:22 AM net.md_5.bungee.event.EventBus post
  814. WARNING: Error dispatching event LoginEvent(cancelled=false, cancelReasonComponents=null, connection=[Calosis] <-> InitialHandler) to listener net.oramni.antivape.Bungee@60975100
  815. java.lang.NullPointerException
  816. at net.oramni.antivape.MainSQL.getIPVapeCount(MainSQL.java:102)
  817. at net.oramni.antivape.MainSQL.isIPVaped(MainSQL.java:114)
  818. at net.oramni.antivape.Bungee.onJoin(Bungee.java:56)
  819. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  820. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  821. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  822. at java.lang.reflect.Method.invoke(Method.java:498)
  823. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  824. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  825. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:377)
  826. at net.md_5.bungee.connection.InitialHandler.finish(InitialHandler.java:531)
  827. at net.md_5.bungee.connection.InitialHandler.access$600(InitialHandler.java:68)
  828. at net.md_5.bungee.connection.InitialHandler$5.done(InitialHandler.java:424)
  829. at net.md_5.bungee.connection.InitialHandler$5.done(InitialHandler.java:412)
  830. at net.md_5.bungee.http.HttpHandler.done(HttpHandler.java:68)
  831. at net.md_5.bungee.http.HttpHandler.channelRead0(HttpHandler.java:59)
  832. at net.md_5.bungee.http.HttpHandler.channelRead0(HttpHandler.java:14)
  833. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
  834. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  835. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  836. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  837. at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:438)
  838. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
  839. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
  840. at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:253)
  841. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  842. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  843. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  844. at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1380)
  845. at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1159)
  846. at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1194)
  847. at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489)
  848. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428)
  849. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
  850. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  851. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  852. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  853. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  854. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  855. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  856. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  857. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359)
  858. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  859. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  860. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935)
  861. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800)
  862. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:404)
  863. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:304)
  864. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  865. at java.lang.Thread.run(Thread.java:748)
  866. 07:25:22 [SEVERE] Cant create permission player for Calosis! (Table 's1168_fs32fae.permissions_inheritance' doesn't exist)
  867. 07:25:22 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 's1168_fs32fae.permissions_inheritance' doesn't exist
  868. 07:25:22 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  869. 07:25:22 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  870. 07:25:22 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  871. 07:25:22 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  872. 07:25:22 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  873. 07:25:22 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:408)
  874. 07:25:22 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:943)
  875. 07:25:22 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  876. 07:25:22 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  877. 07:25:22 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  878. 07:25:22 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  879. 07:25:22 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2483)
  880. 07:25:22 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2441)
  881. 07:25:22 [SEVERE] at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1381)
  882. 07:25:22 [SEVERE] at me.philipsnostrum.bungeepexbridge.permsystem.PermissionsEx.getPlayerGroups(PermissionsEx.java:91)
  883. 07:25:22 [SEVERE] at me.philipsnostrum.bungeepexbridge.BungeePexBridge.loadPlayer(BungeePexBridge.java:196)
  884. 07:25:22 [SEVERE] at me.philipsnostrum.bungeepexbridge.listener.PostLoginListener.onPostLogin(PostLoginListener.java:14)
  885. 07:25:22 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  886. 07:25:22 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  887. 07:25:22 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  888. 07:25:22 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:498)
  889. 07:25:22 [SEVERE] at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  890. 07:25:22 [SEVERE] at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  891. 07:25:22 [SEVERE] at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:377)
  892. 07:25:22 [SEVERE] at net.md_5.bungee.connection.InitialHandler$6$1.run(InitialHandler.java:507)
  893. 07:25:22 [SEVERE] at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
  894. 07:25:22 [SEVERE] at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403)
  895. 07:25:22 [SEVERE] at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:309)
  896. 07:25:22 [SEVERE] at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  897. 07:25:22 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  898. 07:25:22 [INFO] [Calosis] <-> ServerConnector [lobby] has connected
  899. 07:25:39 [INFO] §cCommand not found
  900. 07:26:20 [WARNING] [LiteAnnouncer] An error occured while sending auto-message to players!
  901. 07:26:20 [SEVERE] java.lang.NullPointerException
  902. 07:26:20 [SEVERE] at me.litefine.announcer.utils.Utils.deepCopy(Utils.java:74)
  903. 07:26:20 [SEVERE] at me.litefine.announcer.utils.Utils.handleVariables(Utils.java:51)
  904. 07:26:20 [SEVERE] at me.litefine.announcer.objects.Message.sendFor(Message.java:43)
  905. 07:26:20 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.lambda$sendMessage$1(AnnounceTask.java:51)
  906. 07:26:20 [SEVERE] at java.lang.Iterable.forEach(Iterable.java:75)
  907. 07:26:20 [SEVERE] at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
  908. 07:26:20 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.sendMessage(AnnounceTask.java:49)
  909. 07:26:20 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.run(AnnounceTask.java:34)
  910. 07:26:20 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  911. 07:26:20 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  912. 07:26:20 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  913. 07:26:20 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  914. 07:27:17 [INFO] [/41.177.148.192:28036] <-> InitialHandler has connected
  915. 07:27:20 [WARNING] [LiteAnnouncer] An error occured while sending auto-message to players!
  916. 07:27:20 [SEVERE] java.lang.NullPointerException
  917. 07:27:20 [SEVERE] at me.litefine.announcer.utils.Utils.deepCopy(Utils.java:74)
  918. 07:27:20 [SEVERE] at me.litefine.announcer.utils.Utils.handleVariables(Utils.java:51)
  919. 07:27:20 [SEVERE] at me.litefine.announcer.objects.Message.sendFor(Message.java:43)
  920. 07:27:20 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.lambda$sendMessage$1(AnnounceTask.java:51)
  921. 07:27:20 [SEVERE] at java.lang.Iterable.forEach(Iterable.java:75)
  922. 07:27:20 [SEVERE] at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
  923. 07:27:20 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.sendMessage(AnnounceTask.java:49)
  924. 07:27:20 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.run(AnnounceTask.java:34)
  925. 07:27:20 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  926. 07:27:20 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  927. 07:27:20 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  928. 07:27:20 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  929. 07:28:20 [WARNING] [LiteAnnouncer] An error occured while sending auto-message to players!
  930. 07:28:20 [SEVERE] java.lang.NullPointerException
  931. 07:28:20 [SEVERE] at me.litefine.announcer.utils.Utils.deepCopy(Utils.java:74)
  932. 07:28:20 [SEVERE] at me.litefine.announcer.utils.Utils.handleVariables(Utils.java:51)
  933. 07:28:20 [SEVERE] at me.litefine.announcer.objects.Message.sendFor(Message.java:43)
  934. 07:28:20 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.lambda$sendMessage$1(AnnounceTask.java:51)
  935. 07:28:20 [SEVERE] at java.lang.Iterable.forEach(Iterable.java:75)
  936. 07:28:20 [SEVERE] at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
  937. 07:28:20 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.sendMessage(AnnounceTask.java:49)
  938. 07:28:20 [SEVERE] at me.litefine.announcer.managers.AnnounceTask.run(AnnounceTask.java:34)
  939. 07:28:20 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  940. 07:28:20 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  941. 07:28:20 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  942. 07:28:20 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  943. 07:29:11 [WARNING] [Calosis] -> UpstreamBridge - read timed out
  944. 07:29:11 [INFO] [Calosis] disconnected with: §fReadTimeoutException : null
  945. 07:29:11 [INFO] [Calosis] -> UpstreamBridge has disconnected
  946. 07:29:11 [INFO] [Calosis] <-> DownstreamBridge <-> [lobby] has disconnected
  947. 07:29:42 [FINE] [ServerListPlus] [Core] Saving player identities...
  948. 07:29:42 [FINE] [ServerListPlus] [Core] Storage location: plugins/ServerListPlus/PlayerCache.json
  949. 07:29:42 [FINE] [ServerListPlus] [Core] Successfully saved profiles to the storage!
  950. 07:30:48 [INFO] [/50.116.54.77:38830] <-> InitialHandler has connected
  951. 07:37:26 [INFO] [/50.116.54.77:46136] <-> InitialHandler has connected
  952. 07:38:47 [INFO] Closing listener [id: 0x33eb8d8b, L:/0.0.0.0:25685]
  953. 07:38:47 [INFO] Closing listener [id: 0xa6a82f19, L:/0.0.0.0:25685]
  954. 07:38:47 [INFO] Closing pending connections
  955. 07:38:47 [INFO] Disconnecting 0 connections
  956. 07:38:48 [INFO] Disabling plugins
  957. 07:38:48 [INFO]
  958. []=====[Disabling AdvancedBan]=====[]
  959. | Information:
  960. | Name: AdvancedBan
  961. | Developer: Leoko
  962. | Version: 2.1.3-RELEASE
  963. | Storage: MySQL (external)
  964. | Support:
  965. | Skype: Leoko33
  966. | Mail: Leoko4433@gmail.com
  967. []================================[]
  968. 07:38:48 [INFO] [UltimateFriends] Disabling listeners...
  969. 07:38:48 [INFO] [UltimateFriends] Closing storage...
  970. 07:38:48 [INFO] [UltimateFriends] All done in 2 ms
  971. 07:38:48 [INFO] [UltimateFriends] Disabled
  972. 07:38:48 [INFO] [LiteAnnouncer] Plugin disabled!
  973. 07:38:48 [INFO] Closing IO threads
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement