On 6/6/07, David Engelmaier <[EMAIL PROTECTED]> wrote:

 Hello, i've got a problem running the Red5 WAR(Java 1.5) in Tomcat, the
configuration is:
Debian 4 Etch
Sun Java 1.5.0_10
Red5 WAR 0.6.1 for Java 1.5
Tomcat 5.5 - from Debian repository

the error thrown is the following:
Jun 6, 2007 12:40:40 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive red5-0.6.1-java5.war
log4j:WARN No appenders could be found for logger (
org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
Jun 6, 2007 12:40:42 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jun 6, 2007 12:40:42 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/red5-0.6.1-java5] startup failed due to previous errors


"Error listenerStart" seems to be linked with missing dependencies or
dependency dependecies from the classes declared in web.xml as listeners.
IIRC, there's a Spring web context listener in red5's web.xml
The missing dependencies can be cause by,.....  erm... missing jars, or by
.jar files clashing, like: you have commons-logging-1.0.jar in Tomcat's
common/shared/server, and commons-logging-1.1.jar in the webapp.

Surely, watching the logs folder should also give you more information
(like: a class initializer "<init>" failed etc.)

Hope this helps,
Vlad
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to