Subsonic on Raspberry PI
Hi, I've been trying to install Subsonic on a Raspberry PI (Using Raspbian Wheezy)
I have installed Java (Open JDK 6), and downloaded the Debian package.
The package seems to install successfully, however when the service tries to start I get the following error:
5902 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.bea\
ns.factory.support.DefaultListableBeanFactory@156b6b9: defining beans [service,org.springframework.remoting.rmi.RmiServiceExporter#0]; r\
oot of factory hierarchy
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'service' defined in c\
lass path resource [applicationContext-deployer.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: \
org/mortbay/jetty/Connector
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFacto\
ry.java:883)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFa\
ctory.java:839)
Do I need to install some other dependency ?
Any help greatly appreciated, thanks
I have installed Java (Open JDK 6), and downloaded the Debian package.
The package seems to install successfully, however when the service tries to start I get the following error:
5902 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.bea\
ns.factory.support.DefaultListableBeanFactory@156b6b9: defining beans [service,org.springframework.remoting.rmi.RmiServiceExporter#0]; r\
oot of factory hierarchy
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'service' defined in c\
lass path resource [applicationContext-deployer.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: \
org/mortbay/jetty/Connector
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFacto\
ry.java:883)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFa\
ctory.java:839)
Do I need to install some other dependency ?
Any help greatly appreciated, thanks