Bukkit Error;

Discussion in 'Bukkit Help' started by DemonCraft, Oct 17, 2012.

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

    DemonCraft

    With any of my servers or even brand new I get this error upon start up.
    Is there a way to configure the date or something or is this not my end?

    Code:
    2012-10-18 02:35:27 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R2.0-b2396jnks (MC: 1.3.2) (Implementing API version 1.3.2-R2.0)
    2012-10-18 02:35:27 [SEVERE] Exception in thread "Thread-6"
    2012-10-18 02:35:27 [SEVERE] org.bukkit.craftbukkit.libs.com.google.gson.JsonParseException: Date is not formatted correctly
    2012-10-18 02:35:27 [SEVERE]    at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:97)
    2012-10-18 02:35:27 [SEVERE]    at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:90)
    2012-10-18 02:35:27 [SEVERE]    at org.bukkit.craftbukkit.libs.com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:59)
    2012-10-18 02:35:27 [SEVERE]    at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
    2012-10-18 02:35:27 [SEVERE]    at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
    2012-10-18 02:35:27 [SEVERE]    at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:755)
    2012-10-18 02:35:27 [SEVERE]    at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:694)
    2012-10-18 02:35:27 [SEVERE]    at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService.fetchArtifact(BukkitDLUpdaterService.java:51)
    2012-10-18 02:35:27 [INFO] [Vault] Loading Vault v1.2.19-b237
    2012-10-18 02:35:27 [SEVERE]    at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService.getArtifact(BukkitDLUpdaterService.java:28)
    2012-10-18 02:35:27 [SEVERE]    at org.bukkit.craftbukkit.updater.AutoUpdater$1.run(AutoUpdater.java:77)
    2012-10-18 02:35:27 [SEVERE] Caused by: java.text.ParseException: Unparseable date: "2012-10-17T11:36:23"
    2012-10-18 02:35:27 [SEVERE]    at java.text.DateFormat.parse(Unknown Source)
    2012-10-18 02:35:27 [SEVERE]    at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:95)
    2012-10-18 02:35:28 [SEVERE]    ... 9 more
     
  2. Offline

    DaEgo

    I have same Message and i changed nothing since days.
     
  3. Offline

    Yurikoma

    go into bukkit.yml and change so it looks like this

    auto-updater:
    enabled: false

    that will remove update errors

    i am guessing this is a problem they are having with their update servers, so it should work itself out once they fix the problem
     
Thread Status:
Not open for further replies.

Share This Page