I'm trying to run the server off of my computer so that me and a friend can play together so the population is only going to be two. I'm currently running Ubuntu 10.10 and trying to run the nogui script that is on the download page. when I run it I get what seems to be some kind of error. I can't even get on the server from the "localhost" command in the multiplayer screen.
Here is what the script spits out when i run it in my terminal:
[Lmp;@3663e001
146 recipes
[Lmp;@3663e001
16 achievements
2011-04-24 23:03:07 [INFO] Starting minecraft server version Beta 1.5_02
2011-04-24 23:03:07 [INFO] Loading properties
2011-04-24 23:03:07 [INFO] Starting Minecraft server on *:25565
java.lang.NoSuchMethodError: method java.net.ServerSocket.setPerformancePreferences with signature (III)V was not found.
at cl.<init>(SourceFile:25)
at net.minecraft.server.MinecraftServer.c(SourceFile:129)
at net.minecraft.server.MinecraftServer.run(SourceFile:263)
at bj.run(SourceFile:394)
2011-04-24 23:03:13 [SEVERE] Unexpected exception
java.lang.NoSuchMethodError: method java.net.ServerSocket.setPerformancePreferences with signature (III)V was not found.
at cl.<init>(SourceFile:25)
at net.minecraft.server.MinecraftServer.c(SourceFile:129)
at net.minecraft.server.MinecraftServer.run(SourceFile:263)
at bj.run(SourceFile:394)
Here is what the script spits out when i run it in my terminal:
[Lmp;@3663e001
146 recipes
[Lmp;@3663e001
16 achievements
2011-04-24 23:03:07 [INFO] Starting minecraft server version Beta 1.5_02
2011-04-24 23:03:07 [INFO] Loading properties
2011-04-24 23:03:07 [INFO] Starting Minecraft server on *:25565
java.lang.NoSuchMethodError: method java.net.ServerSocket.setPerformancePreferences with signature (III)V was not found.
at cl.<init>(SourceFile:25)
at net.minecraft.server.MinecraftServer.c(SourceFile:129)
at net.minecraft.server.MinecraftServer.run(SourceFile:263)
at bj.run(SourceFile:394)
2011-04-24 23:03:13 [SEVERE] Unexpected exception
java.lang.NoSuchMethodError: method java.net.ServerSocket.setPerformancePreferences with signature (III)V was not found.
at cl.<init>(SourceFile:25)
at net.minecraft.server.MinecraftServer.c(SourceFile:129)
at net.minecraft.server.MinecraftServer.run(SourceFile:263)
at bj.run(SourceFile:394)
any help would be great. Thanks