Skip to content

Instantly share code, notes, and snippets.

@1aTa

1aTa/sonarr.txt Secret

Created May 3, 2019 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1aTa/ce4a65624a8b8eb3cab3d9ffc749d842 to your computer and use it in GitHub Desktop.
Save 1aTa/ce4a65624a8b8eb3cab3d9ffc749d842 to your computer and use it in GitHub Desktop.
19-5-3 07:11:40.6|Info|Bootstrap|Starting Sonarr - C:\ProgramData\Sonarr\bin\Sonarr.Console.exe - Version 3.0.1.467
19-5-3 07:11:40.9|Info|Router|Application mode: Service
19-5-3 07:11:41.0|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\Sonarr\sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
19-5-3 07:11:41.0|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\Sonarr\logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
19-5-3 07:11:41.1|Info|OwinHostController|Listening on the following URLs:
19-5-3 07:11:41.1|Info|OwinHostController| http://localhost:8989/sonarr/
19-5-3 07:11:41.1|Info|OwinHostController| http://localhost:8989/
19-5-3 07:11:41.2|Info|SonarrBootstrapper|Starting Web Server
19-5-3 07:11:52.2|Info|Bootstrap|Starting Sonarr - C:\ProgramData\Sonarr\bin\Sonarr.Console.exe - Version 3.0.1.467
19-5-3 07:11:52.4|Warn|ProcessProvider|Couldn't get process info for Sonarr.Console
[v3.0.1.467] System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)
at System.Diagnostics.NtProcessManager.GetFirstModuleInfo(Int32 processId)
at System.Diagnostics.Process.get_MainModule()
at NzbDrone.Common.Processes.ProcessProvider.GetExeFileName(Process process) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Processes\ProcessProvider.cs:line 325
at NzbDrone.Common.Processes.ProcessProvider.ConvertToProcessInfo(Process process) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Processes\ProcessProvider.cs:line 306
19-5-3 07:11:52.4|Info|SingleInstancePolicy|1 instance(s) of Sonarr are running
19-5-3 07:11:52.4|Fatal|ConsoleApp|EPIC FAIL!
[v3.0.1.467] System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
at System.Diagnostics.Process.GetProcessHandle(Int32 access, Boolean throwIfExited)
at System.Diagnostics.Process.get_HasExited()
at NzbDrone.Common.Processes.ProcessProvider.Kill(Int32 processId) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Processes\ProcessProvider.cs:line 260
at NzbDrone.Host.SingleInstancePolicy.KillAllOtherInstance() in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Host\SingleInstancePolicy.cs:line 45
at NzbDrone.Host.Bootstrap.EnsureSingleInstance(Boolean isService, IStartupContext startupContext) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Host\Bootstrap.cs:line 104
at NzbDrone.Host.Bootstrap.Start(ApplicationModes applicationModes, StartupContext startupContext) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Host\Bootstrap.cs:line 74
at NzbDrone.Host.Bootstrap.Start(StartupContext startupContext, IUserAlert userAlert, Action`1 startCallback) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Host\Bootstrap.cs:line 40
at NzbDrone.Console.ConsoleApp.Main(String[] args) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Console\ConsoleApp.cs:line 38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment