Bug Report - Date is not formatted

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

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

    thefiscster510

    I keep getting this when i start my server.. Even if it's got absolutely no plugins in it..
    Code:
    2012-10-17 17:41:10 [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-17 17:41:10 [INFO] Preparing level "world"
    2012-10-17 17:41:10 [INFO] Preparing start region for level 0 (Seed: -2810918524513220114)
    2012-10-17 17:41:10 [SEVERE] Exception in thread "Thread-6"
    2012-10-17 17:41:10 [SEVERE] org.bukkit.craftbukkit.libs.com.google.gson.JsonParseException: Date is not formatted correctly
    2012-10-17 17:41:10 [SEVERE]    at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:97)
    2012-10-17 17:41:10 [SEVERE]    at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:90)
    2012-10-17 17:41:10 [SEVERE]    at org.bukkit.craftbukkit.libs.com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:59)
    2012-10-17 17:41:10 [SEVERE]    at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
    2012-10-17 17:41:10 [SEVERE]    at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
    2012-10-17 17:41:10 [SEVERE]    at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:755)
    2012-10-17 17:41:10 [SEVERE]    at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:694)
    2012-10-17 17:41:10 [SEVERE]    at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService.fetchArtifact(BukkitDLUpdaterService.java:51)
    2012-10-17 17:41:10 [SEVERE]    at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService.getArtifact(BukkitDLUpdaterService.java:28)
    2012-10-17 17:41:11 [SEVERE]    at org.bukkit.craftbukkit.updater.AutoUpdater$1.run(AutoUpdater.java:77)
    2012-10-17 17:41:11 [SEVERE] Caused by: java.text.ParseException: Unparseable date: "2012-10-17T11:36:23"
    2012-10-17 17:41:11 [SEVERE]    at java.text.DateFormat.parse(Unknown Source)
    2012-10-17 17:41:11 [SEVERE]    at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:95)
    2012-10-17 17:41:11 [SEVERE]    ... 9 more
    Can anyone explain how to fix and what's going on?
     
  2. Offline

    jameskmonger

    I get it. It appears to be an error with the Bukkit updater - don't worry about it, it shouldn't affect your server.
     
  3. Offline

    tachohentai

    yeah me too in ReStart the Server O_O
    Code:
    2012-10-17 22:43:46 [SEVERE] Exception in thread "Thread-6"
    2012-10-17 22:43:46 [SEVERE] org.bukkit.craftbukkit.libs.com.google.gson.JsonParseException: Date is not formatted correctly
    2012-10-17 22:43:46 [SEVERE]    at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:97)
    2012-10-17 22:43:46 [SEVERE]    at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:90)
    2012-10-17 22:43:46 [SEVERE]    at org.bukkit.craftbukkit.libs.com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:59)
    2012-10-17 22:43:46 [SEVERE]    at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
    2012-10-17 22:43:46 [SEVERE]    at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
    2012-10-17 22:43:46 [SEVERE]    at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:755)
    2012-10-17 22:43:46 [SEVERE]    at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:694)
    2012-10-17 22:43:46 [SEVERE]    at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService.fetchArtifact(BukkitDLUpdaterService.java:51)
    2012-10-17 22:43:46 [SEVERE]    at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService.getArtifact(BukkitDLUpdaterService.java:28)
    2012-10-17 22:43:46 [SEVERE]    at org.bukkit.craftbukkit.updater.AutoUpdater$1.run(AutoUpdater.java:77)
    2012-10-17 22:43:46 [SEVERE] Caused by: java.text.ParseException: Unparseable date: "2012-09-28T20:34:43"
    2012-10-17 22:43:46 [SEVERE]    at java.text.DateFormat.parse(Unknown Source)
    2012-10-17 22:43:46 [SEVERE]    at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:95)
    2012-10-17 22:43:47 [SEVERE]    ... 9 more
     
  4. Offline

    thefiscster510

    I tried it using older bukkit versions and on different computers and operating systems with the same error. it's an error with the auto updater
     
  5. Offline

    lawsonmills

    Help Im a dad setting up a server for my kids and their friends, I was running ok until the update and now get this error, i can load a random map but any adventure maps etc are not loading (4 pillar survival for example)


    20:42:17 [INFO] [EssentialsGeoIP] Loading EssentialsGeoIP v2.9.4
    20:42:17 [INFO] Preparing level "world"
    20:42:17 [INFO] Preparing start region for level 0 (Seed: 8552370600884574835)
    20:42:17 [SEVERE] Exception in thread "Thread-6"
    20:42:17 [SEVERE] org.bukkit.craftbukkit.libs.com.google.gson.JsonParseException
    : Date is not formatted correctly
    20:42:17 [SEVERE] at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService
    $DateDeserializer.deserialize(BukkitDLUpdaterService.java:97)
    20:42:17 [SEVERE] at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService
    $DateDeserializer.deserialize(BukkitDLUpdaterService.java:90)
    20:42:17 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.TreeTypeA
    dapter.read(TreeTypeAdapter.java:59)
    20:42:17 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.internal.
    bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
    20:42:17 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.internal.
    bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java
    :176)
    20:42:17 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.Gson.from
    Json(Gson.java:755)
    20:42:17 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.Gson.from
    Json(Gson.java:694)
    20:42:17 [SEVERE] at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService
    .fetchArtifact(BukkitDLUpdaterService.java:51)
    20:42:17 [SEVERE] at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService
    .getArtifact(BukkitDLUpdaterService.java:28)
    20:42:17 [SEVERE] at org.bukkit.craftbukkit.updater.AutoUpdater$1.run(Auto
    Updater.java:77)
    20:42:17 [SEVERE] Caused by: java.text.ParseException: Unparseable date: "2012-0
    9-28T20:34:43"
    20:42:17 [SEVERE] at java.text.DateFormat.parse(Unknown Source)
    20:42:17 [SEVERE] at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService
    $DateDeserializer.deserialize(BukkitDLUpdaterService.java:95)
    20:42:17 [SEVERE] ... 9 more
    20:42:17 [INFO] Preparing start region for level 1 (Seed: 8552370600884574835)
    20:42:18 [INFO] Preparing spawn area: 44%
    20:42:19 [INFO] Preparing start region for level 2 (Seed: 2878587826846759220)
    20:42:19 [INFO] Preparing spawn area: 0%
     
  6. Offline

    frelling

    It appears that the URL to which the update service is connecting is not returning properly formatted JSON data. Something must have changed on the update site within the past 12 hours. I expect this problems will resolve itself once the trouble ticket registers with someone.

    A temporary solution is to disable auto-updater in bukkit.yml.

    Code:
    ...
    auto-updater:
        enabled: false
    ...
     
    thefiscster510 likes this.
Thread Status:
Not open for further replies.

Share This Page