Jump to content
  • 0

Gson/Json problem or something like that...


Question

Posted

Title: Gson/Json problem or something like that...

Version: 3.1.2

OS: OS: Mac OSX 10.7.5/CPU: 2.4 GHz Intel Core 2 Duo i5 8GB 1333 MHz RAM Macbook Pro 8,1

Java Version: Java SE 7 Update 09/Java Architecture: 64-bit

Description of Problem:

The problem is, i get this error message everytime i launch the server. And it looks like factions need this gson or json or wat eva to work. But even if i didn't have factions, this

"[sEVERE]" error log should still be fixed. Well its because its "SEVERE". so... Ya...

Error Messages:

21:26:21 [sEVERE] Exception in thread "Thread-11"

21:26:21 [sEVERE] com.google.gson.JsonParseException: Date is not formatted correctly

21:26:21 [sEVERE] at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:90)

21:26:21 [sEVERE] at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:83)

21:26:21 [sEVERE] at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:59)

21:26:21 [sEVERE] at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)

21:26:21 [sEVERE] at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)

21:26:21 [sEVERE] at com.google.gson.Gson.fromJson(Gson.java:755)

21:26:21 [sEVERE] at com.google.gson.Gson.fromJson(Gson.java:694)

21:26:21 [sEVERE] at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService.fetchArtifact(BukkitDLUpdaterService.java:44)

21:26:21 [sEVERE] at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService.getArtifact(BukkitDLUpdaterService.java:27)

21:26:21 [sEVERE] at org.bukkit.craftbukkit.updater.AutoUpdater$1.run(AutoUpdater.java:78)

21:26:21 [sEVERE] Caused by: java.text.ParseException: Unparseable date: "2012-10-17T11:36:23"

21:26:21 [sEVERE] at java.text.DateFormat.parse(DateFormat.java:337)

21:26:21 [sEVERE] at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:88)

21:26:21 [sEVERE] ... 9 more

Error Log:


21:26:21 [sEVERE] Exception in thread "Thread-11" 

21:26:21 [sEVERE] com.google.gson.JsonParseException: Date is not formatted correctly

21:26:21 [sEVERE] 	at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:90)

21:26:21 [sEVERE] 	at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:83)

21:26:21 [sEVERE] 	at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:59)

21:26:21 [sEVERE] 	at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)

21:26:21 [sEVERE] 	at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)

21:26:21 [sEVERE] 	at com.google.gson.Gson.fromJson(Gson.java:755)

21:26:21 [sEVERE] 	at com.google.gson.Gson.fromJson(Gson.java:694)

21:26:21 [sEVERE] 	at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService.fetchArtifact(BukkitDLUpdaterService.java:44)

21:26:21 [sEVERE] 	at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService.getArtifact(BukkitDLUpdaterService.java:27)

21:26:21 [sEVERE] 	at org.bukkit.craftbukkit.updater.AutoUpdater$1.run(AutoUpdater.java:78)

21:26:21 [sEVERE] Caused by: java.text.ParseException: Unparseable date: "2012-10-17T11:36:23"

21:26:21 [sEVERE] 	at java.text.DateFormat.parse(DateFormat.java:337)

21:26:21 [sEVERE] 	at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:88)

21:26:21 [sEVERE] 	... 9 more

3 answers to this question

Recommended Posts

  • 0
Posted

Can you still run the server and lay on it? If so, ignore the error as the console throws severe error measages a lot, even when it is not an issue. If you can't run the server or if people can't join, please provide us with some more details.

  • 0
Posted

See: http://forums.bukkit.org/threads/something-about-this-tells-me-something-is-wrong.106014/

This is not related to any plugins, you can get this error without any plugins loaded.

"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:


auto-updater:

  enabled: false

In your bukkit.yml, which will turn off the auto-update feature.

(Edited to fix formatting)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...