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.

Solved Help me with Lilypad on Multicraft Panel

Discussion in 'Support' started by MultiNetwork, Dec 25, 2013.

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

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Make sure that you're hub server is on
  2. MultiNetwork

    MultiNetwork Member

    yes he is on
  3. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Can you post the console of your hub?
  4. MultiNetwork

    MultiNetwork Member

    oooh wait

    invalid password
  5. MultiNetwork

    MultiNetwork Member

    24.12 21:05:27 [Multicraft] Server stopped
    24.12 21:05:27 [Multicraft] Looks like a crash, check the server console. Return value: 1
    24.12 21:05:27 [Multicraft] Server shut down
    24.12 21:05:27 [Server] INFO ... 3 more
    24.12 21:05:27 [Server] INFO at com.google.gson.Gson.assertFullConsumption(Gson.java:768)
    24.12 21:05:27 [Server] INFO at com.google.gson.stream.JsonReader.peek(JsonReader.java:390)
    24.12 21:05:27 [Server] INFO at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1310)
    24.12 21:05:27 [Server] INFO Caused by: com.google.gson.stream.MalformedJsonException: Expected EOF at line 52 column 2
    24.12 21:05:27 [Server] INFO at lilypad.server.standalone.allinone.AllInOne.main(AllInOne.java:33)
    24.12 21:05:27 [Server] INFO at lilypad.server.common.config.FileConfigGson.load(FileConfigGson.java:31)
    24.12 21:05:27 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:735)
    24.12 21:05:27 [Server] INFO at com.google.gson.Gson.assertFullConsumption(Gson.java:772)
    24.12 21:05:27 [Server] INFO Exception in thread "main" com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected EOF at line 52 column 2
    now i have this
  6. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    At line 52 of your configuration there is an error.
  7. MultiNetwork

    MultiNetwork Member

  8. MultiNetwork

    MultiNetwork Member

    he say's this
    24.12 21:31:49 [Multicraft] Server stopped
    24.12 21:31:49 [Multicraft] Looks like a crash, check the server console. Return value: 1
    24.12 21:31:49 [Multicraft] Server shut down
    24.12 21:31:49 [Server] INFO ... 3 more
    24.12 21:31:49 [Server] INFO at com.google.gson.Gson.assertFullConsumption(Gson.java:768)
    24.12 21:31:49 [Server] INFO at com.google.gson.stream.JsonReader.peek(JsonReader.java:390)
    24.12 21:31:49 [Server] INFO at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1310)
    24.12 21:31:49 [Server] INFO Caused by: com.google.gson.stream.MalformedJsonException: Expected EOF at line 52 column 2
    24.12 21:31:49 [Server] INFO at lilypad.server.standalone.allinone.AllInOne.main(AllInOne.java:33)
    24.12 21:31:49 [Server] INFO at lilypad.server.common.config.FileConfigGson.load(FileConfigGson.java:31)
    24.12 21:31:49 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:735)
    24.12 21:31:49 [Server] INFO at com.google.gson.Gson.assertFullConsumption(Gson.java:772)
    24.12 21:31:49 [Server] INFO Exception in thread "main" com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected EOF at line 52 column 2
    24.12 21:31:49 [Server] INFO [LilyPad] build 107 of AllInOne
    24.12 21:31:49 [Multicraft] Loaded config for "Default"
    24.12 21:31:49 [Multicraft] Starting server!
  9. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    As @Coelho told you, there is an error in your config at line 52, column 2

    Code (text):
    24.12 21:31:49 [Server] INFO Exception in thread "main" com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected EOF at line 52 column 2
  10. MultiNetwork

    MultiNetwork Member

    for me it is a point
  11. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    ?
  12. MultiNetwork

    MultiNetwork Member

    Look
    },
    "queryTcp": {
    "bind": {
    "address": "185.12.12.49",
    "port": 5555
    }
    },
    "queryUdp": {
    "bind": {
    "address": "185.12.12.49",
    "port": 31067
    }
    },
    "connect": {
    "bind": {
    "address": "185.12.12.47",
    "port": 5091
    },
    "logins": [
    {
    "username": "hub",
    "password": "kiip123"
    }
    ]
    }
    }
    .
  13. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Remove the .
  14. MultiNetwork

    MultiNetwork Member

    I have know this error
    24.12 21:46:56 [Multicraft] Server shut down
    24.12 21:46:56 [Multicraft] Stopping server!
    24.12 21:46:56 [Multicraft] Received stop command
    24.12 21:46:53 [Server] INFO at java.lang.Thread.run(Unknown Source)
    24.12 21:46:53 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
    24.12 21:46:53 [Server] INFO at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353)
    24.12 21:46:53 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354)
    24.12 21:46:53 [Server] INFO at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:331)
    24.12 21:46:53 [Server] INFO at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:194)
    24.12 21:46:53 [Server] INFO at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:842)
    24.12 21:46:53 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.bind(DefaultChannelHandlerContext.java:442)
    24.12 21:46:53 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.invokeBind(DefaultChannelHandlerContext.java:457)
    24.12 21:46:53 [Server] INFO at io.netty.channel.DefaultChannelPipeline$HeadHandler.bind(DefaultChannelPipeline.java:1000)
    24.12 21:46:53 [Server] INFO at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:479)
    24.12 21:46:53 [Server] INFO at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:102)
    24.12 21:46:53 [Server] INFO at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
    24.12 21:46:53 [Server] INFO at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
    24.12 21:46:53 [Server] INFO at sun.nio.ch.Net.bind(Unknown Source)
    24.12 21:46:53 [Server] INFO at sun.nio.ch.Net.bind(Unknown Source)
    24.12 21:46:53 [Server] INFO at sun.nio.ch.Net.bind0(Native Method)
    24.12 21:46:53 [Server] INFO java.net.BindException: Cannot assign requested address
    24.12 21:46:53 [Server] INFO [LilyPad] fatal error: services
    24.12 21:46:52 [Server] INFO [LilyPad] build 107 of AllInOne
    24.12 21:46:52 [Multicraft] Loaded config for "Default"
    24.12 21:46:52 [Multicraft] Starting server!
    (Unknown Source)
    24.12 21:46:44 [Server] INFO at sun.nio.ch.Net.bind(Unknown Source)
    24.12 21:46:44 [Server] INFO at sun.nio.ch.Net.bind(Unknown Source)
    24.12 21:46:44 [Server] INFO at sun.nio.ch.Net.bind0(Native Method)
    24.12 21:46:44 [Server] INFO java.net.BindException: Cannot assign requested address
    24.12 21:46:44 [Server] INFO [LilyPad] fatal error: services
    24.12 21:46:43 [Server] INFO [LilyPad] build 107 of AllInOne
    24.12 21:46:43 [Multicraft] Loaded config for "Default"
    24.12 21:46:43 [Multicraft] Starting server!
  15. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Code (text):
    24.12 21:46:44 [Server] INFO java.net.BindException: Cannot assign requested address
    The IP for proxy -> bind address in your allinone.conf is not valid.

    Please use code blocks by the way :)
  16. MultiNetwork

    MultiNetwork Member

    I dont understand
    what is code blcok
    is that this & or not
  17. The_Zip

    The_Zip Active Member Resource Contributor

    A code block is the BB code that there is, so instead of posting all your stuff just in the regular chat, you would post all of your configs in the it. You will se it in the tool bar, which is:
    [​IMG]

    and it is this button:
    [​IMG]
    You will than see something that looks like this:
    [​IMG]
    Where you will paste all your jung so it is easier to read.

    Now, after you tried @Coelho 's suggestion, did it fix your problem?
  18. MultiNetwork

    MultiNetwork Member

    Code (java):
    {
      "proxy": {
        "bind": {
          "address": "185.12.12.49",
          "port": 31067
        },
        "outbound": {
          "address": "185.12.12.49"
        },
        "servers": [
          {
            "domain": "*",
            "server": "hub"
          }
        ],
        "motd": "\u00263[\u0026bMulti\u00263-\u0026bnetwork\u00263]",
        "playerMaximum": 101,
        "authenticate": true,
        "throttle": 2500,
        "tabEnabled": true,
        "localeFull": "You seem to be already logged in",
        "localeOffline": "\u00263Het werkt! Maar de hub is uit!",
        "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": "185.12.12.49",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "185.12.12.49",
          "port": 31067
        }
      },
      "connect": {
        "bind": {
          "address": "185.12.12.47",
          "port": 5091
        },
        "logins": [
          {
            "username": "hub",
            "password": "kiip123"
          }
        ]
      }
    }
    I don't understan because the proxy ip must be the ip of Lilypad server?
  19. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Which error is it giving now?
  20. MultiNetwork

    MultiNetwork Member

    Code (text):
    24.12 21:46:56 [Multicraft] Server shut down
    24.12 21:46:56 [Multicraft] Stopping server!
    24.12 21:46:56 [Multicraft] Received stop command
    24.12 21:46:53 [Server] INFO at java.lang.Thread.run(Unknown Source)
    24.12 21:46:53 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
    24.12 21:46:53 [Server] INFO at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353)
    24.12 21:46:53 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354)
    24.12 21:46:53 [Server] INFO at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:331)
    24.12 21:46:53 [Server] INFO at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:194)
    24.12 21:46:53 [Server] INFO at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:842)
    24.12 21:46:53 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.bind(DefaultChannelHandlerContext.java:442)
    24.12 21:46:53 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.invokeBind(DefaultChannelHandlerContext.java:457)
    24.12 21:46:53 [Server] INFO at io.netty.channel.DefaultChannelPipeline$HeadHandler.bind(DefaultChannelPipeline.java:1000)
    24.12 21:46:53 [Server] INFO at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:479)
    24.12 21:46:53 [Server] INFO at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:102)
    24.12 21:46:53 [Server] INFO at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
    24.12 21:46:53 [Server] INFO at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
    24.12 21:46:53 [Server] INFO at sun.nio.ch.Net.bind(Unknown Source)
    24.12 21:46:53 [Server] INFO at sun.nio.ch.Net.bind(Unknown Source)
    24.12 21:46:53 [Server] INFO at sun.nio.ch.Net.bind0(Native Method)
    24.12 21:46:53 [Server] INFO java.net.BindException: Cannot assign requested address
    24.12 21:46:53 [Server] INFO [LilyPad] fatal error: services
    24.12 21:46:52 [Server] INFO [LilyPad] build 107 of AllInOne
    24.12 21:46:52 [Multicraft] Loaded config for "Default"
    24.12 21:46:52 [Multicraft] Starting server!
    (Unknown Source)
    24.12 21:46:44 [Server] INFO at sun.nio.ch.Net.bind(Unknown Source)
    24.12 21:46:44 [Server] INFO at sun.nio.ch.Net.bind(Unknown Source)
    24.12 21:46:44 [Server] INFO at sun.nio.ch.Net.bind0(Native Method)
    24.12 21:46:44 [Server] INFO java.net.BindException: Cannot assign requested address
    24.12 21:46:44 [Server] INFO [LilyPad] fatal error: services
    24.12 21:46:43 [Server] INFO [LilyPad] build 107 of AllInOne
    24.12 21:46:43 [Multicraft] Loaded config for "Default"
    24.12 21:46:43 [Multicraft] Starting server!
    this
Thread Status:
Not open for further replies.

Share This Page