[ANN] Red5 server and client version 1.0.5 release

135 views
Skip to first unread message

Mondain

unread,
Feb 7, 2015, 1:23:00 PM2/7/15
to red5in...@googlegroups.com
The latest version is now available, go get it!

Rajdeep Rath

unread,
Feb 7, 2015, 1:27:10 PM2/7/15
to red5in...@googlegroups.com
Yeah!!!!


On Saturday, February 7, 2015, Mondain <mon...@gmail.com> wrote:
The latest version is now available, go get it!

--

---
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 red5interest...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Isidro Merayo Castellano

unread,
Feb 9, 2015, 1:41:49 PM2/9/15
to red5in...@googlegroups.com
Hi,
I think red5-plugins no update de version in pom.xml

<red5-server.version>1.0.4-SNAPSHOT</red5-server.version>
<red5-client.version>1.0.4-SNAPSHOT</red5-client.version>

Is it correct?


On Saturday, February 7, 2015 at 7:27:10 PM UTC+1, Rajdeep Rath wrote:
Yeah!!!!

On Saturday, February 7, 2015, Mondain <mon...@gmail.com> wrote:
The latest version is now available, go get it!

--

---
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 red5interest+unsubscribe@googlegroups.com.

Yamakasi

unread,
Feb 9, 2015, 2:05:32 PM2/9/15
to red5in...@googlegroups.com
Nice, thanks!

I'm trying to upgrade from 1.0.2 snapshot but I get this (again).

[INFO] [0.0.0.0-startStop-1] org.apache.catalina.core.ContainerBase.[red5Engine].[0.0.0.0].[/MyApp] - No Spring WebApplicationInitializer types detected on classpath
[WARN] [RTMPConnectionExecutor#K1UADO9KGAHIB-1] org.red5.server.net.rtmp.RTMPHandler - Scope MyApp not found
[INFO] [RTMPConnectionExecutor#K1UADO9KGAHIB-1] org.red5.server.net.rtmp.RTMPHandler - No application scope found for MyApp

Is there changing so much between releases ?



Op zaterdag 7 februari 2015 19:23:00 UTC+1 schreef Mondain:

Rajdeep Rath

unread,
Feb 9, 2015, 2:12:10 PM2/9/15
to red5in...@googlegroups.com
Actuall no change in 1.0.2 / 1.0.3 / 1.0.4
--

---
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 red5interest...@googlegroups.com.

Rajdeep Rath

unread,
Feb 9, 2015, 2:13:26 PM2/9/15
to red5in...@googlegroups.com
At least to my notice... Cause none of my apps working in 1.0.2 broke till now except for the playlist example 

Yamakasi

unread,
Feb 9, 2015, 2:14:21 PM2/9/15
to red5in...@googlegroups.com
Strange, I removed all from webapps except the red5-redault.xml and move my app in.

Normally that works OK.
To unsubscribe from this group and stop receiving emails from it, send an email to red5interest+unsubscribe@googlegroups.com.

Yamakasi

unread,
Feb 9, 2015, 3:50:54 PM2/9/15
to red5in...@googlegroups.com
Rajdeep,

Do you have a working example of you a red5-web.xml maybe to look at ? I think it goes wrong with the service.

I have this on all versions atfer 1.0.2-SNAPSHOT

THansk!

Op maandag 9 februari 2015 20:12:10 UTC+1 schreef Rajdeep Rath:
To unsubscribe from this group and stop receiving emails from it, send an email to red5interest+unsubscribe@googlegroups.com.

Rajdeep Rath

unread,
Feb 9, 2015, 4:03:45 PM2/9/15
to red5in...@googlegroups.com

To unsubscribe from this group and stop receiving emails from it, send an email to red5interest...@googlegroups.com.

Yamakasi

unread,
Feb 9, 2015, 4:19:46 PM2/9/15
to red5in...@googlegroups.com
Hi, thanks for this, mine look the same.

The strange thing to me is that it happens after 1.0.2-SNAPSHOT, I wonder what happened there. I already reported once "registering" is slow, this seems to be faster now.

Op maandag 9 februari 2015 22:03:45 UTC+1 schreef Rajdeep Rath:

Yamakasi

unread,
Feb 9, 2015, 4:28:34 PM2/9/15
to red5in...@googlegroups.com
OK, registering doesn't go well after all and takes long, very long (about 5-10 min) with the following as result:

[INFO] [Launcher:/MyApp] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from ServletContext resource [/WEB-INF/red5-web.properties]
[INFO] [Launcher:/MyApp] org.red5.server.Context - Setting parent bean factory as core
[INFO] [Launcher:/MyApp] org.red5.server.scope.WebScope - Set server [Server@3b484833map[[empty]]]
[INFO] [Launcher:/MyApp] org.red5.server.Server - Add mapping global: default host:  context: MyApp
[WARN] [Launcher:/MyApp] org.springframework.web.context.support.XmlWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'web.scope' defined in ServletContext resource [/WEB-INF/red5-web.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.red5.server.scope.Scope$ConcurrentScopeSet.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1554) ~[spring-beans-4.0.8.RELEASE.jar:4.0.8.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539) ~[spring-beans-4.0.8.RELEASE.jar:4.0.8.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475) ~[spring-beans-4.0.8.RELEASE.jar:4.0.8.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.0.8.RELEASE.jar:4.0.8.RELEASE]
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) ~[spring-beans-4.0.8.RELEASE.jar:4.0.8.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.0.8.RELEASE.jar:4.0.8.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.0.8.RELEASE.jar:4.0.8.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:706) ~[spring-beans-4.0.8.RELEASE.jar:4.0.8.RELEASE]
        at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762) ~[spring-context-4.0.8.RELEASE.jar:4.0.8.RELEASE]
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482) ~[spring-context-4.0.8.RELEASE.jar:4.0.8.RELEASE]
        at org.red5.server.tomcat.TomcatLoader$1.run(TomcatLoader.java:479) [tomcatplugin-1.7.jar:na]
