Problem/Bug Help! My server has [Server thread/INFO] warnings every second?!

Discussion in 'Bukkit Help' started by MinealldayMineallnight, Jul 21, 2021.

Thread Status:
Not open for further replies.
  1. Hi all, my first time setting up a server and it's been great for a few months, until the java upgrade and update to 1.17.1

    Now every second there's gameplay, in the console I get these error messages:

    Code:
    [21:00:02] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_17_R1.PacketPlayOutChat
    [21:00:02] [Server thread/WARN]:    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:142)
    [21:00:02] [Server thread/WARN]:    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99)
    [21:00:02] [Server thread/WARN]:    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)
    [21:00:02] [Server thread/WARN]:    at java.base/java.lang.Class.forName0(Native Method)
    [21:00:02] [Server thread/WARN]:    at java.base/java.lang.Class.forName(Class.java:375)
    [21:00:02] [Server thread/WARN]:    at com.zeshanaslam.actionhealth.utils.HealthUtil.sendActionBar(HealthUtil.java:276)
    [21:00:02] [Server thread/WARN]:    at com.zeshanaslam.actionhealth.utils.HealthUtil.sendHealth(HealthUtil.java:78)
    [21:00:02] [Server thread/WARN]:    at com.zeshanaslam.actionhealth.LookThread.run(LookThread.java:57)
    [21:00:02] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:82)
    [21:00:02] [Server thread/WARN]:    at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:415)
    [21:00:02] [Server thread/WARN]:    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1254)
    [21:00:02] [Server thread/WARN]:    at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:438)
    [21:00:02] [Server thread/WARN]:    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1202)
    [21:00:02] [Server thread/WARN]:    at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1035)
    [21:00:02] [Server thread/WARN]:    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:303)
    [21:00:02] [Server thread/WARN]:    at java.base/java.lang.Thread.run(Thread.java:831)
    Are these none compatible plugins I need to remove? Is there a way to fix this? I've ran the update a few times, but had no improvement.

    It's generating huge log files which I'm manually deleting to save space, but it would be great if it could be fixed.

    Any help would be great!
     
  2. Online

    timtower Administrator Administrator Moderator

  3. Thank you so much!!! I've manually updated that plugin and it seems to have fixed everything! <3

    Do I have to manually update all plugins? I thought the update command did that?
     
  4. Online

    timtower Administrator Administrator Moderator

    What update command? Bukkit has none.
     
Thread Status:
Not open for further replies.

Share This Page