help! server been setup but no one can join

Discussion in 'Bukkit Help' started by redcore007, Aug 25, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    redcore007

    Hi guys, I need some help with this.
    I have been brainwaving about this for like 3 days with 2 people.
    I found some issues in de code I need to place in a .bat file
    I use windows 7 (64bit) with the updated java (32bit)
    This code I changed:
    @Echo off
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024m -Xms1024m -jar craftbukkit.jar
    PAUSE
    (Instead of "D its /D and -Xmx1024m -Xms1024m needed a change too.
    Afther I done that I had some connection issues with the port 25565 and internal IP adress.
    Not external cause I get this message from it, and the server wont run at all:
    WARNING] **** FAILED TO BIND TO PORT!
    [WARNING] The exception was: java.net.BindException: Cannot assign requested address: JVM_Bind
    [WARNING] Perhaps a server is already running on that port?
    I found the right combination and afther 2 hours of trying, the server runs properly and stable.
    Now comes the problem, I can join the server everything works fine even the plugins.
    But others still can't join!
    How can I fix this cause I tryed everything and I am running out of options
     
  2. Offline

    kevbot1811

    did you port forward correctly and add your ip in the server.properties file.
     
  3. Offline

    redcore007

    yes I did but still nothing.
    got any idea what it could be?
     
  4. Offline

    Thegar

    You don't have to add your server IP to the server.properties -_-

    And it seems like you have port fowarded incorrectly.

    I have run servers for almost 2 1/2 years now... I have had the error many times =P

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 28, 2016
  5. Offline

    kevbot1811

    in some cases you do..when i was having problems like he did i added my ip to the server properties and it fixed it.
     
  6. Offline

    redcore007

    I already forwarded the port still no succes
     
  7. Offline

    Thegar

    True,
    Ok well redcore. Did you set the java path correctly?
     
  8. Offline

    redcore007

    yeah i used the code that bukkit has on its forum but it wasnt the right one i made the path correctly, you can see it in my first message
     
  9. Offline

    Thegar

    I can not find the issue in this. Sorry =/
     
  10. Offline

    redcore007

    i just dont know what to do now to start a own server done everything i could think of.
    but thanks for trying!

    anyone els got ideas what it could be?
     
  11. Offline

    mmorton89

    How did you forward the port? You might need to add the port into the windows firewall to allow it to work.
     
  12. Offline

    redcore007

    Well I login my router opened the port 25565 and 25566 to my external IP and directed to my intern IP
    Also I tryed it without firewall, But nothing yet not sure if firewall still blocks the port when disabled
     
Thread Status:
Not open for further replies.

Share This Page