Caused by: java.lang.NoSuchMethodError: org.red5.server.scope.Scope$ConcurrentScopeSet.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;
        at org.red5.server.scope.Scope$ConcurrentScopeSet.hasName(Scope.java:1411) ~[red5-server-common-1.0.5-RELEASE.jar:na]
        at org.red5.server.scope.Scope.hasChildScope(Scope.java:819) ~[red5-server-common-1.0.5-RELEASE.jar:na]
        at org.red5.server.scope.Scope.init(Scope.java:872) ~[red5-server-common-1.0.5-RELEASE.jar:na]
        at org.red5.server.scope.WebScope.register(WebScope.java:225) ~[red5-server.jar:na]
        at org.red5.server.scope.WebScope.afterPropertiesSet(WebScope.java:111) ~[red5-server.jar:na]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1613) ~[spring-beans-4.0.8.RELEASE.jar:4.0.8.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1550) ~[spring-beans-4.0.8.RELEASE.jar:4.0.8.RELEASE]
        ... 10 common frames omitted
Exception in thread "Launcher:/MyApp" java.lang.RuntimeException: Failed to load webapplication context class
        at org.red5.server.tomcat.TomcatLoader$1.run(TomcatLoader.java:507)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'web.scope' defined in ServletContext resource [/WEB-INF/red5-web.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.red5.server.scope.Scope$ConcurrentScopeSet.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1554)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:706)
        at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
        at org.red5.server.tomcat.TomcatLoader$1.run(TomcatLoader.java:479)
Caused by: java.lang.NoSuchMethodError: org.red5.server.scope.Scope$ConcurrentScopeSet.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;
        at org.red5.server.scope.Scope$ConcurrentScopeSet.hasName(Scope.java:1411)
        at org.red5.server.scope.Scope.hasChildScope(Scope.java:819)
        at org.red5.server.scope.Scope.init(Scope.java:872)
        at org.red5.server.scope.WebScope.register(WebScope.java:225)
        at org.red5.server.scope.WebScope.afterPropertiesSet(WebScope.java:111)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1613)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1550)
        ... 10 more



Op maandag 9 februari 2015 22:03:45 UTC+1 schreef Rajdeep Rath:

Mondain

unread,
Feb 9, 2015, 4:36:22 PM2/9/15
to red5in...@googlegroups.com
That is probably caused on my end during the build; I will have to recompile the jars with my environment set for jdk7. 

Mondain

unread,
Feb 9, 2015, 4:37:02 PM2/9/15
to red5in...@googlegroups.com
Or for a work-around, you could upgrade to Java 8.

Yamakasi

unread,
Feb 9, 2015, 4:38:07 PM2/9/15
to red5in...@googlegroups.com
No problem! thanks for the endless help here!

What do you suggest as best, upgrade ?

Op maandag 9 februari 2015 22:36:22 UTC+1 schreef Mondain:

Mondain

unread,
Feb 9, 2015, 4:43:42 PM2/9/15
to red5in...@googlegroups.com
Yes, upgrade to java 8 since I can't "downgrade" the builds at the moment.

Yamakasi

unread,
Feb 9, 2015, 4:47:14 PM2/9/15
to red5in...@googlegroups.com
OK, will do and report back!

Op maandag 9 februari 2015 22:43:42 UTC+1 schreef Mondain:

Yamakasi

unread,
Feb 9, 2015, 5:15:41 PM2/9/15
to red5in...@googlegroups.com
OK, fixed :) Now test!

Thanks a lot Paul!


Op maandag 9 februari 2015 22:43:42 UTC+1 schreef Mondain:
Yes, upgrade to java 8 since I can't "downgrade" the builds at the moment.

Reply all
Reply to author
Forward
0 new messages