To bad the update isn't working for me. I updated the same way as usual, stop tomcat, remove TOMCAT55_HOME/webapps/subsonic.war & subsonic folder, the TOMCAT55_HOME/work folder, put the subsonic.war in TOMCAT55_HOME/webapps and start tomcat again. It does create the subsonic folder with contents and the log also looks good:
- Code: Select all
[2009-05-09 01:01:29,206] INFO DaoHelper - Checking database schema.
[2009-05-09 01:01:30,328] INFO Schema37 - Updating database schema to version 13.
[2009-05-09 01:01:30,329] INFO Schema37 - Role 'settings' not found in database. Creating it.
[2009-05-09 01:01:30,334] INFO Schema37 - Role 'settings' was created successfully.
[2009-05-09 01:01:30,334] INFO Schema37 - Role 'jukebox' not found in database. Creating it.
[2009-05-09 01:01:30,336] INFO Schema37 - Role 'jukebox' was created successfully.
[2009-05-09 01:01:30,439] INFO Schema37 - Database column 'music_folder.changed' not found. Creating it.
[2009-05-09 01:01:30,442] INFO Schema37 - Database column 'music_folder.changed' was added successfully.
[2009-05-09 01:01:30,445] INFO Schema37 - Database column 'internet_radio.changed' not found. Creating it.
[2009-05-09 01:01:30,447] INFO Schema37 - Database column 'internet_radio.changed' was added successfully.
[2009-05-09 01:01:30,448] INFO Schema37 - Database column 'user_settings.changed' not found. Creating it.
[2009-05-09 01:01:30,451] INFO Schema37 - Database column 'user_settings.changed' was added successfully.
[2009-05-09 01:01:30,451] INFO DaoHelper - Done checking database schema.
[2009-05-09 01:01:30,727] INFO SearchService - Automatic index creation scheduled to run every 1 day(s), starting at Sat May 09 03:00:00 CEST 2009
[2009-05-09 01:01:30,811] INFO PodcastService - Automatic Podcast update scheduled to run every 24 hour(s), starting at Sat May 09 01:06:30 CEST 2009
but when I point my browser to <host>/subsonic as usual I get a 404 error
type Status report
message
description The requested resource () is not available.
When I replace the 3.7 war file with the 3.6 version everything works as expected. Am I missing something (maybe tomcat packages that should be updated or something like that ?)
edit1: tomcat log points to something with localhost: SEVERE: Unable to set localhost. This prevents creation of a GUID. Cause was: crash.lan: crash.lan
- Code: Select all
May 9, 2009 1:23:29 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/i386:/lib:/usr/lib
May 9, 2009 1:23:29 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-80
May 9, 2009 1:23:29 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 637 ms
May 9, 2009 1:23:29 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
May 9, 2009 1:23:29 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5
May 9, 2009 1:23:29 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
May 9, 2009 1:23:29 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive subsonic.war
May 9, 2009 1:23:33 AM net.sf.ehcache.Cache <clinit>
SEVERE: Unable to set localhost. This prevents creation of a GUID. Cause was: crash.lan: crash.lan
java.net.UnknownHostException: crash.lan: crash.lan
at java.net.InetAddress.getLocalHost(Unknown Source)
at net.sf.ehcache.Cache.<clinit>(Cache.java:126)
at net.sf.ehcache.config.ConfigurationHelper.createCache(ConfigurationHelper.java:453)
at net.sf.ehcache.config.ConfigurationHelper.createDefaultCache(ConfigurationHelper.java:369)
at net.sf.ehcache.CacheManager.configure(CacheManager.java:324)
at net.sf.ehcache.CacheManager.init(CacheManager.java:240)
at net.sf.ehcache.CacheManager.<init>(CacheManager.java:213)
at org.springframework.cache.ehcache.EhCacheManagerFactoryBean.afterPropertiesSet(EhCacheManagerFactoryBean.java:103)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1390)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1359)
..
.. truncated
edit2: created an entry in /etc/hosts for my host (crash.lan) with it's IP but it only changes the error in something different (SEVERE: Error listenerStart):
- Code: Select all
May 9, 2009 1:38:35 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/i386:/lib:/usr/lib
May 9, 2009 1:38:35 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-80
May 9, 2009 1:38:35 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 632 ms
May 9, 2009 1:38:36 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
May 9, 2009 1:38:36 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5
May 9, 2009 1:38:36 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
May 9, 2009 1:38:36 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive subsonic.war
May 9, 2009 1:38:39 AM net.sf.ehcache.Cache initialise
WARNING: Cache: musicFolderCache has a maxElementsInMemory of 0. It is strongly recommended to have a maximumSize of at least 1. Performance is halved by not using a MemoryStore.
May 9, 2009 1:38:40 AM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
May 9, 2009 1:38:40 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/subsonic] startup failed due to previous errors
May 9, 2009 1:38:40 AM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-80
May 9, 2009 1:38:40 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
May 9, 2009 1:38:40 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/20 config=null
May 9, 2009 1:38:40 AM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
May 9, 2009 1:38:40 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 4731 ms
edit3: tried updating java, reinstalled tomcat but none of that worked. the version 3.6 .war file keeps on working, version 3.7b1 simply refuses to start I still don't have a clue what is causing the "listenerStart Error"
edit4: installed tomcat6 with java6 and although the error is still "SEVERE: Error listenerStart" at least this tomcat is logging a lot more (although I'm still nowhere near a solution). This part of the log looks interesting though:
- Code: Select all
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.springframework.aop.framework.ProxyFactoryBean] for bean with name 'ajaxTagServiceSecure' defined in ServletContext resource [/WEB-INF/applicationContext-security.xml]
complete log (catalina.out):
- Code: Select all
May 9, 2009 10:36:05 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
May 9, 2009 10:36:05 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 593 ms
May 9, 2009 10:36:05 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
May 9, 2009 10:36:05 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
May 9, 2009 10:36:05 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive subsonic.war
May 9, 2009 10:36:09 PM net.sf.ehcache.Cache initialise
WARNING: Cache: musicFolderCache has a maxElementsInMemory of 0. It is strongly recommended to have a maximumSize of at least 1. Performance is halved by not using a MemoryStore.
[2009-05-09 22:36:09,839] ERROR org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.springframework.aop.framework.ProxyFactoryBean] for bean with name 'ajaxTagServiceSecure' defined in ServletContext resource [/WEB-INF/applicationContext-security.xml]; nested exception is java.lang.ClassNotFoundException: org.springframework.aop.framework.ProxyFactoryBean
at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1160)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:581)
at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1364)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:406)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:735)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:369)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:251)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:190)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4342)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:830)
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:719)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:516)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: java.lang.ClassNotFoundException: org.springframework.aop.framework.ProxyFactoryBean
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
at org.springframework.util.ClassUtils.forName(ClassUtils.java:230)
at org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:371)
at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1157)
... 32 more
May 9, 2009 10:36:09 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
May 9, 2009 10:36:09 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/subsonic] startup failed due to previous errors
May 9, 2009 10:36:10 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
May 9, 2009 10:36:10 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
May 9, 2009 10:36:10 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/38 config=null
May 9, 2009 10:36:10 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 4899 ms
Exception in thread "HSQLDB Timer @a45536" java.lang.NullPointerException
at org.hsqldb.lib.HsqlTimer.nextTask(Unknown Source)
at org.hsqldb.lib.HsqlTimer$TaskRunner.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)