From the log "TOMCAT_HOME/logs/catalina.2011-11-06.log" I found
- Code: Select all
Nov 6, 2011 2:58:59 AM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Nov 6, 2011 2:59:00 AM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
SEVERE: The web application [/subsonic] registered the JDBC driver [org.hsqldb.jdbcDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Nov 6, 2011 2:59:00 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/subsonic] appears to have started a thread named [HSQLDB Timer @1a8402c] but has failed to stop it. This is very likely to create a memory leak.
Nov 6, 2011 2:59:00 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/subsonic] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak.
Nov 6, 2011 2:59:00 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/subsonic] appears to have started a thread named [pool-1-thread-1] but has failed to stop it. This is very likely to create a memory leak.
Nov 6, 2011 2:59:00 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/subsonic] appears to have started a thread named [pool-1-thread-2] but has failed to stop it. This is very likely to create a memory leak.
Nov 6, 2011 2:59:00 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/subsonic] appears to have started a thread named [pool-2-thread-1] but has failed to stop it. This is very likely to create a memory leak.
Nov 6, 2011 2:59:00 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/subsonic] appears to have started a thread named [pool-3-thread-1] but has failed to stop it. This is very likely to create a memory leak.
Nov 6, 2011 2:59:07 AM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8180
Additionally, in "TOMCAT_HOME/logs/stdout.log" I found
- Code: Select all
Failed to write to subsonic.log.
java.io.FileNotFoundException: /var/subsonic/subsonic.log (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at java.io.FileWriter.<init>(FileWriter.java:90)
at net.sourceforge.subsonic.Logger.getPrintWriter(Logger.java:162)
at net.sourceforge.subsonic.Logger.add(Logger.java:152)
at net.sourceforge.subsonic.Logger.info(Logger.java:112)
at net.sourceforge.subsonic.Logger.info(Logger.java:103)
at net.sourceforge.subsonic.dao.DaoHelper.checkDatabase(DaoHelper.java:105)
at net.sourceforge.subsonic.dao.DaoHelper.<init>(DaoHelper.java:65)
All that I find in "/var/subsonic/subsonic.log" is
- Code: Select all
[2011-11-06 03:00:00,913] INFO SearchService - Starting to create search index.
[2011-11-06 03:03:48,542] INFO PodcastService - Starting scheduled Podcast refresh.