Hi, I´m having an issue: Bukkit won´t launch :-( the log: 2011-11-25 13:08:21 [INFO] Starting minecraft server version 1.0.0 2011-11-25 13:08:21 [WARNING] **** NOT ENOUGH RAM! 2011-11-25 13:08:21 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar" 2011-11-25 13:08:21 [INFO] Loading properties 2011-11-25 13:08:21 [INFO] Starting Minecraft server on *:25565 2011-11-25 13:08:21 [WARNING] **** FAILED TO BIND TO PORT! 2011-11-25 13:08:21 [WARNING] The exception was: java.net.BindException: Address already in use: JVM_Bind 2011-11-25 13:08:21 [WARNING] Perhaps a server is already running on that port? How can I fix this?? EDIT: The server didn´t launched with CMD either, I know about the port thingy and i fixed that but How can CMD not launch Craftbukkit??!?!?!?!?
Maybe an other server is runnig. Look up on Windows Taskmanager for javaw.exe und try to cancel prozess. Do you use a .bat file to start?
Correct, although someone else using that port forwarding piece on the WLAN will not work because no two people can be using the same ports at the same time. (Intersecting port ranges).
I run another server yes and I will change is it as soon as i found the password for my port stuff again...
@Donmon Your running a another server in the background without realizing it. Which is why the server can't bind itself to the port as it is already in use. It's doesn't have enough RAM because the other server is using it. To fix this, either go into task manager if your on Windows and end a process called "javaw.exe" or restart you computer. You also need to make sure that your "server-ip=" in your server.properties file is left blank.