I can start both servers without any problem. Once i stop Tomcat and start it for a second time then Subsonic wont be accessible again, not until i restart the PC. Here is what i get in catalina.2011-11-17:
- Code: Select all
INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance.
2011-11-17 0:14:57 org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
2011-11-17 0:14:58 org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-bio-8009"]
2011-11-17 0:14:59 org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
2011-11-17 0:14:59 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.
2011-11-17 0:14:59 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/subsonic] appears to have started a thread named [HSQLDB Timer @1198ff2] but has failed to stop it. This is very likely to create a memory leak.
2011-11-17 0:14:59 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.
2011-11-17 0:14:59 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.
2011-11-17 0:14:59 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.
2011-11-17 0:14:59 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.
2011-11-17 0:14:59 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.
2011-11-17 0:14:59 org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8080"]
2011-11-17 0:14:59 org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-bio-8009"]
2011-11-17 0:14:59 org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-8080"]
2011-11-17 0:14:59 org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["ajp-bio-8009"]
I am able to browse the docs of Tomcat but wheni try to open Subsonic i get:
- Code: Select all
HTTP Status 404 - /subsonic/help.view
type Status report
message /subsonic/help.view
description The requested resource (/subsonic/help.view) is not available.
Apache Tomcat/7.0.21
When Tomcat is stop the "bd" would be still locked (in use).
Is it Subsonic to blame?
