Error Every So Often (Jobs) #101


  • New
  • Defect
Open
Assigned to _ForgeUser9107489
  • _ForgeUser7852033 created this issue Sep 4, 2016

    What steps will reproduce the problem?
    1. I don't know exactly, other than using Jobs Reborn and Gringotts
    2.
    3.

    What is the expected output? What do you see instead?
    I don't know what the expected output is, it's just a random bug.

    What version of the product are you using?
    Most Recently available

    Do you have an error log of what happened?

    [Craft Scheduler Thread - 2428/WARN]: org.apache.commons.lang.UnhandledException: Plugin Jobs v3.5.7 generated an exception while executing task 159318
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    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: org.gestern.gringotts.GringottsException: java.util.concurrent.TimeoutException
    at org.gestern.gringotts.GringottsAccount.getTimeout(GringottsAccount.java:277)
    at org.gestern.gringotts.GringottsAccount.add(GringottsAccount.java:138)
    at org.gestern.gringotts.api.impl.GringottsEco$ValidAccount.add(GringottsEco.java:258)
    at org.gestern.gringotts.api.impl.VaultConnector.depositPlayer(VaultConnector.java:136)
    at org.gestern.gringotts.api.impl.VaultConnector.depositPlayer(VaultConnector.java:132)
    at com.gamingmesh.jobs.economy.VaultEconomy.depositPlayer(VaultEconomy.java:32)
    at com.gamingmesh.jobs.tasks.BufferedPaymentTask.run(BufferedPaymentTask.java:40)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more
    Caused by: java.util.concurrent.TimeoutException
    at java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1771)
    at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1915)
    at org.gestern.gringotts.GringottsAccount.getTimeout(GringottsAccount.java:275)
    ... 11 more

    Please provide any additional information below.

    Thank you for the help with my previous ticket! You guys rock!

  • _ForgeUser7852033 added the tags New Defect Sep 4, 2016
  • _ForgeUser7852033 posted a comment Sep 19, 2016

    Resolved by using dev build 2.10

  • _ForgeUser9107489 posted a comment Sep 21, 2016

    Jobs tends to produce a lot of transactions, and Gringotts may need to load a chunk to deposit the money to an account. You may be better off using a plugin that drops items directly instead, if that's possible.


To post a comment, please login or register a new account.