Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.59 KB | None | 0 0
  1. Application startup exception: System.TypeInitializationException: The type initializer for 'Microsoft.Data.Sqlite.SqliteConnection' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: Unable to load DLL 'e_sqlite3': The specified module or one of its dependencies could not be found.
  2. (Exception from HRESULT: 0x8007007E)
  3. at SQLitePCL.SQLite3Provider_e_sqlite3.NativeMethods.sqlite3_libversion_number()
  4. at SQLitePCL.SQLite3Provider_e_sqlite3.SQLitePCL.ISQLite3Provider.sqlite3_libversion_number()
  5. at SQLitePCL.raw.SetProvider(ISQLite3Provider imp)
  6. at SQLitePCL.Batteries_V2.Init()
  7. --- End of inner exception stack trace ---
  8. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  9. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  10. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  11. at Microsoft.Data.Sqlite.Utilities.BundleInitializer.Initialize()
  12. at Microsoft.Data.Sqlite.SqliteConnection..cctor()
  13. --- End of inner exception stack trace ---
  14. at Microsoft.EntityFrameworkCore.Storage.Internal.SqliteRelationalConnection.CreateDbConnection()
  15. at Microsoft.EntityFrameworkCore.Internal.LazyRef`1.get_Value()
  16. at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.get_DbConnection()
  17. at Microsoft.EntityFrameworkCore.Internal.RelationalLoggerExtensions.MigrateUsingConnection(IDiagnosticsLogger`1 diagnostics, IMigrator migrator, IRelationalConnection connection)
  18. at Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator.Migrate(String targetMigration)
  19. at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.Migrate(DatabaseFacade databaseFacade)
  20. at BTCPayServer.Hosting.BTCPayServerServices.<>c__DisplayClass3_0.<UsePayServer>b__0() in /home/norm/btcpayserver/BTCPayServer/Hosting/BTCPayServerServices.cs:line 214
  21. at BTCPayServer.Hosting.BTCPayServerServices.Retry(Action act) in /home/norm/btcpayserver/BTCPayServer/Hosting/BTCPayServerServices.cs:line 229
  22. at BTCPayServer.Hosting.BTCPayServerServices.UsePayServer(IApplicationBuilder app) in /home/norm/btcpayserver/BTCPayServer/Hosting/BTCPayServerServices.cs:line 212
  23. at BTCPayServer.Hosting.Startup.ConfigureCore(IApplicationBuilder app, IHostingEnvironment env, IServiceProvider prov, ILoggerFactory loggerFactory, BTCPayServerOptions options) in /home/norm/btcpayserver/BTCPayServer/Hosting/Startup.cs:line 155
  24. at BTCPayServer.Hosting.Startup.Configure(IApplicationBuilder app, IHostingEnvironment env, IServiceProvider prov, BTCPayServerOptions options, ILoggerFactory loggerFactory) in /home/norm/btcpayserver/BTCPayServer/Hosting/Startup.cs:line 133
  25. --- End of stack trace from previous location where exception was thrown ---
  26. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  27. at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.Configure(IApplicationBuilder app)
  28. at Microsoft.ApplicationInsights.AspNetCore.ApplicationInsightsStartupFilter.<>c__DisplayClass0_0.<Configure>b__0(IApplicationBuilder app)
  29. at Microsoft.AspNetCore.Hosting.Internal.AutoRequestServicesStartupFilter.<>c__DisplayClass0_0.<Configure>b__0(IApplicationBuilder builder)
  30. at Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication()
  31. crit: Microsoft.AspNetCore.Hosting.Internal.WebHost: Application startup exception
  32. System.TypeInitializationException: The type initializer for 'Microsoft.Data.Sqlite.SqliteConnection' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: Unable to load DLL 'e_sqlite3': The specified module or one of its dependencies could not be found.
  33. (Exception from HRESULT: 0x8007007E)
  34. at SQLitePCL.SQLite3Provider_e_sqlite3.NativeMethods.sqlite3_libversion_number()
  35. at SQLitePCL.SQLite3Provider_e_sqlite3.SQLitePCL.ISQLite3Provider.sqlite3_libversion_number()
  36. at SQLitePCL.raw.SetProvider(ISQLite3Provider imp)
  37. at SQLitePCL.Batteries_V2.Init()
  38. --- End of inner exception stack trace ---
  39. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  40. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  41. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  42. at Microsoft.Data.Sqlite.Utilities.BundleInitializer.Initialize()
  43. at Microsoft.Data.Sqlite.SqliteConnection..cctor()
  44. --- End of inner exception stack trace ---
  45. at Microsoft.EntityFrameworkCore.Storage.Internal.SqliteRelationalConnection.CreateDbConnection()
  46. at Microsoft.EntityFrameworkCore.Internal.LazyRef`1.get_Value()
  47. at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.get_DbConnection()
  48. at Microsoft.EntityFrameworkCore.Internal.RelationalLoggerExtensions.MigrateUsingConnection(IDiagnosticsLogger`1 diagnostics, IMigrator migrator, IRelationalConnection connection)
  49. at Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator.Migrate(String targetMigration)
  50. at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.Migrate(DatabaseFacade databaseFacade)
  51. at BTCPayServer.Hosting.BTCPayServerServices.<>c__DisplayClass3_0.<UsePayServer>b__0() in /home/norm/btcpayserver/BTCPayServer/Hosting/BTCPayServerServices.cs:line 214
  52. at BTCPayServer.Hosting.BTCPayServerServices.Retry(Action act) in /home/norm/btcpayserver/BTCPayServer/Hosting/BTCPayServerServices.cs:line 229
  53. at BTCPayServer.Hosting.BTCPayServerServices.UsePayServer(IApplicationBuilder app) in /home/norm/btcpayserver/BTCPayServer/Hosting/BTCPayServerServices.cs:line 212
  54. at BTCPayServer.Hosting.Startup.ConfigureCore(IApplicationBuilder app, IHostingEnvironment env, IServiceProvider prov, ILoggerFactory loggerFactory, BTCPayServerOptions options) in /home/norm/btcpayserver/BTCPayServer/Hosting/Startup.cs:line 155
  55. at BTCPayServer.Hosting.Startup.Configure(IApplicationBuilder app, IHostingEnvironment env, IServiceProvider prov, BTCPayServerOptions options, ILoggerFactory loggerFactory) in /home/norm/btcpayserver/BTCPayServer/Hosting/Startup.cs:line 133
  56. --- End of stack trace from previous location where exception was thrown ---
  57. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  58. at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.Configure(IApplicationBuilder app)
  59. at Microsoft.ApplicationInsights.AspNetCore.ApplicationInsightsStartupFilter.<>c__DisplayClass0_0.<Configure>b__0(IApplicationBuilder app)
  60. at Microsoft.AspNetCore.Hosting.Internal.AutoRequestServicesStartupFilter.<>c__DisplayClass0_0.<Configure>b__0(IApplicationBuilder builder)
  61. at Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication()
  62.  
  63. Unhandled Exception: System.TypeInitializationException: The type initializer for 'Microsoft.Data.Sqlite.SqliteConnection' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: Unable to load DLL 'e_sqlite3': The specified module or one of its dependencies could not be found.
  64. (Exception from HRESULT: 0x8007007E)
  65. at SQLitePCL.SQLite3Provider_e_sqlite3.NativeMethods.sqlite3_libversion_number()
  66. at SQLitePCL.SQLite3Provider_e_sqlite3.SQLitePCL.ISQLite3Provider.sqlite3_libversion_number()
  67. at SQLitePCL.raw.SetProvider(ISQLite3Provider imp)
  68. at SQLitePCL.Batteries_V2.Init()
  69. --- End of inner exception stack trace ---
  70. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  71. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  72. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  73. at Microsoft.Data.Sqlite.Utilities.BundleInitializer.Initialize()
  74. at Microsoft.Data.Sqlite.SqliteConnection..cctor()
  75. --- End of inner exception stack trace ---
  76. at Microsoft.EntityFrameworkCore.Storage.Internal.SqliteRelationalConnection.CreateDbConnection()
  77. at Microsoft.EntityFrameworkCore.Internal.LazyRef`1.get_Value()
  78. at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.get_DbConnection()
  79. at Microsoft.EntityFrameworkCore.Internal.RelationalLoggerExtensions.MigrateUsingConnection(IDiagnosticsLogger`1 diagnostics, IMigrator migrator, IRelationalConnection connection)
  80. at Microsoft.EntityFrameworkCore.Migrations.Internal.Migrator.Migrate(String targetMigration)
  81. at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.Migrate(DatabaseFacade databaseFacade)
  82. at BTCPayServer.Hosting.BTCPayServerServices.<>c__DisplayClass3_0.<UsePayServer>b__0() in /home/norm/btcpayserver/BTCPayServer/Hosting/BTCPayServerServices.cs:line 214
  83. at BTCPayServer.Hosting.BTCPayServerServices.Retry(Action act) in /home/norm/btcpayserver/BTCPayServer/Hosting/BTCPayServerServices.cs:line 229
  84. at BTCPayServer.Hosting.BTCPayServerServices.UsePayServer(IApplicationBuilder app) in /home/norm/btcpayserver/BTCPayServer/Hosting/BTCPayServerServices.cs:line 212
  85. at BTCPayServer.Hosting.Startup.ConfigureCore(IApplicationBuilder app, IHostingEnvironment env, IServiceProvider prov, ILoggerFactory loggerFactory, BTCPayServerOptions options) in /home/norm/btcpayserver/BTCPayServer/Hosting/Startup.cs:line 155
  86. at BTCPayServer.Hosting.Startup.Configure(IApplicationBuilder app, IHostingEnvironment env, IServiceProvider prov, BTCPayServerOptions options, ILoggerFactory loggerFactory) in /home/norm/btcpayserver/BTCPayServer/Hosting/Startup.cs:line 133
  87. --- End of stack trace from previous location where exception was thrown ---
  88. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  89. at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.Configure(IApplicationBuilder app)
  90. at Microsoft.ApplicationInsights.AspNetCore.ApplicationInsightsStartupFilter.<>c__DisplayClass0_0.<Configure>b__0(IApplicationBuilder app)
  91. at Microsoft.AspNetCore.Hosting.Internal.AutoRequestServicesStartupFilter.<>c__DisplayClass0_0.<Configure>b__0(IApplicationBuilder builder)
  92. at Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication()
  93. at Microsoft.AspNetCore.Hosting.WebHostBuilder.Build()
  94. at BTCPayServer.Program.Main(String[] args) in /home/norm/btcpayserver/BTCPayServer/Program.cs:line 38
  95. Aborted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement