Hey,

I'm trying to install a version of welcometothelist.com, my main action is
first to integrate it (make it work), and afterwards write a client in AS
(second step)
thereafter I'll start developing a different version that will support more
options.

I've fiddled around the source and the exception occurred in two special
cases:
1. When war-deploy was on in dist/r4092/conf/red5/red5-common.xml :
    <bean id="warDeployService" class="org.red5.server.service.WarDeployer"
init-method="init" destroy-method="shutdown">
        <property name="scheduler" ref="schedulingService"/>
        <property name="checkInterval" value="600000"/>
        <property name="deploymentDirectory" value="${red5.root}/webapps"/>
    </bean>
So I just comment'ed those lines out (since my version was already deployed
inside red5/webapps and not in the format of a .war file)

2. When Bootstrap.java is calling "m1.invoke(boot, (Object[]) null);" (line
150, call the actual bootstrap), if to be more exact - according to the
exception it's trying to convert a value from
'org.springframework.context.support.FileSystemXmlApplicationContext' to
'org.springframework.context.ApplicationContext' in red5.xml


How did you solve your problem ? How did you configure Eclipse ?

(should I post these findings in a whole new post ?)

Thanks in advance.

--Lightfault



On Wed, May 19, 2010 at 4:59 AM, Lee Loftiss <[email protected]> wrote:

> Hello,
>
>   I had something similar to what I am seeing in your error log. It turned
> out I had not configured Eclipse properly and it was creating multiple
> instances of my application.
>
>   What are you trying to install?
>
> lee
>
>
> --- On *Tue, 5/18/10, So and so <[email protected]>* wrote:
>
>
> From: So and so <[email protected]>
>
> Subject: Re: [osflash] Red5 - Where to begin?
> To: "Open Source Flash Mailing List" <[email protected]>
> Date: Tuesday, May 18, 2010, 6:26 PM
>
>
> Hey all,
> thanks for the great answers, I've fetched Eclipse and checked the svn,
> everything seems to work fine so far but I'm having trouble installing some
> Red5 application
> The deployment works well (I followed exactly what the youtube tutorials
> you guys gave me) but whenever I run it
> I get an exception crushing everything (application thread) and I can't
> use/continue work at all.
> The log is shown here - http://zpaste.org/34385
>
> Anyone got a clue how to fix this or at least what's causing the exception
> ?
>
>
> Thanks in advance.
>
> -- Lightfault
>
>
> On Mon, May 17, 2010 at 6:08 AM, Lee Loftiss 
> <[email protected]<http://mc/[email protected]>
> > wrote:
>
>> Hello,
>>
>>   I recently went through the Red5 thing. Fortunately, I was already
>> familair with Flash.
>>
>>   1. Doesn't really matter. I develop with WIndows and deploy on Linux
>> systems with no problems.
>>
>>   2. Red5 Plug-In for Eclipse.(Expect a learning curve here). It worked
>> fine for me after 4 or 5 tries.
>>
>>   3. It can be very difficult to find documentation and answers to
>> problems. But plenty of people before got it all working, so it is possible.
>>
>> lee
>>
>>
>> --- On *Sun, 5/16/10, Dominick Accattato 
>> <[email protected]<http://mc/[email protected]>
>> >* wrote:
>>
>>
>> From: Dominick Accattato 
>> <[email protected]<http://mc/[email protected]>
>> >
>> Subject: Re: [osflash] Red5 - Where to begin?
>> To: "Open Source Flash Mailing List" 
>> <[email protected]<http://mc/[email protected]>
>> >
>> Date: Sunday, May 16, 2010, 7:31 PM
>>
>>
>> these too, please subscribe: http://www.youtube.com/dominickaccattato
>>
>> On Sun, May 16, 2010 at 12:11 PM, So and so 
>> <[email protected]<http://us.mc507.mail.yahoo.com/mc/[email protected]>
>> > wrote:
>>
>>> I'm new to Red5 and Flash in general, I don't know much of AS but I've
>>> got background in "High Level" languages such as C#/C/Python/Ruby/etc.
>>>
>>> I wanted to start to fiddle around Red5 but I was wondering:
>>> 1. Should I run it on Win32 on *nix ?
>>> 2. Where can I get a *stable working* Eclipse plug-in to write decent
>>> applications ?
>>> 3. How hard is it to find documentation about Red5 and working it out ?
>>>
>>> Thanks in advance,
>>> Lightfault.
>>>
>>> _______________________________________________
>>> osflash mailing list
>>> [email protected]<http://us.mc507.mail.yahoo.com/mc/[email protected]>
>>> http://osflash.org/mailman/listinfo/osflash_osflash.org
>>>
>>
>>
>> -----Inline Attachment Follows-----
>>
>>
>> _______________________________________________
>> osflash mailing list
>> [email protected]<http://us.mc507.mail.yahoo.com/mc/[email protected]>
>> http://osflash.org/mailman/listinfo/osflash_osflash.org
>>
>>
>>
>> _______________________________________________
>> osflash mailing list
>> [email protected] <http://mc/[email protected]>
>> http://osflash.org/mailman/listinfo/osflash_osflash.org
>>
>>
>
> -----Inline Attachment Follows-----
>
> _______________________________________________
> osflash mailing list
> [email protected] <http://mc/[email protected]>
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to