Getting errors like these when running red5.sh after a successful build very odd
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'web.scope' defined in ServletContext resource [/WEB-INF/red5-web.xml]: Cannot resolve reference to bean 'web.handler' while setting bean property 'handler'; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.red5.webapps.admin.Application] for bean with name 'web.handler' defined in ServletContext resource [/WEB-INF/red5- web.xml]; nested exception is java.lang.ClassNotFoundException: org.red5.webapps.admin.Application Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.red5.webapps.admin.Application] for bean with name 'web.handler' defined in ServletContext resource [/WEB-INF/red5- web.xml]; nested exception is java.lang.ClassNotFoundException: org.red5.webapps.admin.Application Caused by: java.lang.ClassNotFoundException: org.red5.webapps.admin.Application On 29/08/2007, at 4:59 PM, Daniel Rossi wrote: > Its getting even more messy it seems > > Exception in thread "main" java.lang.Error: Unresolved compilation > problems: > The import org.apache.mina.integration.jmx cannot be resolved > The import org.apache.mina.integration.jmx cannot be resolved > IoServiceManager cannot be resolved to a type > IoServiceManager cannot be resolved to a type > IoServiceManagerMBean cannot be resolved to a type > > > On 29/08/2007, at 2:45 PM, Daniel Rossi wrote: > >> Hi there, it seems either ivy is not working properly in eclipse, or >> the references to groovy is broken again. I cant build in eclipse >> with the updated svn. Ive set the ivy config to use ivyconfig.xml but >> it still doesnt work ? >> >> Here are the errors >> >> Severity and Description Path Resource Location >> Creation Time Id >> The project was not built since its build path is incomplete. Cannot >> find the class file for groovy.lang.GroovyObject. Fix the build path >> then try building this project red5_server Unknown >> 1188361190913 >> 211077 >> >> Severity and Description Path Resource Location >> Creation Time Id >> The type groovy.lang.GroovyObject cannot be resolved. It is >> indirectly referenced from required .class files red5_server/src/org/ >> red5/server/script/groovy GroovyScriptFactory.java line 1 >> 1188361190913 211078 >> >> >> _______________________________________________ >> Red5 mailing list >> [email protected] >> http://osflash.org/mailman/listinfo/red5_osflash.org > > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
