"The server you have selected is down, therefore you cannot access it(8)"

Results 1 to 4 of 4
  1. #1
    Apprentice bojangle78 is offline
    MemberRank
    Oct 2011 Join Date
    23Posts

    ! "The server you have selected is down, therefore you cannot access it(8)"

    Hello everyone. I downloaded the Aion lightning 4.0 1-click by Dwarfpicker and followed the tutorial, however it's not working. When I enter the game and get passed the log in menu, the server status is "down" and when I click on it I get the error message "The server you have selected is down, therefore you cannot access it(8)". So I assume that means by gameserver is not starting properly, but I dont know why. I've been searching for hours but can't seem to find anything on it, the ones who do ask questions about it never seem to get answered. The error message in my gameserver is:

    ===============================[ GameServerLog ]===============================
    20:06:17.366 INFO [main]: - AL Game Server started in 101 seconds.
    ==============================[ Starting Network ]==============================

    20:06:17.398 INFO [main]: - Server listening on all available IPs on Port 7777 f
    or Game Connections
    20:06:17.406 ERROR[main]: - NioServer Initialization Error: java.net.BindExcepti
    on: Address already in use: bind
    java.net.BindException: Address already in use: bind
    at sun.nio.ch.Net.bind0(Native Method) ~[na:1.7.0_40]
    at sun.nio.ch.Net.bind(Unknown Source) ~[na:1.7.0_40]
    at sun.nio.ch.Net.bind(Unknown Source) ~[na:1.7.0_40]
    at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source) ~[na:1.7.0_40
    ]
    at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[na:1.7.0_40]
    at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[na:1.7.0_40]
    at com.aionemu.commons.network.NioServer.connect(NioServer.java:123) ~[a
    l-commons-1.3.jar:na]
    at com.aionemu.gameserver.GameServer.startServers(GameServer.java:332) [
    AL-Game.jar:na]
    at com.aionemu.gameserver.GameServer.main(GameServer.java:292) [AL-Game.
    jar:na]
    20:06:17.408 ERROR[main]: - Critical Error - Thread: main terminated abnormaly:
    java.lang.Error: NioServer Initialization Error!
    java.lang.Error: NioServer Initialization Error!
    at com.aionemu.commons.network.NioServer.connect(NioServer.java:135) ~[a
    l-commons-1.3.jar:na]
    at com.aionemu.gameserver.GameServer.startServers(GameServer.java:332) ~
    [AL-Game.jar:na]
    at com.aionemu.gameserver.GameServer.main(GameServer.java:292) ~[AL-Game
    .jar:na]
    ____________________________________________________________________________


    I would immensely appreciate some help from someone, as I am quite new to all this. Thanks in advance


  2. #2
    Enthusiast Sorasak Mahakot is offline
    MemberRank
    Nov 2013 Join Date
    31Posts

    Re: "The server you have selected is down, therefore you cannot access it(8)"

    Quote Originally Posted by bojangle78 View Post
    Hello everyone. I downloaded the Aion lightning 4.0 1-click by Dwarfpicker and followed the tutorial, however it's not working. When I enter the game and get passed the log in menu, the server status is "down" and when I click on it I get the error message "The server you have selected is down, therefore you cannot access it(8)". So I assume that means by gameserver is not starting properly, but I dont know why. I've been searching for hours but can't seem to find anything on it, the ones who do ask questions about it never seem to get answered. The error message in my gameserver is:

    ===============================[ GameServerLog ]===============================
    20:06:17.366 INFO [main]: - AL Game Server started in 101 seconds.
    ==============================[ Starting Network ]==============================

    20:06:17.398 INFO [main]: - Server listening on all available IPs on Port 7777 f
    or Game Connections
    20:06:17.406 ERROR[main]: - NioServer Initialization Error: java.net.BindExcepti
    on: Address already in use: bind
    java.net.BindException: Address already in use: bind
    at sun.nio.ch.Net.bind0(Native Method) ~[na:1.7.0_40]
    at sun.nio.ch.Net.bind(Unknown Source) ~[na:1.7.0_40]
    at sun.nio.ch.Net.bind(Unknown Source) ~[na:1.7.0_40]
    at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source) ~[na:1.7.0_40
    ]
    at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[na:1.7.0_40]
    at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[na:1.7.0_40]
    at com.aionemu.commons.network.NioServer.connect(NioServer.java:123) ~[a
    l-commons-1.3.jar:na]
    at com.aionemu.gameserver.GameServer.startServers(GameServer.java:332) [
    AL-Game.jar:na]
    at com.aionemu.gameserver.GameServer.main(GameServer.java:292) [AL-Game.
    jar:na]
    20:06:17.408 ERROR[main]: - Critical Error - Thread: main terminated abnormaly:
    java.lang.Error: NioServer Initialization Error!
    java.lang.Error: NioServer Initialization Error!
    at com.aionemu.commons.network.NioServer.connect(NioServer.java:135) ~[a
    l-commons-1.3.jar:na]
    at com.aionemu.gameserver.GameServer.startServers(GameServer.java:332) ~
    [AL-Game.jar:na]
    at com.aionemu.gameserver.GameServer.main(GameServer.java:292) ~[AL-Game
    .jar:na]
    ____________________________________________________________________________


    I would immensely appreciate some help from someone, as I am quite new to all this. Thanks in advance


    Go to your server (e.g. AL-Game>config>network) and then change this line
    # ----------------------------# Network Config's:# ----------------------------# Port that will be used to listen for client connectionsgameserver.network.client.port = 8080# Host that will be used to listen for client connectionsgameserver.network.client.host = *

    It might work. Let's try. :-D


    - - - Updated - - -

    Quote Originally Posted by Sorasak Mahakot View Post
    Go to your server (e.g. AL-Game>config>network) and then change this line
    # ----------------------------# Network Config's:# ----------------------------# Port that will be used to listen for client connectionsgameserver.network.client.port = 8080# Host that will be used to listen for client connectionsgameserver.network.client.host = *

    It might work. Let's try. :-D
    Go to your server (e.g. AL-Game>config>network) and then change this line
    # ----------------------------
    # Network Config's:
    # ----------------------------
    # Port that will be used to listen for client connections
    gameserver.network.client.port =
    8080
    # Host that will be used to listen for client connections
    gameserver.network.client.host = *

  3. #3
    Apprentice bojangle78 is offline
    MemberRank
    Oct 2011 Join Date
    23Posts

    Re: "The server you have selected is down, therefore you cannot access it(8)"

    Omg. Thank you so much! It worked! :D

  4. #4
    Enthusiast Sorasak Mahakot is offline
    MemberRank
    Nov 2013 Join Date
    31Posts

    Re: "The server you have selected is down, therefore you cannot access it(8)"

    Quote Originally Posted by bojangle78 View Post
    Omg. Thank you so much! It worked! :D
    You're welcome. ^_^



Advertisement