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.

Notice Support FAQ

Discussion in 'Support' started by boboman13, Sep 8, 2013.

  1. boboman13

    boboman13 Member Contributor

    Support FAQ | Frequently Asked Questions
    Hello everyone! I'm going to compile a list of frequent problems users usually have while setting up LilyPad. It's easier to check here first if something goes wrong, rather than wait for someone to reply with the same answer as always.

    1) [LilyPad] Authentication to LilyPad failed
    This error is caused by a common misconception with LilyPad (and proxies in general). You must connect to the proxy, not directly to the server. Not doing so will result in this message.

    2) java.net.BindException: Address already in use
    Double check your config file (usually allinone.conf) and look for IPs and ports that are either running on the exact same, or could be running alongside another IP/port. I suggest changing each one, one by one, to find the culprit - you can also use, if on linux
    Code (text):
    lsof -i :<port>
    in order to find all processes running on that port.

    3) INFO # A fatal error has been detected by the Java Runtime Environment
    This is sometimes caused by running the incorrect version of Java. LilyPad must be run on the latest Oracle Java JRE in order to run correctly. You can find a tutorial on installing this here. If you are running the correct version, you need to post a thread, as there is something wrong.

    4) Exception in thread "main" com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException
    This lovely error is caused by a malformed Json configuration. Json is a complicated mix of {}, [], and basic configuration trends in common with YAML. If you want to validate your config (usually the allinone.conf), simply go to this website and input your config. It should help you to figure out where exactly your problem lies.

    If you didn't find what you were looking for here, create a new thread ;)
    Last edited: Sep 21, 2013
  2. About7Deaths

    About7Deaths Member

    If you can connect to a server with the normal IP instead of through the proxy uninstall lilyhubkick :)
  3. boboman13

    boboman13 Member Contributor

    @About7Deaths ^.^ You can do that with lilyhubkick? Is the author aware of that?
  4. About7Deaths

    About7Deaths Member

    Yep, had that problem awhile back.
  5. boboman13

    boboman13 Member Contributor

    This should probably be updated for GoLilyPad, shouldn't it.
  6. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Yeah :)
  7. The_Zip

    The_Zip Active Member Resource Contributor

    Well, GoLily hasn't really had anything that we could put on a support faq. It runs to good!
  8. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Also.. I'm working on the LilyPad Wiki and it will be full with information and how to solve common problems ;)
    • Like Like x 1
  9. The_Zip

    The_Zip Active Member Resource Contributor

    It would be cool if we could get an integrated wiki on the site, I haven't found any add ons to xenforo for it, but an example of one is the spigot forums, they have a very organized helpful wiki: http://www.spigotmc.org/wiki/index/ .
    • Like Like x 1
  10. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    I know that add-on. We could use that too. I'm using MediaWiki atm because its much more advanced and won't make the forums slower. Its up to @Coelho what he wants :)

Share This Page