Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. Inner Exception:
  2. Message "Bifrost call failed: Command failed" string
  3.  
  4. StackTrace "
  5. at Hudl.Bifrost.Location.EurekaServiceInterceptor.<GetInterceptedTask>d__0`1.MoveNext() in z:\\work\\4e6f51ca6268c17f\\Hudl.Bifrost\\Location\\EurekaServiceInterceptor.cs:line 173\r\n--- End of stack trace from previous location where exception was thrown ---\r\n
  6. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n
  7. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n
  8. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()\r\n
  9. at Hudl.Mjolnir.Command.Command`1.<ExecuteWithBreaker>d__14.MoveNext() in z:\\work\\f128c7cb4a95d90e\\Hudl.Mjolnir\\Command\\Command.cs:line 383\r\n--- End of stack trace from previous location where exception was thrown ---\r\n
  10. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n
  11. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n
  12. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()\r\n
  13. at Hudl.Mjolnir.Command.Command`1.<InvokeAsync>d__9.MoveNext() in z:\\work\\f128c7cb4a95d90e\\Hudl.Mjolnir\\Command\\Command.cs:line 290" string
  14.  
  15. Outer Exception
  16. Message "Command failed" string
  17.  
  18. StackTrace "
  19. at Hudl.Mjolnir.Command.Command`1.Fallback(CommandFailedException instigator) in z:\\work\\f128c7cb4a95d90e\\Hudl.Mjolnir\\Command\\Command.cs:line 492\r\n
  20. at Hudl.Mjolnir.Command.Command`1.TryFallback(CommandFailedException instigator) in z:\\work\\f128c7cb4a95d90e\\Hudl.Mjolnir\\Command\\Command.cs:line 446\r\n
  21. at Hudl.Mjolnir.Command.Command`1.<InvokeAsync>d__9.MoveNext() in z:\\work\\f128c7cb4a95d90e\\Hudl.Mjolnir\\Command\\Command.cs:line 317\r\n--- End of stack trace from previous location where exception was thrown ---\r\n
  22. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n
  23. at Hudl.Mjolnir.Command.Command`1.Invoke() in z:\\work\\f128c7cb4a95d90e\\Hudl.Mjolnir\\Command\\Command.cs:line 258\r\n
  24. at Hudl.Services.Team.TeamServiceReceiver.CreateGame(String teamId, String seasonId, GameDto game, String creatingCoachUserId) in c:\\Users\\John\\dev\\hudl\\Hudl.Services\\Team\\TeamServiceReceiver.cs:line 938\r\n
  25. at Castle.Proxies.Invocations.ITeamService_CreateGame.InvokeMethodOnTarget()\r\n
  26. at Castle.DynamicProxy.AbstractInvocation.Proceed()\r\n
  27. at Hudl.Services.Core.HudlServiceProxy.Intercept(IInvocation invocation) in c:\\Users\\John\\dev\\hudl\\Hudl.Services.Core\\HudlServiceProxy.cs:line 60\r\n
  28. at Castle.DynamicProxy.AbstractInvocation.Proceed()\r\n
  29. at Castle.Proxies.ITeamServiceProxy.CreateGame(String teamId, String seasonId, GameDto game, String creatingCoachUserId)\r\n
  30. at Huddle.Business.Sport.BasketballStrategy.SetupSeason(String teamId, String seasonId) in c:\\Users\\John\\dev\\hudl\\Business\\Sport\\BasketballStrategy.cs:line 78\r\n
  31. at Hudl.Services.Team.TeamServiceReceiver.CreateSeason(String teamId, Int16 seasonYear, NewSeasonOptions options) in c:\\Users\\John\\dev\\hudl\\Hudl.Services\\Team\\TeamServiceReceiver.cs:line 797\r\n
  32. at Hudl.Services.Team.TeamServiceReceiver.CreateTeam(String name, String createdByUserId, String schoolId, Int16 package, Gender gender, Int32 sportId, TeamLevel level) in c:\\Users\\John\\dev\\hudl\\Hudl.Services\\Team\\TeamServiceReceiver.cs:line 651\r\n
  33. at Castle.Proxies.Invocations.ITeamService_CreateTeam.InvokeMethodOnTarget()\r\n
  34. at Castle.DynamicProxy.AbstractInvocation.Proceed()\r\n
  35. at Hudl.Services.Core.HudlServiceProxy.Intercept(IInvocation invocation) in c:\\Users\\John\\dev\\hudl\\Hudl.Services.Core\\HudlServiceProxy.cs:line 60\r\n
  36. at Castle.DynamicProxy.AbstractInvocation.Proceed()\r\n
  37. at Castle.Proxies.ITeamServiceProxy.CreateTeam(String name, String createdByUserId, String schoolId, Int16 package, Gender gender, Int32 sportId, TeamLevel level)\r\n
  38. at WebApp.Controllers.AddTeamController.CreateTeam(String schoolId, Int64 sport, Gender gender, String teamName, Nullable`1 level, CoachData coach) in c:\\Users\\John\\dev\\hudl\\WebApp\\Controllers\\AddTeamController.cs:line 198\r\n
  39. at lambda_method(Closure , ControllerBase , Object[] )\r\n
  40. at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)\r\n
  41. at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)\r\n
  42. at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)\r\n
  43. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()\r\n
  44. at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)\r\n
  45. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()\r\n
  46. at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)\r\n
  47. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()\r\n
  48. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()" string
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement