1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

Lily Pad Error 2

Discussion in 'Support' started by lucas porter, Aug 17, 2013.

  1. lucas porter

    lucas porter New Member

    Hello,

    I am still having trouble.
    Here is my config.

    {
    "proxy": {
    "bind": {
    "address": "0.0.0.0",
    "port": 25565
    },
    "outbound": {
    "address": "0.0.0.0"
    },
    "servers": [
    {
    "domain": "*",
    "server": "hub"
    }
    ],
    "motd": "A Minecraft Server",
    "playerMaximum": 1,
    "authenticate": true,
    "throttle": 2500,
    "tabEnabled": true,
    "localeFull": "You seem to be already logged in",
    "localeOffline": "The requested server is currently offline. Try again later!",
    "localeLoggedIn": "You have logged in from another location",
    "localeLostConn": "Lost connection... Please try to reconnect",
    "localeShutdown": "The server is being restarted. Please try to reconnect"
    },
    "queryTcp": {
    "bind": {
    "address": "0.0.0.0",
    "port": 5555
    }
    },
    "queryUdp": {
    "bind": {
    "address": "0.0.0.0",
    "port": 25565
    }
    },
    "connect": {
    "bind": {
    "address": "0.0.0.0",
    "port": 5091
    },
    "logins": [
    {
    "username": "hub",
    "password": "Texasman12"
    },
    {
    "username": "towny",
    "password": "Texasman13"
    ]


    [Multicraft] Server stopped
    17.08 16:46:37 [Multicraft] Looks like a crash, check the server console. Return value: 1
    17.08 16:46:35 [Multicraft] Error writing to server: [Errno 32] Broken pipe
    17.08 16:46:35 [Multicraft] Error writing to server: [Errno 32] Broken pipe
    17.08 16:46:35 [Multicraft] Stopping server!
    17.08 16:46:35 [Multicraft] Server shut down
    17.08 16:46:35 [Server] INFO ... 3 more
    17.08 16:46:35 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:795)
    17.08 16:46:35 [Server] INFO at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172)
    17.08 16:46:35 [Server] INFO at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
    17.08 16:46:35 [Server] INFO at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172)
    17.08 16:46:35 [Server] INFO at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
    17.08 16:46:35 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72)
    17.08 16:46:35 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40)
    17.08 16:46:35 [Server] INFO at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:166)
    17.08 16:46:35 [Server] INFO at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:349)
    17.08 16:46:35 [Server] INFO at com.google.gson.stream.JsonReader.peek(JsonReader.java:382)
    17.08 16:46:35 [Server] INFO at com.google.gson.stream.JsonReader.nextInObject(JsonReader.java:722)
    17.08 16:46:35 [Server] INFO at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1310)
    17.08 16:46:35 [Server] INFO Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 52 column 6
    17.08 16:46:35 [Server] INFO at lilypad.server.standalone.allinone.AllInOne.main(AllInOne.java:33)
    17.08 16:46:35 [Server] INFO at lilypad.server.common.config.FileConfigGson.load(FileConfigGson.java:34)
    17.08 16:46:35 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:734)
    17.08 16:46:35 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:809)
    17.08 16:46:35 [Server] INFO Exception in thread "main" com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 52 column 6
    17.08 16:46:34 [Server] INFO [LilyPad] build 56 of AllInOne
    17.08 16:46:34 [Multicraft] Loaded config for "Custom JAR"
    17.08 16:46:34 [Multicraft] Starting server!
    17.08 16:46:34 [Multicraft] Loading server properties


    Here is my console.
    Can anybody help?
  2. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    17.08 16:46:35 [Server] INFO Exception in thread "main" com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 52 column 6
  3. lucas porter

    lucas porter New Member

    What does that mean?!?!
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Go to line 52 and column 6 in your config.

Share This Page