Advertisement
Guest User

SonarrSnupple1

a guest
Jun 23rd, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.26 KB | None | 0 0
  1. 16-6-23 12:07:27.8|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.4204
  2. 16-6-23 12:07:28.5|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  3. 16-6-23 12:07:31.4|Fatal|WindowsApp|EPIC FAIL: disk I/O error
  4. disk I/O error
  5.  
  6. [v2.0.0.4204] System.Data.SQLite.SQLiteException (0x80004005): disk I/O error
  7. disk I/O error
  8. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  9. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  10. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  11. at System.Data.SQLite.SQLiteDataReader.NextResult()
  12. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  13. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  14. at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior)
  15. at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
  16. at System.Data.SQLite.SQLiteConnection.Open()
  17. at FluentMigrator.Runner.Processors.GenericProcessorBase.EnsureConnectionIsOpen() in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\Processors\GenericProcessorBase.cs:line 53
  18. at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.Exists(String template, Object[] args) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SQLiteProcessor.cs:line 78
  19. at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.TableExists(String schemaName, String tableName) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SQLiteProcessor.cs:line 47
  20. at FluentMigrator.Runner.VersionLoader.get_AlreadyCreatedVersionTable() in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\VersionLoader.cs:line 124
  21. at FluentMigrator.Runner.VersionLoader.LoadVersionInfo() in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\VersionLoader.cs:line 157
  22. at FluentMigrator.Runner.VersionLoader..ctor(IMigrationRunner runner, IAssemblyCollection assemblies, IMigrationConventions conventions) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\VersionLoader.cs:line 50
  23. at FluentMigrator.Runner.MigrationRunner..ctor(IAssemblyCollection assemblies, IRunnerContext runnerContext, IMigrationProcessor processor) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:line 102
  24. at NzbDrone.Core.Datastore.Migration.Framework.MigrationController.Migrate(String connectionString, MigrationContext migrationContext) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\Migration\Framework\MigrationController.cs:line 39
  25. at NzbDrone.Core.Datastore.DbFactory.Create(MigrationContext migrationContext) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\DbFactory.cs:line 75
  26. at NzbDrone.Core.Datastore.DbFactory.Create(MigrationType migrationType) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\DbFactory.cs:line 49
  27. at NzbDrone.Core.Datastore.DbFactory.RegisterDatabase(IContainer container) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\DbFactory.cs:line 32
  28. at NzbDrone.Host.Bootstrap.Start(ApplicationModes applicationModes, StartupContext startupContext) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Host\Bootstrap.cs:line 72
  29. at NzbDrone.Host.Bootstrap.Start(StartupContext startupContext, IUserAlert userAlert, Action`1 startCallback) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Host\Bootstrap.cs:line 39
  30. at NzbDrone.WindowsApp.Main(String[] args) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone\WindowsApp.cs:line 23
  31.  
  32. 16-6-23 12:53:43.3|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.Console.exe - Version 2.0.0.4204
  33. 16-6-23 12:53:44.0|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  34. 16-6-23 12:53:46.9|Fatal|ConsoleApp|EPIC FAIL!
  35.  
  36. [v2.0.0.4204] System.Data.SQLite.SQLiteException (0x80004005): disk I/O error
  37. disk I/O error
  38. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  39. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  40. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  41. at System.Data.SQLite.SQLiteDataReader.NextResult()
  42. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  43. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  44. at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior)
  45. at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
  46. at System.Data.SQLite.SQLiteConnection.Open()
  47. at FluentMigrator.Runner.Processors.GenericProcessorBase.EnsureConnectionIsOpen() in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\Processors\GenericProcessorBase.cs:line 53
  48. at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.Exists(String template, Object[] args) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SQLiteProcessor.cs:line 78
  49. at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.TableExists(String schemaName, String tableName) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SQLiteProcessor.cs:line 47
  50. at FluentMigrator.Runner.VersionLoader.get_AlreadyCreatedVersionTable() in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\VersionLoader.cs:line 124
  51. at FluentMigrator.Runner.VersionLoader.LoadVersionInfo() in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\VersionLoader.cs:line 157
  52. at FluentMigrator.Runner.VersionLoader..ctor(IMigrationRunner runner, IAssemblyCollection assemblies, IMigrationConventions conventions) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\VersionLoader.cs:line 50
  53. at FluentMigrator.Runner.MigrationRunner..ctor(IAssemblyCollection assemblies, IRunnerContext runnerContext, IMigrationProcessor processor) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:line 102
  54. at NzbDrone.Core.Datastore.Migration.Framework.MigrationController.Migrate(String connectionString, MigrationContext migrationContext) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\Migration\Framework\MigrationController.cs:line 39
  55. at NzbDrone.Core.Datastore.DbFactory.Create(MigrationContext migrationContext) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\DbFactory.cs:line 75
  56. at NzbDrone.Core.Datastore.DbFactory.Create(MigrationType migrationType) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\DbFactory.cs:line 49
  57. at NzbDrone.Core.Datastore.DbFactory.RegisterDatabase(IContainer container) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\DbFactory.cs:line 32
  58. at NzbDrone.Host.Bootstrap.Start(ApplicationModes applicationModes, StartupContext startupContext) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Host\Bootstrap.cs:line 72
  59. at NzbDrone.Host.Bootstrap.Start(StartupContext startupContext, IUserAlert userAlert, Action`1 startCallback) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Host\Bootstrap.cs:line 39
  60. at NzbDrone.Console.ConsoleApp.Main(String[] args) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Console\ConsoleApp.cs:line 20
  61.  
  62. 16-6-23 13:03:33.8|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.Console.exe - Version 2.0.0.4204
  63. 16-6-23 13:03:34.5|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  64. 16-6-23 13:03:37.4|Fatal|ConsoleApp|EPIC FAIL!
  65.  
  66. [v2.0.0.4204] System.Data.SQLite.SQLiteException (0x80004005): disk I/O error
  67. disk I/O error
  68. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  69. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  70. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  71. at System.Data.SQLite.SQLiteDataReader.NextResult()
  72. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  73. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  74. at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior)
  75. at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
  76. at System.Data.SQLite.SQLiteConnection.Open()
  77. at FluentMigrator.Runner.Processors.GenericProcessorBase.EnsureConnectionIsOpen() in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\Processors\GenericProcessorBase.cs:line 53
  78. at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.Exists(String template, Object[] args) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SQLiteProcessor.cs:line 78
  79. at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.TableExists(String schemaName, String tableName) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SQLiteProcessor.cs:line 47
  80. at FluentMigrator.Runner.VersionLoader.get_AlreadyCreatedVersionTable() in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\VersionLoader.cs:line 124
  81. at FluentMigrator.Runner.VersionLoader.LoadVersionInfo() in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\VersionLoader.cs:line 157
  82. at FluentMigrator.Runner.VersionLoader..ctor(IMigrationRunner runner, IAssemblyCollection assemblies, IMigrationConventions conventions) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\VersionLoader.cs:line 50
  83. at FluentMigrator.Runner.MigrationRunner..ctor(IAssemblyCollection assemblies, IRunnerContext runnerContext, IMigrationProcessor processor) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:line 102
  84. at NzbDrone.Core.Datastore.Migration.Framework.MigrationController.Migrate(String connectionString, MigrationContext migrationContext) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\Migration\Framework\MigrationController.cs:line 39
  85. at NzbDrone.Core.Datastore.DbFactory.Create(MigrationContext migrationContext) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\DbFactory.cs:line 75
  86. at NzbDrone.Core.Datastore.DbFactory.Create(MigrationType migrationType) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\DbFactory.cs:line 49
  87. at NzbDrone.Core.Datastore.DbFactory.RegisterDatabase(IContainer container) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\DbFactory.cs:line 32
  88. at NzbDrone.Host.Bootstrap.Start(ApplicationModes applicationModes, StartupContext startupContext) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Host\Bootstrap.cs:line 72
  89. at NzbDrone.Host.Bootstrap.Start(StartupContext startupContext, IUserAlert userAlert, Action`1 startCallback) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Host\Bootstrap.cs:line 39
  90. at NzbDrone.Console.ConsoleApp.Main(String[] args) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Console\ConsoleApp.cs:line 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement