Gaming MINECRAFT SERVER I NEED HELP!

deethebee

Well-Known Member
OP
Member
Joined
Apr 30, 2008
Messages
128
Trophies
0
Age
27
Location
oregonazm!
Website
www.youtube.com
XP
233
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
  • No one is chatting at the moment.
    ZeroT21 @ ZeroT21: horny jail is full la