Advertisement
Guest User

Untitled

a guest
Jun 21st, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.33 KB | None | 0 0
  1. : /usr/bin/mono --debug /usr/lib/sonarr/bin/Sonarr.exe -nobrowser -data=/home/smokescreen/.sonarr
  2. [Info] Bootstrap: Starting Sonarr - /usr/lib/sonarr/bin/Sonarr.exe - Version 3.0.1.503
  3. [Info] AppFolderInfo: Data directory is being overridden to [/home/smokescreen/.sonarr]
  4. [Info] Router: Application mode: Interactive
  5. [Info] MigrationLogger: *** Migrating data source=/home/smokescreen/.sonarr/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  6. [Info] MigrationLogger: *** Migrating data source=/home/smokescreen/.sonarr/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  7. [Info] OwinHostController: Listening on the following URLs:
  8. [Info] OwinHostController: http://*:8989/
  9. [Info] SonarrBootstrapper: Starting Web Server
  10.  
  11.  
  12. [ERROR] System.EntryPointNotFoundException: SystemNative_GetProcessArchitecture
  13. at (wrapper managed-to-native) Interop+Sys.GetProcessArchitecture()
  14. at System.Runtime.InteropServices.RuntimeInformation.get_ProcessArchitecture () [0x0001c] in <2c0705c248b844f597694acdb70b3a23>:0
  15. at SharpRaven.Data.Context.Device.GetArchitecture () [0x00000] in <9d0d9023551f4804a7104ebbc1f9bfae>:0
  16. at SharpRaven.Data.Context.Device.Create () [0x0001b] in <9d0d9023551f4804a7104ebbc1f9bfae>:0
  17. [ERROR] System.EntryPointNotFoundException: SystemNative_GetUnixVersion
  18. at (wrapper managed-to-native) Interop+Sys.GetUnixVersion(System.Text.StringBuilder,int&)
  19. at Interop+Sys.GetUnixVersion () [0x0000d] in <2c0705c248b844f597694acdb70b3a23>:0
  20. at System.Runtime.InteropServices.RuntimeInformation.get_OSDescription () [0x00007] in <2c0705c248b844f597694acdb70b3a23>:0
  21. at SharpRaven.Data.Context.OperatingSystem.Create () [0x00000] in <9d0d9023551f4804a7104ebbc1f9bfae>:0
  22. [Fatal] ConsoleApp: EPIC FAIL!
  23.  
  24. [v3.0.1.503] System.InvalidOperationException: Something went wrong when trying to satisfy one of the dependencies during composition, make sure that you've registered all new dependencies in the container and inspect the innerexception for more details. ---> TinyIoC.TinyIoCResolutionException: Unable to resolve type: Nancy.NancyEngine ---> TinyIoC.TinyIoCResolutionException: Unable to resolve type: Nancy.Routing.DefaultRequestDispatcher ---> TinyIoC.TinyIoCResolutionException: Unable to resolve type: Nancy.Routing.DefaultRouteResolver ---> TinyIoC.TinyIoCResolutionException: Unable to resolve type: Nancy.Routing.RouteCache ---> TinyIoC.TinyIoCResolutionException: Unable to resolve type: Sonarr.Api.V3.Config.NamingConfigModule ---> System.MissingMethodException: Method not found: FluentValidation.IRuleBuilderOptions`2<!!0, string> NzbDrone.Core.Organizer.FileNameValidation.ValidSpecialsFolderFormat<!0>(FluentValidation.IRuleBuilder`2<!!0, string>)
  25. at (wrapper dynamic-method) System.Object.lambda_method(System.Runtime.CompilerServices.Closure,object[])
  26. at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00125] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3561
  27. --- End of inner exception stack trace ---
  28. at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00131] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3568
  29. at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.ResolveOptions options) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3485
  30. at TinyIoC.TinyIoCContainer+SingletonFactory.GetObject (System.Type requestedType, TinyIoC.TinyIoCContainer container, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:2738
  31. at TinyIoC.TinyIoCContainer.ResolveInternal (TinyIoC.TinyIoCContainer+TypeRegistration registration, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3232
  32. at TinyIoC.TinyIoCContainer+<>c__DisplayClass134_0.<ResolveAllInternal>b__2 (TinyIoC.TinyIoCContainer+TypeRegistration registration) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3650
  33. at System.Linq.Enumerable+WhereSelectEnumerableIterator`2[TSource,TResult].MoveNext () [0x00045] in <35ad2ebb203f4577b22a9d30eca3ec1f>:0
  34. at System.Linq.Enumerable+<CastIterator>d__34`1[TResult].MoveNext () [0x0005f] in <35ad2ebb203f4577b22a9d30eca3ec1f>:0
  35. at Nancy.Routing.RouteCache.BuildCache (System.Collections.Generic.IEnumerable`1[T] modules) [0x000b0] in <bb3027f50b35411088f45475912cc2ff>:0
  36. at Nancy.Routing.RouteCache..ctor (Nancy.INancyModuleCatalog moduleCatalog, Nancy.INancyContextFactory contextFactory, Nancy.Routing.IRouteSegmentExtractor routeSegmentExtractor, Nancy.Routing.IRouteDescriptionProvider routeDescriptionProvider, Nancy.Culture.ICultureService cultureService, System.Collections.Generic.IEnumerable`1[T] routeMetadataProviders) [0x00042] in <bb3027f50b35411088f45475912cc2ff>:0
  37. at (wrapper dynamic-method) System.Object.lambda_method(System.Runtime.CompilerServices.Closure,object[])
  38. at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00125] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3561
  39. --- End of inner exception stack trace ---
  40. at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00131] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3568
  41. at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.ResolveOptions options) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3485
  42. at TinyIoC.TinyIoCContainer+SingletonFactory.GetObject (System.Type requestedType, TinyIoC.TinyIoCContainer container, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:2738
  43. at TinyIoC.TinyIoCContainer.ResolveInternal (TinyIoC.TinyIoCContainer+TypeRegistration registration, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3232
  44. at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x000ba] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3536
  45. --- End of inner exception stack trace ---
  46. at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x000fa] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3549
  47. at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.ResolveOptions options) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3485
  48. at TinyIoC.TinyIoCContainer+SingletonFactory.GetObject (System.Type requestedType, TinyIoC.TinyIoCContainer container, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:2738
  49. at TinyIoC.TinyIoCContainer.ResolveInternal (TinyIoC.TinyIoCContainer+TypeRegistration registration, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3232
  50. at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x000ba] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3536
  51. --- End of inner exception stack trace ---
  52. at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x000fa] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3549
  53. at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.ResolveOptions options) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3485
  54. at TinyIoC.TinyIoCContainer+SingletonFactory.GetObject (System.Type requestedType, TinyIoC.TinyIoCContainer container, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:2738
  55. at TinyIoC.TinyIoCContainer.ResolveInternal (TinyIoC.TinyIoCContainer+TypeRegistration registration, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3232
  56. at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x000ba] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3536
  57. --- End of inner exception stack trace ---
  58. at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x000fa] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3549
  59. at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.ResolveOptions options) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3485
  60. at TinyIoC.TinyIoCContainer+SingletonFactory.GetObject (System.Type requestedType, TinyIoC.TinyIoCContainer container, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x0002c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:2738
  61. at TinyIoC.TinyIoCContainer.ResolveInternal (TinyIoC.TinyIoCContainer+TypeRegistration registration, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00026] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:3232
  62. at TinyIoC.TinyIoCContainer.Resolve (System.Type resolveType) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:1429
  63. at TinyIoC.TinyIoCContainer.Resolve[ResolveType] () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\TinyIoC.cs:1548
  64. at Sonarr.Http.TinyIoCNancyBootstrapper.GetEngineInternal () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Http\TinyIoCNancyBootstrapper.cs:52
  65. at Nancy.Bootstrapper.NancyBootstrapperBase`1[TContainer].SafeGetNancyEngineInstance () [0x00000] in <bb3027f50b35411088f45475912cc2ff>:0
  66. --- End of inner exception stack trace ---
  67. at Nancy.Bootstrapper.NancyBootstrapperBase`1[TContainer].SafeGetNancyEngineInstance () [0x00015] in <bb3027f50b35411088f45475912cc2ff>:0
  68. at Nancy.Bootstrapper.NancyBootstrapperBase`1[TContainer].GetEngine () [0x00013] in <bb3027f50b35411088f45475912cc2ff>:0
  69. at Nancy.Owin.NancyMiddleware.UseNancy (Nancy.Owin.NancyOptions options) [0x0003e] in <bb3027f50b35411088f45475912cc2ff>:0
  70. at Owin.AppBuilderExtensions.UseNancy (Owin.IAppBuilder builder, Nancy.Owin.NancyOptions options) [0x00012] in <ae03e45571ba4c4d82b8e79053aec0dd>:0
  71. at NzbDrone.Host.Owin.MiddleWare.NancyMiddleWare.Attach (Owin.IAppBuilder appBuilder) [0x00037] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Host\Owin\MiddleWare\NancyMiddleWare.cs:26
  72. at NzbDrone.Host.Owin.OwinAppFactory.BuildApp (Owin.IAppBuilder appBuilder) [0x00069] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Host\Owin\OwinServiceProvider.cs:78
  73. at Microsoft.Owin.Hosting.Engine.HostingEngine.ResolveApp (Microsoft.Owin.Hosting.Engine.StartContext context) [0x000dc] in <5b0de58b30614220898429847dbda03a>:0
  74. at Microsoft.Owin.Hosting.Engine.HostingEngine.Start (Microsoft.Owin.Hosting.Engine.StartContext context) [0x00059] in <5b0de58b30614220898429847dbda03a>:0
  75. at NzbDrone.Host.Owin.OwinAppFactory.CreateApp (System.Collections.Generic.List`1[T] urls) [0x0004e] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Host\Owin\OwinServiceProvider.cs:52
  76. at NzbDrone.Host.Owin.OwinHostController.StartServer () [0x00061] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Host\Owin\OwinHostController.cs:37
  77. at NzbDrone.Host.NzbDroneServiceFactory.Start () [0x00042] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Host\ApplicationServer.cs:61
  78. at NzbDrone.Host.Router.Route (NzbDrone.Host.ApplicationModes applicationModes) [0x0007f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Host\Router.cs:56
  79. at NzbDrone.Host.Bootstrap.Start (NzbDrone.Host.ApplicationModes applicationModes, NzbDrone.Common.EnvironmentInfo.StartupContext startupContext) [0x0003d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Host\Bootstrap.cs:77
  80. at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, NzbDrone.Host.IUserAlert userAlert, System.Action`1[T] startCallback) [0x00070] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Host\Bootstrap.cs:40
  81. at NzbDrone.Console.ConsoleApp.Main (System.String[] args) [0x00029] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Console\ConsoleApp.cs:38
  82.  
  83. Press enter to exit...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement