I have upgraded to Red5 1.0.9 and now my application can not run due to a linkage error related to org.slf4j. I am using Windows. Red5 lib folder has now jcl-over-slf4j-1.7.25, jul-to-slf4j-1.7.25, log4j- I have excluded some jars but still have the error. Any assistance with this issue is appreciated. <plugin> <artifactId>maven-war- <version>2.6</version> <configuration> <packagingExcludes>WEB- WEB-INF/lib/spring- WEB-INF/lib/spring- WEB-INF/lib/spring-core* WEB-INF/lib/spring- WEB-INF/lib/spring-web*. WEB-INF/lib/mina*.jar, WEB-INF/lib/red5*.jar, WEB-INF/lib/servlet-api* WEB-INF/lib/javaee-api*. WEB-INF/lib/log4j*.jar </packagingExcludes> </configuration> </plugin> The error is: java.lang.LinkageError: loader constraint violation: when resolving method "org.slf4j.impl. at org.slf4j.LoggerFactory. at org.slf4j.LoggerFactory. at org.apache.commons.logging. at org.apache.commons.logging. at org.apache.commons.logging. at org.springframework.aop. at org.springframework.aop. at org.springframework.aop. at org.springframework.aop. at sun.reflect. at sun.reflect. at sun.reflect. at java.lang.reflect.Constructor. at org.springframework.beans. at org.springframework.beans. at org.springframework.beans. at org.springframework.beans. at org.springframework.beans. at org.springframework.beans. at org.springframework.beans. at org.springframework.beans. at org.springframework.beans. at org.springframework.beans. at org.springframework.context. at org.springframework.context. at org.springframework.context. at org.springframework.web. at org.springframework.web. at org.springframework.web. at org.springframework.web. at org.springframework.web. at org.springframework.web. at javax.servlet.GenericServlet. at org.apache.catalina.core. at org.apache.catalina.core. at org.apache.catalina.core. at org.apache.catalina.core. at org.apache.catalina.core. at org.apache.catalina.util. at org.apache.catalina.core. at org.apache.catalina.core. at java.util.concurrent. at java.util.concurrent. at java.util.concurrent. at java.lang.Thread.run(Thread. --- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
I'd suggest using the jars in the released zip / tarball file. Otherwise you may have a dependency issue in your app build. Regards, Paul On Wed, Feb 21, 2018 at 1:14 PM <[hidden email]> wrote:
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Thanks very much Paul. I decided to upgrade to 1.0.9 because is the latest release. Are the pre releases 1.0.10 work in progress like Beta versions or are they stable versions that can be used as well for production deployments?
-- Thanks again. Sonia On Wednesday, February 21, 2018 at 4:21:40 PM UTC-5, Mondain wrote:
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Milestones for us could be considered beta; but the latest milestone has been used with Red5 Pro for quite some time now and its really stable. I've just been a little busy/lazy or it'd be released by now. On Thu, Feb 22, 2018 at 11:34 AM <[hidden email]> wrote:
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Ok. Thanks very much Paul for the clarification.
-- On Thursday, February 22, 2018 at 3:14:33 PM UTC-5, Mondain wrote:
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |