Luckperms: 1.14.2 Luckperms Spigot Weird Server Crash

Created on 7 Jul 2019  路  1Comment  路  Source: lucko/LuckPerms

Hi. Luck, so I ran into this weird server crash and I don't know why it's happening because it's a 100 player server and like one person was on it. Could be a memory issue but I wanted to make sure and get your opinion on it.

Console Error msg:
https://pastebin.com/G5qCgL29

question

Most helpful comment

Nothing to do with luckperms,

[00:35:10] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2043)
[00:35:10] [Spigot Watchdog Thread/ERROR]:      com.pedrojm96.superstats.Storage.DMYSQL.update(DMYSQL.java:357)
[00:35:10] [Spigot Watchdog Thread/ERROR]:      com.pedrojm96.superstats.Storage.Data.update(Data.java:59)
[00:35:10] [Spigot Watchdog Thread/ERROR]:      com.pedrojm96.superstats.CoreUtils$1.run(CoreUtils.java:134)
[00:35:10] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)

That plugin is doing IO on the main thread which lead to your server taking too long to tick

>All comments

Nothing to do with luckperms,

[00:35:10] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2043)
[00:35:10] [Spigot Watchdog Thread/ERROR]:      com.pedrojm96.superstats.Storage.DMYSQL.update(DMYSQL.java:357)
[00:35:10] [Spigot Watchdog Thread/ERROR]:      com.pedrojm96.superstats.Storage.Data.update(Data.java:59)
[00:35:10] [Spigot Watchdog Thread/ERROR]:      com.pedrojm96.superstats.CoreUtils$1.run(CoreUtils.java:134)
[00:35:10] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)

That plugin is doing IO on the main thread which lead to your server taking too long to tick

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hohserg1 picture hohserg1  路  3Comments

Aberdeener picture Aberdeener  路  3Comments

Zekrin picture Zekrin  路  3Comments

Alee-OneHit picture Alee-OneHit  路  3Comments

SpaicyGaming picture SpaicyGaming  路  3Comments