OK - I’ve been around long enough to have checked the obvious - but can’t for the life of me understand why the dang server won’t start.
I’m a monthly subscriber with a CENTOS instance on AWS that I’m currently developing with. Wowza 3 had been working fine a month back, but now I’m ready to get going on it again and I’m getting:
2012-02-10 15:13:37 EST comment vhost WARN 200 _defaultVHost_ Bind failed, try again ([any]:1935): java.net.BindException: Address already in use - - - 43.79
Netstat -a |fgrep 1935 produces
tcp 0 0 localhost:19350 *:* LISTEN
tcp 0 0 localhost:37118 localhost:19350 ESTABLISHED
tcp 0 0 localhost:19350 localhost:37118 ESTABLISHED
udp 0 0 ip-10-111-31-17.e:19350 *:*
udp 0 0 localhost:19350 *:*
udp 0 0 ip-10-111-31-17.e:19351 *:*
udp 0 0 localhost:19351 *:*
I’ve rebooted - with no success
I"ve got ports open through my Security Group
I’ve grabbed the latest WowzaMediaServer-3.0.x-3.0.4
No Joy!
Any Ideas? Anyone?