Bind failed, try again ([any]:1935): java.net.BindException: Address already in use

Hi Friends,

Hope you already read our wowza articles

Install Wowza Examples

Wowza MediaSecurity AddOn Package

Compile or build flowplayer or jwplayer to create secure token for wowza server

I got the following errors when I reinstall the latest version of Wowza

WARN vhost comment _defaultVHost_ Bind failed, try again ([any]:1935): java.net.BindException: Address already in use

Solution:

You need to check whether system service already running for java, wowza ports somewhere else. Try rebooting the server.

# shutdown -r now

Then after reboot execute the command:
# ps -ef
# ps -ef | grep java

Stop running java processes for Wowza Media Server. Restart is great idea to come out of trouble 😉