We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the plugin it /seems/ to work fine, but i don't think any transactions can occur since it throws this error in my server console.
[30.01 02:37:14] [Server] [INFO] LuckiestPup issued server command: /town claim [30.01 02:37:14] [Server] [WARN] [Towny]: Plugin Towny v0.100.0.20 generated an exception while executing task 14548 [30.01 02:37:14] [Server] java.lang.IllegalStateExceptionCalculateStartBalanceEvent cannot be triggered asynchronously from another thread. [30.01 02:37:14] [Server] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:572) ~[arclight-1.18.2-1.0.10-033f7507.jar%2372!/:arclight-1.18.2-1.0.10-033f7507] [30.01 02:37:14] [Server] at org.gestern.gringotts.data.EBeanDAO.storeAccount(EBeanDAO.java:128) ~[?:?] [30.01 02:37:14] [Server] at org.gestern.gringotts.Accounting.getAccount(Accounting.java:23) ~[?:?] [30.01 02:37:14] [Server] at org.gestern.gringotts.api.impl.GringottsEco.account(GringottsEco.java:42) ~[?:?] [30.01 02:37:14] [Server] at org.gestern.gringotts.api.impl.VaultConnector.hasAccount(VaultConnector.java:71) ~[?:?] [30.01 02:37:14] [Server] at com.palmergames.bukkit.towny.object.economy.adapter.VaultEconomyAdapter.hasAccount(VaultEconomyAdapter.java:28) ~[?:?] [30.01 02:37:14] [Server] at com.palmergames.bukkit.towny.TownyEconomyHandler.checkNewAccount(TownyEconomyHandler.java:324) ~[?:?] [30.01 02:37:14] [Server] at com.palmergames.bukkit.towny.TownyEconomyHandler.getBalance(TownyEconomyHandler.java:196) ~[?:?] [30.01 02:37:14] [Server] at com.palmergames.bukkit.towny.TownyEconomyHandler.hasEnough(TownyEconomyHandler.java:209) ~[?:?] [30.01 02:37:14] [Server] at com.palmergames.bukkit.towny.object.economy.Account.canPayFromHoldings(Account.java:198) ~[?:?] [30.01 02:37:14] [Server] at com.palmergames.bukkit.towny.object.economy.BankAccount.canPayFromHoldings(BankAccount.java:91) ~[?:?] [30.01 02:37:14] [Server] at com.palmergames.bukkit.towny.command.TownCommand.lambda$parseTownClaimCommand$24(TownCommand.java:3617) ~[?:?] [30.01 02:37:14] [Server] at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:82) ~[arclight-1.18.2-1.0.10-033f7507.jar%2372!/:arclight-1.18.2-1.0.10-033f7507] [30.01 02:37:14] [Server] at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [arclight-1.18.2-1.0.10-033f7507.jar%2372!/:arclight-1.18.2-1.0.10-033f7507] [30.01 02:37:14] [Server] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?] [30.01 02:37:14] [Server] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?] [30.01 02:37:14] [Server] at java.lang.Thread.run(Thread.java:833) [?:?]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running the plugin it /seems/ to work fine, but i don't think any transactions can occur since it throws this error in my server console.
[30.01 02:37:14] [Server] [INFO] LuckiestPup issued server command: /town claim [30.01 02:37:14] [Server] [WARN] [Towny]: Plugin Towny v0.100.0.20 generated an exception while executing task 14548 [30.01 02:37:14] [Server] java.lang.IllegalStateExceptionCalculateStartBalanceEvent cannot be triggered asynchronously from another thread. [30.01 02:37:14] [Server] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:572) ~[arclight-1.18.2-1.0.10-033f7507.jar%2372!/:arclight-1.18.2-1.0.10-033f7507] [30.01 02:37:14] [Server] at org.gestern.gringotts.data.EBeanDAO.storeAccount(EBeanDAO.java:128) ~[?:?] [30.01 02:37:14] [Server] at org.gestern.gringotts.Accounting.getAccount(Accounting.java:23) ~[?:?] [30.01 02:37:14] [Server] at org.gestern.gringotts.api.impl.GringottsEco.account(GringottsEco.java:42) ~[?:?] [30.01 02:37:14] [Server] at org.gestern.gringotts.api.impl.VaultConnector.hasAccount(VaultConnector.java:71) ~[?:?] [30.01 02:37:14] [Server] at com.palmergames.bukkit.towny.object.economy.adapter.VaultEconomyAdapter.hasAccount(VaultEconomyAdapter.java:28) ~[?:?] [30.01 02:37:14] [Server] at com.palmergames.bukkit.towny.TownyEconomyHandler.checkNewAccount(TownyEconomyHandler.java:324) ~[?:?] [30.01 02:37:14] [Server] at com.palmergames.bukkit.towny.TownyEconomyHandler.getBalance(TownyEconomyHandler.java:196) ~[?:?] [30.01 02:37:14] [Server] at com.palmergames.bukkit.towny.TownyEconomyHandler.hasEnough(TownyEconomyHandler.java:209) ~[?:?] [30.01 02:37:14] [Server] at com.palmergames.bukkit.towny.object.economy.Account.canPayFromHoldings(Account.java:198) ~[?:?] [30.01 02:37:14] [Server] at com.palmergames.bukkit.towny.object.economy.BankAccount.canPayFromHoldings(BankAccount.java:91) ~[?:?] [30.01 02:37:14] [Server] at com.palmergames.bukkit.towny.command.TownCommand.lambda$parseTownClaimCommand$24(TownCommand.java:3617) ~[?:?] [30.01 02:37:14] [Server] at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:82) ~[arclight-1.18.2-1.0.10-033f7507.jar%2372!/:arclight-1.18.2-1.0.10-033f7507] [30.01 02:37:14] [Server] at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [arclight-1.18.2-1.0.10-033f7507.jar%2372!/:arclight-1.18.2-1.0.10-033f7507] [30.01 02:37:14] [Server] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?] [30.01 02:37:14] [Server] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?] [30.01 02:37:14] [Server] at java.lang.Thread.run(Thread.java:833) [?:?]
The text was updated successfully, but these errors were encountered: