I'm on windows and even if I add mina it fails. The error I get now is... [ERROR] 2007-08-16 10:51:28,406 Thread-1:( org.red5.server.MainServlet.contextInitialized ) org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rtmpCodecFactory' defined in ServletContext resource [/WEB-INF/red5-common.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
No stack trace or anything. From what I can tell from the source is that the serializer is not getting set before the init is called. I can't debug because this code executes before I can get a debugger attached. Sadly our servers are Windows servers so it's not much help to switch to linux or OSX, which I'd prefer to do anyway. Paul Mondain wrote: > That seems a bit odd.. that it works in Linux but not on OSX? Ill look > at the script and make sure the necessary libraries are included. > > Paul > > On 8/17/07, * David Engelmaier* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hello Paul, > I run 0.6.2 WARlet in Tomcat on Debian Linux and > on Mac OS X 10.4.10, on Linux it works out of the box, > on Mac OS X you need to download the apache mina from > http://mina.apache.org/ and put the jars it in the WEB-INF/lib > directory > > Best > David > > > Paul deCoursey wrote: >> Has anyone tested the WAR version? It fails to deploy for me. >> >> >> [ERROR] 1828 ContainerBackgroundProcessor[StandardEngine[Catalina]]:( >> org.red5.server.MainServlet.contextInitialized ) >> org.springframework.beans.factory.BeanCreationException >> : Error creating >> bean with name 'customEditorConfigurer' defined in ServletContext >> resource [/WEB-INF/red5-core.xml]: Cannot create inner bean >> 'org.apache.mina.integration.spring.InetSocketAddressEditor#da52a1 >> ' of >> type [org.apache.mina.integration.spring.InetSocketAddressEditor] while >> setting bean property 'customEditors' with key [TypedStringValue: value >> [java.net.SocketAddress], target type [null]]; nested exception is >> >> org.springframework.beans.factory.CannotLoadBeanClassException: Cannot >> find class [org.apache.mina.integration.spring.InetSocketAddressEditor] >> for bean with name >> 'org.apache.mina.integration.spring.InetSocketAddressEditor#da52a1 >> ' >> defined in ServletContext resource [/WEB-INF/red5-core.xml]; nested >> exception is java.lang.ClassNotFoundException: >> org.apache.mina.integration.spring.InetSocketAddressEditor >> >> >> >> >> It looks like there are some missing jars. >> >> >> _______________________________________________ >> Red5 mailing list >> [email protected] <mailto:[email protected]> >> http://osflash.org/mailman/listinfo/red5_osflash.org >> > > > -- > > David Engelmaier > > Software development consultant > > http://www.ixperience.net > > > _______________________________________________ > Red5 mailing list > [email protected] <mailto:[email protected]> > http://osflash.org/mailman/listinfo/red5_osflash.org > > > > > -- > It is difficult to free fools from the chains they revere. - Voltaire > ------------------------------------------------------------------------ > > _______________________________________________ > 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
