My Bukkit server will not read permissions from ANY permission plugin. Help??

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

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

    MANCANGOW

    Hi.... yep that's about it.

    I need help ( as you can tell ) with my server. Every time I start my server I get this weird error and the server does not read my permissions. I have use multiple permissions plugins with multiple versions of Bukkit, Windows, and the permissions plugins.

    I would love some help :D

    Server log...

    _____________________________________________

    2012-10-17 20:53:13 [INFO] Starting minecraft server version 1.3.2
    2012-10-17 20:53:13 [INFO] Loading properties
    2012-10-17 20:53:13 [INFO] Default game type: SURVIVAL
    2012-10-17 20:53:13 [INFO] Generating keypair
    2012-10-17 20:53:14 [INFO] Starting Minecraft server on *:25565
    2012-10-17 20:53:14 [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 20:53:14 [INFO] Preparing level "world"
    2012-10-17 20:53:14 [INFO] Preparing start region for level 0 (Seed: -5112788932417954479)
    2012-10-17 20:53:14 [SEVERE] Exception in thread "Thread-6"
    2012-10-17 20:53:14 [SEVERE] org.bukkit.craftbukkit.libs.com.google.gson.JsonParseException: Date is not formatted correctly
    2012-10-17 20:53:14 [SEVERE]at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:97)
    2012-10-17 20:53:14 [SEVERE]at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:90)
    2012-10-17 20:53:14 [SEVERE]at org.bukkit.craftbukkit.libs.com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:59)
    2012-10-17 20:53:14 [SEVERE]at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
    2012-10-17 20:53:14 [SEVERE]at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
    2012-10-17 20:53:14 [SEVERE]at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:755)
    2012-10-17 20:53:14 [SEVERE]at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:694)
    2012-10-17 20:53:14 [SEVERE]at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService.fetchArtifact(BukkitDLUpdaterService.java:51)
    2012-10-17 20:53:14 [SEVERE]at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService.getArtifact(BukkitDLUpdaterService.java:28)
    2012-10-17 20:53:14 [SEVERE]at org.bukkit.craftbukkit.updater.AutoUpdater$1.run(AutoUpdater.java:77)
    2012-10-17 20:53:14 [SEVERE] Caused by: java.text.ParseException: Unparseable date: "2012-10-17T11:36:23"
    2012-10-17 20:53:14 [SEVERE]at java.text.DateFormat.parse(Unknown Source)
    2012-10-17 20:53:14 [SEVERE]at org.bukkit.craftbukkit.updater.BukkitDLUpdaterService$DateDeserializer.deserialize(BukkitDLUpdaterService.java:95)
    2012-10-17 20:53:14 [SEVERE]... 9 more
    2012-10-17 20:53:15 [INFO] Preparing start region for level 1 (Seed: -5112788932417954479)
    2012-10-17 20:53:15 [INFO] Preparing spawn area: 77%
    2012-10-17 20:53:15 [INFO] Preparing start region for level 2 (Seed: -5112788932417954479)
    2012-10-17 20:53:15 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-10-17 20:53:15 [INFO] Done (1.380s)! For help, type "help" or "?"
    2012-10-17 20:53:18 [INFO] CONSOLE: Stopping the server..[m
    2012-10-17 20:53:18 [INFO] Stopping server
    2012-10-17 20:53:18 [INFO] Saving players
    2012-10-17 20:53:18 [INFO] Saving worlds
    2012-10-17 20:53:18 [WARNING] DSCT: socket closed
    2012-10-17 20:53:18 [INFO] Saving chunks for level 'world'/Overworld
    2012-10-17 20:53:18 [INFO] Closing listening thread
    2012-10-17 20:53:18 [INFO] Saving chunks for level 'world_nether'/Nether
    2012-10-17 20:53:19 [INFO] Saving chunks for level 'world_the_end'/The End
    2012-10-17 20:53:19 [INFO] Stopping server
    HALP MEH!

    NVM I fixed the error but I still can't use permission nodes D:

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  2. Offline

    Errored

    Well, shit. How did you fix it?
     
  3. Offline

    MANCANGOW


    Well, go into your bukkit.yml in your server folder and change 'auto-updater' to 'false'

    glad to help :D
     
    MdMR_KsA likes this.
  4. Offline

    MdMR_KsA

    thanks man i'ts work
     
  5. Offline

    Yurikoma

    if you are testing permissions make sure you are not op, ops get every permission automatically, but when looking at the log you posted, it doesn't look like you have any plugins installed at all,

    are you putting your plugins in a folder named plugins

    and that folder named plugins is in the same place as your craftbukkit.jar?
     
  6. Offline

    Necrodoom

    i dont see any plugin installed on your server.
     
Thread Status:
Not open for further replies.

Share This Page