I have 2 servers running on my VPS 1 vanilla and the other FTB. The survival server works fine on port 8080 (mcmyadmin web port 8081) but the FTB server in a separate folder gets this error just after activating all the mods "2013-07-10 04:46:55 [INFO] Starting Minecraft server on *:25565
2013-07-10 04:46:55 [WARNING] **** FAILED TO BIND TO PORT!
2013-07-10 04:46:55 [WARNING] The exception was: java.net.BindException: Address already in use
2013-07-10 04:46:55 [WARNING] Perhaps a server is already running on that port?"
Before setting up the seconds server this worked fine and all the configs are the same. But when I do "netstat" the port 25565 doesn't even show up.
"Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 37.252.124.207:25566 108-200-185-144.light:52089 ESTABLISHED
tcp 0 224 37.252.124.207:ssh 108-200-185-144.light:51776 ESTABLISHED
tcp 0 0 37.252.124.207:tproxy 108-200-185-144.light:51344 ESTABLISHED
tcp 0 0 37.252.124.207:25566 108-200-185-144.light:52091 ESTABLISHED
tcp 0 0 37.252.124.207:ssh 108-200-185-144.light:51669 ESTABLISHED
tcp 0 0 37.252.124.207:tproxy 108-200-185-144.light:51346 ESTABLISHED
tcp 0 0 37.252.124.207:46344 phonicuk.com:https ESTABLISHED
tcp 38 0 ::ffff:37.252.124.207:33059 ec2-54-243-72-116.com:https CLOSE_WAIT
tcp 38 0 ::ffff:37.252.124.207:58169 ec2-107-20-198-150.co:https CLOSE_WAIT
tcp 71030 0 ::ffff:37.252.124.207:37484 ::ffff:199.27.76.133:https ESTABLISHED
tcp 38 0 ::ffff:37.252.124.207:58170 ec2-107-20-198-150.co:https CLOSE_WAIT
tcp 71030 0 ::ffff:37.252.124.207:37483 ::ffff:199.27.76.133:https ESTABLISHED
tcp 38 0 ::ffff:37.252.124.207:33060 ec2-54-243-72-116.com:https CLOSE_WAIT
How do I get this fixed and running?
-edit- iptables disabled and this still happens
2013-07-10 04:46:55 [WARNING] **** FAILED TO BIND TO PORT!
2013-07-10 04:46:55 [WARNING] The exception was: java.net.BindException: Address already in use
2013-07-10 04:46:55 [WARNING] Perhaps a server is already running on that port?"
Before setting up the seconds server this worked fine and all the configs are the same. But when I do "netstat" the port 25565 doesn't even show up.
"Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 37.252.124.207:25566 108-200-185-144.light:52089 ESTABLISHED
tcp 0 224 37.252.124.207:ssh 108-200-185-144.light:51776 ESTABLISHED
tcp 0 0 37.252.124.207:tproxy 108-200-185-144.light:51344 ESTABLISHED
tcp 0 0 37.252.124.207:25566 108-200-185-144.light:52091 ESTABLISHED
tcp 0 0 37.252.124.207:ssh 108-200-185-144.light:51669 ESTABLISHED
tcp 0 0 37.252.124.207:tproxy 108-200-185-144.light:51346 ESTABLISHED
tcp 0 0 37.252.124.207:46344 phonicuk.com:https ESTABLISHED
tcp 38 0 ::ffff:37.252.124.207:33059 ec2-54-243-72-116.com:https CLOSE_WAIT
tcp 38 0 ::ffff:37.252.124.207:58169 ec2-107-20-198-150.co:https CLOSE_WAIT
tcp 71030 0 ::ffff:37.252.124.207:37484 ::ffff:199.27.76.133:https ESTABLISHED
tcp 38 0 ::ffff:37.252.124.207:58170 ec2-107-20-198-150.co:https CLOSE_WAIT
tcp 71030 0 ::ffff:37.252.124.207:37483 ::ffff:199.27.76.133:https ESTABLISHED
tcp 38 0 ::ffff:37.252.124.207:33060 ec2-54-243-72-116.com:https CLOSE_WAIT
How do I get this fixed and running?
-edit- iptables disabled and this still happens