Advertisement
Guest User

Untitled

a guest
Nov 7th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.39 KB | None | 0 0
  1. 14-11-7 12:57:44.4|Info|RefreshSeriesService|Updating Info for Show A
  2. 14-11-7 12:57:44.5|Info|RefreshEpisodeService|Starting episode info refresh for: [280494][Show A]
  3. 14-11-7 12:57:44.5|Info|RefreshEpisodeService|Finished episode refresh for series: [280494][Show A].
  4. 14-11-7 12:57:44.6|Info|DiskScanService|Scanning disk for Show A
  5. 14-11-7 12:57:44.7|Info|DiskScanService|Completed scanning disk for Show A
  6. 14-11-7 12:57:44.8|Info|RefreshSeriesService|Skipping refresh of series: Show B (2013)
  7. 14-11-7 12:57:44.8|Info|DiskScanService|Scanning disk for Show B (2013)
  8. 14-11-7 12:57:44.8|Info|DiskScanService|Completed scanning disk for Show B (2013)
  9. 14-11-7 12:57:44.9|Info|HousekeepingService|Running housecleaning tasks
  10. 14-11-7 12:57:46.0|Info|DbFactory|Vacuuming database
  11. 14-11-7 12:57:49.8|Info|DbFactory|Database Compressed
  12. 14-11-7 12:57:49.8|Info|RssSyncService|Starting RSS Sync
  13. 14-11-7 12:57:53.4|Info|DownloadDecisionMaker|Processing 268 reports
  14. 14-11-7 12:57:54.3|Info|RssSyncService|RSS Sync Completed. Reports found: 268, Reports grabbed: 0
  15. 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.
  16. 14-11-7 12:57:54.3|Info|MissingEpisodeSearchService|Searching for 0 missing episodes since last RSS Sync
  17. 14-11-7 12:57:54.3|Info|MissingEpisodeSearchService|Completed search for 0 episodes. 0 reports downloaded.
  18. 14-11-7 13:12:59.2|Info|RssSyncService|Starting RSS Sync
  19. 14-11-7 13:13:02.7|Info|DownloadDecisionMaker|Processing 277 reports
  20. 14-11-7 13:13:03.9|Info|RssSyncService|RSS Sync Completed. Reports found: 277, Reports grabbed: 0
  21. 14-11-7 13:28:08.7|Info|RssSyncService|Starting RSS Sync
  22. 14-11-7 13:28:08.8|Error|Scheduler|Error occurred while executing task NzbDrone.Core.Indexers.RssSyncCommand
  23.  
  24. System.Threading.Tasks.TaskSchedulerException: An exception was thrown by a TaskScheduler. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  25. at System.Threading.Thread.StartInternal(IPrincipal principal, StackCrawlMark& stackMark)
  26. at System.Threading.Thread.Start(StackCrawlMark& stackMark)
  27. at System.Threading.Thread.Start(Object parameter)
  28. at System.Threading.Tasks.ThreadPoolTaskScheduler.QueueTask(Task task)
  29. at System.Threading.Tasks.Task.ScheduleAndStart(Boolean needsProtection)
  30. --- End of inner exception stack trace ---
  31. at System.Threading.Tasks.Task.ScheduleAndStart(Boolean needsProtection)
  32. at System.Threading.Tasks.Task.InternalStartNew(Task creatingTask, Delegate action, Object state, CancellationToken cancellationToken, TaskScheduler scheduler, TaskCreationOptions options, InternalTaskOptions internalOptions, StackCrawlMark& stackMark)
  33. at System.Threading.Tasks.TaskFactory.StartNew(Action action)
  34. at NzbDrone.Core.Indexers.FetchAndParseRssService.Fetch() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\FetchAndParseRssService.cs:line 47
  35. at NzbDrone.Core.Indexers.RssSyncService.Sync() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssSyncService.cs:line 47
  36. at NzbDrone.Core.Indexers.RssSyncService.Execute(RssSyncCommand message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssSyncService.cs:line 67
  37. at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](Command command) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 137
  38. at NzbDrone.Core.Messaging.Commands.CommandExecutor.PublishCommand[TCommand](TCommand command) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 48
  39. at CallSite.Target(Closure , CallSite , CommandExecutor , Object )
  40. at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid2[T0,T1](CallSite site, T0 arg0, T1 arg1)
  41. at CallSite.Target(Closure , CallSite , CommandExecutor , Object )
  42. 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
  43. at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\Scheduler.cs:line 46
  44.  
  45. 14-11-7 13:30:10.9|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent]
  46.  
  47. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  48. at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
  49. at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
  50. at System.Linq.Expressions.Compiler.LambdaCompiler.CreateDelegate()
  51. at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
  52. at Marr.Data.Reflection.SimpleReflectionStrategy.GetPropertyGetter(PropertyInfo propertyInfo)
  53. at Marr.Data.Reflection.SimpleReflectionStrategy.BuildGetter(Type type, String memberName)
  54. at Marr.Data.Reflection.SimpleReflectionStrategy.GetFieldValue(Object entity, String fieldName)
  55. at Marr.Data.QGen.WhereBuilder`1.GetRightValue(Expression rightExpression)
  56. at Marr.Data.QGen.WhereBuilder`1.VisitMemberAccess(MemberExpression expression)
  57. at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
  58. at Marr.Data.QGen.WhereBuilder`1.VisitBinary(BinaryExpression expression)
  59. at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
  60. at Marr.Data.QGen.ExpressionVisitor.VisitLamda(LambdaExpression lambdaExpression)
  61. at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
  62. at Marr.Data.QGen.WhereBuilder`1..ctor(DbCommand command, Dialect dialect, Expression filter, TableCollection tables, Boolean useAltName, Boolean tablePrefix)
  63. at Marr.Data.QGen.UpdateQueryBuilder`1.BuildQuery()
  64. at Marr.Data.QGen.UpdateQueryBuilder`1.Execute()
  65. 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
  66. at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\JobRepository.cs:line 37
  67. at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\TaskManager.cs:line 116
  68. at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:line 56
  69.  
  70. 14-11-7 13:30:41.9|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent]
  71.  
  72. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  73. at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
  74. at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
  75. at System.Linq.Expressions.Compiler.LambdaCompiler.CreateDelegate()
  76. at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
  77. at Marr.Data.Reflection.SimpleReflectionStrategy.GetPropertyGetter(PropertyInfo propertyInfo)
  78. at Marr.Data.Reflection.SimpleReflectionStrategy.BuildGetter(Type type, String memberName)
  79. at Marr.Data.Reflection.SimpleReflectionStrategy.GetFieldValue(Object entity, String fieldName)
  80. at Marr.Data.QGen.WhereBuilder`1.GetRightValue(Expression rightExpression)
  81. at Marr.Data.QGen.WhereBuilder`1.VisitMemberAccess(MemberExpression expression)
  82. at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
  83. at Marr.Data.QGen.WhereBuilder`1.VisitBinary(BinaryExpression expression)
  84. at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
  85. at Marr.Data.QGen.ExpressionVisitor.VisitLamda(LambdaExpression lambdaExpression)
  86. at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
  87. at Marr.Data.QGen.WhereBuilder`1..ctor(DbCommand command, Dialect dialect, Expression filter, TableCollection tables, Boolean useAltName, Boolean tablePrefix)
  88. at Marr.Data.QGen.UpdateQueryBuilder`1.BuildQuery()
  89. at Marr.Data.QGen.UpdateQueryBuilder`1.Execute()
  90. 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
  91. at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\JobRepository.cs:line 37
  92. at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\TaskManager.cs:line 116
  93. at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:line 56
  94.  
  95. 14-11-7 13:30:42.8|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent]
  96.  
  97. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  98. at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
  99. at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
  100. at System.Linq.Expressions.Compiler.LambdaCompiler.CreateDelegate()
  101. at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
  102. at Marr.Data.Reflection.SimpleReflectionStrategy.GetPropertyGetter(PropertyInfo propertyInfo)
  103. at Marr.Data.Reflection.SimpleReflectionStrategy.BuildGetter(Type type, String memberName)
  104. at Marr.Data.Reflection.SimpleReflectionStrategy.GetFieldValue(Object entity, String fieldName)
  105. at Marr.Data.QGen.WhereBuilder`1.GetRightValue(Expression rightExpression)
  106. at Marr.Data.QGen.WhereBuilder`1.VisitMemberAccess(MemberExpression expression)
  107. at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
  108. at Marr.Data.QGen.WhereBuilder`1.VisitBinary(BinaryExpression expression)
  109. at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
  110. at Marr.Data.QGen.ExpressionVisitor.VisitLamda(LambdaExpression lambdaExpression)
  111. at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
  112. at Marr.Data.QGen.WhereBuilder`1..ctor(DbCommand command, Dialect dialect, Expression filter, TableCollection tables, Boolean useAltName, Boolean tablePrefix)
  113. at Marr.Data.QGen.UpdateQueryBuilder`1.BuildQuery()
  114. at Marr.Data.QGen.UpdateQueryBuilder`1.Execute()
  115. 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
  116. at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\JobRepository.cs:line 37
  117. at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\TaskManager.cs:line 116
  118. at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:line 56
  119.  
  120. 14-11-7 13:31:13.5|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent]
  121.  
  122. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  123. at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
  124. at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
  125. at System.Linq.Expressions.Compiler.LambdaCompiler.CreateDelegate()
  126. at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
  127. at Marr.Data.Reflection.SimpleReflectionStrategy.GetPropertyGetter(PropertyInfo propertyInfo)
  128. at Marr.Data.Reflection.SimpleReflectionStrategy.BuildGetter(Type type, String memberName)
  129. at Marr.Data.Reflection.SimpleReflectionStrategy.GetFieldValue(Object entity, String fieldName)
  130. at Marr.Data.QGen.WhereBuilder`1.GetRightValue(Expression rightExpression)
  131. at Marr.Data.QGen.WhereBuilder`1.VisitMemberAccess(MemberExpression expression)
  132. at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
  133. at Marr.Data.QGen.WhereBuilder`1.VisitBinary(BinaryExpression expression)
  134. at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
  135. at Marr.Data.QGen.ExpressionVisitor.VisitLamda(LambdaExpression lambdaExpression)
  136. at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression)
  137. at Marr.Data.QGen.WhereBuilder`1..ctor(DbCommand command, Dialect dialect, Expression filter, TableCollection tables, Boolean useAltName, Boolean tablePrefix)
  138. at Marr.Data.QGen.UpdateQueryBuilder`1.BuildQuery()
  139. at Marr.Data.QGen.UpdateQueryBuilder`1.Execute()
  140. 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
  141. at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\JobRepository.cs:line 37
  142. at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\TaskManager.cs:line 116
  143. at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:line 56
  144.  
  145. 14-11-7 13:31:14.2|Error|EventAggregator|TaskManager failed while processing [CommandExecutedEvent]
  146.  
  147. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  148. at System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IRuntimeMethodInfo method)
  149. at System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType, Object target)
  150. at System.Linq.Expressions.Compiler.LambdaCompiler.CreateDelegate()
  151. at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)
  152. at Marr.Data.Reflection.SimpleReflectionStrategy.GetPropertyGetter(PropertyInfo propertyInfo) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\Reflection\SimpleReflectionStrategy.cs:line 139
  153. at Marr.Data.Reflection.SimpleReflectionStrategy.BuildGetter(Type type, String memberName) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\Reflection\SimpleReflectionStrategy.cs:line 65
  154. at Marr.Data.Reflection.SimpleReflectionStrategy.GetFieldValue(Object entity, String fieldName) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\Reflection\SimpleReflectionStrategy.cs:line 40
  155. at Marr.Data.QGen.WhereBuilder`1.GetRightValue(Expression rightExpression) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\WhereBuilder.cs:line 157
  156. at Marr.Data.QGen.WhereBuilder`1.VisitMemberAccess(MemberExpression expression) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\WhereBuilder.cs:line 117
  157. at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\ExpressionVisitor.cs:line 69
  158. at Marr.Data.QGen.WhereBuilder`1.VisitBinary(BinaryExpression expression) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\WhereBuilder.cs:line 71
  159. at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\ExpressionVisitor.cs:line 63
  160. at Marr.Data.QGen.ExpressionVisitor.VisitLamda(LambdaExpression lambdaExpression) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\ExpressionVisitor.cs:line 137
  161. at Marr.Data.QGen.ExpressionVisitor.Visit(Expression expression) in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\ExpressionVisitor.cs:line 28
  162. 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
  163. at Marr.Data.QGen.UpdateQueryBuilder`1.BuildQuery() in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\UpdateQueryBuilder.cs:line 128
  164. at Marr.Data.QGen.UpdateQueryBuilder`1.Execute() in m:\BuildAgent\work\328d72309b633a8\src\Marr.Data\QGen\UpdateQueryBuilder.cs:line 145
  165. 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
  166. at NzbDrone.Core.Jobs.ScheduledTaskRepository.SetLastExecutionTime(Int32 id, DateTime executionTime) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\JobRepository.cs:line 37
  167. at NzbDrone.Core.Jobs.TaskManager.Handle(CommandExecutedEvent message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\TaskManager.cs:line 116
  168. at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:line 56
  169.  
  170. 14-11-7 13:43:19.1|Info|RssSyncService|Starting RSS Sync
  171. 14-11-7 13:43:19.2|Error|Scheduler|Error occurred while executing task NzbDrone.Core.Indexers.RssSyncCommand
  172.  
  173. System.Threading.Tasks.TaskSchedulerException: An exception was thrown by a TaskScheduler. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  174. at System.Threading.Thread.StartInternal(IPrincipal principal, StackCrawlMark& stackMark)
  175. at System.Threading.Thread.Start(StackCrawlMark& stackMark)
  176. at System.Threading.Thread.Start(Object parameter)
  177. at System.Threading.Tasks.ThreadPoolTaskScheduler.QueueTask(Task task)
  178. at System.Threading.Tasks.Task.ScheduleAndStart(Boolean needsProtection)
  179. --- End of inner exception stack trace ---
  180. at System.Threading.Tasks.Task.ScheduleAndStart(Boolean needsProtection)
  181. at System.Threading.Tasks.Task.InternalStartNew(Task creatingTask, Delegate action, Object state, CancellationToken cancellationToken, TaskScheduler scheduler, TaskCreationOptions options, InternalTaskOptions internalOptions, StackCrawlMark& stackMark)
  182. at System.Threading.Tasks.TaskFactory.StartNew(Action action)
  183. at NzbDrone.Core.Indexers.FetchAndParseRssService.Fetch() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\FetchAndParseRssService.cs:line 47
  184. at NzbDrone.Core.Indexers.RssSyncService.Sync() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssSyncService.cs:line 47
  185. at NzbDrone.Core.Indexers.RssSyncService.Execute(RssSyncCommand message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssSyncService.cs:line 67
  186. at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](Command command) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 137
  187. at NzbDrone.Core.Messaging.Commands.CommandExecutor.PublishCommand[TCommand](TCommand command) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 48
  188. at CallSite.Target(Closure , CallSite , CommandExecutor , Object )
  189. at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid2[T0,T1](CallSite site, T0 arg0, T1 arg1)
  190. at CallSite.Target(Closure , CallSite , CommandExecutor , Object )
  191. 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
  192. at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Jobs\Scheduler.cs:line 46
  193.  
  194. 14-11-7 13:55:24.5|Info|DbFactory|Vacuuming database
  195. 14-11-7 13:55:24.6|Info|DbFactory|Database Compressed
  196. 14-11-7 13:58:25.5|Info|RssSyncService|Starting RSS Sync
  197. 14-11-7 13:58:25.5|Error|Scheduler|Error occurred while executing task NzbDrone.Core.Indexers.RssSyncCommand
  198.  
  199. System.Threading.Tasks.TaskSchedulerException: An exception was thrown by a TaskScheduler. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  200. at System.Threading.Thread.StartInternal(IPrincipal principal, StackCrawlMark& stackMark)
  201. at System.Threading.Thread.Start(StackCrawlMark& stackMark)
  202. at System.Threading.Thread.Start(Object parameter)
  203. at System.Threading.Tasks.ThreadPoolTaskScheduler.QueueTask(Task task)
  204. at System.Threading.Tasks.Task.ScheduleAndStart(Boolean needsProtection)
  205. --- End of inner exception stack trace ---
  206. at System.Threading.Tasks.Task.ScheduleAndStart(Boolean needsProtection)
  207. at System.Threading.Tasks.Task.InternalStartNew(Task creatingTask, Delegate action, Object state, CancellationToken cancellationToken, TaskScheduler scheduler, TaskCreationOptions options, InternalTaskOptions internalOptions, StackCrawlMark& stackMark)
  208. at System.Threading.Tasks.TaskFactory.StartNew(Action action)
  209. at NzbDrone.Core.Indexers.FetchAndParseRssService.Fetch() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\FetchAndParseRssService.cs:line 47
  210. at NzbDrone.Core.Indexers.RssSyncService.Sync() in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssSyncService.cs:line 47
  211. at NzbDrone.Core.Indexers.RssSyncService.Execute(RssSyncCommand message) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssSyncService.cs:line 67
  212. at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](Command command) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 137
  213. at NzbDrone.Core.Messaging.Commands.CommandExecutor.PublishCommand[TCommand](TCommand command) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 48
  214. at CallSite.Target(Closure , CallSite , CommandExecutor , Object )
  215. at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid2[T0,T1](CallSite site, T0 arg0, T1 arg1)
  216. at CallSite.Target(Closure , CallSite , CommandExecutor , Object )
  217. 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
  218. 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