Java.lang.RuntimeException: Failed to load webapplication context class in red5
-
HI,
I am doing white board application in red5 and i am getting the following error msg:
SLF4J: The requested version 1.5.8 by your slf4j binding is not compatible with [1.5.5, 1.5.6]
SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details.
some lines…
"Exception in thread "Launcher:/Whiteboard" java.lang.RuntimeException: Failed to load webapplication context class.
at org.red5.server.tomcat.TomcatLoader$1.run(TomcatLoader.java:579)
Caused by: java.lang.ClassCastException: org.springframework.web.context.support.XmlWebApplicationContext cannot be cast to org.springframework.web.context.ConfigurableWebApplicationContext
at org.red5.server.tomcat.TomcatLoader$1.run(TomcatLoader.java:577)"I am using red5 0.9.1.. Please help me to find out the solution...:(