I was mistaken about server.log errors.

Here's a server.log from starting 7.8.1 with an empty cache:


Code:
--------------------
    
  [14-05-12 19:41:18.6103] main::init (368) Starting Logitech Media Server 
(v7.8.1, TRUNK, UNKNOWN) perl 5.014001
  [14-05-12 19:41:19.8602] Slim::Utils::SQLiteHelper::postConnect (359) 
Optimizing DB because of missing or empty sqlite_stat1 table
  [14-05-12 19:41:19.8723] Slim::Schema::init (162) Warning: Creating new 
database - empty, outdated or invalid database found
  [14-05-12 19:41:20.5223] main::checkDataSource (1089) Warning: Schema updated 
or no media found in the database, initiating scan.
  
--------------------


And here's a server log from starting 7.9 with an empty cache:


Code:
--------------------
    
  [14-05-12 19:43:55.2353] main::init (368) Starting Logitech Media Server 
(v7.9.0, TRUNK, UNKNOWN) perl 5.014001
  [14-05-12 19:43:56.5165] Slim::Utils::SQLiteHelper::postConnect (370) 
Optimizing DB because of missing or empty sqlite_stat1 table
  [14-05-12 19:43:56.5230] Slim::Schema::forceCommit (2109) Warning: Trying to 
commit transactions before DB is initialized!
  [14-05-12 19:43:56.5331] Slim::Schema::init (162) Warning: Creating new 
database - empty, outdated or invalid database found
  [14-05-12 19:43:57.0790] main::checkDataSource (1092) Warning: Schema updated 
or no media found in the database, initiating scan.
  [14-05-12 19:44:32.4311] Slim::Utils::SQLiteHelper::postConnect (370) 
Optimizing DB because of missing or empty sqlite_stat1 table
  [14-05-12 19:44:32.4380] Slim::Schema::forceCommit (2109) Warning: Trying to 
commit transactions before DB is initialized!
  
--------------------


Looking at the timestamps of the last two messages, 35 seconds later,
these have to be happening after the scanner has failed.


------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=101516

_______________________________________________
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to