<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0">
<channel><title><![CDATA[ActionScript.org Flash, Flex and ActionScript Resources - Comments for article: Getting started with red5 server]]></title><link>http://www.actionscript.org/resources</link><description /><language>en-us</language><copyright><![CDATA[http://www.actionscript.org/resources]]></copyright><generator>N/A</generator><webMaster>general.redirect@gmail.com</webMaster><lastBuildDate>Sun, 22 Nov 2009 13:04:37 CST</lastBuildDate><ttl>20</ttl><item><title><![CDATA[Comment #1]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment3774</link><description><![CDATA[I get the following error:
Cannot cast from Object to boolean
	Red5FirstApp/WEB-INF/src/com/milgra	Application.java
line 28

And I needed to change Boolean to boolean.	
<br/><br/>
(Comment posted by  at 5:13 pm, Wed 6th Jun 2007)]]></description><author>no@spam.com ()</author><pubDate><![CDATA[Wed, 06 Jun 2007 17:13:54 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment3774</guid></item><item><title><![CDATA[Comment #2]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment3796</link><description><![CDATA[There seems to be a problem with the sever side code in the line 28 where: (boolean)params[0]  . I get error:
Cannot cast from Object to boolean.

Im just learning java, so unfortunately I dont know what the root of the problem is. Regards, Damjan<br/><br/>
(Comment posted by Damjan at 8:12 am, Thu 7th Jun 2007)]]></description><author>no@spam.com (Damjan)</author><pubDate><![CDATA[Thu, 07 Jun 2007 08:12:10 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment3796</guid></item><item><title><![CDATA[Comment #3]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment3798</link><description><![CDATA[If you get the error above, it means that you're using J2SE <=1.4; the code should work on JDK 5.0 and above...<br/><br/>
(Comment posted by Antti at 9:21 am, Thu 7th Jun 2007)]]></description><author>no@spam.com (Antti)</author><pubDate><![CDATA[Thu, 07 Jun 2007 09:21:33 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment3798</guid></item><item><title><![CDATA[Comment #4]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment4229</link><description><![CDATA[If you using a JDK < 5.0 
try something like this:
boolean accept = ((Boolean)params[0]).booleanValue();<br/><br/>
(Comment posted by Spiral at 2:42 am, Wed 27th Jun 2007)]]></description><author>no@spam.com (Spiral)</author><pubDate><![CDATA[Wed, 27 Jun 2007 02:42:20 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment4229</guid></item><item><title><![CDATA[Comment #5]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment4277</link><description><![CDATA[when i run red5.bat in windows i get this error: 

Exception in thread "main" java.net.BindException: Address already in use: bind
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)...
<br/><br/>
(Comment posted by dude at 2:03 pm, Fri 29th Jun 2007)]]></description><author>no@spam.com (dude)</author><pubDate><![CDATA[Fri, 29 Jun 2007 14:03:02 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment4277</guid></item><item><title><![CDATA[Comment #6]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment4872</link><description><![CDATA[Whether I pass "false" or "true" I always get success?<br/><br/>
(Comment posted by ushaped at 9:21 am, Mon 23rd Jul 2007)]]></description><author>no@spam.com (ushaped)</author><pubDate><![CDATA[Mon, 23 Jul 2007 09:21:23 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment4872</guid></item><item><title><![CDATA[Comment #7]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment4928</link><description><![CDATA[This is a pretty bad tutorial. There are a lot of things that can go wrong with starting with the Red5 server. Considering that most people will be new to this kind of development, the explanations are pretty bad. The author does not explain whats going on very well and assumes that every thing will be OK. Also, it would have been more favorable to use an Eclipse/Tomcat/WTP setup for a beginners tutorial since its more standard and a lot more information on it is out there on the web when you run into issues. I also suggest that the author takes up some writer courses or brushes up on his writing skills in another way. His writing style is very juvenile and doesn't seem to carry the professionality he claims posses.
<br/><br/>
(Comment posted by Luke at 8:14 pm, Tue 24th Jul 2007)]]></description><author>no@spam.com (Luke)</author><pubDate><![CDATA[Tue, 24 Jul 2007 20:14:27 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment4928</guid></item><item><title><![CDATA[Comment #8]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment4967</link><description><![CDATA[To it was very helpful. Using Eclipse is a good decision since it turns out to become a very handy Environment merging together Java/Processing, Flex, AS. And its the most useful beginners Tutorial I found. Seems there are not much out there. Its ok the Author assumes some backround knowledge. Would be hard for a very very beginner to dive into ComServers.<br/><br/>
(Comment posted by Christopher at 5:56 am, Thu 26th Jul 2007)]]></description><author>no@spam.com (Christopher)</author><pubDate><![CDATA[Thu, 26 Jul 2007 05:56:46 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment4967</guid></item><item><title><![CDATA[Comment #9]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment5783</link><description><![CDATA[LOVED IT!

However, i develop on a couple machines here in the lab at thebitstream.com and had to edit a line to match the ofla demo. I couldnt reach my app on the test machine without 
webapp.virtualHosts=*, localhost, localhost:8088, 127.0.0.1:8088<br/><br/>
(Comment posted by bowljoman at 1:31 am, Sun 2nd Sep 2007)]]></description><author>no@spam.com (bowljoman)</author><pubDate><![CDATA[Sun, 02 Sep 2007 01:31:33 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment5783</guid></item><item><title><![CDATA[Comment #10]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment7111</link><description><![CDATA[I get the error
NetConnection.Connect.InvalidApp
NetConnection.Connect.Closed

I think Invalidapp means my app has a wrong name somewhere. Any ideas how to fix this?<br/><br/>
(Comment posted by Andrew at 4:11 pm, Sat 27th Oct 2007)]]></description><author>no@spam.com (Andrew)</author><pubDate><![CDATA[Sat, 27 Oct 2007 16:11:01 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment7111</guid></item><item><title><![CDATA[Comment #11]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment7504</link><description><![CDATA[Also had the "Invalid App" error because I put my ip instead of localhost to the rtmp link. Strange enough I could connect to rtmp://localhost/test without any problems, though. Does this make sense and does anyone know why? Will I run into similar problems when I deploy my app at a remote server?<br/><br/>
(Comment posted by SaltamonteZ at 4:48 am, Wed 14th Nov 2007)]]></description><author>no@spam.com (SaltamonteZ)</author><pubDate><![CDATA[Wed, 14 Nov 2007 04:48:48 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment7504</guid></item><item><title><![CDATA[Comment #12]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment7676</link><description><![CDATA[NetConnection.Connect.InvalidApp this is the error code I am facing..

Wat is wrong here ..?<br/><br/>
(Comment posted by Harsh at 4:09 pm, Thu 22nd Nov 2007)]]></description><author>no@spam.com (Harsh)</author><pubDate><![CDATA[Thu, 22 Nov 2007 16:09:12 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment7676</guid></item><item><title><![CDATA[Comment #13]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment9034</link><description><![CDATA[I have the same InvalidApp problem, and I've always used "localhost" instead of my ip address, so I don't know what's the problem. Has anyone reached to a solution for this, or has any idea where could be the problem? Thanks.<br/><br/>
(Comment posted by Carla at 11:04 am, Tue 22nd Jan 2008)]]></description><author>no@spam.com (Carla)</author><pubDate><![CDATA[Tue, 22 Jan 2008 11:04:38 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment9034</guid></item><item><title><![CDATA[Comment #14]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment9369</link><description><![CDATA[It works.
I just added this
webapp.virtualHosts=*, localhost, localhost:8088, 127.0.0.1:8088

to the red5-web.properties file

Thanks!<br/><br/>
(Comment posted by ket at 9:25 pm, Thu 7th Feb 2008)]]></description><author>no@spam.com (ket)</author><pubDate><![CDATA[Thu, 07 Feb 2008 21:25:22 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment9369</guid></item><item><title><![CDATA[Comment #15]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment9538</link><description><![CDATA[Red5 is a real alternative to Flash Media server and it will soon make his space at wider level.<br/><br/>
(Comment posted by Sunil Gupta at 9:41 am, Sat 16th Feb 2008)]]></description><author>no@spam.com (Sunil Gupta)</author><pubDate><![CDATA[Sat, 16 Feb 2008 09:41:49 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment9538</guid></item><item><title><![CDATA[Comment #16]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment9552</link><description><![CDATA[First I got the NetConnection.Connect.InvalidApp

After editing the red5-web.properties File I am getting
NetConnection.Connect.Failed

Anyone else got this and was able to fix it?<br/><br/>
(Comment posted by Flo at 12:53 pm, Sun 17th Feb 2008)]]></description><author>no@spam.com (Flo)</author><pubDate><![CDATA[Sun, 17 Feb 2008 12:53:59 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment9552</guid></item><item><title><![CDATA[Comment #17]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment9639</link><description><![CDATA[Very nice small tutorial. Went through it without a problem. What could be next is: how to debug your java file and how to deploy it.<br/><br/>
(Comment posted by Marcel at 4:47 pm, Wed 20th Feb 2008)]]></description><author>no@spam.com (Marcel)</author><pubDate><![CDATA[Wed, 20 Feb 2008 16:47:56 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment9639</guid></item><item><title><![CDATA[Comment #18]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment9655</link><description><![CDATA[Super :) got me started. 

For those getting the invalidApp error. Check your web.xml and make sure your remove those 2 gateway servlets (just under the comment.) Helped for me.<br/><br/>
(Comment posted by Misenensis at 7:07 am, Thu 21st Feb 2008)]]></description><author>no@spam.com (Misenensis)</author><pubDate><![CDATA[Thu, 21 Feb 2008 07:07:20 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment9655</guid></item><item><title><![CDATA[Comment #19]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment9788</link><description><![CDATA[Thanks Milan for a very useful tutorial. We'll be doing a lot of video & rich media Flex development over the next couple of years and Red5 looks very promising. And by the way, your writing was exceptionally clear & humor is appreciated even for comp sci types.

I ran into the invalidApp error & by an inspection of the server startup log, it seemed to be java version related since the reason the app couldn't initialize was due to an illegal class version number.

Anyway, i set the java compliance to version 5.0 (Eclipse defaulted to 6.0) in the workspace compile properties & all error went away.<br/><br/>
(Comment posted by mart at 2:35 pm, Tue 26th Feb 2008)]]></description><author>no@spam.com (mart)</author><pubDate><![CDATA[Tue, 26 Feb 2008 14:35:23 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment9788</guid></item><item><title><![CDATA[Comment #20]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment10083</link><description><![CDATA[I get the error:
NetConnection.Connect.InvalidApp
NetConnection.Connect.Closed

I open the Red5 erro.log file and see:
2008-03-10 11:30:26,102 [WrapperSimpleAppMain] ERROR org.mortbay.log - failed org.mortbay.jetty.webapp.WebAppContext@1b0c08{/firstapp,file:/C:/Red5/webapps/firstapp/}
java.lang.NoClassDefFoundError: org/apache/log4j/PropertyConfigurator

Anyone else got this and was able to fix it?

Thanks!
<br/><br/>
(Comment posted by Chau at 5:50 am, Mon 10th Mar 2008)]]></description><author>no@spam.com (Chau)</author><pubDate><![CDATA[Mon, 10 Mar 2008 05:50:01 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment10083</guid></item><item><title><![CDATA[Comment #21]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment10348</link><description><![CDATA[It seems like one important step is missing in this tutorial which causes the “NetConnection.Connect.InvalidApp” message. You need to make a jar file from you java project and store it in the lib directory of your application (Red5webappsfirstAppWEB-INFlib). Restart red5 again and it should work.<br/><br/>
(Comment posted by Paul Tondeur at 9:55 am, Fri 21st Mar 2008)]]></description><author>no@spam.com (Paul Tondeur)</author><pubDate><![CDATA[Fri, 21 Mar 2008 09:55:38 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment10348</guid></item><item><title><![CDATA[Comment #22]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment11019</link><description><![CDATA[Could you tell how to make the jar and what it does?
It seems to me that the jar is only used when compiling. Or what do I miss? <br/><br/>
(Comment posted by Bjerrum at 4:36 am, Thu 24th Apr 2008)]]></description><author>no@spam.com (Bjerrum)</author><pubDate><![CDATA[Thu, 24 Apr 2008 04:36:01 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment11019</guid></item><item><title><![CDATA[Comment #23 (Reply to Comment #22)]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment11766</link><description><![CDATA[Creating the jar file solved all my "NetConnection.Connect.InvalidApp" problems too.  To make the jar, in Eclipse go to File->Export, expand Java and select JAR file. Hit Next. Under "select the resources...", expand your app and select WEB-INF.  Also check "Export java source files and resources".   Set export destination to yourRed5Dir/webapps/firstapp/WEB-INF/lib/firstapp.jar, hit finish and restart red5.<br/><br/>
(Comment posted by sewerewes at 9:31 am, Tue 24th Jun 2008)]]></description><author>no@spam.com (sewerewes)</author><pubDate><![CDATA[Tue, 24 Jun 2008 09:31:41 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment11766</guid></item><item><title><![CDATA[Comment #24]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment12302</link><description><![CDATA[Please help!! i keep getting the NetConnection.Connect.failed . i also get the following error during red5 startup:
2008-11-22 01:54:48,894 [WrapperSimpleAppMain] ERROR org.mortbay.log - failed org.mortbay.jetty.webapp.WebAppContext@160e069{/firstapp,file:/C:/Program%20Files/Red5/webapps/firstapp/}
java.lang.NoClassDefFoundError: org/apache/log4j/PropertyConfigurator
	at org.springframework.util.Log4jConfigurer.initLogging(Log4jConfigurer.java:73)
	at org.springframework.web.util.Log4jWebConfigurer.initLogging(Log4jWebConfigurer.java:152)
	at org.springframework.web.util.Log4jConfigListener.contextInitialized(Log4jConfigListener.java:51)
	at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:540)
	at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
	at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1220)
	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:510)
	at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
	at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
	at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
	at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)<br/><br/>
(Comment posted by dkemsa at 1:10 am, Sat 22nd Nov 2008)]]></description><author>no@spam.com (dkemsa)</author><pubDate><![CDATA[Sat, 22 Nov 2008 01:10:03 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment12302</guid></item><item><title><![CDATA[Comment #25 (Reply to Comment #24)]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment12967</link><description><![CDATA[It seems you are having problem loading the applications. Most probably it is due to errors in web.xml. Check if everything is in place in web.xml.<br/><br/>
(Comment posted by avee at 2:05 pm, Tue 5th May 2009)]]></description><author>no@spam.com (avee)</author><pubDate><![CDATA[Tue, 05 May 2009 14:05:13 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment12967</guid></item><item><title><![CDATA[Comment #26]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment12492</link><description><![CDATA[I tried exporting the .jar file like Paul suggested and I'm still getting the InvalidApp error.  I've been trying to create my first Red5 app for a while now with no success... getting frustrated.  Any suggestions?<br/><br/>
(Comment posted by Brian at 12:21 pm, Thu 8th Jan 2009)]]></description><author>no@spam.com (Brian)</author><pubDate><![CDATA[Thu, 08 Jan 2009 12:21:53 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment12492</guid></item><item><title><![CDATA[Comment #27]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment12738</link><description><![CDATA[thanks for your great tutorial but i found some problem here.

i’m very much n00b at red5. and i’m using ubuntu intrepid and my red5 server is in /usr/lib/red5 , and the webroot folder is in /usr/lib/red5/webapps. i want to ask you how i make a put you tutorial source at webapps folder and when i run http://MyRed5Server:5080/ i keep getting error 404. i tried to download or follow other tutorial and when i put the folder at the webapps folder again i get the error 404. please tell me how to make this right.

thank you<br/><br/>
(Comment posted by arif at 1:34 am, Sat 7th Mar 2009)]]></description><author>no@spam.com (arif)</author><pubDate><![CDATA[Sat, 07 Mar 2009 01:34:07 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment12738</guid></item><item><title><![CDATA[Comment #28]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment12739</link><description><![CDATA[same here.i've tried to change the rmtp url server like 
rtmp://Myserver:5080/firstapp
rtmp://Myserver/firstapp

I'm still getting the InvalidApp error<br/><br/>
(Comment posted by arif at 3:44 am, Sat 7th Mar 2009)]]></description><author>no@spam.com (arif)</author><pubDate><![CDATA[Sat, 07 Mar 2009 03:44:50 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment12739</guid></item><item><title><![CDATA[Comment #29]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment12992</link><description><![CDATA[Thanks for the nice tutorial - this was really helpful.  I was initially stumped by the NetConnection.InvalidApp error that lots of people have mentioned in this thread.  In my case, the fix was to copy the following three JAR files from the Red5 server's lib directory into my webapp's lib directory:

logback-classic-0.9.8.jar
logback-core-0.9.8.jar
slf4j-api-1.4.3.jar

I discovered this after looking at the layout of the 'echo' demo.  Hope this is helpful to someone.<br/><br/>
(Comment posted by John Berry at 6:37 pm, Mon 11th May 2009)]]></description><author>no@spam.com (John Berry)</author><pubDate><![CDATA[Mon, 11 May 2009 18:37:05 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment12992</guid></item><item><title><![CDATA[Comment #30]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment13066</link><description><![CDATA[If ANYONE ever runs into a problem where the red5 server keeps reporting that the class has a wrong version (java.lang.unsupportedclassversionerror) and you are using Eclipse as your IDE, then make sure that the compiler in Eclipse is set to the same or lower level then the JRE you are trying to compile against. I have been fighting with Eclipse for the past couple of days where I had selected the 1.5 JRE and only today discovered that my eclipse was still set to compiler version 6.0. Now that I have set it to compiler lever 5.0, I can compile against 1.5JRE and the application is finally loaded without any problems in the red5 server.<br/><br/>
(Comment posted by Alex van Niel at 3:29 am, Wed 3rd Jun 2009)]]></description><author>no@spam.com (Alex van Niel)</author><pubDate><![CDATA[Wed, 03 Jun 2009 03:29:34 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment13066</guid></item><item><title><![CDATA[Comment #31]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment13071</link><description><![CDATA[The error was wit red5 7, in red5 6 its workign fine<br/><br/>
(Comment posted by Raghu at 12:56 pm, Wed 3rd Jun 2009)]]></description><author>no@spam.com (Raghu)</author><pubDate><![CDATA[Wed, 03 Jun 2009 12:56:40 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment13071</guid></item><item><title><![CDATA[Comment #32]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment13139</link><description><![CDATA[i m using netbeans
and in that i have alredy creted folder named "src" and in this tutorial it is written to create src folder in web-inf directory but i m not able to do that...plz suggest me some option
and when i build the project i get the class file in the new folder named "build" and in that classes folder gets created .....and u have said that class files should be put in to classes folder under web-inf ......so what should i do now ..please suggest<br/><br/>
(Comment posted by jheel at 12:26 am, Thu 18th Jun 2009)]]></description><author>no@spam.com (jheel)</author><pubDate><![CDATA[Thu, 18 Jun 2009 00:26:46 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment13139</guid></item><item><title><![CDATA[Comment #33]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment13241</link><description><![CDATA[Man,

what a nice tutorial. Information about red5 is - at best - scarce ,if not confusing, all over the net; it was great to find your text.

Now if I could only guess why in hell this devilish red5 server insists in giving me a 404:Error whenever I try to go to http://localhost:5080....  naaaaah.<br/><br/>
(Comment posted by Jose at 4:09 am, Thu 16th Jul 2009)]]></description><author>no@spam.com (Jose)</author><pubDate><![CDATA[Thu, 16 Jul 2009 04:09:45 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment13241</guid></item><item><title><![CDATA[Comment #34]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment13626</link><description><![CDATA[Hello,

  I'm trying your rial now. However, there is no commons-logging.jar file. What else can I use?

take care,
lee<br/><br/>
(Comment posted by KLEELOF at 10:04 pm, Tue 27th Oct 2009)]]></description><author>no@spam.com (KLEELOF)</author><pubDate><![CDATA[Tue, 27 Oct 2009 22:04:41 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment13626</guid></item><item><title><![CDATA[Comment #35]]></title><link>http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment13651</link><description><![CDATA[Anyone getting this error?

 [ERROR] 2009-11-04 11:00:12,458 WrapperSimpleAppMain:( org.mortbay.log.invoke0 ) Failed startup of context org.mortbay.jetty.webapp.WebAppContext@18baf36{/firstapp,file:/C:/Red5/webapps/firstapp/} 
INFO   | jvm 1    | 2009/11/04 12:00:12 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'web.scope' defined in ServletContext resource [/WEB-INF/red5-web.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
INFO   | jvm 1    | 2009/11/04 12:00:12 | PropertyAccessException 1: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [com.milgra.Application] to required type [org.red5.server.api.IScopeHandler] for property 'handler'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [com.milgra.Application] to required type [org.red5.server.api.IScopeHandler] for property 'handler': no matching editors or conversion strategy found
INFO   | jvm 1    | 2009/11/04 12:00:12 | Caused by: org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessException details (1) are:
INFO   | jvm 1    | 2009/11/04 12:00:12 | PropertyAccessException 1:
INFO   | jvm 1    | 2009/11/04 12:00:12 | org.springframework.beans.TypeMismatchException: Failed to convert property value of type [com.milgra.Application] to required type [org.red5.server.api.IScopeHandler] for property 'handler'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [com.milgra.Application] to required type [org.red5.server.api.IScopeHandler] for property 'handler': no matching editors or conversion strategy found
INFO   | jvm 1    | 2009/11/04 12:00:12 | Caused by: java.lang.IllegalArgumentException: 
Cannot convert value of type [com.milgra.Application] to required type [org.red5.server.api.IScopeHandler] for property 'handler': no matching editors or conversion strategy found
INFO   | jvm 1    | 2009/11/04 12:00:12 | 	at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:231)<br/><br/>
(Comment posted by jetty at 9:57 am, Wed 4th Nov 2009)]]></description><author>no@spam.com (jetty)</author><pubDate><![CDATA[Wed, 04 Nov 2009 09:57:09 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/615/1/Getting-started-with-red5-server/Page1.html#Comment13651</guid></item></channel></rss>