All_Star_Gamer_x Posted September 29, 2012 Posted September 29, 2012 Im trying to run my server without hamchi and its all fine until i launch the server.bat C:\Users\Joe\Desktop\Tekkit Server>java -Xmx3G -Xms2G -jar Tekkit.jar nogui 182 recipes 27 achievements 22:25:11 [iNFO] Starting minecraft server version 1.2.5 22:25:11 [iNFO] Attempting early MinecraftForge initialization 22:25:11 [iNFO] Completed early MinecraftForge initialization 22:25:11 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading 22:25:11 [iNFO] Loading mods from C:\Users\Joe\Desktop\Tekkit Server\mods 22:25:12 [iNFO] Directory weaponmod contained no mods 22:25:12 [iNFO] Forge Mod Loader has loaded 38 mods 22:25:13 [iNFO] MinecraftForge v3.3.8.152 Initialized 22:25:13 [iNFO] MinecraftForge v3.3.8.152 Initialized 22:25:13 [iNFO] [WeaponMod] Properties file read succesfully! 22:25:13 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found valu e 0 outside acceptable range 4.9E-324,1.7976931348623157E308 22:25:13 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_Co mputerCraft.cfg 22:25:13 [iNFO] ComputerCraft: computerBlockID 207 22:25:13 [iNFO] ComputerCraft: diskDriveBlockID 208 22:25:13 [iNFO] ComputerCraft: diskItemID 4000 22:25:13 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.sha red.ItemComputer@6786c975 while adding net.minecraft.server.ItemBlock@4214556c 22:25:13 [iNFO] ComputerCraft: Searching for RedPowerLib... 22:25:13 [iNFO] ComputerCraft: RedPowerLib and methods located. 22:25:13 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.sha red.ItemPeripheral@1c0f3a6e while adding net.minecraft.server.ItemBlock@2bc51a26 22:25:13 [iNFO] Initializing alchemy values for Equivalent Exchange.. 22:25:14 [iNFO] NetherOres: loaded Macerator Recipes 22:25:14 [iNFO] Loading properties 22:25:14 [iNFO] Starting Minecraft server on 86.11.110.168:25565 22:25:14 [WARNING] **** FAILED TO BIND TO PORT! 22:25:14 [WARNING] The exception was: java.net.BindException: Cannot assign requ ested address: JVM_Bind 22:25:14 [WARNING] Perhaps a server is already running on that port? > Anyone know what the problem is here? Quote
Jode Posted September 30, 2012 Posted September 30, 2012 The problem is you aren't assigning your server to the correct IP. To find out which IP to use in server.properties, open up cmd, and type 'ipconfig'. The first place it says: "IPv4 Address: [something]" is what you should use. You will need to port forward through your router as well; how to port forward varies from router to router. Quote
All_Star_Gamer_x Posted September 30, 2012 Author Posted September 30, 2012 The problem is you aren't assigning your server to the correct IP. To find out which IP to use in server.properties, open up cmd, and type 'ipconfig'. The first place it says: "IPv4 Address: [something]" is what you should use. You will need to port forward through your router as well; how to port forward varies from router to router. I have port fowarded 25565 In / Out and set the IP to IPv4 Quote
All_Star_Gamer_x Posted September 30, 2012 Author Posted September 30, 2012 Does anyone know the problem? Quote
MasterVentris Posted September 30, 2012 Posted September 30, 2012 In your server.properties file do you have the line: server-ip=86.11.110.168 I never set the IP here for my server, I just left it without the numbers and the server starts up fine with "Starting Minecraft server on *.25565" Quote
darzavor Posted October 1, 2012 Posted October 1, 2012 You don't need to specify an ip adress in server.properties. Unless that pc has more then one ip adress (through 2 networkcards for example). Were you maybe running the server already and tried to start it a second time? Or you assigned the wrong ip adress in server.properties like someone else already suggested. Quote
All_Star_Gamer_x Posted October 2, 2012 Author Posted October 2, 2012 I done everything right :S, i wachtched like 5 tuts on how to do it and i done it correct Quote
pherce Posted October 2, 2012 Posted October 2, 2012 As the error says, you already have something bound to that port. You likely ran the server twice and already have one up. Try ctrl+alt+delete and kill your java processes and then try again. Quote
danteDMC14790 Posted November 19, 2012 Posted November 19, 2012 My server is having the same problem and i have already port forwarded and everything else and i have watch a number of videos and it was working last night please help Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.