Advertisement
DuneSciFye

Untitled

Jan 15th, 2023
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.28 KB | None | 0 0
  1. [22:56:14] [main/INFO]: Booting up Velocity 3.1.2-SNAPSHOT (git-b1fa9dc9-b188)...
  2. [22:56:14] [main/INFO]: Loading localizations...
  3. [22:56:14] [main/INFO]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 1.1.x (Linux x86_64) ciphers
  4. [22:56:14] [main/INFO]: Loading plugins...
  5. [22:56:14] [main/INFO]: Loaded plugin alwaysonline 6.2.0 by Dablakbandit
  6. [22:56:14] [main/INFO]: Loaded plugin commandwhitelist 2.5.3 by YouHaveTrouble
  7. [22:56:15] [main/INFO]: Loaded plugin connectorplugin 1.3-SNAPSHOT (build 56) by Phoenix616
  8. [22:56:15] [main/INFO]: Loaded plugin craftingstore <UNKNOWN> by
  9. [22:56:15] [main/INFO]: Took 84ms to boot Floodgate
  10. [22:56:15] [main/INFO]: Loaded plugin floodgate 2.2.0-SNAPSHOT (b73-4f36112) by GeyserMC
  11. [22:56:15] [main/INFO]: Loaded plugin geyser 2.1.0-SNAPSHOT (git-master-c928baf) by GeyserMC
  12. [22:56:15] [main/INFO]: Loaded plugin joinclientblock 1.0 by
  13. [22:56:15] [main/INFO]: Loaded plugin litebans 2.11.0 by Ruan
  14. [22:56:15] [main/INFO]: Loaded plugin luckperms 5.4.46 by Luck
  15. [22:56:15] [main/INFO]: Loaded plugin mysqldriver 1.0 by BenCodez
  16. [22:56:15] [main/INFO]: Loaded plugin nuvotifier 2.7.3 by Ichbinjoe
  17. [22:56:15] [main/INFO]: Loaded plugin serverutils 3.5.4 by FrankHeijden
  18. [22:56:15] [main/INFO]: Loaded plugin votingplugin 1.0 by BenCodez
  19. [22:56:15] [main/INFO]: Loaded 13 plugins
  20. [22:56:15] [Velocity Async Event Executor - #0/INFO]: __
  21. [22:56:15] [Velocity Async Event Executor - #0/INFO]: | |__) LuckPerms v5.4.46
  22. [22:56:15] [Velocity Async Event Executor - #0/INFO]: |___ | Running on Velocity - Velocity
  23. [22:56:15] [Velocity Async Event Executor - #0/INFO]:
  24. [22:56:15] [Velocity Async Event Executor - #0/INFO]: Loading configuration...
  25. [22:56:15] [Velocity Async Event Executor - #0/INFO]: Loading storage provider... [MYSQL]
  26. [22:56:15] [Velocity Async Event Executor - #0/INFO]: luckperms-hikari - Starting...
  27. [22:56:15] [Velocity Async Event Executor - #0/INFO]: luckperms-hikari - Start completed.
  28. [22:56:15] [Velocity Async Event Executor - #0/INFO]: Loading messaging service... [SQL]
  29. [22:56:15] [Velocity Async Event Executor - #0/INFO]: Loading internal permission managers...
  30. [22:56:15] [Velocity Async Event Executor - #0/INFO]: Performing initial data load...
  31. [22:56:15] [Velocity Async Event Executor - #0/INFO]: Successfully enabled. (took 595ms)
  32. [22:56:15] [Velocity Async Event Executor - #0/INFO]: Loading configuration...
  33. [22:56:15] [Velocity Async Event Executor - #0/INFO]: Successfully loaded previous state variables!
  34. [22:56:15] [Velocity Async Event Executor - #0/INFO]: Loading file database...
  35. [22:56:15] [Velocity Async Event Executor - #0/INFO]: Database is ready to go!
  36. [22:56:15] [Velocity Async Event Executor - #0/INFO]: Head Session server check: true
  37. [22:56:15] [Velocity Async Event Executor - #0/INFO]: Total check methods active: 1
  38. [22:56:15] [Velocity Async Event Executor - #0/INFO]: [DEBUG] Loaded config.yml
  39. [22:56:15] [Velocity Async Event Executor - #0/INFO]: Using PluginMessage messenger
  40. [22:56:15] [Velocity Async Event Executor - #0/WARN]: This messenger type requires at least one player connected to the sending and receiving server, some functionality might not work the best! Please consider using a different messenger type.
  41. [22:56:15] [Velocity Async Event Executor - #0/WARN]: The server channel initializer has been replaced by java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. [22:56:15] [Velocity Async Event Executor - #0/WARN]: The backend channel initializer has been replaced by java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. [22:56:16] [Velocity Async Event Executor - #0/INFO]: Loading extensions...
  44. [22:56:16] [Velocity Async Event Executor - #0/INFO]: Loaded 0 extension(s)
  45. [22:56:16] [Velocity Async Event Executor - #0/ERROR]: Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
  46. [22:56:16] [Velocity Async Event Executor - #0/INFO]: HikariPool-1 - Starting...
  47. [22:56:17] [Thread-4/WARN]:
  48. **********************************
  49. * You specified an empty prefix in your Floodgate config for Bedrock players!
  50. * Should a Java player join and a Bedrock player join with the same username, unwanted results and conflicts will happen!
  51. * We strongly recommend using . as the prefix, but other alternatives that will not conflict include: +, - and *
  52. **********************************
  53. [22:56:21] [Velocity Async Event Executor - #0/ERROR]: HikariPool-1 - Exception during pool initialization.
  54. java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  55. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110) ~[?:?]
  56. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[?:?]
  57. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89) ~[?:?]
  58. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63) ~[?:?]
  59. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73) ~[?:?]
  60. at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:898) ~[?:?]
  61. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:823) ~[?:?]
  62. at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448) ~[?:?]
  63. at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) ~[?:?]
  64. at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) ~[?:?]
  65. at gg.rohan.joinclientblock.libs.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[?:?]
  66. at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newConnection(PoolBase.java:364) ~[?:?]
  67. at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[?:?]
  68. at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) ~[?:?]
  69. at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) ~[?:?]
  70. at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.<init>(HikariPool.java:115) ~[?:?]
  71. at gg.rohan.joinclientblock.libs.hikari.HikariDataSource.<init>(HikariDataSource.java:81) ~[?:?]
  72. at gg.rohan.joinclientblock.sql.Database.<clinit>(Database.kt:29) ~[?:?]
  73. at gg.rohan.joinclientblock.JoinClientBlocker.setupDatabase(JoinClientBlocker.kt:41) ~[?:?]
  74. at gg.rohan.joinclientblock.JoinClientBlocker.onProxyInitialize(JoinClientBlocker.kt:32) ~[?:?]
  75. at gg.rohan.joinclientblock.Lmbda$13.execute(Unknown Source) ~[?:?]
  76. at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:47) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
  77. at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:598) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
  78. at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:479) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
  79. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  80. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  81. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  82. Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
  83.  
  84. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  85. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
  86. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
  87. at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
  88. at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
  89. at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
  90. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61) ~[?:?]
  91. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105) ~[?:?]
  92. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151) ~[?:?]
  93. at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167) ~[?:?]
  94. at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89) ~[?:?]
  95. at com.mysql.cj.NativeSession.connect(NativeSession.java:120) ~[?:?]
  96. at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:842) ~[?:?]
  97. ... 21 more
  98. Caused by: java.net.ConnectException: Connection refused
  99. at sun.nio.ch.Net.pollConnect(Native Method) ~[?:?]
  100. at sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[?:?]
  101. at sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542) ~[?:?]
  102. at sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597) ~[?:?]
  103. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) ~[?:?]
  104. at java.net.Socket.connect(Socket.java:633) ~[?:?]
  105. at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:153) ~[?:?]
  106. at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63) ~[?:?]
  107. at com.mysql.cj.NativeSession.connect(NativeSession.java:120) ~[?:?]
  108. at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:842) ~[?:?]
  109. ... 21 more
  110. [22:56:21] [Velocity Async Event Executor - #0/ERROR]: Couldn't pass ProxyInitializeEvent to joinclientblock
  111. java.lang.ExceptionInInitializerError: null
  112. at gg.rohan.joinclientblock.JoinClientBlocker.setupDatabase(JoinClientBlocker.kt:41) ~[?:?]
  113. at gg.rohan.joinclientblock.JoinClientBlocker.onProxyInitialize(JoinClientBlocker.kt:32) ~[?:?]
  114. at gg.rohan.joinclientblock.Lmbda$13.execute(Unknown Source) ~[?:?]
  115. at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:47) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
  116. at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:598) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
  117. at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:479) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
  118. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  119. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  120. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  121. Caused by: gg.rohan.joinclientblock.libs.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  122. at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.throwPoolInitializationException(HikariPool.java:596) ~[?:?]
  123. at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.checkFailFast(HikariPool.java:582) ~[?:?]
  124. at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.<init>(HikariPool.java:115) ~[?:?]
  125. at gg.rohan.joinclientblock.libs.hikari.HikariDataSource.<init>(HikariDataSource.java:81) ~[?:?]
  126. at gg.rohan.joinclientblock.sql.Database.<clinit>(Database.kt:29) ~[?:?]
  127. ... 9 more
  128. Caused by: java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  129. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110) ~[?:?]
  130. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[?:?]
  131. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89) ~[?:?]
  132. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63) ~[?:?]
  133. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73) ~[?:?]
  134. at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:898) ~[?:?]
  135. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:823) ~[?:?]
  136. at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448) ~[?:?]
  137. at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) ~[?:?]
  138. at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) ~[?:?]
  139. at gg.rohan.joinclientblock.libs.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[?:?]
  140. at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newConnection(PoolBase.java:364) ~[?:?]
  141. at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[?:?]
  142. at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) ~[?:?]
  143. at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) ~[?:?]
  144. at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.<init>(HikariPool.java:115) ~[?:?]
  145. at gg.rohan.joinclientblock.libs.hikari.HikariDataSource.<init>(HikariDataSource.java:81) ~[?:?]
  146. at gg.rohan.joinclientblock.sql.Database.<clinit>(Database.kt:29) ~[?:?]
  147. ... 9 more
  148. Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
  149.  
  150. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  151. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
  152. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
  153. at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
  154. at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
  155. at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
  156. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61) ~[?:?]
  157. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105) ~[?:?]
  158. at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151) ~[?:?]
  159. at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167) ~[?:?]
  160. at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89) ~[?:?]
  161. at com.mysql.cj.NativeSession.connect(NativeSession.java:120) ~[?:?]
  162. at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:842) ~[?:?]
  163. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:823) ~[?:?]
  164. at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448) ~[?:?]
  165. at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) ~[?:?]
  166. at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) ~[?:?]
  167. at gg.rohan.joinclientblock.libs.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[?:?]
  168. at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newConnection(PoolBase.java:364) ~[?:?]
  169. at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[?:?]
  170. at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) ~[?:?]
  171. at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) ~[?:?]
  172. at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.<init>(HikariPool.java:115) ~[?:?]
  173. at gg.rohan.joinclientblock.libs.hikari.HikariDataSource.<init>(HikariDataSource.java:81) ~[?:?]
  174. at gg.rohan.joinclientblock.sql.Database.<clinit>(Database.kt:29) ~[?:?]
  175. ... 9 more
  176. Caused by: java.net.ConnectException: Connection refused
  177. at sun.nio.ch.Net.pollConnect(Native Method) ~[?:?]
  178. at sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[?:?]
  179. at sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542) ~[?:?]
  180. at sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597) ~[?:?]
  181. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) ~[?:?]
  182. at java.net.Socket.connect(Socket.java:633) ~[?:?]
  183. at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:153) ~[?:?]
  184. at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63) ~[?:?]
  185. at com.mysql.cj.NativeSession.connect(NativeSession.java:120) ~[?:?]
  186. at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:842) ~[?:?]
  187. at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:823) ~[?:?]
  188. at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448) ~[?:?]
  189. at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) ~[?:?]
  190. at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) ~[?:?]
  191. at gg.rohan.joinclientblock.libs.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[?:?]
  192. at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newConnection(PoolBase.java:364) ~[?:?]
  193. at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[?:?]
  194. at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) ~[?:?]
  195. at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) ~[?:?]
  196. at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.<init>(HikariPool.java:115) ~[?:?]
  197. at gg.rohan.joinclientblock.libs.hikari.HikariDataSource.<init>(HikariDataSource.java:81) ~[?:?]
  198. at gg.rohan.joinclientblock.sql.Database.<clinit>(Database.kt:29) ~[?:?]
  199. ... 9 more
  200. [22:56:21] [Velocity Async Event Executor - #0/INFO]: Using default database drivers (version:7).
  201. [22:56:21] [Velocity Async Event Executor - #0/INFO]: Using system locale (en)
  202. [22:56:21] [Velocity Async Event Executor - #0/INFO]: Loaded 2 templates from templates.yml!
  203. [22:56:21] [Velocity Async Event Executor - #0/INFO]: Loading SQL driver: mysql 8.0.29 (com.mysql.cj.jdbc.Driver)
  204. [22:56:21] [Velocity Async Event Executor - #0/INFO]: Connecting to database...
  205. [22:56:21] [Velocity Async Event Executor - #0/INFO]: litebans-pool - Starting...
  206. [22:56:21] [Velocity Async Event Executor - #0/INFO]: litebans-pool - Start completed.
  207. [22:56:21] [Velocity Async Event Executor - #0/INFO]: Connected to MySQL database successfully (74.1 ms).
  208. [22:56:21] [Velocity Async Event Executor - #0/INFO]: [Sync] Server name: Velocity
  209. [22:56:21] [Velocity Async Event Executor - #0/INFO]: [Sync] Server UUID: e1a6b4dabb374cb980c634e2f7088ba0 <1>
  210. [22:56:21] [Velocity Async Event Executor - #0/INFO]: Database connection fully initialized (139.2 ms).
  211. [22:56:21] [Velocity Async Event Executor - #0/INFO]: v2.11.0 enabled. Startup took 360 ms.
  212. [22:56:21] [Velocity Async Event Executor - #0/INFO]: Loaded token for website: default
  213. [22:56:21] [Velocity Async Event Executor - #0/INFO]: Using epoll transport to accept votes.
  214. [22:56:21] [Velocity Async Event Executor - #0/INFO]: Method none selected for vote forwarding: Votes will not be forwarded to backend servers.
  215. [22:56:21] [Votifier epoll boss/INFO]: Votifier enabled on socket /[0:0:0:0:0:0:0:0%0]:8192.
  216. [22:56:21] [Velocity Task Scheduler - #2/INFO]: Checking for updates...
  217. [22:56:21] [Velocity Async Event Executor - #0/INFO]: HikariPool-1 - Starting...
  218. [22:56:21] [Velocity Task Scheduler - #2/INFO]: We are up-to-date!
  219. [22:56:21] [Velocity Async Event Executor - #0/INFO]: HikariPool-1 - Start completed.
  220. [22:56:21] [Velocity Async Event Executor - #0/INFO]: VotingPlugin velocity loaded, method: PLUGINMESSAGING, PluginMessagingVersion: 1, Internal Jar Version: 6.11
  221. [22:56:21] [Velocity Async Event Executor - #0/INFO]: Detected using dev build number: 619
  222. [22:56:21] [Netty epoll Boss #0/INFO]: Listening on /[0:0:0:0:0:0:0:0%0]:25565
  223. [22:56:21] [Velocity Async Event Executor - #2/INFO]: ******************************************
  224. [22:56:21] [Velocity Async Event Executor - #2/INFO]:
  225. [22:56:21] [Velocity Async Event Executor - #2/INFO]: Loading Geyser version 2.1.0-SNAPSHOT (git-master-c928baf)
  226. [22:56:21] [Velocity Async Event Executor - #2/INFO]:
  227. [22:56:21] [Velocity Async Event Executor - #2/INFO]: ******************************************
  228. [22:56:22] [main/INFO]: Done (7.78s)!
  229. [22:56:23] [Velocity Async Event Executor - #2/INFO]: Registered 179 custom items
  230. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_b233ce8' already exists and was registered again! Skipping...
  231. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_5208962' already exists and was registered again! Skipping...
  232. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_5208962' already exists and was registered again! Skipping...
  233. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_5208962' already exists and was registered again! Skipping...
  234. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  235. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  236. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  237. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  238. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  239. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  240. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  241. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  242. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  243. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  244. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  245. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  246. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  247. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  248. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  249. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  250. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  251. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  252. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  253. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  254. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  255. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  256. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  257. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  258. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  259. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  260. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  261. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  262. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  263. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  264. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  265. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  266. [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
  267. [22:56:23] [Velocity Async Event Executor - #2/INFO]: Started Geyser on 0.0.0.0:19132
  268. [22:56:23] [Velocity Async Event Executor - #2/INFO]: Done (1.494s)! Run /geyser help for help!
  269. [22:56:36] [Velocity Task Scheduler - #2/ERROR]: Exception in task com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity$$Lambda$1395/0x00000008015dc230@4850d891 by plugin VotingPlugin
  270. java.lang.NullPointerException: Cannot invoke "com.bencodez.votingplugin.advancedcore.bungeeapi.globaldata.GlobalDataHandlerProxy.isTimeChangedHappened()" because the return value of "com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.getGlobalDataHandler()" is null
  271. at com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.lambda$onProxyInitialization$0(VotingPluginVelocity.java:781) ~[?:?]
  272. at com.velocitypowered.proxy.scheduler.VelocityScheduler$VelocityTask.lambda$run$1(VelocityScheduler.java:228) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
  273. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  274. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  275. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  276. [22:57:00] [main/INFO]: This command does not exist.
  277. [22:57:06] [Velocity Task Scheduler - #4/ERROR]: Exception in task com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity$$Lambda$1395/0x00000008015dc230@4850d891 by plugin VotingPlugin
  278. java.lang.NullPointerException: Cannot invoke "com.bencodez.votingplugin.advancedcore.bungeeapi.globaldata.GlobalDataHandlerProxy.isTimeChangedHappened()" because the return value of "com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.getGlobalDataHandler()" is null
  279. at com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.lambda$onProxyInitialization$0(VotingPluginVelocity.java:781) ~[?:?]
  280. at com.velocitypowered.proxy.scheduler.VelocityScheduler$VelocityTask.lambda$run$1(VelocityScheduler.java:228) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
  281. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  282. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  283. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  284. [22:57:15] [Velocity Task Scheduler - #4/INFO]: Checking update for AlwaysOnline v6.2.0
  285. [22:57:21] [pool-21-thread-1/WARN]: Detected a month change, but current day is not near end of a month, ignoring month change
  286. [22:57:21] [Velocity Task Scheduler - #4/INFO]: Debug: Checking nonvotedplayerscache.yml...
  287. [22:57:21] [pool-21-thread-1/INFO]: Detected week changed, processing...
  288. [22:57:21] [pool-21-thread-1/INFO]: Debug: Executing time change events: WEEK
  289. [22:57:21] [pool-21-thread-1/INFO]: Time change event: WEEK, Fake: false
  290. [22:57:21] [pool-21-thread-1/INFO]: Debug: Finished executing time change events: WEEK
  291. [22:57:21] [pool-21-thread-1/INFO]: Finished processing week changes
  292. [22:57:26] [pool-21-thread-1/INFO]: Detected day changed, processing...
  293. [22:57:26] [pool-21-thread-1/INFO]: Debug: Executing time change events: DAY
  294. [22:57:26] [pool-21-thread-1/INFO]: Time change event: DAY, Fake: false
  295. [22:57:26] [pool-21-thread-1/INFO]: Debug: Finished executing time change events: DAY
  296. [22:57:26] [pool-21-thread-1/INFO]: Finished processing day changes
  297. [22:57:36] [Velocity Task Scheduler - #1/ERROR]: Exception in task com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity$$Lambda$1395/0x00000008015dc230@4850d891 by plugin VotingPlugin
  298. java.lang.NullPointerException: Cannot invoke "com.bencodez.votingplugin.advancedcore.bungeeapi.globaldata.GlobalDataHandlerProxy.isTimeChangedHappened()" because the return value of "com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.getGlobalDataHandler()" is null
  299. at com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.lambda$onProxyInitialization$0(VotingPluginVelocity.java:781) ~[?:?]
  300. at com.velocitypowered.proxy.scheduler.VelocityScheduler$VelocityTask.lambda$run$1(VelocityScheduler.java:228) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
  301. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  302. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  303. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  304. [22:58:06] [Velocity Task Scheduler - #2/ERROR]: Exception in task com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity$$Lambda$1395/0x00000008015dc230@4850d891 by plugin VotingPlugin
  305. java.lang.NullPointerException: Cannot invoke "com.bencodez.votingplugin.advancedcore.bungeeapi.globaldata.GlobalDataHandlerProxy.isTimeChangedHappened()" because the return value of "com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.getGlobalDataHandler()" is null
  306. at com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.lambda$onProxyInitialization$0(VotingPluginVelocity.java:781) ~[?:?]
  307. at com.velocitypowered.proxy.scheduler.VelocityScheduler$VelocityTask.lambda$run$1(VelocityScheduler.java:228) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
  308. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  309. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  310. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  311.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement