Hi all i've got a problem deploying red5 java 5 war version. I catch this error:
3354 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#1bfbfb8' 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#1bfbfb8' defined in ServletContext resource [/WEB-INF/red5-core.xml]; nested exception is java.lang.ClassNotFoundException: org.apache.mina.integration.spring.InetSocketAddressEditor ==> java.lang.ClassNotFoundException: org.apache.mina.integration.spring.InetSocketAddressEditor this class is in the src folder, but not in the /lib folder of the war file .... it looks that there is a packaging problem i've tried to recompile my own red5 webwar (with additionnal apps) using the webwar_java5 ant task: the war is deployed succefully on Tomcat 5.5 with java5 but rtmp connection is impossible (with port tester demo) although, it works fine with java6 webwar version on OSX but i would like to stay on java5 I've looked to the ML but its looks that nobody have posted the solution, so please if somebody have a clue tell me ... i'm becoming mad :-) regards Pierre _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
