Gaming MINECRAFT SERVER I NEED HELP!

deethebee

Well-Known Member
OP
Member
Joined
Apr 30, 2008
Messages
128
Trophies
0
Age
28
Location
oregonazm!
Website
www.youtube.com
XP
243
Country
United States
So i have followed almost every guide there is to setup a minecraft server(bukkit) and i cant connect to it.My isp is COMCAST and i can not have a static ip address so i invested 10$ into NOIP(dyndns) company and i still cant get my server to connect.

My router is netgear wgr614v8
my modem is arris:tm502g


LOGS:Clean bukkit install (no plugins)
2011-05-03 17:54:01 [INFO] Starting minecraft server version Beta 1.5_02
2011-05-03 17:54:01 [INFO] Loading properties
2011-05-03 17:54:01
server.properties does not exist
2011-05-03 17:54:01 [INFO] Generating new properties file
2011-05-03 17:54:01 [INFO] Starting Minecraft server on *:25565
2011-05-03 17:54:02 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-706-gf53e007-b740jnks (MC: 1.5_02)
2011-05-03 17:54:02
Failed to load ban list: java.io.FileNotFoundException: banned-players.txt (The system cannot find the file specified)
2011-05-03 17:54:02
Failed to load ip ban list: java.io.FileNotFoundException: banned-ips.txt (The system cannot find the file specified)
2011-05-03 17:54:02
Failed to load ops: java.io.FileNotFoundException: ops.txt (The system cannot find the file specified)
2011-05-03 17:54:02
Failed to load white-list: java.io.FileNotFoundException: white-list.txt (The system cannot find the file specified)
2011-05-03 17:54:02 [INFO] Preparing level "world"
2011-05-03 17:54:02 [INFO] Preparing start region
2011-05-03 17:54:03 [INFO] Preparing spawn area: 4%
2011-05-03 17:54:04 [INFO] Preparing spawn area: 12%
2011-05-03 17:54:05 [INFO] Preparing spawn area: 16%
2011-05-03 17:54:06 [INFO] Preparing spawn area: 24%
2011-05-03 17:54:07 [INFO] Preparing spawn area: 32%
2011-05-03 17:54:08 [INFO] Preparing spawn area: 36%
2011-05-03 17:54:09 [INFO] Preparing spawn area: 44%
2011-05-03 17:54:10 [INFO] Preparing spawn area: 52%
2011-05-03 17:54:11 [INFO] Preparing spawn area: 57%
2011-05-03 17:54:12 [INFO] Preparing spawn area: 69%
2011-05-03 17:54:13 [INFO] Preparing spawn area: 77%
2011-05-03 17:54:14 [INFO] Preparing spawn area: 85%
2011-05-03 17:54:15 [INFO] Preparing spawn area: 93%
2011-05-03 17:54:16 [INFO] Done (1.393s)! For help, type "help" or "?"
2011-05-03 17:55:56 [INFO] Starting minecraft server version Beta 1.5_02
2011-05-03 17:55:56 [INFO] Loading properties
2011-05-03 17:55:56 [INFO] Starting Minecraft server on 192.168.1.3:25565
2011-05-03 17:55:56 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-706-gf53e007-b740jnks (MC: 1.5_02)
2011-05-03 17:55:56 [INFO] Preparing level "world"
2011-05-03 17:55:56 [INFO] Preparing start region
2011-05-03 17:55:57 [INFO] Preparing spawn area: 16%
2011-05-03 17:55:58 [INFO] Preparing spawn area: 24%
2011-05-03 17:55:59 [INFO] Preparing spawn area: 32%
2011-05-03 17:56:00 [INFO] Preparing spawn area: 40%
2011-05-03 17:56:01 [INFO] Preparing spawn area: 48%
2011-05-03 17:56:02 [INFO] Preparing spawn area: 52%
2011-05-03 17:56:03 [INFO] Preparing spawn area: 61%
2011-05-03 17:56:04 [INFO] Preparing spawn area: 73%
2011-05-03 17:56:05 [INFO] Preparing spawn area: 81%
2011-05-03 17:56:07 [INFO] Preparing spawn area: 85%
2011-05-03 17:56:08 [INFO] Preparing spawn area: 97%
2011-05-03 17:56:08 [INFO] Done (1.154s)! For help, type "help" or "?"
2011-05-03 18:22:13 [INFO] Starting minecraft server version Beta 1.5_02
2011-05-03 18:22:13 [INFO] Loading properties
2011-05-03 18:22:13 [INFO] Starting Minecraft server on 192.168.1.3:25565
2011-05-03 18:22:13
**** FAILED TO BIND TO PORT!
2011-05-03 18:22:13
The exception was: java.net.BindException: Cannot assign requested address: JVM_Bind
2011-05-03 18:22:13
Perhaps a server is already running on that port?
2011-05-03 18:22:31 [INFO] Starting minecraft server version Beta 1.5_02
2011-05-03 18:22:31 [INFO] Loading properties
2011-05-03 18:22:31 [SEVERE] java.net.UnknownHostException: 192.168.1.3:25565
2011-05-03 18:22:31 [SEVERE] at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
2011-05-03 18:22:31 [SEVERE] at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
2011-05-03 18:22:31 [SEVERE] at java.net.InetAddress.getAddressFromNameService(Unknown Source)
2011-05-03 18:22:31 [SEVERE] at java.net.InetAddress.getAllByName0(Unknown Source)
2011-05-03 18:22:31 [SEVERE] at java.net.InetAddress.getAllByName(Unknown Source)
2011-05-03 18:22:31 [SEVERE] at java.net.InetAddress.getAllByName(Unknown Source)
2011-05-03 18:22:31 [SEVERE] at java.net.InetAddress.getByName(Unknown Source)
2011-05-03 18:22:31 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:105)
2011-05-03 18:22:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
2011-05-03 18:22:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
2011-05-03 18:22:31 [SEVERE] Unexpected exception
java.net.UnknownHostException: 192.168.1.3:25565
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
at java.net.InetAddress.getAddressFromNameService(Unknown Source)
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getByName(Unknown Source)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:105)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
2011-05-03 18:23:10 [INFO] Starting minecraft server version Beta 1.5_02
2011-05-03 18:23:10 [INFO] Loading properties
2011-05-03 18:23:10 [INFO] Starting Minecraft server on 192.168.1.2:25565
2011-05-03 18:23:10 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-706-gf53e007-b740jnks (MC: 1.5_02)
2011-05-03 18:23:10 [INFO] Preparing level "world"
2011-05-03 18:23:10 [SEVERE] java.io.IOException: Not in GZIP format
2011-05-03 18:23:10 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
2011-05-03 18:23:10 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
2011-05-03 18:23:10 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(SourceFile:8)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.WorldLoader.b(SourceFile:54)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:84)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:156)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
2011-05-03 18:23:10 [SEVERE] java.io.IOException: Not in GZIP format
2011-05-03 18:23:10 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
2011-05-03 18:23:10 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
2011-05-03 18:23:10 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(SourceFile:8)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.WorldLoader.b(SourceFile:65)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:84)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:156)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
2011-05-03 18:23:10 [INFO] Preparing start region
2011-05-03 18:23:10 [SEVERE] java.io.IOException: Not in GZIP format
2011-05-03 18:23:10 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
2011-05-03 18:23:10 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
2011-05-03 18:23:10 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(SourceFile:8)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.PlayerNBTManager.c(SourceFile:92)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.World.<init>(World.java:75)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.java:22)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:164)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
2011-05-03 18:23:10 [SEVERE] java.io.IOException: Not in GZIP format
2011-05-03 18:23:10 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
2011-05-03 18:23:10 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
2011-05-03 18:23:10 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(SourceFile:8)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.PlayerNBTManager.c(SourceFile:104)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.World.<init>(World.java:75)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.java:22)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:164)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
2011-05-03 18:23:10 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
2011-05-03 18:23:11 [INFO] Done (0.092s)! For help, type "help" or "?"
 

twiztidsinz

Taiju Yamada Fan
Member
Joined
Dec 23, 2008
Messages
4,979
Trophies
0
Website
Visit site
XP
220
Country
United States
Is your Dydns account pointing at your computer?

Go to http://ipchicken.com/ and get your IP
Then open a command window and type:CODEping
See if it has your IP there and if it can ping correctly.

If that all works, check that you're forwarding the port to your local IP, 192.168.1.2:25565 from the looks of it.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    I know when to stop at least honestly don't get those that go and go with food
  • BigOnYa @ BigOnYa:
    Or those that order 2 big macs , large fry, ice cream sundie, then a diet coke
  • K3Nv2 @ K3Nv2:
    I might get downing two big macs but nah that's it
  • BigOnYa @ BigOnYa:
    Ok that will be $15.99, cash or charge?
  • K3Nv2 @ K3Nv2:
    My go to orders usually a mcdouble and a mcchicken and I'm happy rarely mess with fries
  • K3Nv2 @ K3Nv2:
    Pro tip ask for that clowns jizzmac sauce on your mcdouble
    +1
  • BigOnYa @ BigOnYa:
    Do they charge extra when you add sauce,etc? I know burger king used to not, but don't know nowadays
  • K3Nv2 @ K3Nv2:
    They may squrit it for free if you ask nice
    +1
  • K3Nv2 @ K3Nv2:
    Last time I got bk it was 35c per sauce fuck you king of my nutsack
    +1
  • K3Nv2 @ K3Nv2:
    I'll buy a bottle of baby rays BBQ for $2 and add it from home out of spite
    +1
  • BigOnYa @ BigOnYa:
    I like baby rays, my favorite is KC masterpiece tho. Figured all you could buy is that there.
  • K3Nv2 @ K3Nv2:
    The metro doesn't discriminate good sauce
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Baby Rays isn't that what killed the crocodile hunter?
  • Psionic Roshambo @ Psionic Roshambo:
    If only he had done an endorsement for them....
  • Psionic Roshambo @ Psionic Roshambo:
    Oy mate don't let a bad bbq sauce kill your party! Baby Rays are killing it!! The flavor hits you right in the chest!
    +1
  • Xdqwerty @ Xdqwerty:
    My phone only has 13% battery so i don't have much time left
  • Xdqwerty @ Xdqwerty:
    Now 12%
  • BigOnYa @ BigOnYa:
    Happy birthday, btw
  • Psionic Roshambo @ Psionic Roshambo:
    Time is running out for your phone!
  • Psionic Roshambo @ Psionic Roshambo:
    Sign up with Emperor Phone plan for unlimited power!!! And minutes!!!
  • AdenTheThird @ AdenTheThird:
    https://youtu.be/JmSqorj-EC0?si=vYqR8D7FZeO4N-TH
    At 1 AM, this video is the funniest thing in the world
    +1
  • K3Nv2 @ K3Nv2:
    Notes on Android got some cool new features like dropping a image in
    Sonic Angel Knight @ Sonic Angel Knight: BEEF :P