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

    Try to change this:
    Code (java):
    "proxy":{
       "bind":{
         "address":"185.12.12.49",
         "port":31067
       },
     
    To
    Code (java):
    "proxy":{
       "bind":{
         "address":"0.0.0.0",
         "port":31067
       },
     
  2. MultiNetwork

    MultiNetwork Member

  3. MultiNetwork

    MultiNetwork Member

    it is the same problem
  4. MultiNetwork

    MultiNetwork Member

    Code (text):
    25.12 10:33:45 [Multicraft] Server stopped
    25.12 10:33:45 [Multicraft] Server shut down
    25.12 10:33:45 [Multicraft] Stopping server!
    25.12 10:33:45 [Multicraft] Received stop command
    25.12 10:33:42 [Server] INFO at java.lang.Thread.run(Unknown Source)
    25.12 10:33:42 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
    25.12 10:33:42 [Server] INFO at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353)
    25.12 10:33:42 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354)
    25.12 10:33:42 [Server] INFO at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:331)
    25.12 10:33:42 [Server] INFO at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:194)
    25.12 10:33:42 [Server] INFO at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:842)
    25.12 10:33:42 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.bind(DefaultChannelHandlerContext.java:442)
    25.12 10:33:42 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.invokeBind(DefaultChannelHandlerContext.java:457)
    25.12 10:33:42 [Server] INFO at io.netty.channel.DefaultChannelPipeline$HeadHandler.bind(DefaultChannelPipeline.java:1000)
    25.12 10:33:42 [Server] INFO at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:479)
    25.12 10:33:42 [Server] INFO at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:102)
    25.12 10:33:42 [Server] INFO at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
    25.12 10:33:42 [Server] INFO at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
    25.12 10:33:42 [Server] INFO at sun.nio.ch.Net.bind(Unknown Source)
    25.12 10:33:42 [Server] INFO at sun.nio.ch.Net.bind(Unknown Source)
    25.12 10:33:42 [Server] INFO at sun.nio.ch.Net.bind0(Native Method)
    25.12 10:33:42 [Server] INFO java.net.BindException: Cannot assign requested address
    25.12 10:33:42 [Server] INFO [LilyPad] fatal error: services
    25.12 10:33:41 [Server] INFO [LilyPad] build 107 of AllInOne
    25.12 10:33:41 [Multicraft] Loaded config for "Default"
    25.12 10:33:41 [Multicraft] Starting server!
    25.12 10:33:41 [Multicraft] Loading server properties
    25.12 10:33:41 [Multicraft] Server stopped
    25.12 10:33:41 [Multicraft] Retrying server startup
    25.12 10:33:36 [Multicraft] Server stopped
    25.12 10:33:36 [Multicraft] Server shut down
    25.12 10:33:33 [Server] INFO at java.lang.Thread.run(Unknown Source)
    25.12 10:33:33 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
    25.12 10:33:33 [Server] INFO at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353)
    25.12 10:33:33 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354)
    25.12 10:33:33 [Server] INFO at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:331)
    25.12 10:33:33 [Server] INFO at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:194)
    25.12 10:33:33 [Server] INFO at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:842)
    25.12 10:33:33 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.bind(DefaultChannelHandlerContext.java:442)
    25.12 10:33:33 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.invokeBind(DefaultChannelHandlerContext.java:457)
    25.12 10:33:33 [Server] INFO at io.netty.channel.DefaultChannelPipeline$HeadHandler.bind(DefaultChannelPipeline.java:1000)
    25.12 10:33:33 [Server] INFO at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:479)
    25.12 10:33:33 [Server] INFO at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:102)
    25.12 10:33:33 [Server] INFO at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
    25.12 10:33:33 [Server] INFO at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
    25.12 10:33:33 [Server] INFO at sun.nio.ch.Net.bind(Unknown Source)
    25.12 10:33:33 [Server] INFO at sun.nio.ch.Net.bind(Unknown Source)
    25.12 10:33:33 [Server] INFO at sun.nio.ch.Net.bind0(Native Method)
    25.12 10:33:33 [Server] INFO java.net.BindException: Cannot assign requested address
    25.12 10:33:33 [Server] INFO [LilyPad] fatal error: services
    25.12 10:33:32 [Server] INFO [LilyPad] build 107 of AllInOne
    25.12 10:33:32 [Multicraft] Loaded config for "Default"
    25.12 10:33:32 [Multicraft] Starting server!
    25.12 10:33:32 [Multicraft] Loading server properties
    25.12 10:33:32 [Multicraft] Received start command
    24.12 21:46:56 [Multicraft] Server stopped
    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!
    24.12 21:46:52 [Multicraft] Loading server properties
    24.12 21:46:52 [Multicraft] Server stopped
    24.12 21:46:52 [Multicraft] Retrying server startup
    24.12 21:46:47 [Multicraft] Server stopped
    24.12 21:46:47 [Multicraft] Server shut down
    24.12 21:46:44 [Server] INFO at java.lang.Thread.run(Unknown Source)
    24.12 21:46:44 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
    24.12 21:46:44 [Server] INFO at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353)
    24.12 21:46:44 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354)
    24.12 21:46:44 [Server] INFO at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:331)
    24.12 21:46:44 [Server] INFO at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:194)
    24.12 21:46:44 [Server] INFO at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:842)
    24.12 21:46:44 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.bind(DefaultChannelHandlerContext.java:442)
    24.12 21:46:44 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.invokeBind(DefaultChannelHandlerContext.java:457)
    24.12 21:46:44 [Server] INFO at io.netty.channel.DefaultChannelPipeline$HeadHandler.bind(DefaultChannelPipeline.java:1000)
    24.12 21:46:44 [Server] INFO at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:479)
    24.12 21:46:44 [Server] INFO at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:102)
    24.12 21:46:44 [Server] INFO at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
    24.12 21:46:44 [Server] INFO at sun.nio.ch.ServerSocketChannelImpl.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.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 he says by the console
  5. MultiNetwork

    MultiNetwork Member

    adn this by the config
    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "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"
          }
        ]
      }
    }
  6. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Ah now I see it,

    Change
    Code (java):
    },
    "connect":{
       "bind":{
         "address":"185.12.12.47",
         "port":5091
       },
     
    To
    Code (java):
    },
    "connect":{
       "bind":{
         "address":"185.12.12.49",
         "port":5091
       },
  7. MultiNetwork

    MultiNetwork Member

    I have the problem fixed but he connect not with other the server.
  8. MultiNetwork

    MultiNetwork Member

    i have it connected.

    ps merry christmas
  9. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    So this is solved now?

    Merry Christmas!
  10. MultiNetwork

    MultiNetwork Member

    uuuuhm i have one question for more servers to add must i copy this
    {
    "username": "hub",
    "password" "123213"
    }
  11. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    If you want to add more servers, do this:
    Code (java):

    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "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.49",
          "port": 5091
        },
        "logins": [
          {
            "username": "hub",
            "password": "kiip123"
          },
          {
            "username": "USERNAME",
            "password": "PASSWORD"
          }
        ]
      }
    }
     
    Don't forget to add a , after the last }. Look very good to the end of the hub login. If you have add your last server, don't add , behind the }. Look to the last } of the USERNAME server.
  12. MultiNetwork

    MultiNetwork Member

    well thank you you guys have really helped us it is solved
  13. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Glad to help you :)
Thread Status:
Not open for further replies.

Share This Page