Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 14-11-7 12:57:44.4|Info|RefreshSeriesService|Updating Info for Show A
- 14-11-7 12:57:44.5|Info|RefreshEpisodeService|Starting episode info refresh for: [280494][Show A]
- 14-11-7 12:57:44.5|Info|RefreshEpisodeService|Finished episode refresh for series: [280494][Show A].
- 14-11-7 12:57:44.6|Info|DiskScanService|Scanning disk for Show A
- 14-11-7 12:57:44.7|Info|DiskScanService|Completed scanning disk for Show A
- 14-11-7 12:57:44.8|Info|RefreshSeriesService|Skipping refresh of series: Show B (2013)
- 14-11-7 12:57:44.8|Info|DiskScanService|Scanning disk for Show B (2013)
- 14-11-7 12:57:44.8|Info|DiskScanService|Completed scanning disk for Show B (2013)
- 14-11-7 12:57:44.9|Info|HousekeepingService|Running housecleaning tasks
- 14-11-7 12:57:46.0|Info|DbFactory|Vacuuming database
- 14-11-7 12:57:49.8|Info|DbFactory|Database Compressed
- 14-11-7 12:57:49.8|Info|RssSyncService|Starting RSS Sync
- 14-11-7 12:57:53.4|Info|DownloadDecisionMaker|Processing 268 reports
- 14-11-7 12:57:54.3|Info|RssSyncService|RSS Sync Completed. Reports found: 268, Reports grabbed: 0
- 14-11-7 12:57:54.3|Info|RssSyncService|RSS Sync hasn't run since: 11/7/2014 4:27:55 AM. Searching for any missing episodes since then.
- 14-11-7 12:57:54.3|Info|MissingEpisodeSearchService|Searching for 0 missing episodes since last RSS Sync
- 14-11-7 12:57:54.3|Info|MissingEpisodeSearchService|Completed search for 0 episodes. 0 reports downloaded.
- 14-11-7 13:12:59.2|Info|RssSyncService|Starting RSS Sync
- 14-11-7 13:13:02.7|Info|DownloadDecisionMaker|Processing 277 reports
- 14-11-7 13:13:03.9|Info|RssSyncService|RSS Sync Completed. Reports found: 277, Reports grabbed: 0
- 14-11-7 13:28:08.7|Info|RssSyncService|Starting RSS Sync
- 14-11-7 13:28:08.8|Error|Scheduler|Error occurred while executing task NzbDrone.Core.Indexers.RssSyncCommand
- System.Threading.Tasks.TaskSchedulerException: An exception was thrown by a TaskScheduler. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at System.Threading.Thread.StartInternal(IPrincipal principal, StackCrawlMark& stackMark)
- at System.Threading.Thread.Start(StackCrawlMark& stackMark)
- at System.Threading.Thread.Start(Object parameter)
- at System.Threading.Tasks.ThreadPoolTaskScheduler.QueueTask(Task task)
- at System.Threading.Tasks.Task.ScheduleAndStart(Boolean needsProtection)
- --- End of inner exception stack trace ---
- at System.Threading.Tasks.Task.ScheduleAndStart(Boolean needsProtection)
- at System.Threading.Tasks.Task.InternalStartNew(Task creatingTask, Delegate action, Object state, CancellationToken cancellationToken, TaskScheduler scheduler, TaskCreationOptions options, InternalTaskOptions internalOptions, StackCrawlMark& stackMark)
- at System.Threading.Tasks.TaskFactory.StartNew(Action action)
- at NzbDrone.Core.Indexers.FetchAndParseRssService.Fetch() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\FetchAndParseRssService.cs:line 47
- at NzbDrone.Core.Indexers.RssSyncService.Sync() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssSyncService.cs:line 47
- at NzbDrone.Core.Indexers.RssSyncService.Execute(RssSyncCommand message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssSyncService.cs:line 67
- at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](Command command) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 137
- at NzbDrone.Core.Messaging.Commands.CommandExecutor.PublishCommand[TCommand](TCommand command) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 48
- at CallSite.Target(Closure , CallSite , CommandExecutor , Object )
- at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid2[T0,T1](CallSite site, T0 arg0, T1 arg1)
- at CallSite.Target(Closure , CallSite , CommandExecutor , Object )
- at NzbDrone.Core.Messaging.Commands.CommandExecutor.PublishCommand(String commandTypeName, Nullable`1 lastExecutionTime) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 61
- at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\Scheduler.cs:line 46
- 14-11-7 13:30:10.9|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent]
- System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
- at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
- at System.Linq.Expressions.Compiler.LambdaCompiler.CreateDelegate()
- at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
- at Marr.Data.Reflection.SimpleReflectionStrategy.GetPropertyGetter(PropertyInfo propertyInfo)
- at Marr.Data.Reflection.SimpleReflectionStrategy.BuildGetter(Type type, String memberName)
- at Marr.Data.Reflection.SimpleReflectionStrategy.GetFieldValue(Object entity, String fieldName)
- at Marr.Data.QGen.WhereBuilder`1.GetRightValue(Expression rightExpression)
- at Marr.Data.QGen.WhereBuilder`1.VisitMemberAccess(MemberExpression expression)
- at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
- at Marr.Data.QGen.WhereBuilder`1.VisitBinary(BinaryExpression expression)
- at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
- at Marr.Data.QGen.ExpressionVisitor.VisitLamda(LambdaExpression lambdaExpression)
- at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
- at Marr.Data.QGen.WhereBuilder`1..ctor(DbCommand command, Dialect dialect, Expression filter, TableCollection tables, Boolean useAltName, Boolean tablePrefix)
- at Marr.Data.QGen.UpdateQueryBuilder`1.BuildQuery()
- at Marr.Data.QGen.UpdateQueryBuilder`1.Execute()
- at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Datastore\BasicRepository.cs:line 240
- at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\JobRepository.cs:line 37
- at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\TaskManager.cs:line 116
- at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:line 56
- 14-11-7 13:30:41.9|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent]
- System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
- at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
- at System.Linq.Expressions.Compiler.LambdaCompiler.CreateDelegate()
- at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
- at Marr.Data.Reflection.SimpleReflectionStrategy.GetPropertyGetter(PropertyInfo propertyInfo)
- at Marr.Data.Reflection.SimpleReflectionStrategy.BuildGetter(Type type, String memberName)
- at Marr.Data.Reflection.SimpleReflectionStrategy.GetFieldValue(Object entity, String fieldName)
- at Marr.Data.QGen.WhereBuilder`1.GetRightValue(Expression rightExpression)
- at Marr.Data.QGen.WhereBuilder`1.VisitMemberAccess(MemberExpression expression)
- at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
- at Marr.Data.QGen.WhereBuilder`1.VisitBinary(BinaryExpression expression)
- at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
- at Marr.Data.QGen.ExpressionVisitor.VisitLamda(LambdaExpression lambdaExpression)
- at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
- at Marr.Data.QGen.WhereBuilder`1..ctor(DbCommand command, Dialect dialect, Expression filter, TableCollection tables, Boolean useAltName, Boolean tablePrefix)
- at Marr.Data.QGen.UpdateQueryBuilder`1.BuildQuery()
- at Marr.Data.QGen.UpdateQueryBuilder`1.Execute()
- at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Datastore\BasicRepository.cs:line 240
- at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\JobRepository.cs:line 37
- at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\TaskManager.cs:line 116
- at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:line 56
- 14-11-7 13:30:42.8|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent]
- System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
- at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
- at System.Linq.Expressions.Compiler.LambdaCompiler.CreateDelegate()
- at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
- at Marr.Data.Reflection.SimpleReflectionStrategy.GetPropertyGetter(PropertyInfo propertyInfo)
- at Marr.Data.Reflection.SimpleReflectionStrategy.BuildGetter(Type type, String memberName)
- at Marr.Data.Reflection.SimpleReflectionStrategy.GetFieldValue(Object entity, String fieldName)
- at Marr.Data.QGen.WhereBuilder`1.GetRightValue(Expression rightExpression)
- at Marr.Data.QGen.WhereBuilder`1.VisitMemberAccess(MemberExpression expression)
- at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
- at Marr.Data.QGen.WhereBuilder`1.VisitBinary(BinaryExpression expression)
- at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
- at Marr.Data.QGen.ExpressionVisitor.VisitLamda(LambdaExpression lambdaExpression)
- at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
- at Marr.Data.QGen.WhereBuilder`1..ctor(DbCommand command, Dialect dialect, Expression filter, TableCollection tables, Boolean useAltName, Boolean tablePrefix)
- at Marr.Data.QGen.UpdateQueryBuilder`1.BuildQuery()
- at Marr.Data.QGen.UpdateQueryBuilder`1.Execute()
- at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Datastore\BasicRepository.cs:line 240
- at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\JobRepository.cs:line 37
- at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\TaskManager.cs:line 116
- at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:line 56
- 14-11-7 13:31:13.5|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent]
- System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
- at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
- at System.Linq.Expressions.Compiler.LambdaCompiler.CreateDelegate()
- at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
- at Marr.Data.Reflection.SimpleReflectionStrategy.GetPropertyGetter(PropertyInfo propertyInfo)
- at Marr.Data.Reflection.SimpleReflectionStrategy.BuildGetter(Type type, String memberName)
- at Marr.Data.Reflection.SimpleReflectionStrategy.GetFieldValue(Object entity, String fieldName)
- at Marr.Data.QGen.WhereBuilder`1.GetRightValue(Expression rightExpression)
- at Marr.Data.QGen.WhereBuilder`1.VisitMemberAccess(MemberExpression expression)
- at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
- at Marr.Data.QGen.WhereBuilder`1.VisitBinary(BinaryExpression expression)
- at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
- at Marr.Data.QGen.ExpressionVisitor.VisitLamda(LambdaExpression lambdaExpression)
- at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
- at Marr.Data.QGen.WhereBuilder`1..ctor(DbCommand command, Dialect dialect, Expression filter, TableCollection tables, Boolean useAltName, Boolean tablePrefix)
- at Marr.Data.QGen.UpdateQueryBuilder`1.BuildQuery()
- at Marr.Data.QGen.UpdateQueryBuilder`1.Execute()
- at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Datastore\BasicRepository.cs:line 240
- at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\JobRepository.cs:line 37
- at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\TaskManager.cs:line 116
- at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:line 56
- 14-11-7 13:31:14.2|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent]
- System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
- at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
- at System.Linq.Expressions.Compiler.LambdaCompiler.CreateDelegate()
- at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
- at Marr.Data.Reflection.SimpleReflectionStrategy.GetPropertyGetter(PropertyInfo propertyInfo) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\Reflection\SimpleReflectionStrategy.cs:line 139
- at Marr.Data.Reflection.SimpleReflectionStrategy.BuildGetter(Type type, String memberName) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\Reflection\SimpleReflectionStrategy.cs:line 65
- at Marr.Data.Reflection.SimpleReflectionStrategy.GetFieldValue(Object entity, String fieldName) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\Reflection\SimpleReflectionStrategy.cs:line 40
- at Marr.Data.QGen.WhereBuilder`1.GetRightValue(Expression rightExpression) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\WhereBuilder.cs:line 157
- at Marr.Data.QGen.WhereBuilder`1.VisitMemberAccess(MemberExpression expression) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\WhereBuilder.cs:line 117
- at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\ExpressionVisitor.cs:line 69
- at Marr.Data.QGen.WhereBuilder`1.VisitBinary(BinaryExpression expression) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\WhereBuilder.cs:line 71
- at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\ExpressionVisitor.cs:line 63
- at Marr.Data.QGen.ExpressionVisitor.VisitLamda(LambdaExpression lambdaExpression) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\ExpressionVisitor.cs:line 137
- at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\ExpressionVisitor.cs:line 28
- at Marr.Data.QGen.WhereBuilder`1..ctor(DbCommand command, Dialect dialect, Expression filter, TableCollection tables, Boolean useAltName, Boolean tablePrefix) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\WhereBuilder.cs:line 50
- at Marr.Data.QGen.UpdateQueryBuilder`1.BuildQuery() in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\UpdateQueryBuilder.cs:line 128
- at Marr.Data.QGen.UpdateQueryBuilder`1.Execute() in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\UpdateQueryBuilder.cs:line 145
- at NzbDrone.Core.Datastore.BasicRepository`1.SetFields(TModel model, Expression`1[] properties) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Datastore\BasicRepository.cs:line 240
- at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\JobRepository.cs:line 37
- at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\TaskManager.cs:line 116
- at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:line 56
- 14-11-7 13:43:19.1|Info|RssSyncService|Starting RSS Sync
- 14-11-7 13:43:19.2|Error|Scheduler|Error occurred while executing task NzbDrone.Core.Indexers.RssSyncCommand
- System.Threading.Tasks.TaskSchedulerException: An exception was thrown by a TaskScheduler. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at System.Threading.Thread.StartInternal(IPrincipal principal, StackCrawlMark& stackMark)
- at System.Threading.Thread.Start(StackCrawlMark& stackMark)
- at System.Threading.Thread.Start(Object parameter)
- at System.Threading.Tasks.ThreadPoolTaskScheduler.QueueTask(Task task)
- at System.Threading.Tasks.Task.ScheduleAndStart(Boolean needsProtection)
- --- End of inner exception stack trace ---
- at System.Threading.Tasks.Task.ScheduleAndStart(Boolean needsProtection)
- at System.Threading.Tasks.Task.InternalStartNew(Task creatingTask, Delegate action, Object state, CancellationToken cancellationToken, TaskScheduler scheduler, TaskCreationOptions options, InternalTaskOptions internalOptions, StackCrawlMark& stackMark)
- at System.Threading.Tasks.TaskFactory.StartNew(Action action)
- at NzbDrone.Core.Indexers.FetchAndParseRssService.Fetch() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\FetchAndParseRssService.cs:line 47
- at NzbDrone.Core.Indexers.RssSyncService.Sync() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssSyncService.cs:line 47
- at NzbDrone.Core.Indexers.RssSyncService.Execute(RssSyncCommand message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssSyncService.cs:line 67
- at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](Command command) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 137
- at NzbDrone.Core.Messaging.Commands.CommandExecutor.PublishCommand[TCommand](TCommand command) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 48
- at CallSite.Target(Closure , CallSite , CommandExecutor , Object )
- at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid2[T0,T1](CallSite site, T0 arg0, T1 arg1)
- at CallSite.Target(Closure , CallSite , CommandExecutor , Object )
- at NzbDrone.Core.Messaging.Commands.CommandExecutor.PublishCommand(String commandTypeName, Nullable`1 lastExecutionTime) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 61
- at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\Scheduler.cs:line 46
- 14-11-7 13:55:24.5|Info|DbFactory|Vacuuming database
- 14-11-7 13:55:24.6|Info|DbFactory|Database Compressed
- 14-11-7 13:58:25.5|Info|RssSyncService|Starting RSS Sync
- 14-11-7 13:58:25.5|Error|Scheduler|Error occurred while executing task NzbDrone.Core.Indexers.RssSyncCommand
- System.Threading.Tasks.TaskSchedulerException: An exception was thrown by a TaskScheduler. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
- at System.Threading.Thread.StartInternal(IPrincipal principal, StackCrawlMark& stackMark)
- at System.Threading.Thread.Start(StackCrawlMark& stackMark)
- at System.Threading.Thread.Start(Object parameter)
- at System.Threading.Tasks.ThreadPoolTaskScheduler.QueueTask(Task task)
- at System.Threading.Tasks.Task.ScheduleAndStart(Boolean needsProtection)
- --- End of inner exception stack trace ---
- at System.Threading.Tasks.Task.ScheduleAndStart(Boolean needsProtection)
- at System.Threading.Tasks.Task.InternalStartNew(Task creatingTask, Delegate action, Object state, CancellationToken cancellationToken, TaskScheduler scheduler, TaskCreationOptions options, InternalTaskOptions internalOptions, StackCrawlMark& stackMark)
- at System.Threading.Tasks.TaskFactory.StartNew(Action action)
- at NzbDrone.Core.Indexers.FetchAndParseRssService.Fetch() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\FetchAndParseRssService.cs:line 47
- at NzbDrone.Core.Indexers.RssSyncService.Sync() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssSyncService.cs:line 47
- at NzbDrone.Core.Indexers.RssSyncService.Execute(RssSyncCommand message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssSyncService.cs:line 67
- at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](Command command) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 137
- at NzbDrone.Core.Messaging.Commands.CommandExecutor.PublishCommand[TCommand](TCommand command) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 48
- at CallSite.Target(Closure , CallSite , CommandExecutor , Object )
- at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid2[T0,T1](CallSite site, T0 arg0, T1 arg1)
- at CallSite.Target(Closure , CallSite , CommandExecutor , Object )
- at NzbDrone.Core.Messaging.Commands.CommandExecutor.PublishCommand(String commandTypeName, Nullable`1 lastExecutionTime) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 61
- at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\Scheduler.cs:line 46
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement