cant connect to my own server

Discussion in 'Bukkit Help' started by Behedwin, Mar 23, 2012.

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

    Behedwin

    I can not connect to my own server
    I run Windows 7 64
    I have a router and i have opened the 25565 port
    I have checked my correct IP with http://whatismyipaddress.com/
    I have checked my port on http://www.canyouseeme.org/

    This is my setup!
    My run.bat file have this script

    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    java -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE
    my craftbukkit config file looks like this

    Code:
    #Minecraft server properties
    #Fri Mar 23 17:38:40 CET 2012
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    server-port=25565
    level-type=DEFAULT
    enable-rcon=false
    level-seed=
    server-ip=
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    online-mode=true
    pvp=true
    difficulty=1
    gamemode=1
    max-players=20
    spawn-monsters=true
    generate-structures=true
    view-distance=10
    motd=A Minecraft Server
    
    I have tried to connect to my
    internal IP
    external IP
    or just localhost

    nothing work. all are just stuck at "logging in"

    this is the server log
    Code:
    2012-03-23 17:38:21 [INFO] Starting minecraft server version 1.1
    2012-03-23 17:38:21 [INFO] Loading properties
    2012-03-23 17:38:21 [WARNING] server.properties does not exist
    2012-03-23 17:38:21 [INFO] Generating new properties file
    2012-03-23 17:38:21 [INFO] Starting Minecraft server on *:25565
    2012-03-23 17:38:21 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-b1988jnks (MC: 1.1) (Implementing API version 1.1-R6)
    2012-03-23 17:38:22 [INFO] [VoxelUpdate] Loading VoxelUpdate v1.1.1
    2012-03-23 17:38:22 [INFO] [VoxelSniper] Loading VoxelSniper v5.13
    2012-03-23 17:38:22 [WARNING] Failed to load ban list: java.io.FileNotFoundException: banned-players.txt (Det går inte att hitta filen)
    2012-03-23 17:38:22 [WARNING] Failed to load ip ban list: java.io.FileNotFoundException: banned-ips.txt (Det går inte att hitta filen)
    2012-03-23 17:38:22 [WARNING] Failed to load operators list: java.io.FileNotFoundException: ops.txt (Det går inte att hitta filen)
    2012-03-23 17:38:22 [WARNING] Failed to load white-list: java.io.FileNotFoundException: white-list.txt (Det går inte att hitta filen)
    2012-03-23 17:38:22 [INFO] Preparing level "world"
    2012-03-23 17:38:22 [INFO] Default game type: 0
    2012-03-23 17:38:22 [INFO] Preparing start region for level 0 (Seed: -4880405148537033775)
    2012-03-23 17:38:23 [INFO] Preparing spawn area: 8%
    2012-03-23 17:38:24 [INFO] Preparing spawn area: 20%
    2012-03-23 17:38:25 [INFO] Preparing spawn area: 32%
    2012-03-23 17:38:26 [INFO] Preparing spawn area: 44%
    2012-03-23 17:38:27 [INFO] Preparing spawn area: 61%
    2012-03-23 17:38:28 [INFO] Preparing spawn area: 73%
    2012-03-23 17:38:29 [INFO] Preparing spawn area: 89%
    2012-03-23 17:38:30 [INFO] Preparing start region for level 1 (Seed: -4880405148537033775)
    2012-03-23 17:38:30 [INFO] Preparing spawn area: 0%
    2012-03-23 17:38:31 [INFO] Preparing spawn area: 16%
    2012-03-23 17:38:32 [INFO] Preparing spawn area: 24%
    2012-03-23 17:38:33 [INFO] Preparing spawn area: 40%
    2012-03-23 17:38:34 [INFO] Preparing spawn area: 52%
    2012-03-23 17:38:35 [INFO] Preparing spawn area: 73%
    2012-03-23 17:38:36 [INFO] Preparing spawn area: 85%
    2012-03-23 17:38:37 [INFO] Preparing start region for level 2 (Seed: -4880405148537033775)
    2012-03-23 17:38:37 [INFO] Preparing spawn area: 0%
    2012-03-23 17:38:38 [INFO] Preparing spawn area: 36%
    2012-03-23 17:38:39 [INFO] Preparing spawn area: 73%
    2012-03-23 17:38:40 [INFO] [VoxelUpdate] Enabling VoxelUpdate v1.1.1
    2012-03-23 17:38:40 [INFO] [VoxelUpdate] VoxelUpdate version 1.1.1 loaded
    2012-03-23 17:38:40 [INFO] [VoxelSniper] Enabling VoxelSniper v5.13
    2012-03-23 17:38:40 [INFO] [VoxelSniper] Config loaded
    2012-03-23 17:38:40 [INFO] VoxelSniper version 5.13 is enabled! Snipe away.
    2012-03-23 17:38:40 [INFO] Done (18,373s)! For help, type "help" or "?"
    2012-03-23 17:40:16 [INFO] Reached end of stream
    2012-03-23 17:40:16 [INFO] /83.250.251.169:57085 lost connection
    2012-03-23 17:40:23 [INFO] Reached end of stream
    2012-03-23 17:40:23 [INFO] /192.168.0.10:57097 lost connection
    2012-03-23 17:40:31 [INFO] Reached end of stream
    2012-03-23 17:40:31 [INFO] /127.0.0.1:57112 lost connection
    2012-03-23 17:40:34 [INFO] CONSOLE: Stopping the server..
    2012-03-23 17:40:34 [INFO] Stopping server
    2012-03-23 17:40:34 [INFO] [VoxelUpdate] Disabling VoxelUpdate v1.1.1
    2012-03-23 17:40:34 [INFO] [VoxelSniper] Disabling VoxelSniper v5.13
    2012-03-23 17:40:34 [INFO] Saving chunks
    2012-03-23 17:40:35 [INFO] Stopping server
    

    whitelist
    op
    files are all empty

    what can i do
    why cant i connect?

    on my computer i use windows firewall
    it does not matter if it is on or off, still same issue.

    my router have forwarded, se above

    i tried to connect to all kinds of adresses

    any ides?
     
  2. Offline

    c0mp

    What version of the Minecraft client are you running?
     
  3. Offline

    Behedwin

    latest minecraft version

    1.2.4
     
  4. Offline

    Flindo

    Last edited by a moderator: May 24, 2016
  5. Offline

    Bertware

    If you connect to the server on your own computer, you need to enter "localhost" in minecraft.
    if you connect to a server inside your LAN (home network) you need to enter the internal IP in minecraft.
    If you connect to a server on the internet, you need the external IP.

    Check if any security program is blocking java.
     
  6. Offline

    c0mp

    Yep, there's yer problem.

    Your server version must match your client version. You're trying to connect to a 1.1 server with a 1.2 client.
     
  7. Offline

    FatherThyme

    i have this same problem, except I'm running Windows XpPro and i use 127.0.0.1 to connect. it worked a day or two ago now it doesn't work, it would be great for a solution

    Edit: i am using the most up-to-date version of Minecraft and Bukkit
     
  8. Offline

    c0mp

    Then it doesn't seem like this would be the same issue. You may want to start your own thread containing the required support information.
     
  9. Offline

    Paswaru

    The most up to date as in the latest Recommend Build? If so your running CraftBukkit for 1.1. You can get the development build of 1.2.4 from here: http://dl.bukkit.org/downloads/craftbukkit/. Please note development builds can be unstable.

    I saw your other thread. You have the same issue. The latest recommended build is still for 1.1.

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

    Behedwin

    oh god how silly of me
    i thought i had the correct bukkit version for 1.2.4

    ofc it works fine now
    i did not know that there was only a dev version for 1.2.4 and 1.1 was still the recommended version.
     
Thread Status:
Not open for further replies.

Share This Page