Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2020-06-05T14:07:47.560728222Z [Info] Router: Application mode: Interactive ,
- 2020-06-05T14:07:48.037537212Z [Info] MigrationLogger: *** Migrating data source=/config/nzbdrone.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** ,
- 2020-06-05T14:07:48.541262620Z [Info] MigrationLogger: *** 130: episode_last_searched_time migrating *** ,
- 2020-06-05T14:07:48.547836229Z [Info] episode_last_searched_time: Starting migration to 130 ,
- 2020-06-05T14:07:50.836764983Z [Error] MigrationLogger: System.Exception: SQL logic error,
- 2020-06-05T14:07:50.836790092Z no such table: Episodes
- ,
- 2020-06-05T14:07:50.836797154Z While Processing:
- ,
- 2020-06-05T14:07:50.836803839Z "ALTER TABLE "Episodes" ADD COLUMN "LastSearchTime" DATETIME" ---> System.Data.SQLite.SQLiteException: SQL logic error,
- 2020-06-05T14:07:50.836811542Z no such table: Episodes,
- 2020-06-05T14:07:50.836818208Z at System.Data.SQLite.SQLite3.Prepare (System.Data.SQLite.SQLiteConnection cnn, System.String strSql, System.Data.SQLite.SQLiteStatement previous, System.UInt32 timeoutMS, System.String& strRemain) [0x0033c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.836826173Z at System.Data.SQLite.SQLiteCommand.BuildNextCommand () [0x000f6] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.836833352Z at System.Data.SQLite.SQLiteCommand.GetStatement (System.Int32 index) [0x00008] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.836840571Z at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteCommand.GetStatement(int),
- 2020-06-05T14:07:50.836847505Z at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0011e] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.836907826Z at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.836944570Z at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader..ctor(System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior),
- 2020-06-05T14:07:50.836951752Z at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.836958545Z at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.836965318Z at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.836971983Z at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.ExecuteNonQuery (System.String sql) [0x00013] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SQLiteProcessor.cs:147 ,
- 2020-06-05T14:07:50.836979514Z --- End of inner exception stack trace ---,
- 2020-06-05T14:07:50.837033150Z at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.ExecuteNonQuery (System.String sql) [0x0001d] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SQLiteProcessor.cs:151 ,
- 2020-06-05T14:07:50.837043013Z at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.Process (System.String sql) [0x0003f] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SQLiteProcessor.cs:135 ,
- 2020-06-05T14:07:50.837050632Z at FluentMigrator.Runner.Processors.ProcessorBase.Process (FluentMigrator.Expressions.CreateColumnExpression expression) [0x00000] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\ProcessorBase.cs:70 ,
- 2020-06-05T14:07:50.837058180Z at FluentMigrator.Expressions.CreateColumnExpression.ExecuteWith (FluentMigrator.IMigrationProcessor processor) [0x00011] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator\Expressions\CreateColumnExpression.cs:53 ,
- 2020-06-05T14:07:50.837065730Z at FluentMigrator.Runner.MigrationRunner+<>c__DisplayClass72_0.<ExecuteExpressions>b__1 () [0x00000] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:489 ,
- 2020-06-05T14:07:50.837118685Z at FluentMigrator.Runner.StopWatch.Time (System.Action action) [0x00006] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\StopWatch.cs:57 ,
- 2020-06-05T14:07:50.837128054Z at FluentMigrator.Runner.MigrationRunner.AnnounceTime (System.String message, System.Action action) [0x0000c] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:517 ,
- 2020-06-05T14:07:50.837135504Z at FluentMigrator.Runner.MigrationRunner.ExecuteExpressions (System.Collections.Generic.ICollection`1[T] expressions) [0x00060] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:489 ,
- 2020-06-05T14:07:50.837142952Z ,
- 2020-06-05T14:07:50.837148933Z [v2.0.0.5344] System.Exception: SQL logic error,
- 2020-06-05T14:07:50.837155112Z no such table: Episodes
- ,
- 2020-06-05T14:07:50.837166605Z While Processing:
- ,
- 2020-06-05T14:07:50.837173002Z "ALTER TABLE "Episodes" ADD COLUMN "LastSearchTime" DATETIME" ---> System.Data.SQLite.SQLiteException: SQL logic error,
- 2020-06-05T14:07:50.837179955Z no such table: Episodes,
- 2020-06-05T14:07:50.837186061Z at System.Data.SQLite.SQLite3.Prepare (System.Data.SQLite.SQLiteConnection cnn, System.String strSql, System.Data.SQLite.SQLiteStatement previous, System.UInt32 timeoutMS, System.String& strRemain) [0x0033c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.837239498Z at System.Data.SQLite.SQLiteCommand.BuildNextCommand () [0x000f6] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.837248310Z at System.Data.SQLite.SQLiteCommand.GetStatement (System.Int32 index) [0x00008] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.837255126Z at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteCommand.GetStatement(int),
- 2020-06-05T14:07:50.837261506Z at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0011e] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.837268104Z at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.837274994Z at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader..ctor(System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior),
- 2020-06-05T14:07:50.837281580Z at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.837333552Z at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.837342903Z at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:50.837349682Z at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.ExecuteNonQuery (System.String sql) [0x00013] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SQLiteProcessor.cs:147 ,
- 2020-06-05T14:07:50.837357216Z --- End of inner exception stack trace ---,
- 2020-06-05T14:07:50.837363410Z at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.ExecuteNonQuery (System.String sql) [0x0001d] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SQLiteProcessor.cs:151 ,
- 2020-06-05T14:07:50.837370927Z at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.Process (System.String sql) [0x0003f] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SQLiteProcessor.cs:135 ,
- 2020-06-05T14:07:50.837423981Z at FluentMigrator.Runner.Processors.ProcessorBase.Process (FluentMigrator.Expressions.CreateColumnExpression expression) [0x00000] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\ProcessorBase.cs:70 ,
- 2020-06-05T14:07:50.837433745Z at FluentMigrator.Expressions.CreateColumnExpression.ExecuteWith (FluentMigrator.IMigrationProcessor processor) [0x00011] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator\Expressions\CreateColumnExpression.cs:53 ,
- 2020-06-05T14:07:50.837446377Z at FluentMigrator.Runner.MigrationRunner+<>c__DisplayClass72_0.<ExecuteExpressions>b__1 () [0x00000] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:489 ,
- 2020-06-05T14:07:50.837454286Z at FluentMigrator.Runner.StopWatch.Time (System.Action action) [0x00006] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\StopWatch.cs:57 ,
- 2020-06-05T14:07:50.837461450Z at FluentMigrator.Runner.MigrationRunner.AnnounceTime (System.String message, System.Action action) [0x0000c] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:517 ,
- 2020-06-05T14:07:50.837573470Z at FluentMigrator.Runner.MigrationRunner.ExecuteExpressions (System.Collections.Generic.ICollection`1[T] expressions) [0x00060] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:489 ,
- 2020-06-05T14:07:50.837584042Z ,
- 2020-06-05T14:07:50.930993171Z ,
- 2020-06-05T14:07:50.931074661Z ,
- 2020-06-05T14:07:51.036974347Z [Fatal] ConsoleApp: EPIC FAIL! ,
- 2020-06-05T14:07:51.036998308Z ,
- 2020-06-05T14:07:51.037005237Z [v2.0.0.5344] System.Exception: SQL logic error,
- 2020-06-05T14:07:51.037011986Z no such table: Episodes
- ,
- 2020-06-05T14:07:51.037018643Z While Processing:
- ,
- 2020-06-05T14:07:51.037025319Z "ALTER TABLE "Episodes" ADD COLUMN "LastSearchTime" DATETIME" ---> System.Data.SQLite.SQLiteException: SQL logic error,
- 2020-06-05T14:07:51.037032907Z no such table: Episodes,
- 2020-06-05T14:07:51.037039595Z at System.Data.SQLite.SQLite3.Prepare (System.Data.SQLite.SQLiteConnection cnn, System.String strSql, System.Data.SQLite.SQLiteStatement previous, System.UInt32 timeoutMS, System.String& strRemain) [0x0033c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:51.037047588Z at System.Data.SQLite.SQLiteCommand.BuildNextCommand () [0x000f6] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:51.037054777Z at System.Data.SQLite.SQLiteCommand.GetStatement (System.Int32 index) [0x00008] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:51.037062007Z at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteCommand.GetStatement(int),
- 2020-06-05T14:07:51.037068917Z at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0011e] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:51.037128771Z at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:51.037138517Z at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader..ctor(System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior),
- 2020-06-05T14:07:51.037145702Z at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:51.037153022Z at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:51.037187444Z at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 ,
- 2020-06-05T14:07:51.037194580Z at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.ExecuteNonQuery (System.String sql) [0x00013] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SQLiteProcessor.cs:147 ,
- 2020-06-05T14:07:51.037202151Z --- End of inner exception stack trace ---,
- 2020-06-05T14:07:51.037256255Z at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.ExecuteNonQuery (System.String sql) [0x0001d] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SQLiteProcessor.cs:151 ,
- 2020-06-05T14:07:51.037266043Z at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.Process (System.String sql) [0x0003f] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SQLiteProcessor.cs:135 ,
- 2020-06-05T14:07:51.037273635Z at FluentMigrator.Runner.Processors.ProcessorBase.Process (FluentMigrator.Expressions.CreateColumnExpression expression) [0x00000] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\Processors\ProcessorBase.cs:70 ,
- 2020-06-05T14:07:51.037281160Z at FluentMigrator.Expressions.CreateColumnExpression.ExecuteWith (FluentMigrator.IMigrationProcessor processor) [0x00011] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator\Expressions\CreateColumnExpression.cs:53 ,
- 2020-06-05T14:07:51.037288674Z at FluentMigrator.Runner.MigrationRunner+<>c__DisplayClass72_0.<ExecuteExpressions>b__1 () [0x00000] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:489 ,
- 2020-06-05T14:07:51.037341553Z at FluentMigrator.Runner.StopWatch.Time (System.Action action) [0x00006] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\StopWatch.cs:57 ,
- 2020-06-05T14:07:51.037351011Z at FluentMigrator.Runner.MigrationRunner.AnnounceTime (System.String message, System.Action action) [0x0000c] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:517 ,
- 2020-06-05T14:07:51.037358478Z at FluentMigrator.Runner.MigrationRunner.ExecuteExpressions (System.Collections.Generic.ICollection`1[T] expressions) [0x000a5] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:502 ,
- 2020-06-05T14:07:51.037365935Z at FluentMigrator.Runner.MigrationRunner.ExecuteMigration (FluentMigrator.IMigration migration, System.Action`2[T1,T2] getExpressions) [0x00053] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:458 ,
- 2020-06-05T14:07:51.037658167Z at FluentMigrator.Runner.MigrationRunner.ApplyMigrationUp (FluentMigrator.Infrastructure.IMigrationInfo migrationInfo, System.Boolean useTransaction) [0x0010f] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:308 ,
- 2020-06-05T14:07:51.037668369Z at FluentMigrator.Runner.MigrationRunner.MigrateUp (System.Boolean useAutomaticTransactionManagement) [0x000af] in C:\Users\Mark\Source\Repos\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:157 ,
- 2020-06-05T14:07:51.037675898Z at NzbDrone.Core.Datastore.Migration.Framework.MigrationController.Migrate (System.String connectionString, NzbDrone.Core.Datastore.Migration.Framework.MigrationContext migrationContext) [0x0009e] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Datastore\Migration\Framework\MigrationController.cs:51 ,
- 2020-06-05T14:07:51.037689574Z at NzbDrone.Core.Datastore.DbFactory.Create (NzbDrone.Core.Datastore.Migration.Framework.MigrationContext migrationContext) [0x00048] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Datastore\DbFactory.cs:94 ,
- 2020-06-05T14:07:51.037697221Z at NzbDrone.Core.Datastore.DbFactory.Create (NzbDrone.Core.Datastore.Migration.Framework.MigrationType migrationType) [0x00000] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Datastore\DbFactory.cs:66 ,
- 2020-06-05T14:07:51.037750615Z at NzbDrone.Core.Datastore.DbFactory.RegisterDatabase (NzbDrone.Common.Composition.IContainer container) [0x00000] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Datastore\DbFactory.cs:46 ,
- 2020-06-05T14:07:51.037760176Z at NzbDrone.Host.NzbDroneServiceFactory.Start () [0x00037] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Host\ApplicationServer.cs:60 ,
- 2020-06-05T14:07:51.037767233Z at NzbDrone.Host.Router.Route (NzbDrone.Host.ApplicationModes applicationModes) [0x0007b] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Host\Router.cs:47 ,
- 2020-06-05T14:07:51.037774328Z at NzbDrone.Host.Bootstrap.Start (NzbDrone.Host.ApplicationModes applicationModes, NzbDrone.Common.EnvironmentInfo.StartupContext startupContext) [0x0003d] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Host\Bootstrap.cs:78 ,
- 2020-06-05T14:07:51.037781655Z at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, NzbDrone.Host.IUserAlert userAlert, System.Action`1[T] startCallback) [0x00075] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Host\Bootstrap.cs:41 ,
- 2020-06-05T14:07:51.037830656Z at NzbDrone.Console.ConsoleApp.Main (System.String[] args) [0x00029] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Console\ConsoleApp.cs:37 ,
- 2020-06-05T14:07:51.037839758Z ,
- 2020-06-05T14:07:51.104415797Z Press enter to exit...,
- 2020-06-05T14:07:53.244692093Z [Info] Bootstrap: Starting Sonarr - /app/sonarr/bin/NzbDrone.exe - Version 2.0.0.5344 ,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement