Skip to content

Instantly share code, notes, and snippets.

@alexbeletsky
Created February 24, 2012 08:35
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 alexbeletsky/6f38c62d6962b15bcb8b to your computer and use it in GitHub Desktop.
Save alexbeletsky/6f38c62d6962b15bcb8b to your computer and use it in GitHub Desktop.
Exception stack trace
*** Failures ***
Exception
System.Exception: System.Exception : ConfigurableBootstrapper Exception
---- Nancy.RequestExecutionException : Oh noes!
-------- Nancy.ViewEngines.ViewNotFoundException : Unable to locate view 'Home/Index'. Currently available view engine extensions: sshtml,html,htm,cshtml,vbhtml
at Nancy.Testing.PassThroughErrorHandler.Handle(HttpStatusCode statusCode, NancyContext context)
at Nancy.NancyEngine.CheckErrorHandler(NancyContext context)
at Nancy.NancyEngine.HandleRequest(Request request)
at Nancy.Testing.Browser.HandleRequest(String method, String path, Action`1 browserContext)
at Nancy.Testing.Browser.Get(String path, Action`1 browserContext)
at IdeaStrike.Tests.IdeaStrikeSpecBase`1.Get(String path, Action`1 browserContext) in D:\Development\Projects\Ideastrike\tests\IdeaStrike.Tests\IdeaStrikeSpecBase.cs:line 85
at IdeaStrike.Tests.HomeModuleTests.when_viewing_the_home_page..ctor() in D:\Development\Projects\Ideastrike\tests\IdeaStrike.Tests\HomeModuleTests\when_viewing_the_home_page.cs:line 11
----- Inner Stack Trace -----
at Nancy.NancyEngine.InvokeOnErrorHook(NancyContext context, ErrorPipeline pipeline, Exception ex)
----- Inner Stack Trace -----
at Nancy.ViewEngines.DefaultViewFactory.GetRenderedView(String viewName, Object model, ViewLocationContext viewLocationContext)
at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3)
at CallSite.Target(Closure , CallSite , DefaultViewFactory , Object , Object , ViewLocationContext )
at Nancy.ViewEngines.DefaultViewFactory.RenderView(String viewName, Object model, ViewLocationContext viewLocationContext)
at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3)
at Nancy.NancyModule.ViewRenderer.get_Item(String viewName, Object model)
at CallSite.Target(Closure , CallSite , ViewRenderer , String , Object )
at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at Ideastrike.Nancy.Modules.HomeModule.ListIdeas(IEnumerable`1 ideas, SelectedTab selected, String ErrorMessage) in D:\Development\Projects\Ideastrike\src\Ideastrike.Nancy\Modules\HomeModule.cs:line 53
at Ideastrike.Nancy.Modules.HomeModule.<.ctor>b__0(Object _) in D:\Development\Projects\Ideastrike\src\Ideastrike.Nancy\Modules\HomeModule.cs:line 21
at Nancy.Routing.Route.Invoke(DynamicDictionary parameters)
at Nancy.NancyEngine.ResolveAndInvokeRoute(NancyContext context)
at Nancy.NancyEngine.InvokeRequestLifeCycle(NancyContext context, IPipelines pipelines)
System.Exception: System.Exception : ConfigurableBootstrapper Exception
---- Nancy.RequestExecutionException : Oh noes!
-------- Nancy.ViewEngines.ViewNotFoundException : Unable to locate view 'Home/Index'. Currently available view engine extensions: sshtml,html,htm,cshtml,vbhtml
at Nancy.Testing.PassThroughErrorHandler.Handle(HttpStatusCode statusCode, NancyContext context)
at Nancy.NancyEngine.CheckErrorHandler(NancyContext context)
at Nancy.NancyEngine.HandleRequest(Request request)
at Nancy.Testing.Browser.HandleRequest(String method, String path, Action`1 browserContext)
at Nancy.Testing.Browser.Get(String path, Action`1 browserContext)
at IdeaStrike.Tests.IdeaStrikeSpecBase`1.Get(String path, Action`1 browserContext) in D:\Development\Projects\Ideastrike\tests\IdeaStrike.Tests\IdeaStrikeSpecBase.cs:line 85
at IdeaStrike.Tests.HomeModuleTests.when_viewing_the_home_page..ctor() in D:\Development\Projects\Ideastrike\tests\IdeaStrike.Tests\HomeModuleTests\when_viewing_the_home_page.cs:line 11
----- Inner Stack Trace -----
at Nancy.NancyEngine.InvokeOnErrorHook(NancyContext context, ErrorPipeline pipeline, Exception ex)
----- Inner Stack Trace -----
at Nancy.ViewEngines.DefaultViewFactory.GetRenderedView(String viewName, Object model, ViewLocationContext viewLocationContext)
at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3)
at CallSite.Target(Closure , CallSite , DefaultViewFactory , Object , Object , ViewLocationContext )
at Nancy.ViewEngines.DefaultViewFactory.RenderView(String viewName, Object model, ViewLocationContext viewLocationContext)
at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3)
at Nancy.NancyModule.ViewRenderer.get_Item(String viewName, Object model)
at CallSite.Target(Closure , CallSite , ViewRenderer , String , Object )
at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at Ideastrike.Nancy.Modules.HomeModule.ListIdeas(IEnumerable`1 ideas, SelectedTab selected, String ErrorMessage) in D:\Development\Projects\Ideastrike\src\Ideastrike.Nancy\Modules\HomeModule.cs:line 53
at Ideastrike.Nancy.Modules.HomeModule.<.ctor>b__0(Object _) in D:\Development\Projects\Ideastrike\src\Ideastrike.Nancy\Modules\HomeModule.cs:line 21
at Nancy.Routing.Route.Invoke(DynamicDictionary parameters)
at Nancy.NancyEngine.ResolveAndInvokeRoute(NancyContext context)
at Nancy.NancyEngine.InvokeRequestLifeCycle(NancyContext context, IPipelines pipelines)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment