It's as Joachim describes it. Sometimes on Mac OS X I run into this when running from Eclipse. For some reason Eclipse doesn't always end the process properly and the port is still occupied. When that happens (which is rarely) I just restart Eclipse and it works fine again. Another thing to check is that you don't have some other software running on these ports: 1935, 1936, 5080 and 8088. If so, shut them down before running Red5 or alter the ports that Red5 uses in its configuration file.
I hope that helps and that you solve your problem. -Chris On 10/13/06, David Fellous <[EMAIL PROTECTED]> wrote: > Non no, i'm on Fedora Core 4.... > No ant task is running... > > David > > Le 13 oct. 06 à 15:28, John Grden a écrit : > > when I run into this, it means that Java.exe is still running. If you're on > windows, open task manager and you'll see the process. In fact, if you try > and run "ant server" again, you'll have multiple Java.exe instances > running. The original one takes a while to kill off. I don't know why. > > what I DO know is that if I close my app before properly disconnecting from > Red5, this happens. I only found this to be true on the latest trunk > build. Meaning, it hasn't happened this way previously. > > hth, > > JPG > > On 10/13/06, David Fellous <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I'm new to Red5 mailing list ! > > > > Compiling with ant failed with the following errors : > > > > [java] [INFO] 0 main:( org.red5.server.Standalone.info ) RED5 > > Server (http://www.osflash.org/red5) > > [java] [INFO] 12 main:( org.red5.server.Standalone.info ) > > Loading red5 global context from: red5.xml > > [java] [INFO] 36 main:( org.red5.server.Standalone.info ) > > Setting configuation root to /opt/red5/conf > > [java] [INFO] 45 main:( org.red5.server.Standalone.info ) > > Setting Red5 root to //opt/red5 > > [java] [INFO] 1162 main: > > ( > org.springframework.beans.factory.xml.XmlBeanDefinitionReader.info > ) L > > oading XML bean definitions from URL [file:/opt/red5/conf/red5.xml] > > [java] [INFO] 1764 main: > > ( > org.springframework.context.support.ClassPathXmlApplicationContext.inf > > o ) Bean factory for application context > > > [org.springframework.context.support.ClassPathXmlApplicationContext;hash > > Code=17538308]: > > > org.springframework.beans.factory.support.DefaultListableBeanFactory > > defining beans [red5.common,red5.core,context.loader ,jetty6.server]; > > root of BeanFactory hierarchy > > ...... > > > > [java] Exception in thread "main" java.net.BindException: > > Address already in use > > [java] at sun.nio.ch.Net.bind(Native Method) > > [java] at > sun.nio.ch.ServerSocketChannelImpl.bind > > (ServerSocketChannelImpl.java:119) > > [java] at sun.nio.ch.ServerSocketAdaptor.bind > > (ServerSocketAdaptor.java:59) > > [java] at > > > org.apache.mina.transport.socket.nio.SocketAcceptor.registerNew > > (SocketAcceptor.java:523) > > [java] at > > > org.apache.mina.transport.socket.nio.SocketAcceptor.access$1000 > > (SocketAcceptor.java:56) > > [java] at > > > org.apache.mina.transport.socket.nio.SocketAcceptor$Worker.run > > (SocketAcceptor.java:357) > > > > > > > > > > Do you have any idea ? > > > > Thanks, > > > > David > > > > > > _______________________________________________ > > Red5 mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/red5_osflash.org > > > > > > -- > [ JPG ] > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > > > _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
