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.

Console Error

Discussion in 'Support' started by Shawshark, Jul 25, 2013.

  1. Shawshark

    Shawshark Active Member Resource Contributor

    I'm always getting this error now when starting up lilypad.


    [LilyPad] build 49 of AllInOne
    java.lang.NullPointerException
    at lilypad.server.proxy.net.ProxySession.inboundAuthenticate(ProxySession.java:68)
    at lilypad.server.proxy.net.ProxyInboundHandler$1.run(ProxyInboundHandler.java:126)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:722)
  2. Shawshark

    Shawshark Active Member Resource Contributor

    Also says my server is under "Can't reach server" and when you try to connect to it, It gets stuck on "Logging In"
  3. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    Try Build 52. Also, post your configuration.
  4. Shawshark

    Shawshark Active Member Resource Contributor

    {
    "proxy": {
    "bind": {
    "address": "198.xx.xx.xxx",
    "port": 25565
    },
    "outbound": {
    "address": "198.xx.xx.xxx"
    },
    "servers": [
    {
    "domain": "*",
    "server": "hub"
    }
    ],
    "motd": "\u00264\u003e\u00267\u003e\u00264\u003e \u0026b** \u0026eCraftShark Network \u0026b** \u00264\u003c\u00267\u003c\u00264\u003c",
    "playerMaximum": 1000,
    "authenticate": true,
    "throttle": 0,
    "tabEnabled": false,
    "localeFull": "You seem to be already logged in",
    "localeOffline": "The requested server is currently \u00264offline\u0026f. 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": "198.xx.xx.xxx",
    "port": 5555
    }
    },
    "queryUdp": {
    "bind": {
    "address": "198.xx.xx.xxx",
    "port": 25565
    }
    },
    "connect": {
    "bind": {
    "address": "198.xx.xx.xxx",
    "port": 5091
    },
    "logins": [
    {
    "username": "hub",
    "password": "(deleted)"
    },
    {
    "username": "kitpvp",
    "password": "(deleted)"
    },
    {
    "username": "survival",
    "password": "(deleted)"
    },
    {
    "username": "hg",
    "password": "(deleted)"
    },
    {
    "username": "skyblock",
    "password": "(deleted)"
    },
    {
    "username": "pvp",
    "password": "(deleted)"
    },
    {
    "username": "creative",
    "password": "(deleted)"
    },
    {
    "username": "minigames",
    "password": "(deleted)"
    },
    {
    "username": "backend",
    "password": "(deleted)"
    },
    {
    "username": "HS1",
    "password": "(deleted)"
    }
    ]
    }
    }
  5. Shawshark

    Shawshark Active Member Resource Contributor

Share This Page