I'm guessing you're doing your ivy management from the eclipse plugin? You may need to do this from the terminal because Ivy had some issues back then:
http://gregoire.org/2008/09/06/ivyde-part-2/ Dominick Accattato CTO & Senior Engineer www.infrared5.com 315.717.2818 On Mon, May 11, 2009 at 2:01 AM, Hardik Thakkar <[email protected]>wrote: > > Hi Dominick, > > Actually I cant understand how can we configure red 5 8.0. I downloaded it > but it still giving some errors in ivy resolver. It cant find some > dependencies some I resolved and its not including ivysettings.xml like in > 6.0 version there is ivyConfig.xml. > > So can you figure out me this problem. And its better if I use red5 server > 0.8. > > Thanks in advance....... > > Thanks and Regards, > Hardik H Thakkar, > Software Engineer, > (E-mail) [email protected] > > > > > > > ------------------------------ > Date: Fri, 8 May 2009 11:13:44 -0400 > > From: [email protected] > To: [email protected] > Subject: Re: [osflash] Error in starting Red5 > > Sure we can figure this out, but first.. is there a reason why your using > Red5 0.6? We have released Red50.8 RC3. > > > Dominick Accattato > CTO & Senior Engineer > www.infrared5.com > 315.717.2818 > > > > On Fri, May 8, 2009 at 1:59 AM, Hardik Thakkar <[email protected] > > wrote: > > Thanks Dominick for your quick reply. > > Actually situation is that. I downloaded source code of Red5 server 0.6.0.3 > from red5 site. > > I imported it in my Eclipse IDE. > > I resolved some dependencies in ivyConfig.xml file. > > I ran target "server" of build.xml then code compiles well but I am getting > error in Standalone.java class. > > Actually I am very much newbie in Spring and red5. So can you let me know > that how can we set classpath of Spring ? > > Thanks in advance for your kind support. > > Thanks and Regards, > Hardik H Thakkar, > Software Engineer, > B.E. in Computer Engineering, > (M) +91-9327523567 > (E-mail) [email protected] > > > > > > > ------------------------------ > Date: Thu, 7 May 2009 12:27:26 -0400 > From: [email protected] > To: [email protected] > Subject: Re: [osflash] Error in starting Red5 > > > Spring isn't in your classpath. Can you explain how your starting Red5? > > > Dominick Accattato > CTO & Senior Engineer > www.infrared5.com > 315.717.2818 > > > > On Thu, May 7, 2009 at 10:46 AM, Hardik Thakkar < > [email protected]> wrote: > > > Hi > > I am getting one error while starting Red5 server. > > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/springframework/expression/ExpressionParser > > [ > *java*] at > org.springframework.context.support.AbstractApplicationContext.prepareBeanFactory( > *AbstractApplicationContext.java:442*) > > [ > *java*] at > org.springframework.context.support.AbstractApplicationContext.refresh(* > AbstractApplicationContext.java:353*) > > [ > *java*] at > org.springframework.context.access.ContextSingletonBeanFactoryLocator.initializeDefinition( > *ContextSingletonBeanFactoryLocator.java:143*) > > [ > *java*] at > org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory( > *SingletonBeanFactoryLocator.java:384*) > > [ > *java*] at org.red5.server.Standalone.main(*Standalone.java:156*) > > [ > *java*] Caused by: *java.lang.ClassNotFoundException*: > org.springframework.expression.ExpressionParser > > [ > *java*] at java.net.URLClassLoader$1.run(*URLClassLoader.java:200*) > > [ > *java*] at java.security.AccessController.doPrivileged(*Native Method*) > > [ > *java*] at java.net.URLClassLoader.findClass(*URLClassLoader.java:188*) > > [ > *java*] at java.lang.ClassLoader.loadClass(*ClassLoader.java:306*) > > [ > *java*] at sun.misc.Launcher$AppClassLoader.loadClass(*Launcher.java:276*) > > > [ > *java*] at java.lang.ClassLoader.loadClass(*ClassLoader.java:251*) > > [ > *java*] at java.lang.ClassLoader.loadClassInternal(*ClassLoader.java:319*) > [*java*] ... 5 more > > > Can anyone suggest me what is it? > > Thanks in advance......... > > Thanks and Regards, > Hardik H Thakkar, > Software Engineer, > B.E. in Computer Engineering, > (M) +91-9327523567 > (E-mail) [email protected] > > > > > > > _______________________________________________ > 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 > > > > _______________________________________________ > 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
