I am running RTMPT and RTMP with RED5 / Apache 2.2.4 / Tomcat 6.013 with
Java 1.6_2
without any problems.

Running latest from Trunk.

Lenny


On 7/25/07, Pierre Augier <[EMAIL PROTECTED]> wrote:

We've found the problem:

the java 5 webwar version downloadable on osflash/red5 doesn't include
theses 3 jars :

mina-integration-spring-1.1.0.jar
mina-filter-ssl-1.1.0.jar
mina-core-1.1.0.jar

==> so the webwar is deployable under tomcat but tRTMP communication are
impossible

the solution is to generate a own webwar using "ant webwar" NOT "ant
webwar_java5"

the target "ant webwar_java5 " DOES NOT include these 3 JAR ... but
"webwar" target does (don't ask me why :-) )

so there might be a problem in the build webwar_java5 target ... and it
would be great to change the java5 webwar version on osflash website.

best regards

Pierre Augier




Pierre Augier a écrit :
> 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
>
>


_______________________________________________
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

Reply via email to