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

    Hi
    i get this error when i turn the server on
    17.05 19:42:56 [Multicraft] Server stopped
    17.05 19:42:54 [Multicraft] Error writing to server: [Errno 32] Broken pipe
    17.05 19:42:54 [Multicraft] Error writing to server: [Errno 32] Broken pipe
    17.05 19:42:54 [Multicraft] Stopping server!
    17.05 19:42:54 [Multicraft] Server shut down
    17.05 19:42:51 [Server] INFO at java.lang.Thread.run(Thread.java:744)
    17.05 19:42:51 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
    17.05 19:42:51 [Server] INFO at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353)
    17.05 19:42:51 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354)
    17.05 19:42:51 [Server] INFO at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:331)
    17.05 19:42:51 [Server] INFO at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:194)
    17.05 19:42:51 [Server] INFO at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:842)
    17.05 19:42:51 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.bind(DefaultChannelHandlerContext.java:442)
    17.05 19:42:51 [Server] INFO at io.netty.channel.DefaultChannelHandlerContext.invokeBind(DefaultChannelHandlerContext.java:457)
    17.05 19:42:51 [Server] INFO at io.netty.channel.DefaultChannelPipeline$HeadHandler.bind(DefaultChannelPipeline.java:1000)
    17.05 19:42:51 [Server] INFO at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:479)
    17.05 19:42:51 [Server] INFO at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:102)
    17.05 19:42:51 [Server] INFO at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
    17.05 19:42:51 [Server] INFO at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
    17.05 19:42:51 [Server] INFO at sun.nio.ch.Net.bind(Net.java:436)
    17.05 19:42:51 [Server] INFO at sun.nio.ch.Net.bind(Net.java:444)
    17.05 19:42:51 [Server] INFO at sun.nio.ch.Net.bind0(Native Method)
    17.05 19:42:51 [Server] INFO java.net.BindException: Address already in use
    17.05 19:42:51 [Server] INFO [LilyPad] fatal error: services
    17.05 19:42:50 [Server] INFO [LilyPad] build 107 of AllInOne
    17.05 19:42:50 [Multicraft] Loaded config for "Default"
    17.05 19:42:50 [Multicraft] Starting server!
  2. xXCalleManXx

    xXCalleManXx Member

    Can anyone say whot i can do
  3. The_Zip

    The_Zip Active Member Resource Contributor

    Once again, we need more information, is this happening when it crashes? Are you Stoping it? Any more information would be nice.
  4. xXCalleManXx

    xXCalleManXx Member

    Oh sorry i use server-standalone-allinone #107 and no i dont stop the server is stopping automaticli
  5. The_Zip

    The_Zip Active Member Resource Contributor

    What build of Bukkit Connect, and CraftBukkit/Spigot?
  6. xXCalleManXx

    xXCalleManXx Member

    bukkit-connect 51# and spigot #1223
  7. The_Zip

    The_Zip Active Member Resource Contributor

    17.05 19:42:51 [Server] INFO java.net.BindException: Address already in use
    Just missed that :p , To double check, it just turns off and on off on, it doesn't just turn on, you can log in, than turn off. And with that error, check your IP, if you are running it with a host, and you are trying a different port, ask you host.
  8. xXCalleManXx

    xXCalleManXx Member

    I have the right ip and i have try the port 25565 and 25580 but it still dont work
  9. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Can I see your configuration of LilyPad? You got this error:
    Code (text):
    17.05 19:42:51 [Server] INFO java.net.BindException: Address already in use
    I can easily see where the problem is :p
  10. xXCalleManXx

    xXCalleManXx Member

    I have deleted it becuas i think it could be a problem in the config but its dont create a new config
  11. The_Zip

    The_Zip Active Member Resource Contributor

    Restart the server.
  12. xXCalleManXx

    xXCalleManXx Member

    I do it 1000 times
  13. xXCalleManXx

    xXCalleManXx Member

    I have the config now
    Code (javascript):

    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "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": "0.0.0.0",
          "port": 5555
        }
      },
      "queryUdp": {
        "bind": {
          "address": "0.0.0.0",
          "port": 25565
        }
      },
      "connect": {
        "bind": {
          "address": "0.0.0.0",
          "port": 5091
        },
        "logins": [
          {
            "username": "example",
            "password": "example"
          }
        ]
      }
    }
     
    Its a new one i have not change anything
  14. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    What is the IP+Port of your LilyPad host?
  15. xXCalleManXx

    xXCalleManXx Member

    If i understand it right its the ip 199.233.247.31 and the port 25565
  16. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Try this config:

    Code (javascript):
    {
      "proxy": {
        "bind": {
          "address": "0.0.0.0",
          "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"
          }
        ]
      }
    }
    That should work fine. Make sure to add your servers and use the right Username and password
  17. xXCalleManXx

    xXCalleManXx Member

    Thanks i will try it and replay if its not works
  18. xXCalleManXx

    xXCalleManXx Member

    Its still come when i start the server the error comes and the server close down and open agein and the error come and server close down
    Last edited: Dec 27, 2013
  19. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Can you post the error again?
  20. The_Zip

    The_Zip Active Member Resource Contributor

    Also man, don't post the stuff in the console with MultiCraft, it loses so much junk. Go into the logs (Either a file called Log or in a folder called Logs, something similar to that) and get everything, from start to finish.

Share This Page