You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem, and it is not the same as #117 but it is the same thing that I was talking about here nikosgram/gringotts-towny#2 (comment)
I can provide you with a profiling report if I can find it.
Whenever a player uses /t claim on the server, the server lags and puts an error into the console.
[01:23:36 ERROR]: The server has not responded for 15 seconds! Creating thread dump
[01:23:36 ERROR]: ------------------------------
[01:23:36 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[01:23:36 ERROR]: ------------------------------
[01:23:36 ERROR]: Current Thread: Server thread
[01:23:36 ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
[01:23:36 ERROR]: Stack:
[01:23:36 ERROR]: java.base@18.0.2.1/java.lang.Thread.sleep(Native Method)
[01:23:36 ERROR]: com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:93)
[01:23:36 ERROR]: com.destroystokyo.paper.profile.PaperGameProfileRepository.findProfilesByNames(PaperGameProfileRepository.java:44)
[01:23:36 ERROR]: net.minecraft.server.players.GameProfileCache.lookupGameProfile(GameProfileCache.java:110)
[01:23:36 ERROR]: net.minecraft.server.players.GameProfileCache.get(GameProfileCache.java:181)
[01:23:36 ERROR]: org.bukkit.craftbukkit.v1_19_R1.CraftServer.getOfflinePlayer(CraftServer.java:1819)
[01:23:36 ERROR]: org.bukkit.Bukkit.getOfflinePlayer(Bukkit.java:1260)
[01:23:36 ERROR]: gringotts-2.12.4-SNAPSHOT.jar//org.gestern.gringotts.api.impl.VaultConnector.getBalance(VaultConnector.java:101)
[01:23:36 ERROR]: towny-0.98.3.12.jar//com.palmergames.bukkit.towny.object.economy.adapter.VaultEconomyAdapter.getBalance(VaultEconomyAdapter.java:33)
[01:23:36 ERROR]: towny-0.98.3.12.jar//com.palmergames.bukkit.towny.TownyEconomyHandler.getBalance(TownyEconomyHandler.java:144)
[01:23:36 ERROR]: towny-0.98.3.12.jar//com.palmergames.bukkit.towny.object.economy.BankAccount.getHoldingBalance(BankAccount.java:177)
[01:23:36 ERROR]: towny-0.98.3.12.jar//com.palmergames.bukkit.towny.object.economy.Account.getHoldingBalance(Account.java:176)
[01:23:36 ERROR]: towny-0.98.3.12.jar//com.palmergames.bukkit.towny.object.economy.GovernmentAccountAuditor.withdrew(GovernmentAccountAuditor.java:18)
[01:23:36 ERROR]: towny-0.98.3.12.jar//com.palmergames.bukkit.towny.object.economy.Account.notifyObserversWithdraw(Account.java:244)
[01:23:36 ERROR]: towny-0.98.3.12.jar//com.palmergames.bukkit.towny.object.economy.Account.withdraw(Account.java:92)
[01:23:36 ERROR]: towny-0.98.3.12.jar//com.palmergames.bukkit.towny.command.TownCommand.parseTownClaimCommand(TownCommand.java:3768)
[01:23:36 ERROR]: towny-0.98.3.12.jar//com.palmergames.bukkit.towny.command.TownCommand.parseTownCommand(TownCommand.java:751)
[01:23:36 ERROR]: towny-0.98.3.12.jar//com.palmergames.bukkit.towny.command.TownCommand.onCommand(TownCommand.java:561)
[01:23:36 ERROR]: org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[01:23:36 ERROR]: EssentialsX-2.20.0-dev+9-dc7fb91.jar//com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:737)
[01:23:36 ERROR]: EssentialsX-2.20.0-dev+9-dc7fb91.jar//com.earth2me.essentials.Essentials.onCommand(Essentials.java:723)
[01:23:36 ERROR]: org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[01:23:36 ERROR]: org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155)
[01:23:36 ERROR]: org.bukkit.craftbukkit.v1_19_R1.CraftServer.dispatchCommand(CraftServer.java:916)
[01:23:36 ERROR]: org.bukkit.craftbukkit.v1_19_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64)
[01:23:36 ERROR]: com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264)
[01:23:36 ERROR]: net.minecraft.commands.Commands.performCommand(Commands.java:305)
[01:23:36 ERROR]: net.minecraft.commands.Commands.performCommand(Commands.java:289)
[01:23:36 ERROR]: net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2294)
[01:23:36 ERROR]: net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$20(ServerGamePacketListenerImpl.java:2248)
[01:23:36 ERROR]: net.minecraft.server.network.PlayerConnection$$Lambda$10811/0x0000000802bbeed0.run(Unknown Source)
[01:23:36 ERROR]: net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59)
[01:23:36 ERROR]: net.minecraft.util.thread.IAsyncTaskHandler$$Lambda$10812/0x0000000802bbf0e0.get(Unknown Source)
[01:23:36 ERROR]: java.base@18.0.2.1/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
[01:23:36 ERROR]: net.minecraft.server.TickTask.run(TickTask.java:18)
[01:23:36 ERROR]: net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153)
[01:23:36 ERROR]: net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[01:23:36 ERROR]: net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1341)
[01:23:36 ERROR]: net.minecraft.server.MinecraftServer.d(MinecraftServer.java:185)
[01:23:36 ERROR]: net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126)
[01:23:36 ERROR]: net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1318)
[01:23:36 ERROR]: net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1311)
[01:23:36 ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136)
[01:23:36 ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1389)
[01:23:36 ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1173)
[01:23:36 ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305)
[01:23:36 ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4308/0x000000080149cca0.run(Unknown Source)
[01:23:36 ERROR]: java.base@18.0.2.1/java.lang.Thread.run(Thread.java:833)
[01:23:36 ERROR]: ------------------------------
[01:23:36 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[01:23:36 ERROR]: ------------------------------
The text was updated successfully, but these errors were encountered: