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 Address already in use

Discussion in 'Support' started by fishing4fish85, Dec 23, 2013.

Thread Status:
Not open for further replies.
  1. i have been trying to set up a lilypad for like 10 hours straight, i got passed the already in use address but nothing else worked so i restarted and i forget how to get out. i am using multicraft so run the server, heres my allinone.conf
    {
    "proxy": {
    "bind": {
    "address": "s38.hosthorde.com",
    "port": 25732
    },
    "outbound": {
    "address": "s38.hosthorde.com"
    },
    "servers": [
    {
    "domain": "*",
    "server": "hub"
    }
    ],
    "motd": ,
    "playerMaximum": 1,
    "authenticate": true,
    "throttle": 2500,
    "tabEnabled": true,
    "localeFull": "You seem to be already logged in",
    "localeOffline": "The server is currently under maintenance. 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": "s38.hosthorde.com",
    "port": 5555
    }
    },
    "queryUdp": {
    "bind": {
    "address": "s38.hosthorde.com",
    "port": 25732
    }
    },
    "connect": {
    "bind": {
    "address": "s38.hosthorde.com",
    "port": 5938
    },
    "logins": [
    {
    "username": "hub",
    "password": "password"
    },
    {
    "username": "factions",
    "password": "password"
    ]
    }
    }
  2. Ok, i got it here again, but how do i fix this?
    23.12 08:13:48 [Multicraft] Server stopped
    23.12 08:13:48 [Multicraft] Server shut down
    23.12 08:13:47 [Server] INFO Process 6937 detected
    23.12 08:13:47 [Server] INFO Process 6937 dead!
    23.12 08:13:47 [Server] INFO ... 3 more
    23.12 08:13:47 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:795)
    23.12 08:13:47 [Server] INFO at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172)
    23.12 08:13:47 [Server] INFO at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
    23.12 08:13:47 [Server] INFO at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172)
    23.12 08:13:47 [Server] INFO at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
    23.12 08:13:47 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72)
    23.12 08:13:47 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40)
    23.12 08:13:47 [Server] INFO at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:166)
    23.12 08:13:47 [Server] INFO at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:349)
    23.12 08:13:47 [Server] INFO at com.google.gson.stream.JsonReader.peek(JsonReader.java:382)
    23.12 08:13:47 [Server] INFO at com.google.gson.stream.JsonReader.nextInObject(JsonReader.java:722)
    23.12 08:13:47 [Server] INFO at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1310)
    23.12 08:13:47 [Server] INFO Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 52 column 6
    23.12 08:13:47 [Server] INFO at lilypad.server.standalone.allinone.AllInOne.main(AllInOne.java:33)
    23.12 08:13:47 [Server] INFO at lilypad.server.common.config.FileConfigGson.load(FileConfigGson.java:31)
    23.12 08:13:47 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:734)
    23.12 08:13:47 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:809)
    23.12 08:13:47 [Server] INFO Exception in thread "main" com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 52 column 6
    23.12 08:13:46 [Server] INFO [LilyPad] build 107 of AllInOne
    23.12 08:13:46 [Server] INFO /usr/bin/java $VARS $@
  3. i feel its from my connect port being 5938 i dont know if its even open
  4. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Why did you changed the port to 5938? It needs to be 5091
  5. ok i restarted everything, what did i do wrong
    {
    "proxy": {
    "bind": {
    "address": "s38.hosthorde.com",
    "port": 25732
    },
    "outbound": {
    "address": "s38.hosthorde.com"
    },
    "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": "s38.hosthorde.com",
    "port": 5555
    }
    },
    "queryUdp": {
    "bind": {
    "address": "s38.hosthorde.com",
    "port": 25732
    }
    },
    "connect": {
    "bind": {
    "address": "s38.hosthorde.com",
    "port": 5091
    },
    "logins": [
    {
    "username": "hub",
    "password": ""
    },
    {
    "username": "factions",
    "password": ""
    }

    ]
    }
    }
  6. The_Zip

    The_Zip Active Member Resource Contributor

    Well, you said you are using MultiCraft. I am assuming now that you don't use multi craft for personal use, you need to contact your server host and ask them if you can use port 5091. You can get in a shit ton of trouble, and it might already be in use if you are on a node with someone, I believe it could also be blocked by your server host, not a 100 percent sure, but you should definitely contact them about the port.
  7. Shawshark

    Shawshark Active Member Resource Contributor

    replace all the 's38.hosthorde.com' with '198.178.124.118' (without the ' ' ofc)
  8. Shawshark

    Shawshark Active Member Resource Contributor

    Since when does it 'need' to be 5091? o_O
  9. idk im a noob with lilypad, i used to always host on my own comp so im not good with port limits
  10. i changed the address but it still says its in use
  11. i saw on another forum that the guy was using the same domain, s38.hosthorde.com, thats why i changed the port, but they seemed to get it working
  12. The_Zip

    The_Zip Active Member Resource Contributor

    So, little confused now, every things good?
  13. no address still in use
  14. The_Zip

    The_Zip Active Member Resource Contributor

    Ok, what address are you using? and have you contacted your server host about using it?
  15. they wernt online before but they are now, ill talk to them about it, thanks for your time and help
  16. and they dont give help for lilypad lol, ill just try to get different ports
  17. i have access of the ports from 1025-25564 open so ill change them to unused ports
  18. heres what i got now, everywhere tells me this is correct, but it still say address is in use
    {
    "proxy": {
    "bind": {
    "address": 198.178.124.118,
    "port": 25732
    },
    "outbound": {
    "address": 198.178.124.118
    },
    "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": 198.178.124.118,
    "port": 5555
    }
    },
    "queryUdp": {
    "bind": {
    "address": 198.178.124.118,
    "port": 25732
    }
    },
    "connect": {
    "bind": {
    "address": 198.178.124.118,
    "port": 5090
    },
    "logins": [
    {
    "username": "hub",
    "password": "pass"
    },
    {
    "username": "factions",
    "password": "pass"
    }
    ]
    }
    }
  19. i got it working and my other servers say they connected to the cloud but when i try to join is says "Authentication To LilyPad failed" any help?
  20. The_Zip

    The_Zip Active Member Resource Contributor

    Make sure your in offline mode, and make sure your password is right.
Thread Status:
Not open for further replies.

Share This Page