Advertisement
draexo68

Untitled

Jan 29th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. 29.01 07:56:08 [Server] SEVERE java.util.concurrent.ExecutionException: java.lang.NullPointerException
  2. 29.01 07:56:08 [Server] SEVERE at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
  3. 29.01 07:56:08 [Server] SEVERE at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895)
  4. 29.01 07:56:08 [Server] SEVERE at me.lucko.luckperms.common.commands.group.ListGroups.execute(ListGroups.java:57)
  5. 29.01 07:56:08 [Server] SEVERE at me.lucko.luckperms.common.command.abstraction.SingleCommand.execute(SingleCommand.java:50)
  6. 29.01 07:56:08 [Server] SEVERE at me.lucko.luckperms.common.command.abstraction.SingleCommand.execute(SingleCommand.java:42)
  7. 29.01 07:56:08 [Server] SEVERE at me.lucko.luckperms.common.command.CommandManager.execute(CommandManager.java:215)
  8. 29.01 07:56:08 [Server] SEVERE at me.lucko.luckperms.common.command.CommandManager.lambda$onCommand$0(CommandManager.java:150)
  9. 29.01 07:56:08 [Server] SEVERE at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
  10. 29.01 07:56:08 [Server] SEVERE at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  11. 29.01 07:56:08 [Server] SEVERE at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  12. 29.01 07:56:08 [Server] SEVERE at java.lang.Thread.run(Thread.java:748)
  13. 29.01 07:56:08 [Server] SEVERE Caused by: java.lang.NullPointerException
  14. 29.01 07:56:08 [Server] SEVERE at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:127)
  15. 29.01 07:56:08 [Server] SEVERE at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.loadAllGroups(SqlStorage.java:615)
  16. 29.01 07:56:08 [Server] SEVERE at me.lucko.luckperms.common.storage.Storage.lambda$loadAllGroups$10(Storage.java:190)
  17. 29.01 07:56:08 [Server] SEVERE at me.lucko.luckperms.common.storage.Storage.lambda$makeFuture$1(Storage.java:94)
  18. 29.01 07:56:08 [Server] SEVERE at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1626)
  19. 29.01 07:56:08 [Server] SEVERE at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  20. 29.01 07:56:08 [Server] SEVERE ... 3 more
  21. 29.01 07:56:08 [Server] INFO [LP] An unexpected error occurred. Unable to load all groups.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement