Log-Error Please Help

Discussion in 'Bukkit Help' started by ManuXxX, Aug 3, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    ManuXxX

    Hey Guys,
    I am getting this error the houle time:

    Code:
    2013-08-04 02:54:05 [SEVERE] org.apache.commons.lang.UnhandledException: Plugin qQuests v2013 generated an exception while executing task 70891
        at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
        at me.quaz3l.qQuests.Util.Storage$1.run(Storage.java:109)
        at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftTask.run(CraftTask.java:53)
        at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
        ... 3 more
     
    2013-08-04 02:59:05 [SEVERE] Exception in thread "pool-1-thread-190"
    2013-08-04 02:59:05 [SEVERE] org.apache.commons.lang.UnhandledException: Plugin qQuests v2013 generated an exception while executing task 70891
        at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
        at me.quaz3l.qQuests.Util.Storage$1.run(Storage.java:109)
        at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftTask.run(CraftTask.java:53)
        at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
        ... 3 more
    Can someone tell me the Problem ?

    Or isn't that an Error ?

    Cause im getting this like every hour

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  2. Offline

    Necrodoom

    paste startup log please.
     
  3. Offline

    ManuXxX

    Only This I can see [can't load much the Nitrado-Console]

    Code:
    2013-08-06 02:05:03 [INFO] [WorldGuard] 12 regions loaded for 'world'
    2013-08-06 02:05:03 [INFO] [WorldGuard] 2 regions loaded for 'world_nether'
    2013-08-06 02:05:03 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
    2013-08-06 02:05:03 [INFO] [Skeleton Boss] Enabling Skeleton Boss v3.1
    2013-08-06 02:05:03 [INFO] [Catacombs] Enabling Catacombs v3.3
    2013-08-06 02:05:03 [INFO] [Catacombs] Vault not found, 'ops.txt' will be used for permissions
    2013-08-06 02:05:03 [INFO] [Catacombs] Vault not found, no cash will be given for kills
    2013-08-06 02:05:03 [INFO] [Essentials] Enabling Essentials v2.11.1
    2013-08-06 02:05:04 [INFO] Essentials: Using PermissionsEx based permissions.
    2013-08-06 02:05:04 [INFO] [Essentials] Payment method found (iConomy version: 6)
    2013-08-06 02:05:04 [INFO] [ChatManager] Enabling ChatManager v1.19.1
    2013-08-06 02:05:04 [INFO] [ChatManager] ChatManager enabled!
    2013-08-06 02:05:04 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.11.1
    2013-08-06 02:05:04 [INFO] [ChestShop] Enabling ChestShop v3.5
    2013-08-06 02:05:04 [SEVERE] Cannot load plugins/ChestShop/local.yml
    org.bukkit.configuration.InvalidConfigurationException: unacceptable character '�' (0xFFFD) special characters are not allowed
    in "<string>", position 10
        at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
        at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:175)
        at com.Acrobot.Breeze.Configuration.Configuration.pairFileAndClass(Configuration.java:27)
        at com.Acrobot.ChestShop.ChestShop.onEnable(ChestShop.java:78)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
        at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282)
        at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264)
        at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304)
        at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283)
        at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243)
        at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151)
        at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
        at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
    Caused by: unacceptable character '�' (0xFFFD) special characters are not allowed
    in "<string>", position 10
        at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
        at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
        at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
        ... 16 more
    2013-08-06 02:05:04 [INFO] [ChestShop] LWC version 4.4.0 (b881) (July 11, 2013) loaded.
    2013-08-06 02:05:04 [INFO] [ChestShop] iConomy version 6 loaded.
    2013-08-06 02:05:04 [INFO] [AntiCheat] Enabling AntiCheat v1.5.8
    2013-08-06 02:05:05 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2013-08-06 02:05:05 [INFO] Done (12.568s)! For help, type "help" or "?"
    2013-08-06 02:05:05 [INFO] Starting GS4 status listener
    2013-08-06 02:05:05 [INFO] Query running on 85.190.174.122:25565
    2013-08-06 02:05:07 [INFO] /85.190.174.52:35701 lost connection
    2013-08-06 02:05:09 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    are these Plugins no more compatible with These version of bukkit? (1.5.2)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  4. Offline

    Necrodoom

    file plugins/ChestShop/local.yml is broken, also paste whole startup log from server.log file.
     
Thread Status:
Not open for further replies.

Share This Page