Check your resin config file. Given that you mention using mod_caucho,
it sounds like you're trying to run resin standalone with apache
already running. Your resin config file will likely be configured to
use either port 80 or 8080 (and possibly 443 or 8443 for SSL). That is
conflicting with apache which is already running and bound to that port.
Rob
On Feb 23, 2009, at 19:05, Levi Stanley wrote:
Hello:
I am trying to install the Red5.war file, using mod_caucho, but I
keep getting this error:
500 Servlet Exception
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind(Native Method)
at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:
119)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at
org
.apache
.mina
.transport.socket.nio.SocketAcceptor.registerNew(SocketAcceptor.java:
363)
at org.apache.mina.transport.socket.nio.SocketAcceptor.access
$800(SocketAcceptor.java:55)
at org.apache.mina.transport.socket.nio.SocketAcceptor
$Worker.run(SocketAcceptor.java:222)
at
org
.apache
.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:51)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest