sindre_mehus wrote:Delete the "work" directory in Tomcat.
Interesting so this kinda worked. The third time was the charm.
So I removed the working dir and the .lck file after I stopped tomcat, started it back up, still saw the error. Rinse repeat same thing, but on the third try no more error. Not sure what happened differently that time but it seemed to do the trick.
Restart with same error as before- Code: Select all
[2012-09-11 14:55:17,050] INFO DaoHelper - Checking database schema.
[2012-09-11 14:56:21,232] INFO DaoHelper - Done checking database schema.
[2012-09-11 14:56:21,449] INFO VersionService - Resolved local Subsonic version to: 4.7.beta3
[2012-09-11 14:56:21,796] INFO PlayerDao - Deleted 2 player(s) that haven't been used after Fri Jul 13 14:56:21 EDT 2012
[2012-09-11 14:56:21,898] INFO MediaScannerService - Automatic media library scanning scheduled to run every 1 day(s), starting at Wed Sep 12 03:00:00 EDT 2012
[2012-09-11 14:56:23,539] INFO PodcastService - Automatic Podcast update scheduled to run every 24 hour(s), starting at Tue Sep 11 20:30:00 EDT 2012
[2012-09-11 14:56:25,194] INFO NetworkService - Deleted port mapping for port 60443
[2012-09-11 14:56:26,530] INFO DaoHelper - Checking database schema.
[2012-09-11 14:56:26,705] INFO Schema25 - Database table 'version' not found. Creating it.
[2012-09-11 14:56:26,719] ERROR DaoHelper - Failed to initialize database. - see subsonic.err for full details
[2012-09-11 14:56:26,914] INFO VersionService - Resolved local Subsonic version to: 4.6
Restart no error- Code: Select all
[2012-09-11 15:06:11,450] INFO DaoHelper - Checking database schema.
[2012-09-11 15:06:20,659] INFO DaoHelper - Done checking database schema.
[2012-09-11 15:06:20,848] INFO VersionService - Resolved local Subsonic version to: 4.7.beta3
[2012-09-11 15:06:21,400] INFO MediaScannerService - Automatic media library scanning scheduled to run every 1 day(s), starting at Wed Sep 12 03:00:00 EDT 2012
[2012-09-11 15:06:22,958] INFO PodcastService - Automatic Podcast update scheduled to run every 24 hour(s), starting at Tue Sep 11 20:30:00 EDT 2012
[2012-09-11 15:06:24,780] INFO NetworkService - Deleted port mapping for port 60443
[2012-09-11 15:07:19,064] INFO VersionService - Resolved latest Subsonic final version to: 4.6
[2012-09-11 15:07:19,064] INFO VersionService - Resolved latest Subsonic beta version to: 4.7.beta3