Server not starting up

Discussion in 'Bukkit Help' started by EC ARCTIC FIRE, Jul 23, 2014.

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

    EC ARCTIC FIRE

    Hi
    my server has been running fine up until this happened. does anyone know why this is happening?


    C:\Users\name\Desktop\New folder>java -Xmx2048M -jar craftbukkit.jar -o true
    Loading libraries, please wait...
    [11:01:53 INFO]: Starting minecraft server version 1.7.9
    [11:01:53 INFO]: Loading properties
    [11:01:53 INFO]: Default game type: SURVIVAL
    [11:01:53 INFO]: Generating keypair
    [11:01:53 INFO]: Starting Minecraft server on *:25565
    [11:01:53 INFO]: This server is running CraftBukkit version git-Bukkit-1.7.9-R0.
    1-b3084jnks (MC: 1.7.9) (Implementing API version 1.7.9-R0.1)
    [11:01:54 ERROR]: ebean.properties not found
    [11:01:54 WARN]: No Entities found in ClassPath using ClassPathReader [com.avaje
    .ebeaninternal.server.util.DefaultClassPathReader@3f2d3e9d] Classpath Searched[[
    file:/C:/Users/name/Desktop/New%20folder/craftbukkit.jar]]
    [11:01:54 INFO]: Classpath search hits in jars[] pkgs[] searchTime[4]
    [11:01:54 INFO]: DataSourcePool [SimpleSpawn] autoCommit[false] transIsolation[S
    ERIALIZABLE] min[2] max[20]
    [11:01:54 INFO]: ----- Bukkit Auto Updater -----
    [11:01:54 INFO]: It appears that you're running a Beta Build, when you've specif
    ied in bukkit.yml that you prefer to run Recommended Builds.
    [11:01:54 INFO]: If you would like to be kept informed about new Beta Build rele
    ases, it is recommended that you change 'preferred-channel' in your bukkit.yml t
    o 'beta'.
    [11:01:54 INFO]: With that set, you will be told whenever a new version is avail
    able for download, so that you can always keep up to date and secure with the la
    test fixes.
    [11:01:54 INFO]: If you would like to disable this warning, simply set 'suggest-
    channels' to false in bukkit.yml.
    [11:01:54 INFO]: ----- ------------------- -----
    [11:01:54 INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.Plug
    inClassLoader]
    [11:01:54 INFO]: Entities enhanced[0] subclassed[0]
    [11:01:54 INFO]: [WorldEdit] Loading WorldEdit v5.6.2
    [11:01:54 INFO]: [PermissionsEx] Loading PermissionsEx v1.21.4
    [11:01:54 ERROR]: Cannot load plugins\PermissionsEx\config.yml
    org.bukkit.configuration.InvalidConfigurationException: unacceptable character '
    ' (0x0) special characters are not allowed
    in "<string>", position 0
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlCo
    nfiguration.java:57) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguratio
    n.java:226) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguratio
    n.java:169) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Yam
    lConfiguration.java:180) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:183) [
    craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:157) [cra
    ftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at ru.tehkode.permissions.bukkit.PermissionsEx.onLoad(PermissionsEx.java
    :139) [PermissionsEx.jar:?]
    at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugins(CraftServer.ja
    va:360) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at org.bukkit.craftbukkit.v1_7_R3.CraftServer.<init>(CraftServer.java:31
    7) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at net.minecraft.server.v1_7_R3.PlayerList.<init>(PlayerList.java:68) [c
    raftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:14
    ) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.jav
    a:126) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java
    :436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:6
    28) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    Caused by: org.yaml.snakeyaml.reader.ReaderException: special characters are not
    allowed
    at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.ja
    va:70) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50) ~
    [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) ~[craftbukkit.jar:git-Buk
    kit-1.7.9-R0.1-b3084jnks]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlCo
    nfiguration.java:55) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    ... 13 more
    [11:01:54 INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
    [11:01:54 INFO]: [SimpleSpawn] Loading SimpleSpawn v2.2.1
    [11:01:54 INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
    [11:01:54 INFO]: [WorldGuard] Loading WorldGuard v5.9
    [11:01:54 INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b3
    35
    [11:01:54 INFO]: [TreeFeller] Loading TreeFeller v1.2
    [11:01:54 INFO]: [SimpleWelcome] Loading SimpleWelcome v1.0.1
    [11:01:54 INFO]: [ChatEx] Loading ChatEx v1.0.11-RELEASE
    [11:01:54 ERROR]: Encountered an unexpected exception
    net.minecraft.util.com.google.gson.JsonSyntaxException: java.lang.IllegalStateEx
    ception: Expected BEGIN_ARRAY but was STRING at line 1 column 1
    at net.minecraft.util.com.google.gson.Gson.fromJson(Gson.java:815) ~[cra
    ftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at net.minecraft.util.com.google.gson.Gson.fromJson(Gson.java:768) ~[cra
    ftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at net.minecraft.server.v1_7_R3.JsonList.load(JsonList.java:148) ~[craft
    bukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at net.minecraft.server.v1_7_R3.DedicatedPlayerList.y(SourceFile:99) ~[c
    raftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:25
    ) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.jav
    a:126) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java
    :436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:6
    28) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    Caused by: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING
    at line 1 column 1
    at net.minecraft.util.com.google.gson.stream.JsonReader.beginArray(JsonR
    eader.java:338) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    at net.minecraft.util.com.google.gson.internal.bind.CollectionTypeAdapte
    rFactory$Adapter.read(CollectionTypeAdapterFactory.java:79) ~[craftbukkit.jar:gi
    t-Bukkit-1.7.9-R0.1-b3084jnks]
    at net.minecraft.util.com.google.gson.internal.bind.CollectionTypeAdapte
    rFactory$Adapter.read(CollectionTypeAdapterFactory.java:60) ~[craftbukkit.jar:gi
    t-Bukkit-1.7.9-R0.1-b3084jnks]
    at net.minecraft.util.com.google.gson.Gson.fromJson(Gson.java:803) ~[cra
    ftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    ... 7 more
    [11:01:54 ERROR]: This crash report has been saved to: C:\Users\name\Desktop\Ne
    w folder\.\crash-reports\crash-2014-07-23_11.01.54-server.txt
    >



    Thanks
    EC_ARCTIC_FIRE

    I have change the craft bukkit but it didn't fix it

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

    ZanderMan9

    Could you post your PEX permissions.yml?
     
  3. Offline

    EC ARCTIC FIRE

    yes

    why?

    groups:
    Member:
    default: true
    prefix: '&7[Member]&f'
    permissions:
    - simplespawn.use
    - bukkit.command.tell
    - bukkit.command.list
    - -simplespawn.home.*
    - chatex.allowchat
    - treefeller.use
    - multiverse.portal.access.pvp1
    - multiverse.portal.access.pvp2
    - multiverse.access.PVP
    - multiverse.access.server_map
    - -bukkit.command.kill
    options:
    rank: '3'
    Admin:
    prefix: '&2[Admin]&f'
    permissions:
    - bukkit.command.*
    - simplespawn.*
    - worldedit.*
    - worldguard.*
    - permissions.*
    - chatex.*
    - treefeller.use
    - multiverse.portal.access.*
    - multiverse.access.*
    - multiverse.portal.fill.*
    options:
    rank: '2'
    Owner:
    prefix: '&c[Owner]&f'
    permissions:
    - bukkit.command.*
    - simplespawn.*
    - worldedit.*
    - worldguard.*
    - permissions.*
    - chatex.*
    - treefeller.use
    - multiverse.portal.access.*
    - multiverse.access.*
    - multiverse.portal.fill.*
    options:
    rank: '1'
    users:
    player:
    group:
    - Admin
    player:
    group:
    - Owner
    options:
    name: player
    player:
    group:
    - Admin
    options:
    name: player
    player:
    group:
    - Member
    options:
    name: player

    Does that help?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  4. Offline

    GamerAuthority

    paste the error log and configs using pastebin please
     
  5. Offline

    EC ARCTIC FIRE

    what configs?

    ---- Minecraft Crash Report ----
    // You should try our sister game, Minceraft!

    Time: 7/22/14 6:30 PM
    Description: Exception in server tick loop

    net.minecraft.util.com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1
    at net.minecraft.util.com.google.gson.Gson.fromJson(Gson.java:815)
    at net.minecraft.util.com.google.gson.Gson.fromJson(Gson.java:768)
    at net.minecraft.server.v1_7_R3.JsonList.load(JsonList.java:148)
    at net.minecraft.server.v1_7_R3.DedicatedPlayerList.y(SourceFile:99)
    at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:25)
    at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126)
    at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436)
    at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
    Caused by: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1
    at net.minecraft.util.com.google.gson.stream.JsonReader.beginArray(JsonReader.java:338)
    at net.minecraft.util.com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:79)
    at net.minecraft.util.com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:60)
    at net.minecraft.util.com.google.gson.Gson.fromJson(Gson.java:803)
    ... 7 more


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.7.9
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 80775736 bytes (77 MB) / 171966464 bytes (164 MB) up to 1908932608 bytes (1820 MB)
    JVM Flags: 1 total; -Xmx2048M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    CraftBukkit Information:
    Running: CraftBukkit version git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks (MC: 1.7.9) (Implementing API version 1.7.9-R0.2) true
    Plugins: { WorldEdit v5.6.2 com.sk89q.worldedit.bukkit.WorldEditPlugin [], PermissionsEx v1.21.4 ru.tehkode.permissions.bukkit.PermissionsEx [[t3hk0d3, zml]], Multiverse-Core v2.4-b527 com.onarandombox.MultiverseCore.MultiverseCore [Rigby, fernferret, lithium3141, main--], SimpleSpawn v2.2.1 me.ellbristow.SimpleSpawn.SimpleSpawn [ellbristow, dh1jc], Multiverse-Portals v2.4-b548 com.onarandombox.MultiversePortals.MultiversePortals [Rigby, fernferret], WorldGuard v5.9 com.sk89q.worldguard.bukkit.WorldGuardPlugin [], Multiverse-Inventories v2.5-b335 com.onarandombox.multiverseinventories.MultiverseInventories [dumptruckman], TreeFeller v1.2 com.smulk.treefeller.TreeFeller [], SimpleWelcome v1.0.1 net.fimgaming.trigger.SimpleWelcome.SimpleWelcome [], ChatEx v1.0.11-RELEASE de.JeterLP.ChatManager.ChatEX [TheJeterLP],}
    Warnings: DEFAULT
    Threads: { WAITING Thread-5: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(Unknown Source), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), net.minecraft.util.com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:73), org.bukkit.craftbukkit.v1_7_R3.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:25), java.lang.Thread.run(Unknown Source)], TIMED_WAITING Server Infinisleeper: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_7_R3.ThreadSleepForever.run(SourceFile:65)], RUNNABLE Server console handler: [org.fusesource.jansi.internal.Kernel32._getch(Native Method), org.fusesource.jansi.internal.WindowsSupport.readByte(WindowsSupport.java:46), org.bukkit.craftbukkit.libs.jline.WindowsTerminal.readByte(WindowsTerminal.java:184), org.bukkit.craftbukkit.libs.jline.WindowsTerminal.access$000(WindowsTerminal.java:53), org.bukkit.craftbukkit.libs.jline.WindowsTerminal$1.read(WindowsTerminal.java:151), java.io.FilterInputStream.read(Unknown Source), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1167), net.minecraft.server.v1_7_R3.ThreadCommandReader.run(ThreadCommandReader.java:32)], RUNNABLE Netty IO #0: [sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method), sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source), sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source), sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source), sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source), sun.nio.ch.SelectorImpl.select(Unknown Source), net.minecraft.util.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:591), net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:301), net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101), java.lang.Thread.run(Unknown Source)], RUNNABLE Attach Listener: [], TIMED_WAITING Keep-Alive-Timer: [java.lang.Thread.sleep(Native Method), sun.net.www.http.KeepAliveCache.run(Unknown Source), java.lang.Thread.run(Unknown Source)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)], RUNNABLE DestroyJavaVM: [], TIMED_WAITING EbeanBackgroundThread: [java.lang.Thread.sleep(Native Method), com.avaje.ebeaninternal.server.lib.BackgroundThread$Runner.run(BackgroundThread.java:170), java.lang.Thread.run(Unknown Source)], WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), java.util.TimerThread.mainLoop(Unknown Source), java.util.TimerThread.run(Unknown Source)], TIMED_WAITING EbeanCacheWarmer: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Unknown Source), java.util.TimerThread.run(Unknown Source)], RUNNABLE Signal Dispatcher: [], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Unknown Source), org.bukkit.craftbukkit.v1_7_R3.CraftCrashReport.call(CraftCrashReport.java:28), net.minecraft.server.v1_7_R3.CrashReportSystemDetails.a(SourceFile:74), net.minecraft.server.v1_7_R3.CrashReport.h(CrashReport.java:45), net.minecraft.server.v1_7_R3.CrashReport.<init>(CrashReport.java:33), net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:486), net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(Unknown Source), java.lang.ref.ReferenceQueue.remove(Unknown Source), java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)], WAITING Ebean-SimpleSpawn.0: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), com.avaje.ebeaninternal.server.lib.thread.PooledThread.run(PooledThread.java:75), java.lang.Thread.run(Unknown Source)], WAITING Java2D Disposer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(Unknown Source), java.lang.ref.ReferenceQueue.remove(Unknown Source), sun.java2d.Disposer.run(Unknown Source), java.lang.Thread.run(Unknown Source)],}
    Recent tasks from -31--1{}
    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'CraftBukkit'
    Type: Dedicated Server (map_server.txt)

    Can someone plz help. My server has been down 2 days because of this

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  6. Offline

    Emerdisk

    Well I'm not really good at this stuff, but if you actually take a look at the first error log where it says [WARN], you can just search up "Bukkit no entities found in classpath" and find your problem, but I did it for you :)

    11:01:54 WARN]: No Entities found in ClassPath using ClassPathReader [com.avaje
    .ebeaninternal.server.util.DefaultClassPathReader@3f2d3e9d] Classpath Searched[[
    file:/C:/Users/name/Desktop/New%20folder/craftbukkit.jar]]

    Create an "ebean.properties" file in the same folder as your server.properties. Leave that file empty.
    I'm guessing that you don't know how to create a .properties file so:
    1. Create an empty text document with notepad/notepad++
    2. Click on File>Save As
    3. Rename the file to ebean.properties and save the file as All Files.
     
  7. Offline

    EC ARCTIC FIRE

    Thanks and I did know how to make a text file. Will post if this works
     
  8. Offline

    Emerdisk

    Np! :D

    Edit: Has it worked? If not :(
     
  9. Offline

    EC ARCTIC FIRE

    nope didnt work
    when u say to make one in the server.properties folder do you mean the main folder where everything for the server is held?
     
  10. Offline

    saiismad823


    He means create a new text document in the root of your minecraft server (the same folder that your server.properties file is)

    1) Open the new text document with notepad or something similar. You dont have to put any text in it
    2) Go to file > save as > click the drop down menu that says Save as type: and select all files. Now in the file name type eban.properties and click save

    Now run your server and see what happens.
     
  11. Offline

    EC ARCTIC FIRE

    i dont have a folder with the server.properties file. i do have a server.properties file though as well as a ebean.properties. they are all in the folder that holds everything for the server. if that is what you meant then its not working :(

    thanks

    EC ARCTIC FIRE
     
  12. Offline

    Emerdisk

    Btw, it looks like your PEX is not spaced properly?
    Copy and paste your permissions.yml in pastebin and post your link.
     
  13. Offline

    EC ARCTIC FIRE

    I'll run it through a yaml parser
     
  14. Offline

    EC ARCTIC FIRE

    the permissions were fine. server is still not starting .
    Heres the crash report that was in the crash reports folder.

    Thanks
    EC ARCTIC FIRE



    ---- Minecraft Crash Report ----
    // You should try our sister game, Minceraft!

    Time: 7/22/14 6:30 PM
    Description: Exception in server tick loop

    net.minecraft.util.com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1
    at net.minecraft.util.com.google.gson.Gson.fromJson(Gson.java:815)
    at net.minecraft.util.com.google.gson.Gson.fromJson(Gson.java:768)
    at net.minecraft.server.v1_7_R3.JsonList.load(JsonList.java:148)
    at net.minecraft.server.v1_7_R3.DedicatedPlayerList.y(SourceFile:99)
    at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:25)
    at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126)
    at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436)
    at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
    Caused by: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1
    at net.minecraft.util.com.google.gson.stream.JsonReader.beginArray(JsonReader.java:338)
    at net.minecraft.util.com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:79)
    at net.minecraft.util.com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:60)
    at net.minecraft.util.com.google.gson.Gson.fromJson(Gson.java:803)
    ... 7 more


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.7.9
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 80775736 bytes (77 MB) / 171966464 bytes (164 MB) up to 1908932608 bytes (1820 MB)
    JVM Flags: 1 total; -Xmx2048M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    CraftBukkit Information:
    Running: CraftBukkit version git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks (MC: 1.7.9) (Implementing API version 1.7.9-R0.2) true
    Plugins: { WorldEdit v5.6.2 com.sk89q.worldedit.bukkit.WorldEditPlugin [], PermissionsEx v1.21.4 ru.tehkode.permissions.bukkit.PermissionsEx [[t3hk0d3, zml]], Multiverse-Core v2.4-b527 com.onarandombox.MultiverseCore.MultiverseCore [Rigby, fernferret, lithium3141, main--], SimpleSpawn v2.2.1 me.ellbristow.SimpleSpawn.SimpleSpawn [ellbristow, dh1jc], Multiverse-Portals v2.4-b548 com.onarandombox.MultiversePortals.MultiversePortals [Rigby, fernferret], WorldGuard v5.9 com.sk89q.worldguard.bukkit.WorldGuardPlugin [], Multiverse-Inventories v2.5-b335 com.onarandombox.multiverseinventories.MultiverseInventories [dumptruckman], TreeFeller v1.2 com.smulk.treefeller.TreeFeller [], SimpleWelcome v1.0.1 net.fimgaming.trigger.SimpleWelcome.SimpleWelcome [], ChatEx v1.0.11-RELEASE de.JeterLP.ChatManager.ChatEX [TheJeterLP],}
    Warnings: DEFAULT
    Threads: { WAITING Thread-5: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(Unknown Source), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), net.minecraft.util.com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:73), org.bukkit.craftbukkit.v1_7_R3.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:25), java.lang.Thread.run(Unknown Source)], TIMED_WAITING Server Infinisleeper: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_7_R3.ThreadSleepForever.run(SourceFile:65)], RUNNABLE Server console handler: [org.fusesource.jansi.internal.Kernel32._getch(Native Method), org.fusesource.jansi.internal.WindowsSupport.readByte(WindowsSupport.java:46), org.bukkit.craftbukkit.libs.jline.WindowsTerminal.readByte(WindowsTerminal.java:184), org.bukkit.craftbukkit.libs.jline.WindowsTerminal.access$000(WindowsTerminal.java:53), org.bukkit.craftbukkit.libs.jline.WindowsTerminal$1.read(WindowsTerminal.java:151), java.io.FilterInputStream.read(Unknown Source), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1167), net.minecraft.server.v1_7_R3.ThreadCommandReader.run(ThreadCommandReader.java:32)], RUNNABLE Netty IO #0: [sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method), sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source), sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source), sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source), sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source), sun.nio.ch.SelectorImpl.select(Unknown Source), net.minecraft.util.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:591), net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:301), net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101), java.lang.Thread.run(Unknown Source)], RUNNABLE Attach Listener: [], TIMED_WAITING Keep-Alive-Timer: [java.lang.Thread.sleep(Native Method), sun.net.www.http.KeepAliveCache.run(Unknown Source), java.lang.Thread.run(Unknown Source)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)], RUNNABLE DestroyJavaVM: [], TIMED_WAITING EbeanBackgroundThread: [java.lang.Thread.sleep(Native Method), com.avaje.ebeaninternal.server.lib.BackgroundThread$Runner.run(BackgroundThread.java:170), java.lang.Thread.run(Unknown Source)], WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), java.util.TimerThread.mainLoop(Unknown Source), java.util.TimerThread.run(Unknown Source)], TIMED_WAITING EbeanCacheWarmer: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Unknown Source), java.util.TimerThread.run(Unknown Source)], RUNNABLE Signal Dispatcher: [], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Unknown Source), org.bukkit.craftbukkit.v1_7_R3.CraftCrashReport.call(CraftCrashReport.java:28), net.minecraft.server.v1_7_R3.CrashReportSystemDetails.a(SourceFile:74), net.minecraft.server.v1_7_R3.CrashReport.h(CrashReport.java:45), net.minecraft.server.v1_7_R3.CrashReport.<init>(CrashReport.java:33), net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:486), net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(Unknown Source), java.lang.ref.ReferenceQueue.remove(Unknown Source), java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)], WAITING Ebean-SimpleSpawn.0: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), com.avaje.ebeaninternal.server.lib.thread.PooledThread.run(PooledThread.java:75), java.lang.Thread.run(Unknown Source)], WAITING Java2D Disposer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(Unknown Source), java.lang.ref.ReferenceQueue.remove(Unknown Source), sun.java2d.Disposer.run(Unknown Source), java.lang.Thread.run(Unknown Source)],}
    Recent tasks from -31--1{}
    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'CraftBukkit'
    Type: Dedicated Server (map_server.txt)
     
  15. Offline

    EC ARCTIC FIRE

    My server has been down for almost a week now i really need it running. all help would be appreciated

    Thanks
    EC_ARCTC_FIRE
     
  16. Offline

    EC ARCTIC FIRE

    I have Finally got my server running. i put the most essential stuff in another folder and wrote a new run.bat and it worked

    thanks for all the help
    EC ARCTIC FIRE
     
Thread Status:
Not open for further replies.

Share This Page