server boot err

Discussion in 'Bukkit Help' started by shushsh, Dec 8, 2022.

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

    shushsh

    I keep getting this error when i run my server:





    java -Xmx1024M -Xms1024M -jar craftbukkit-1.5.2-R1.0.jar
    229 recipes
    27 achievements
    21:22:05 [INFO] Starting minecraft server version 1.5.2
    21:22:05 [INFO] Loading properties
    21:22:05 [INFO] Default game type: SURVIVAL
    21:22:05 [INFO] Generating keypair
    21:22:06 [INFO] Starting Minecraft server on 192.168.1.254:80
    21:22:06 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.2-R1.0-b2788jnks (MC: 1.5.2) (Implementing API version 1.5.2-R1.0)
    21:22:06 [INFO] [AuthMe] Loading AuthMe v2.7.11
    21:22:06 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    21:22:06 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    21:22:06 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    21:22:06 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
    21:22:06 [INFO] Preparing level "world"
    21:22:06 [INFO] Preparing start region for level 0 (Seed: 5020369377785041849)
    21:22:06 [SEVERE] Exception in thread "Thread-6"
    21:22:06 [SEVERE] org.bukkit.craftbukkit.libs.com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 7
    21:22:06 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:180)
    21:22:06 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:755)
    21:22:06 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:694)
    21:22:06 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.updater.BukkitDLUpdaterService.fetchArtifact(BukkitDLUpdaterService.java:51)
    21:22:06 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.updater.BukkitDLUpdaterService.getArtifact(BukkitDLUpdaterService.java:28)
    21:22:06 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.updater.AutoUpdater$1.run(AutoUpdater.java:77)
    21:22:06 [SEVERE] Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 7
    21:22:06 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.stream.JsonReader.expect(JsonReader.java:339)
    21:22:06 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.stream.JsonReader.beginObject(JsonReader.java:322)
    21:22:06 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:168)
    21:22:06 [SEVERE] ... 5 more
    21:22:06 [INFO] Preparing start region for level 1 (Seed: 7747985279774118061)
    21:22:06 [INFO] Preparing start region for level 2 (Seed: 7747985279774118061)
    21:22:07 [INFO] [AuthMe] Enabling AuthMe v2.7.11
    21:22:07 [INFO] [AuthMe] Loading Configuration File...
    21:22:07 [INFO] [AuthMe] Merge new Config Options if needed..
    21:22:07 [INFO] [AuthMe] Set Language: en
    21:22:07 [INFO] [AuthMe] Authme 2.7.11 enabled
    21:22:07 [INFO] Server permissions file permissions.yml is empty, ignoring it
    21:22:07 [INFO] Done (0.728s)! For help, type "help" or "?"
     
  2. Offline

    timtower Administrator Administrator Moderator

    Locked
    Offline mode is not supported by Bukkit
     
Thread Status:
Not open for further replies.

Share This Page