Uploaded image for project: 'New Features 2017'
  1. New Features 2017
  2. NF-5879

PreProd | Gallagher | Employee Workflow | Server error | Recommended Plan

    Details

    • Type: Bug
    • Status: Resolution Setting
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: UI Refresh
    • Labels:
      None
    • Environment:
      Pre Production
    • Bug Type:
      Functional
    • Bug Severity:
      Medium
    • Level:
      Employee
    • Module:
      BenAdmin - Enrollment
    • Reported by:
      Harbinger
    • Company:
      All Clients/Multiple Clients
    • Item State:
      Stage QA - Production Deployment on Hold
    • Browser:
      Google Chrome
    • UAT For:
      UI Refresh

      Description

      Environment: PreProd
      Company: Gallagher
      Login: Employee

      Steps: Employee Login > Employee workflow > Recommended Plans > Server error
      Screen capture attached with jira. No error log found.

      Sachin Hingole Hrishikesh Deshpande

        Attachments

          Activity

          Hide
          priya.dhamande Priya Dhamande (Inactive) added a comment -

          Environment: Prepr
          Login: Employee
          Company: GEllaghar

          The issue of Employee getting server error on recommended plan is resolved and verified.

          So, making jira ready.

          Sachin Hingole Hrishikesh Deshpande

          Show
          priya.dhamande Priya Dhamande (Inactive) added a comment - Environment: Prepr Login: Employee Company: GEllaghar The issue of Employee getting server error on recommended plan is resolved and verified. So, making jira ready. Sachin Hingole Hrishikesh Deshpande
          Hide
          priya.dhamande Priya Dhamande (Inactive) added a comment -

          Environment: Codemap
          Login: Employee
          Company: For QA-FDU-Azure
          Plan: LTD

          Customization done as per Gallagher Preprod.

          The issue is tested for LTD plan in employee work flow. Able to complete teh workflow without any error. So, moving jira on PreProd.

          Sachin Hingole Hrishikesh Deshpande

          Show
          priya.dhamande Priya Dhamande (Inactive) added a comment - Environment: Codemap Login: Employee Company: For QA-FDU-Azure Plan: LTD Customization done as per Gallagher Preprod. The issue is tested for LTD plan in employee work flow. Able to complete teh workflow without any error. So, moving jira on PreProd. Sachin Hingole Hrishikesh Deshpande
          Hide
          komal.barde Komal Barde (Inactive) added a comment -

          3C's

          Concern
          PreProd | Gallagher | Employee Workflow | Server error | Recommended Plan

          Cause
          The plan collection is returning null values to view and null check condition was missing from view.

          Correction
          Added null check condition in view.

          Show
          komal.barde Komal Barde (Inactive) added a comment - 3C's Concern PreProd | Gallagher | Employee Workflow | Server error | Recommended Plan Cause The plan collection is returning null values to view and null check condition was missing from view. Correction Added null check condition in view.
          Hide
          komal.barde Komal Barde (Inactive) added a comment -

          List of modified file:

          • /branches/UiRefresh-LB/Web/Web Projects/BenAdmin/Areas/UserDetails/Views/Exchange/ExRecommendPlans.cshtml
          Show
          komal.barde Komal Barde (Inactive) added a comment - List of modified file : /branches/UiRefresh-LB/Web/Web Projects/BenAdmin/Areas/UserDetails/Views/Exchange/ExRecommendPlans.cshtml
          Hide
          komal.barde Komal Barde (Inactive) added a comment -

          Hi Priya Dhamande,

          I have committed changes related to this jira on code branch.
          And it will get deployed in next build.

          So assigning this jira to you.

          Thanks,
          Komal.

          Show
          komal.barde Komal Barde (Inactive) added a comment - Hi Priya Dhamande , I have committed changes related to this jira on code branch. And it will get deployed in next build. So assigning this jira to you. Thanks, Komal.
          Hide
          komal.barde Komal Barde (Inactive) added a comment -

          Error log :
          Exception : Object reference not set to an instance of an object.
          App Error Log : -
          Employee ID : 493
          Action Name : ExRecommendPlans
          Model : System.Web.Mvc.HandleErrorInfo
          Controller : Exchange
          Web Error Log : at ASP._Page_Areas_UserDetails_Views_Exchange_ExRecommendPlans_cshtml.Execute() in d:\WORKTERRA Web\BenAdmin\Areas\UserDetails\Views\Exchange\ExRecommendPlans.cshtml:line 559
          at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
          at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()
          at System.Web.WebPages.StartPage.RunPage()
          at System.Web.WebPages.StartPage.ExecutePageHierarchy()
          at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
          at System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance)
          at System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer)
          at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)
          at System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult)
          at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult)
          at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult)
          at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult)
          at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult)
          at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c_DisplayClass21.<>cDisplayClass2b.<BeginInvokeAction>b_1c()
          at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c_DisplayClass21.<BeginInvokeAction>b_1e(IAsyncResult asyncResult)

          Show
          komal.barde Komal Barde (Inactive) added a comment - Error log : Exception : Object reference not set to an instance of an object. App Error Log : - Employee ID : 493 Action Name : ExRecommendPlans Model : System.Web.Mvc.HandleErrorInfo Controller : Exchange Web Error Log : at ASP._Page_Areas_UserDetails_Views_Exchange_ExRecommendPlans_cshtml.Execute() in d:\WORKTERRA Web\BenAdmin\Areas\UserDetails\Views\Exchange\ExRecommendPlans.cshtml:line 559 at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at System.Web.WebPages.StartPage.RunPage() at System.Web.WebPages.StartPage.ExecutePageHierarchy() at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) at System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) at System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c_ DisplayClass21.<>c DisplayClass2b.<BeginInvokeAction>b _1c() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c_ DisplayClass21.<BeginInvokeAction>b _1e(IAsyncResult asyncResult)
          Hide
          priya.dhamande Priya Dhamande (Inactive) added a comment -

          thspl493
          Password@1

          Show
          priya.dhamande Priya Dhamande (Inactive) added a comment - thspl493 Password@1

            People

            Assignee:
            priya.dhamande Priya Dhamande (Inactive)
            Reporter:
            priya.dhamande Priya Dhamande (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 50h
                50h
                Remaining:
                Time Spent - 7.5h Remaining Estimate - 42.5h
                42.5h
                Logged:
                Time Spent - 7.5h Remaining Estimate - 42.5h
                7.5h