Guest User

Untitled

a guest
Feb 15th, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.98 KB | None | 0 0
  1. 2016-02-15 14:52:56,906 [P1364/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco 7.4.0 application starting on DESKTOP-JJOR4ST
  2. 2016-02-15 14:52:56,927 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
  3. 2016-02-15 14:52:56,934 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Hash determined (took 7ms)
  4. 2016-02-15 14:52:56,973 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
  5. 2016-02-15 14:52:57,129 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 156ms)
  6. 2016-02-15 14:52:57,138 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
  7. 2016-02-15 14:52:57,145 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 6ms)
  8. 2016-02-15 14:52:57,145 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
  9. 2016-02-15 14:52:57,151 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 6ms)
  10. 2016-02-15 14:52:57,161 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController
  11. 2016-02-15 14:52:57,168 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 6ms)
  12. 2016-02-15 14:52:57,168 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
  13. 2016-02-15 14:52:57,175 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 7ms)
  14. 2016-02-15 14:52:57,198 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
  15. 2016-02-15 14:52:57,203 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 5ms)
  16. 2016-02-15 14:52:57,203 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
  17. 2016-02-15 14:52:57,211 [P1364/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 7ms)
  18. 2016-02-15 14:52:57,731 [P1364/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 877ms)
  19. 2016-02-15 14:52:58,256 [P1364/D2/T10] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://localhost:52648/umbraco (UmbracoModule request)
  20. 2016-02-15 14:52:58,496 [P1364/D2/T11] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
  21. System.ArgumentNullException: Value cannot be null.
  22. Parameter name: sqlSyntax
  23. at Umbraco.Core.Persistence.Repositories.PetaPocoRepositoryBase`2..ctor(IDatabaseUnitOfWork work, CacheHelper cache, ILogger logger, ISqlSyntaxProvider sqlSyntax)
  24. at Umbraco.Core.Persistence.RepositoryFactory.CreateUserTypeRepository(IDatabaseUnitOfWork uow)
  25. at Umbraco.Core.Persistence.RepositoryFactory.CreateUserRepository(IDatabaseUnitOfWork uow)
  26. at Umbraco.Core.Services.UserService.GetUserById(Int32 id)
  27. at Umbraco.Core.Security.BackOfficeUserStore.<FindByIdAsync>d__7.MoveNext()
  28. --- End of stack trace from previous location where exception was thrown ---
  29. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  30. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  31. at Microsoft.AspNet.Identity.TaskExtensions.CultureAwaiter`1.GetResult()
  32. at Microsoft.AspNet.Identity.Owin.SecurityStampValidator.<>c__DisplayClass2`3.<<OnValidateIdentity>b__1>d__4.MoveNext()
  33. --- End of stack trace from previous location where exception was thrown ---
  34. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  35. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  36. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  37. at Microsoft.Owin.Security.Cookies.CookieAuthenticationHandler.<AuthenticateCoreAsync>d__2.MoveNext()
  38. --- End of stack trace from previous location where exception was thrown ---
  39. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  40. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  41. at Microsoft.Owin.Security.Infrastructure.AuthenticationHandler.<BaseInitializeAsync>d__0.MoveNext()
  42. --- End of stack trace from previous location where exception was thrown ---
  43. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  44. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  45. at Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware`1.<Invoke>d__0.MoveNext()
  46. --- End of stack trace from previous location where exception was thrown ---
  47. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  48. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  49. at Microsoft.AspNet.Identity.Owin.IdentityFactoryMiddleware`2.<Invoke>d__0.MoveNext()
  50. --- End of stack trace from previous location where exception was thrown ---
  51. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  52. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  53. at Microsoft.AspNet.Identity.Owin.IdentityFactoryMiddleware`2.<Invoke>d__0.MoveNext()
  54. --- End of stack trace from previous location where exception was thrown ---
  55. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  56. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  57. at Microsoft.Owin.Host.SystemWeb.IntegratedPipeline.IntegratedPipelineContextStage.<RunApp>d__5.MoveNext()
  58. --- End of stack trace from previous location where exception was thrown ---
  59. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  60. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  61. at Microsoft.Owin.Host.SystemWeb.IntegratedPipeline.IntegratedPipelineContext.<DoFinalWork>d__2.MoveNext()
  62. --- End of stack trace from previous location where exception was thrown ---
  63. at Microsoft.Owin.Host.SystemWeb.IntegratedPipeline.StageAsyncResult.End(IAsyncResult ar)
  64. at Microsoft.Owin.Host.SystemWeb.IntegratedPipeline.IntegratedPipelineContext.EndFinalWork(IAsyncResult ar)
  65. at System.Web.HttpApplication.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  66. at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Advertisement
Add Comment
Please, Sign In to add comment