I did some tests in Linux a Red5 runned without a problem, no I want to do some test with the apps so I installed windows on my machine, apache-ant, Ivy, etc. It seems to compile without any problems but when ever I try to run i get this error,
Exception org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'red5.common' defined in class path resource [red5.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.context.support.FileSystemXmlApplicationContext]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mbeanExporter': Invocation of init method failed; nested exception is org.springframework.jmx.export.UnableToRegisterMBeanException: Unable to register MBean [clientBroadcastStream] with key 'clientBroadcastStream'; nested exception is org.springframework.aop.framework.AopConfigException: Could not generate CGLIB subclass of class [class org.red5.server.stream.ClientBroadcastStream]: Common causes of this problem include using a final class or a non-visible class; nested exception is net.sf.cglib.core.CodeGenerationException: java.lang.Error-->Unresolved compilation problems:
The import org.apache.mina cannot be resolved
IoBuffer cannot be resolved to a type
The method getData() from the type IStreamData<capture#3-of ?> refers to the missing type IoBuffer
IoBuffer cannot be resolved
IoBuffer cannot be resolved
IoBuffer cannot be resolved
IoBuffer cannot be resolved
IoBuffer cannot be resolved to a type
The method getDecoderConfiguration() from the type IVideoStreamCodec refers to the missing type IoBuffer
IoBuffer cannot be resolved to a type
The method getDecoderConfiguration() from the type IAudioStreamCodec refers to the missing type IoBuffer
Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.beans.factory.config.MethodInvokingFactoryBean#0' defined in class path resource [red5-common.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: IoBuffer
Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.beans.factory.config.MethodInvokingFactoryBean#1' defined in class path resource [red5-common.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: IoBuffer
Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.beans.factory.config.MethodInvokingFactoryBean#0' defined in class path resource [red5-common.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: IoBuffer
Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.beans.factory.config.MethodInvokingFactoryBean#1' defined in class path resource [red5-common.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: IoBuffer
[copy] Warning: C:\Users\flash\trunk\deploy does not exist.
So it is looking outside the workspace on eclipse.