Error while using GAL on server. #91


  • New
  • Defect
Open
  • _ForgeUser8782615 created this issue Mar 21, 2016

    When I try to send a fakevote to test out the config the vote registers on the DB, but nothing happens in game. I check my console and get the following error:

    "

    [12:30:48] [Server thread/INFO]: [GAListener] Vote received on default for Player: Bertie_Dent
    [12:30:48] [Server thread/INFO]: [GAListener] Sent fake vote: Vote (from:default username:Bertie_Dent address:fakeVote.local timeStamp:1458559848251)
    [12:30:48] [pool-3-thread-51/WARN]: Exception in thread "pool-3-thread-51"
    [12:30:48] [pool-3-thread-51/WARN]: org.apache.commons.lang.UnhandledException: Plugin GAListener v1.3.2 generated an exception while executing task 253
        at org.bukkit.craftbukkit.v1_8_R3.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: java.lang.NoSuchMethodError: org.bukkit.Server._INVALID_getOnlinePlayers()[Lorg/bukkit/entity/Player;
        at com.swifteh.GAL.RewardTask.run(RewardTask.java:37)
        at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:53)
        at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
        ... 3 more

    "

    I am using craft bukkit 1.8.8 and the latest version of both votifier and GAL.

    Thanks,

    Bertie

  • _ForgeUser8782615 added the tags New Defect Mar 21, 2016
  • boomboompower posted a comment May 14, 2016

    Imperfection on GAListeners part, they are using a INVAILD method.


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