[Red5] trunk is broken
Thijs Triemstra
lists at collab.nl
Tue Sep 26 15:11:16 EDT 2006
Updated to r1419, the Namespace error is gone but the missing main.js
file error is still there and the server doesn't start:
[java] org.springframework.scripting.ScriptCompilationException:
Could not compile Rhino script: class path resource [applications/
main.js]; nested exception is java.io.FileNotFoundException: class
path resource [applications/main.js] cannot be opened because it does
not exist
and some warnings:
[java] 21:05:18,477 WARN CacheManager:213 - Could not load /
whirlycache.xml file. Falling back to defaults.
[java] 21:05:21,583 WARN DigesterFactory:213 - Could not get
url for /javax/servlet/resources/web-jsptaglibrary_2_0.xsd
[java] 21:05:21,934 WARN DigesterFactory:213 - Could not get
url for /javax/servlet/resources/web-jsptaglibrary_2_0.xsd
Using ant on mac osx
Thijs
Op 26-sep-2006, om 21:04 heeft Mondain het volgende geschreven:
> he he just fixed that ;)
>
> On 9/26/06, John Grden <neoriley at gmail.com> wrote:
> I'm using ant server via command prompt as well
>
>
> On 9/26/06, Mondain <mondain at gmail.com> wrote:
> Ill check the ant server target..
>
> On 9/26/06, Thijs Triemstra <lists at collab.nl > wrote:
> Me too but I only get it when I use 'ant server'. With red5.sh it
> skips that namespace error, but its still there, and shows new
> errors when it tries to start oflaDemo. Now going to check if I can
> connect with a flash client but doubt it will work at all..
>
>
> Thijs
>
>
>
> Op 26-sep-2006, om 20:49 heeft John Grden het volgende geschreven:
>
>> I'm still getting this error after getting 1417:
>>
>> [java] [INFO] 2125 main:
>> ( org.springframework.beans.factory.support.DefaultListableBeanFactor
>> y.info ) Destroying singletons in {org.springframework.beans.factor
>> y.support.DefaultListableBeanFactory defining beans
>> [red5.common,red5.core,context.loader ,tomcat.server]; root of
>> BeanFactory hierarchy}
>> [java] Exception in thread "main"
>> java.lang.NoClassDefFoundError: javax/script/Namespace
>> [java] at java.lang.Class.forName0(Native Method)
>> [java] at java.lang.Class.forName(Class.java:242)
>> [java] at org.springframework.util.ClassUtils.forName
>> (ClassUtils.java:160)
>> [java] at
>> org.springframework.beans.factory.support.AbstractBeanDefinition.reso
>> lveBeanClass (AbstractBeanDefinition.java:308)
>> [java] at
>> org.springframework.beans.factory.support.AbstractBeanFactory.resolve
>> BeanClass (AbstractBeanFactory.java:900)
>> [java] at
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.
>> getBeanNamesForType (DefaultListableBeanFactory.java:179)
>> [java] at
>> org.springframework.context.support.AbstractApplicationContext.getBea
>> nNamesForType (AbstractApplicationContext.java:687)
>> [java] at
>> org.springframework.context.support.AbstractApplicationContext.invoke
>> BeanFactoryPostProcessors (AbstractApplicationContext.java:397)
>> [java] at
>> org.springframework.context.support.AbstractApplicationContext.refres
>> h (AbstractApplicationContext.java:330)
>> [java] at
>> org.springframework.context.support.FileSystemXmlApplicationContext .
>> <init>(FileSystemXmlApplicationContext.java:89)
>> [java] at
>> org.springframework.context.support.FileSystemXmlApplicationContext .
>> <init>(FileSystemXmlApplicationContext.java:74)
>> [java] at
>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>> [java] at
>> sun.reflect.NativeConstructorAccessorImpl.newInstance
>> (NativeConstructorAccessorImpl.java:39)
>> [java] at
>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance
>> (DelegatingConstructorAccessorImpl.java:27)
>> [java] at java.lang.reflect.Constructor.newInstance
>> (Constructor.java:494)
>> [java] at
>> org.springframework.beans.BeanUtils.instantiateClass
>> (BeanUtils.java :82)
>> [java] at
>> org.springframework.beans.factory.support.SimpleInstantiationStrategy
>> .instantiate ( SimpleInstantiationStrategy.java:78)
>> [java] at
>> org.springframework.beans.factory.support.ConstructorResolver.autowir
>> eConstructor (ConstructorResolver.java:156)
>> [java] at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBean
>> Factory.autowireConstructor
>> (AbstractAutowireCapableBeanFactory.java:578)
>> [java] at
>> org.springframework.beans.factory.support.AbstractAutowireCapableBean
>> Factory.createBean (AbstractAutowireCapableBeanFactory.java:371)
>> [java] at
>> org.springframework.beans.factory.support.AbstractBeanFactory
>> $1.getObject(AbstractBeanFactory.java:245)
>> [java] at
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
>> y.getSingleton (DefaultSingletonBeanRegistry.java :141)
>> [java] at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean
>> (AbstractBeanFactory.java:242)
>> [java] at
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean
>> ( AbstractBeanFactory.java :156)
>> [java] at
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.
>> preInstantiateSingletons(DefaultListableBeanFactory.java:304)
>> [java] at
>> org.springframework.context.support.AbstractApplicationContext.refres
>> h (AbstractApplicationContext.java:348)
>> [java] at
>> org.springframework.context.access.ContextSingletonBeanFactoryLocator
>> .initializeDefinition(ContextSingletonBeanFactoryLocator.java:136)
>> [java] at
>> org.springframework.beans.factory.access.SingletonBeanFactoryLocator.
>> useBeanFactory (SingletonBeanFactoryLocator.java:380)
>> [java] at org.red5.server.Standalone.main(Standalone.java:
>> 131)
>> [java] Java Result: 1
>>
>>
>> On 9/26/06, Mondain <mondain at gmail.com> wrote:
>> Thanks Joachim
>>
>>
>> On 9/26/06, Joachim Bauch < jojo at struktur.de> wrote:
>> Thijs Triemstra schrieb:
>> > i updated to r1416 but still get the same namespace error..
>> there's also
>> > a javadoc error:
>> >
>> > [javadoc] javadoc: warning - Error fetching URL:
>> > http://jetty.mortbay.org/jetty6/apidocs/package-list
>>
>> the javadoc url is fixed in r1417.
>>
>> Joachim
>>
>> _______________________________________________
>> Red5 mailing list
>> Red5 at osflash.org
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>>
>>
>> --
>> The early bird may get the worm, but the second mouse gets the
>> cheese.
>>
>> _______________________________________________
>> Red5 mailing list
>> Red5 at osflash.org
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>>
>>
>>
>>
>> --
>> [ JPG ]
>> _______________________________________________
>> Red5 mailing list
>> Red5 at osflash.org
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
>
>
> --
> The early bird may get the worm, but the second mouse gets the cheese.
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
>
>
> --
> [ JPG ]
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
>
>
> --
> The early bird may get the worm, but the second mouse gets the cheese.
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20060926/936aa881/attachment.htm
More information about the Red5
mailing list