Something about this tells me something is wrong

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

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

    DrHudduh

    Everytime I load up my Bukkit Server I get this message

    19:03:32 [SEVERE] Exception in thread "Thread-6"
    19:03:32 [SEVERE] org.bukkit.craftbukkit.libs.com.google.gson.JsonParseException
    : Date is not formatted correctly
    19:03:32 [SEVERE] at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService
    $DateDeserializer.deserialize(BukkitDLUpdaterService.java:97)
    19:03:32 [SEVERE] at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService
    $DateDeserializer.deserialize(BukkitDLUpdaterService.java:90)
    19:03:32 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.TreeTypeA
    dapter.read(TreeTypeAdapter.java:59)
    19:03:32 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.internal.
    bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
    19:03:32 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.internal.
    bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java
    :176)
    19:03:32 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.Gson.from
    Json(Gson.java:755)
    19:03:32 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.Gson.from
    Json(Gson.java:694)
    19:03:32 [SEVERE] at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService
    .fetchArtifact(BukkitDLUpdaterService.java:51)
    19:03:32 [SEVERE] at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService
    .getArtifact(BukkitDLUpdaterService.java:28)
    19:03:32 [SEVERE] at org.bukkit.craftbukkit.updater.AutoUpdater$1.run(Auto
    Updater.java:77)
    19:03:32 [SEVERE] Caused by: java.text.ParseException: Unparseable date: "2012-1
    0-17T11:36:23"
    19:03:32 [SEVERE] at java.text.DateFormat.parse(Unknown Source)
    19:03:32 [SEVERE] at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService
    $DateDeserializer.deserialize(BukkitDLUpdaterService.java:95)



    I have no idea what this means, but it probably has to do with Java. Anyone care to help me fix this?
     
  2. Offline

    TnT

    Nothing wrong, just the auto-updater feature is a little broken right now due to issues on dl.bukkit.org.

    A workaround is to set this:
    Code:
    auto-updater:
      enabled: false
    
    In your bukkit.yml, which will turn off the auto-update feature.
     
    Darky1126 and DrHudduh like this.
  3. Offline

    DrHudduh

    Thanks a lot, appreciate it.
     
  4. Offline

    paulj1x

    Is there any harm in simply leaving this alone? (don't use the workaround, just ignore the error?)
     
  5. Offline

    Jade

    No, but you might like short startup times.
     
  6. Offline

    paulj1x

    Thanks. This error appears to add well less than a second to my server's startup time, so I'm tempted to simply leave it alone right now.
     
  7. Offline

    TnT

    No harm at all. I'm leaving my alone until the fix because I will probably forget to change it back after.
     
  8. Offline

    fatalerror0x00

    Exactly why I'm leaving it alone too and plus I seem to have faster start up times without it disabled :p so yeah I like to see 5.3 second startup times compared to my normal 6.2 on a really good day
     
  9. Offline

    Kobocop

    my start command wont stop saying random severe stuff and everytime i try to type like /stop it doesnt work
    this is what my startcommand says
    17:55:52 [SEVERE] Exception in thread "Thread-6"
    17:56:30 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    17:56:56 [SEVERE]at java.io.BufferedOutputStream.<init>(BufferedOutputStream.java:59)
    17:57:27 [SEVERE]at java.io.BufferedOutputStream.<init>(BufferedOutputStream.java:42)
    17:57:42 [SEVERE]at java.lang.UNIXProcess$1.run(UNIXProcess.java:63)
    17:57:53 [SEVERE]at java.security.AccessController.doPrivileged(Native Method)
    17:57:56 [SEVERE]at java.lang.UNIXProcess.<init>(UNIXProcess.java:60)
    17:58:00 [SEVERE]at java.lang.ProcessImpl.start(ProcessImpl.java:91)
    17:58:04 [SEVERE]at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)
    17:58:12 [SEVERE]at java.lang.Runtime.exec(Runtime.java:593)
    17:58:18 [SEVERE]at java.lang.Runtime.exec(Runtime.java:466)
    17:58:26 [SEVERE]at org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:188)
    17:58:34 [SEVERE]at org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:178)
    17:58:45 [SEVERE]at org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.stty(TerminalLineSettings.java:173)
    17:58:54 [SEVERE]at org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.get(TerminalLineSettings.java:69)
    17:59:01 [SEVERE]at org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.getProperty(TerminalLineSettings.java:92)
    17:59:17 [SEVERE]at org.bukkit.craftbukkit.libs.jline.UnixTerminal.getWidth(UnixTerminal.java:75)
    17:59:25 [SEVERE]at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:610)
    17:59:44 [SEVERE]at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:629)
    17:59:52 [SEVERE]at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.putString(ConsoleReader.java:569)
    18:00:00 [SEVERE]at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1319)
    18:00:07 [SEVERE]at net.minecraft.server.v1_4_R1.ThreadCommandReader.run(ThreadCommandReader.java:31)
     
  10. Offline

    Super User

    Allocate more memory.
     
Thread Status:
Not open for further replies.

Share This Page