ChestShop-authors / ChestShopNotifier

Bukkit plugin that allows your players to see who bought or sold what while they were offline.
https://www.spigotmc.org/resources/chestshopnotifier.30313/
10 stars 8 forks source link

IndexOutOfBoundsException: Index: 157, Size: 157 #11

Closed mibby closed 7 years ago

mibby commented 7 years ago

@Phoenix616

ChestShopNotifier dev 13 http://ci.minebench.de/job/ChestShopNotifier/

[12:29:05] [Server thread/INFO]: player issued server command: /csn history
[12:29:05] [Craft Scheduler Thread - 10/WARN]: Exception in thread "Craft Scheduler Thread - 10" 
[12:29:05] [Craft Scheduler Thread - 10/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShopNotifier v1.2-SNAPSHOT (build #13) generated an exception while executing task 2015
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
    at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IndexOutOfBoundsException: Index: 157, Size: 157
    at java.util.ArrayList.rangeCheck(ArrayList.java:653)
    at java.util.ArrayList.get(ArrayList.java:429)
    at com.wfector.command.History.showResults(History.java:105)
    at com.wfector.command.History.run(History.java:42)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:58)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 4 more
[12:29:12] [Server thread/INFO]: player issued server command: /csn history
[12:29:12] [Craft Scheduler Thread - 13/WARN]: Exception in thread "Craft Scheduler Thread - 13" 
[12:29:12] [Craft Scheduler Thread - 13/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShopNotifier v1.2-SNAPSHOT (build #13) generated an exception while executing task 2052
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
    at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IndexOutOfBoundsException: Index: 157, Size: 157
    at java.util.ArrayList.rangeCheck(ArrayList.java:653)
    at java.util.ArrayList.get(ArrayList.java:429)
    at com.wfector.command.History.showResults(History.java:105)
    at com.wfector.command.History.run(History.java:42)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:58)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 4 more