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.

[Two Problems] Need Urgent help!

Discussion in 'Support' started by Max O'Hegarty, Jan 4, 2014.

  1. Max O'Hegarty

    Max O'Hegarty New Member

    Hi!
    I have two problems, one of which was me being a complete idiot in the allinone.conf.
    I really need to setup a Lobby server but can't because I am getting the following errors from the lobby server and the Proxy:

    AllInOne.conf:
    Code (text):
    {
      "proxy": {
        "bind": {
          "address": "23.235.232.56",
          "port": 25591
        },
        "outbound": {
          "address": "23.235.232.56"
        },
        "servers": [
          {
            "domain": "*",
            "server": "lobby"
          }
        ],
        "motd": "The Madac Lobby",
        "playerMaximum": 1000,
        "authenticate": true,
        "throttle": 2500,
        "tabEnabled": true,
        "localeFull": "You seem to be already logged in, Y U HAX!",
        "localeOffline": "Were having some....!!!//TECH ISSUES\\!!!",
        "localeLoggedIn": "You have logged in from another location",
        "localeLostConn": "Lost connection... Please try to reconnect",
        "localeShutdown": "We are doing some updates, try to rejoin in a Minute!"
      },
      "queryTcp": {
        "bind": {
          "address": "23.235.232.56",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "23.235.232.56",
          "port": 25591
        }
      },
      "connect": {
        "bind": {
          "address": "23.235.232.56",
          "port": 5091
        },
        "logins": [
          {
            "username": "lobby",
            "password": "password"
          },
          null
        ]
      }
    }

    That's the AllInOne.conf, Now for the awful Console log...It's a McProHosting Multicraft account with 762 RAM:
    Code (text):
    04.01 05:54:10 [Multicraft] Waiting for log file...
    04.01 05:53:53 [Server] INFO at java.lang.Thread.run(Unknown Source)
    04.01 05:53:53 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
    04.01 05:53:53 [Server] INFO at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:346)
    04.01 05:53:53 [Server] INFO at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:452)
    04.01 05:53:53 [Server] INFO at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:485)
    04.01 05:53:53 [Server] INFO at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:122)
    04.01 05:53:53 [Server] INFO at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
    04.01 05:53:53 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324)
    04.01 05:53:53 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338)
    04.01 05:53:53 [Server] INFO at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149)
    04.01 05:53:53 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324)
    04.01 05:53:53 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338)
    04.01 05:53:53 [Server] INFO at io.netty.handler.codec.ByteToMessageCodec.channelRead(ByteToMessageCodec.java:108)
    04.01 05:53:53 [Server] INFO at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:153)
    04.01 05:53:53 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324)
    04.01 05:53:53 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338)
    04.01 05:53:53 [Server] INFO at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:153)
    04.01 05:53:53 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324)
    04.01 05:53:53 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338)
    04.01 05:53:53 [Server] INFO at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:103)
    04.01 05:53:53 [Server] INFO at lilypad.server.connect.node.NodeHandler.channelRead0(NodeHandler.java:18)
    04.01 05:53:53 [Server] INFO at lilypad.server.connect.node.NodeHandler.channelRead0(NodeHandler.java:51)
    04.01 05:53:53 [Server] INFO at lilypad.server.connect.node.NodeSession.handleRequest(NodeSession.java:98)
    04.01 05:53:53 [Server] INFO at lilypad.server.connect.query.impl.AuthenticateQuery.execute(AuthenticateQuery.java:11)
    04.01 05:53:53 [Server] INFO at lilypad.server.connect.query.impl.AuthenticateQuery.execute(AuthenticateQuery.java:19)
    04.01 05:53:53 [Server] INFO at lilypad.server.standalone.allinone.Config.authenticate(Config.java:59)
    04.01 05:53:53 [Server] INFO at lilypad.server.standalone.allinone.AllInOneConfig.connect_getLogins(AllInOneConfig.java:179)
    04.01 05:53:53 [Server] INFO java.lang.NullPointerException
    04.01 05:53:51 [Server] INFO [LilyPad] build 107 of AllInOne
    04.01 05:53:50 [Multicraft] Loaded config for "Default"
    04.01 05:53:50 [Multicraft] Starting server!
    04.01 05:53:50 [Multicraft] Loading server properties
    Yep, Alot of code...
    Anyway you will most likely want my Bukkit-Connect Config.yml, Here it is:
    Code (text):

    settings:
      address: 23.235.232.56
      port: 5091
      credentials:
        username: lobby
        password: example
     

    I am running on the latest version of everything I think, and that's about all

    If you have any questions about the config or anything ask me ;)

    Cya
    !:D!
  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Something is wrong in these lines:
  3. The_Zip

    The_Zip Active Member Resource Contributor

    Check your user names, passwords, ips, ports. If that doesn't work, try a regeneration of the configs. Also, relook at the tutorial might help. And thanks for giving all the information, its really nice.
  4. Tzeentchful

    Tzeentchful Member Contributor

    You have an error in your logins:
    Code (text):
    "logins": [
          {
            "username": "lobby",
            "password": "password"
          },
          null
        ]
    remove this bit:
    Code (text):
    ,
          null
    So it should look like this:
    Code (text):
    "logins": [
          {
            "username": "lobby",
            "password": "password"
          }
        ]

Share This Page