I am running ubuntu with tomcat5 using Using JAVA_HOME: /usr/lib/jvm/java-1.5.0-sun-1.5.0.11
Tomcat seems to load fine see http://ww2.lefig.net:8180/, I have copied subsonic.war to /var/lib/tomcat5/webapps and it does create a subsonic directory with tomcat5 as the owner. But when i go to :8180/subsonic i get the following error
Status report
message /subsonic/
description The requested resource (/subsonic/) is not available.
Here is some output from /var/lib/tomcat5/logs/catalina_2007-10-03.log
Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean wit
h name 'playerDao' defined in ServletContext resource [/WEB-INF/applicationConte
xt-service.xml]: Cannot resolve reference to bean 'daoHelper' while setting bean
property 'daoHelper'; nested exception is org.springframework.beans.factory.Bea
nCreationException: Error creating bean with name 'daoHelper' defined in Servlet
Context resource [/WEB-INF/applicationContext-service.xml]: Instantiation of bea
n failed; nested exception is org.springframework.beans.BeanInstantiationExcepti
on: Could not instantiate bean class [net.sourceforge.subsonic.dao.DaoHelper]: C
onstructor threw exception; nested exception is java.security.AccessControlExcep
tion: access denied (java.util.PropertyPermission subsonic.home read)
Caused by:
org.springframework.beans.factory.BeanCreationException: Error creating bean wit
h name 'daoHelper' defined in ServletContext resource [/WEB-INF/applicationConte
xt-service.xml]: Instantiation of bean failed; nested exception is org.springfra
mework.beans.BeanInstantiationException: Could not instantiate bean class [net.s
ourceforge.subsonic.dao.DaoHelper]: Constructor threw exception; nested exceptio
n is java.security.AccessControlException: access denied (java.util.PropertyPerm
ission subsonic.home read)
Caused by:
org.springframework.beans.BeanInstantiationException: Could not instantiate bean
class [net.sourceforge.subsonic.dao.DaoHelper]: Constructor threw exception; ne
sted exception is java.security.AccessControlException: access denied (java.util
.PropertyPermission subsonic.home read)
Caused by:
java.security.AccessControlException: access denied (java.util.PropertyPermissio
n subsonic.home read)
SEVERE: Error listenerStart
Oct 3, 2007 10:40:12 AM org.apache.catalina.core.StandardContext start
SEVERE: Context startup failed due to previous errors