Advertisement
Guest User

Untitled

a guest
Apr 6th, 2015
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. 15-4-6 16:07:36.3|Info|Router|Application mode: Interactive
  2. 15-4-6 16:07:36.3|Debug|Router|Console selected
  3. 15-4-6 16:07:36.3|Info|OwinHostController|Listening on the following URLs:
  4. 15-4-6 16:07:36.3|Info|OwinHostController| http://*:8989/nzbdrone/
  5. 15-4-6 16:07:36.3|Info|OwinHostController| http://*:8989/
  6. 15-4-6 16:07:36.4|Debug|OwinAppFactory|Attaching NzbDroneVersionMiddleWare to host
  7. 15-4-6 16:07:36.4|Debug|OwinAppFactory|Attaching SignalRMiddleWare to host
  8. 15-4-6 16:07:36.4|Debug|OwinAppFactory|Attaching NancyMiddleWare to host
  9. 15-4-6 16:07:36.4|Info|NancyBootstrapper|Starting NzbDrone API
  10. 15-4-6 16:07:36.6|Trace|EventAggregator|Publishing ApplicationStartedEvent
  11. 15-4-6 16:07:36.9|Trace|EventAggregator|ApplicationStartedEvent -> UserService
  12. 15-4-6 16:07:36.9|Trace|EventAggregator|ApplicationStartedEvent <- UserService
  13. 15-4-6 16:07:36.9|Trace|EventAggregator|ApplicationStartedEvent -> DownloadClientFactory
  14. 15-4-6 16:07:36.9|Debug|DownloadClientFactory|Initializing Providers. Count 8
  15. 15-4-6 16:07:37.0|Trace|EventAggregator|ApplicationStartedEvent <- DownloadClientFactory
  16. 15-4-6 16:07:37.0|Trace|EventAggregator|ApplicationStartedEvent -> IndexerFactory
  17. 15-4-6 16:07:37.0|Debug|IndexerFactory|Initializing Providers. Count 12
  18. 15-4-6 16:07:37.0|Trace|EventAggregator|ApplicationStartedEvent <- IndexerFactory
  19. 15-4-6 16:07:37.0|Trace|EventAggregator|ApplicationStartedEvent -> ReconfigureLogging
  20. 15-4-6 16:07:37.8|Info|SceneMappingService|Updating Scene mappings
  21. 15-4-6 16:07:38.8|Info|HousekeepingService|Running housecleaning tasks
  22. 15-4-6 16:07:39.3|Info|Database|Vacuuming database
  23. 15-4-6 16:07:39.5|Info|Database|Database Compressed
  24. 15-4-6 16:08:51.6|Fatal|NzbDroneErrorPipeline|Request Failed
  25.  
  26. System.NullReferenceException: Object reference not set to an instance of an object
  27. at System.Dynamic.DynamicMetaObject.Create (object,System.Linq.Expressions.Expression) <IL 0x00001, 0x0006b>
  28. at System.Dynamic.DynamicMetaObjectBinder.CreateArgumentMetaObjects (object[],System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>) <IL 0x00029, 0x000a7>
  29. at System.Dynamic.DynamicMetaObjectBinder.Bind (object[],System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.LabelTarget) <IL 0x000d8, 0x001b8>
  30. at System.Runtime.CompilerServices.CallSiteBinder.BindCore<System.Func`5<System.Runtime.CompilerServices.CallSite, Nancy.Responses.Negotiation.IResponseNegotiator, object, Nancy.NancyContext, object>> (System.Runtime.CompilerServices.CallSite`1<System.Func`5<System.Runtime.CompilerServices.CallSite, Nancy.Responses.Negotiation.IResponseNegotiator, object, Nancy.NancyContext, object>>,object[]) <0x000c1>
  31. at System.Dynamic.UpdateDelegates.UpdateAndExecute3<Nancy.Responses.Negotiation.IResponseNegotiator, object, Nancy.NancyContext, object> (System.Runtime.CompilerServices.CallSite,Nancy.Responses.Negotiation.IResponseNegotiator,object,Nancy.NancyContext) <0x005a8>
  32. at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,Nancy.Responses.Negotiation.IResponseNegotiator,object,Nancy.NancyContext) <IL 0x00084, 0x0018f>
  33. at Nancy.Routing.DefaultRouteInvoker/<>c__DisplayClass9.<Invoke>b__5 (System.Threading.Tasks.Task`1<object>) <IL 0x0014c, 0x00452>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement