Server runs but can't access

Discussion in 'Bukkit Help' started by shadowarc72, Apr 2, 2013.

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

    shadowarc72

    Hey I am very new to this site. I have created a bukkit server in the past and had no problems. I tried to make a new one and it appears to run fine, it loads correctly with no errors, but when I try to access the server from minecraft it never allows me to connect. I am connecting with local host currently and have tried switching the connection ip(how the server connects in minecraft not the servers ip in permissions) but none of these seem to work. I attempted to port forward but that did not work as I am on a college campus and they block that. The cmd window still says the server is connecting through port 25565 even though I supposedly closed it. I have looked everywhere else for help and tried everything I could think of this is my last resort. Thank you for the help.
     
  2. Offline

    JWhy

    Did you set a server-ip= in server.properties? Be sure to leave that property blank! Also you'd connect to the IP 127.0.0.1 (or "localhost") if you wanted to access your local server
     
  3. Offline

    shadowarc72

    I didn't change the server-ip= in server.properties. I try connecting to the server with localhost and it still doesn't connect. the cmd window says the server is running but minecraft won't let me access.
     
  4. Offline

    Super User

    Try restarting your machine.
     
  5. Offline

    shadowarc72

    I have many times.
     
  6. Offline

    JWhy

    Destroy dem firewallz with lazaaahs
     
  7. Offline

    Xiro

    You're not using a site like no-ip, are you?
     
  8. Offline

    skatesdsq

    Did you try the command /ipconfig in your windows ? that will show you your local adresse (Lan) on the PC you are using. Look for your IPv4 it sould look like this 192.168.2.10 . That what i do to connect to my Lan server (Local) running on the same PC
     
  9. Offline

    Super User

    If you read he is connecting via localhost, your post is a waste.
     
  10. Offline

    skatesdsq

    ?? Localhost and Lan is the same thing
     
  11. Offline

    JWhy

    Way not
    localhost refers to 127.0.0.1, which is the IP of your own computer.
    "LAN" refers to Local Area Network, a network within borders, commonly known as house.
     
    Super User likes this.
  12. Offline

    Super User

    Oh my god, someone understands the basics of networks ._.
     
    JWhy likes this.
  13. Offline

    skatesdsq

    Anyway he could use my method it will still work ...
     
  14. Offline

    JWhy

    Probably not... probably this person has a firewall from a company like norton (symantec), if you know what I mean
     
  15. Offline

    shadowarc72

    I have already turned off all my firewalls and tried running it and it still didn't work. I have tried using localhost and my local ip and neither of them worked.
     
  16. Offline

    JWhy

     
  17. Offline

    shadowarc72

    It's not the firewalls because the only one up is the windows firewall and when I turned that off the server still wouldn't run.
     
  18. Offline

    JWhy

    Can you post a server.log please?
     
  19. Offline

    shadowarc72

    I only have a server.log.lck and I cant seem to open it.
     
  20. Offline

    Necrodoom

    not server.log.lck, "server.log", or if extensions hidden, the big "server".
     
  21. Offline

    shadowarc72

    2013-04-02 15:09:29 [INFO] Starting minecraft server version 1.4.7
    2013-04-02 15:09:29 [INFO] Loading properties
    2013-04-02 15:09:29 [WARNING] server.properties does not exist
    2013-04-02 15:09:29 [INFO] Generating new properties file
    2013-04-02 15:09:29 [INFO] Default game type: SURVIVAL
    2013-04-02 15:09:29 [INFO] Generating keypair
    2013-04-02 15:09:29 [INFO] Starting Minecraft server on *:25565
    2013-04-02 15:09:30 [INFO] This server is running CraftBukkit version git-Bukkit-1.4.7-R1.0-b2624jnks (MC: 1.4.7) (Implementing API version 1.4.7-R1.0)
    2013-04-02 15:09:30 [WARNING] Failed to load operators list: java.io.FileNotFoundException: .\ops.txt (The system cannot find the file specified)
    2013-04-02 15:09:30 [WARNING] Failed to load white-list: java.io.FileNotFoundException: .\white-list.txt (The system cannot find the file specified)
    2013-04-02 15:09:30 [INFO] Preparing level "world"
    2013-04-02 15:09:30 [INFO] Preparing start region for level 0 (Seed: -8562274894371768531)
    2013-04-02 15:09:31 [INFO] Preparing spawn area: 8%
    2013-04-02 15:09:32 [INFO] Preparing spawn area: 16%
    2013-04-02 15:09:34 [INFO] Preparing spawn area: 24%
    2013-04-02 15:09:35 [INFO] Preparing spawn area: 28%
    2013-04-02 15:09:36 [INFO] Preparing spawn area: 36%
    2013-04-02 15:09:37 [INFO] Preparing spawn area: 44%
    2013-04-02 15:09:38 [INFO] Preparing spawn area: 48%
    2013-04-02 15:09:39 [INFO] Preparing spawn area: 56%
    2013-04-02 15:09:40 [INFO] Preparing spawn area: 61%
    2013-04-02 15:09:41 [INFO] Preparing spawn area: 69%
    2013-04-02 15:09:42 [INFO] Preparing spawn area: 77%
    2013-04-02 15:09:43 [INFO] Preparing spawn area: 81%
    2013-04-02 15:09:44 [INFO] Preparing spawn area: 89%
    2013-04-02 15:09:45 [INFO] Preparing spawn area: 97%
    2013-04-02 15:09:45 [INFO] Preparing start region for level 1 (Seed: -8562274894371768531)
    2013-04-02 15:09:46 [INFO] Preparing spawn area: 4%
    2013-04-02 15:09:47 [INFO] Preparing spawn area: 16%
    2013-04-02 15:09:48 [INFO] Preparing spawn area: 28%
    2013-04-02 15:09:49 [INFO] Preparing spawn area: 36%
    2013-04-02 15:09:50 [INFO] Preparing spawn area: 44%
    2013-04-02 15:09:51 [INFO] Preparing spawn area: 52%
    2013-04-02 15:09:52 [INFO] Preparing spawn area: 56%
    2013-04-02 15:09:53 [INFO] Preparing spawn area: 65%
    2013-04-02 15:09:54 [INFO] Preparing spawn area: 77%
    2013-04-02 15:09:55 [INFO] Preparing spawn area: 85%
    2013-04-02 15:09:56 [INFO] Preparing spawn area: 97%
    2013-04-02 15:09:56 [INFO] Preparing start region for level 2 (Seed: -8562274894371768531)
    2013-04-02 15:09:57 [INFO] Preparing spawn area: 12%
    2013-04-02 15:09:58 [INFO] Preparing spawn area: 44%
    2013-04-02 15:09:59 [INFO] Preparing spawn area: 69%
    2013-04-02 15:10:00 [INFO] Preparing spawn area: 93%
    2013-04-02 15:10:00 [INFO] Done (30.189s)! For help, type "help" or "?"
    The only other thing is the properties file
     
  22. Offline

    JWhy

    Did you recently remove Citizens.jar? Get the latest build from the URL I attached earlier and move the Citizens.jar from the archive into the "plugins" folder
     
  23. Offline

    shadowarc72

    I don't get a citizens.jar file?
     
  24. Offline

    JWhy

  25. Offline

    shadowarc72

    That did nothing.
     
  26. Offline

    Necrodoom

    yay for uninformative bug report, i guess.
     
Thread Status:
Not open for further replies.

Share This Page