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)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...