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.

Server-standalon-allinone Error

Discussion in 'Support' started by xXCalleManXx, Dec 27, 2013.

  1. xXCalleManXx

    xXCalleManXx Member

    18.05 09:54:54 [Multicraft] Server stopped
    18.05 09:54:54 [Multicraft] Server shut down
    18.05 09:54:51 [Server] INFO at java.lang.Thread.run(Thread.java:744)
    18.05 09:54:51 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
    18.05 09:54:51 [Server] INFO at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353)
    18.05 09:54:51 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354)
    18.05 09:54:51 [Server] INFO at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:331)
    18.05 09:54:51 [Server] INFO at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:194)
    18.05 09:54:51 [Server] INFO at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:842)
    18.05 09:54:51 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.bind(DefaultChannelHandlerContext.java:442)
    18.05 09:54:51 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.invokeBind(DefaultChannelHandlerContext.java:457)
    18.05 09:54:51 [Server] INFO at io.netty.channel.DefaultChannelPipeline$HeadHandler.bind(DefaultChannelPipeline.java:1000)
    18.05 09:54:51 [Server] INFO at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:479)
    18.05 09:54:51 [Server] INFO at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:102)
    18.05 09:54:51 [Server] INFO at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    18.05 09:54:51 [Server] INFO at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
    18.05 09:54:51 [Server] INFO at sun.nio.ch.Net.bind(Net.java:436)
    18.05 09:54:51 [Server] INFO at sun.nio.ch.Net.bind(Net.java:444)
    18.05 09:54:51 [Server] INFO at sun.nio.ch.Net.bind0(Native Method)
    18.05 09:54:51 [Server] INFO java.net.BindException: Address already in use
    18.05 09:54:51 [Server] INFO [LilyPad] fatal error: services
    18.05 09:54:51 [Server] INFO [LilyPad] build 107 of AllInOne
    18.05 09:54:50 [Multicraft] Loaded config for "Default"
    18.05 09:54:50 [Multicraft] Starting server!

    This the all whot there happen without all the multicraft crap
  2. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Are you sure which port you use?
  3. xXCalleManXx

    xXCalleManXx Member

    Yea i just use 25565 and its only that server there use that port
  4. xXCalleManXx

    xXCalleManXx Member

    Could be the ipv4 address there alredy in use
  5. xXCalleManXx

    xXCalleManXx Member

    I have try do change the port on the hub to 25565 and that works fine so i think its a problem with server-standalone-allinone but i also think that is wired
  6. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Try this config:

    Code (javascript):
    {
    "proxy":{
       "bind":{
         "address":"199.233.247.31",
         "port":25565
       },
       "outbound":{
         "address":"199.233.247.31"
       },
       "servers":[
         {
           "domain":"*",
           "server":"example"
         }
       ],
       "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":"199.233.247.31",
         "port":5555
       }
    },
    "queryUdp":{
       "bind":{
         "address":"199.233.247.31",
         "port":25565
       }
    },
    "connect":{
       "bind":{
         "address":"199.233.247.31",
         "port":5091
       },
       "logins":[
         {
           "username":"example",
           "password":"example"
         }
       ]
    }
    }
     
  7. xXCalleManXx

    xXCalleManXx Member

    It still coming:(
  8. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Is the IP that I put into the config right? Please double check that.
  9. xXCalleManXx

    xXCalleManXx Member

    Yeah its right
  10. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Try this config:

    Code (javascript):
    {
    "proxy":{
       "bind":{
         "address":"199.233.247.31",
         "port":25565
       },
       "outbound":{
         "address":"0.0.0.0"
       },
       "servers":[
         {
           "domain":"*",
           "server":"example"
         }
       ],
       "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":"199.233.247.31",
         "port":5555
       }
    },
    "queryUdp":{
       "bind":{
         "address":"199.233.247.31",
         "port":25565
       }
    },
    "connect":{
       "bind":{
         "address":"199.233.247.31",
         "port":5091
       },
       "logins":[
         {
           "username":"example",
           "password":"example"
         }
       ]
    }
    }
     
  11. xXCalleManXx

    xXCalleManXx Member

    Still dont work. whot the hell is going on
  12. xXCalleManXx

    xXCalleManXx Member

    I think its the ipv4 address
  13. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    You think the IPv4 address is the problem? Or do you think you gave me the IPv4 address?

    ( You gave me the IPv4 address :p ) <-- Thats good
  14. xXCalleManXx

    xXCalleManXx Member

    I gave you the ipv4 address
  15. The_Zip

    The_Zip Active Member Resource Contributor

    Yes, is that a problem?
  16. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    I know :p. Can you contact your host and ask if they use the same IP for a other server? Running on port 5091 or 5555? It could be that someone else with the same IP but with a other port is hosting a LilyPad server.

    Or you could try to change the 5091 or 5555 port to something else.
  17. xXCalleManXx

    xXCalleManXx Member

    Nice its work now thanks man 2 days without my server:D
  18. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Good to hear :) Did you changed 5091 or 5555?
  19. xXCalleManXx

    xXCalleManXx Member

    Yes but now its come agein
  20. The_Zip

    The_Zip Active Member Resource Contributor

    It shouldn't just stop working, and without you touching anything, it does it again.

Share This Page