I have been trying to upgrade from 3.3 to 3.7. Doing that I followed the War install instructions here : http://subsonic.sourceforge.net/installation.php#war
After the installation I started apache-tomcat, but subsonic was unavailable, according to the /var/subsonic/subsonic.log it could not log in to the database ( "is presumably locked by another process" in the log ). So I followed these instructions ( http://forum.subsonic.org/forum/viewtop ... 24a9b511b0 ) :
o Stop Subsonic.
o Remove c:\subsonic\db
o Start Subsonic.
Now I get this waring in the web browser :
HTTP Status 404 - /subsonic/index.view
type Status report
message /subsonic/index.view
description The requested resource (/subsonic/index.view) is not available.
Apache Tomcat/5.5.25
And this error in the /var/subsonic/subsonic.log :
[2009-07-16 10:55:49,596] INFO DaoHelper - Checking database schema.
[2009-07-16 10:55:49,737] INFO Schema25 - Database table 'version' not found. Creating it.
[2009-07-16 10:55:49,745] ERROR DaoHelper - Failed to initialize database.
org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQ
LException: The database is already in use by another process: org.hsqldb.persist.N[2009-07-16 11:00:46,797] INFO Podcast
Service - Starting scheduled Podcast refresh.
[2009-07-16 11:00:46,798] INFO PodcastService - Completed scheduled Podcast refresh.
ic/db/subsonic.lck] is presumably locked by another process.
Now I'm out of ides. Does anyone have idea how to trouble shoot this issue?
Java = jdk1.6.0_04
Thanks,
Stebbi67