|
Hey guys,
Ok I finally got around to installing Red5 with the version 3 windows installer. I am using win2003 & have IIS6 running on port 80 (duh) as well as Apache on port 8080. I am having trouble starting both red5 service & apache. If I stop one I can start the other but not both at the same time.
Is Red5 using port 8080? Is there a problem with having 2 web servers running?
Here is the log output:
STATUS | wrapper | 2006/04/12 18:12:13 | --> Wrapper Started as Service STATUS | wrapper | 2006/04/12 18:12:14 | Launching a JVM... INFO | jvm 1 | 2006/04/12 18:12:14 | Wrapper (Version 3.1.2) http://wrapper.tanukisoftware.org INFO | jvm 1 | 2006/04/12 18:12:14 | INFO | jvm 1 | 2006/04/12 18:12:14 | log4j:WARN No appenders could be found for logger (org.red5.server.Standalone). INFO | jvm 1 | 2006/04/12 18:12:14 | log4j:WARN Please initialize the log4j system properly. INFO | jvm 1 | 2006/04/12 18:12:15 | INFO | jvm 1 | 2006/04/12 18:12:15 | WrapperSimpleApp: Encountered an error running main: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpServer' defined in file [C:\Program Files\Red5\bin\..\conf\red5.xml]: Initialization of bean failed; nested exception is java.lang.reflect.InvocationTargetException: null INFO | jvm 1 | 2006/04/12 18:12:15 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'httpServer' defined in file [C:\Program Files\Red5\bin\..\conf\red5.xml]: Initialization of bean failed; nested exception is java.lang.reflect.InvocationTargetException: null INFO | jvm 1 | 2006/04/12 18:12:15 | java.lang.reflect.InvocationTargetException INFO | jvm 1 | 2006/04/12 18:12:15 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) INFO | jvm 1 | 2006/04/12 18:12:15 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) INFO | jvm 1 | 2006/04/12 18:12:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) INFO | jvm 1 | 2006/04/12 18:12:15 | at java.lang.reflect.Method.invoke(Unknown Source) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.mortbay.xml.XmlConfiguration.call(XmlConfiguration.java:502) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:216) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.mortbay.xml.XmlConfiguration.newInstance(XmlConfiguration.java:178) INFO | jvm 1 | 2006/04/12 18:12:15 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) INFO | jvm 1 | 2006/04/12 18:12:15 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) INFO | jvm 1 | 2006/04/12 18:12:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) INFO | jvm 1 | 2006/04/12 18:12:15 | at java.lang.reflect.Method.invoke(Unknown Source) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1092) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1062) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:363) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:147) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:275) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:318) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:83) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:68) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:59) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.red5.server.Standalone.main(Standalone.java:65) INFO | jvm 1 | 2006/04/12 18:12:15 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) INFO | jvm 1 | 2006/04/12 18:12:15 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) INFO | jvm 1 | 2006/04/12 18:12:15 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) INFO | jvm 1 | 2006/04/12 18:12:15 | at java.lang.reflect.Method.invoke(Unknown Source) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:136) INFO | jvm 1 | 2006/04/12 18:12:15 | at java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2006/04/12 18:12:15 | Caused by: java.net.BindException: Address already in use: bind INFO | jvm 1 | 2006/04/12 18:12:15 | at sun.nio.ch.Net.bind(Native Method) INFO | jvm 1 | 2006/04/12 18:12:15 | at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source) INFO | jvm 1 | 2006/04/12 18:12:15 | at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) INFO | jvm 1 | 2006/04/12 18:12:15 | at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:148) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.mortbay.jetty.AbstractConnector.doStart(AbstractConnector.java:285) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:113) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:37) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.mortbay.jetty.Server.doStart(Server.java:160) INFO | jvm 1 | 2006/04/12 18:12:15 | at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:37) INFO | jvm 1 | 2006/04/12 18:12:15 | ... 28 more STATUS | wrapper | 2006/04/12 18:12:18 | <-- Wrapper Stopped INFO | wrapper | 2006/04/12 18:12:18 | Waiting to start... ERROR | wrapper | 2006/04/12 18:12:19 | The Red5 service was launched, but failed to start.
Jim |
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
