Guest User

Untitled

a guest
Oct 1st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. {
  2. "inboundSources": ["ALT_DISTRO_INTERNET",
  3. "ALT_DISTRO_ALL"],
  4. "quoteRequests": [{
  5. "party": {
  6. "correlationId": null,
  7. "id": 0,
  8. "firstName": null,
  9. "middleInitial": null,
  10. "lastName": null,
  11. "prefix": null,
  12. "suffix": null,
  13. "emailAddress": null,
  14. "emailOptIn": null,
  15. "primaryPhone": {
  16. "type": null,
  17. "number": null,
  18. "optIn": null,
  19. "smsOptIn": null
  20. },
  21. "secondaryPhone": {
  22. "type": null,
  23. "number": null,
  24. "optIn": null,
  25. "smsOptIn": null
  26. },
  27. "preferredContactMethod": null,
  28. "contractState": "AK",
  29. "addresses": [{
  30. "id": 0,
  31. "typeId": 0,
  32. "attn": null,
  33. "street1": null,
  34. "street2": null,
  35. "street3": null,
  36. "city": null,
  37. "state": "AK",
  38. "country": "US",
  39. "zip": null,
  40. "ownershipStatus": null,
  41. "type": "Physical",
  42. "invalid": false,
  43. "hashCode": -1
  44. }],
  45. "dob": null,
  46. "age": 8,
  47. "ageOfMajorityReached": true,
  48. "gender": "Female",
  49. "usCitizen": true,
  50. "relationshipToCaller": null,
  51. "weight": null,
  52. "heightFeet": null,
  53. "heightInch": null,
  54. "tobaccoUser": "No",
  55. "employmentStatus": null,
  56. "annualIncome": 0.0,
  57. "longTermCondResponse": null,
  58. "alcoholDrugResponse": null,
  59. "felonyResponse": null,
  60. "driverLicenseHolder": null,
  61. "noDriverLicenseReason": null,
  62. "driverLicenseNumber": null,
  63. "replacementFlag": null,
  64. "includeOldGLRates": "No",
  65. "isEligibleForGL": null,
  66. "createTime": null,
  67. "needsAnalysis": {
  68. "mortgageAmount": 0,
  69. "debt": {
  70. "creditCardAmount": 0,
  71. "medicalBillsAmount": 0,
  72. "studentLoansAmount": 0,
  73. "autoLoansAmount": 0,
  74. "customField1": {
  75. "fieldName": null,
  76. "fieldValueAmount": 0
  77. },
  78. "customField2": {
  79. "fieldName": null,
  80. "fieldValueAmount": 0
  81. },
  82. "customField3": {
  83. "fieldName": null,
  84. "fieldValueAmount": 0
  85. }
  86. },
  87. "finalExpensesAmount": null,
  88. "incomeReplacementYears": 0,
  89. "incomeAmount": 0,
  90. "numberOfChildren": 0,
  91. "educationAmount": 0,
  92. "termProductAmount": 0,
  93. "wholeLifeProductAmount": 0,
  94. "charityAmount": 0,
  95. "wholeLifeGapAmount": 0,
  96. "termGapAmount": 0,
  97. "totalNeed": 0,
  98. "totalGap": 0,
  99. "collegeFunding": {
  100. "record": []
  101. }
  102. },
  103. "quotes": [],
  104. "notes": [],
  105. "products": [],
  106. "payToAge": null,
  107. "marketingQuoteType": null,
  108. "quoteLookupType": null,
  109. "enteredBudgetAmount": null,
  110. "uiOrder": null,
  111. "buildChartRating": -1,
  112. "disabilityWaiverOfPremiumRider": null
  113. },
  114. "premiumAmount": 0.0,
  115. "coverageTerm": 0,
  116. "productPasKey": "Grow Up_4.1",
  117. "premiumClass": null,
  118. "premiumPaytype": "Traditional",
  119. "paymentMode": "Annually",
  120. "paymentMethod": "CHG",
  121. "riders": [],
  122. "includeOptionalRiders": false,
  123. "useRelativeDefaultCoverageForRiders": true,
  124. "payToAge": 24
  125. }],
  126. "totalPremiumAmount": 6414.0,
  127. "advancePayQuote": true,
  128. "multiInsuredQuote": true
  129. }
  130.  
  131.  
  132. [ERROR ] SRVE0777E: Exception thrown by application class 'com.glicus.appissue.quote.reverse.AdvancePayAlgo.discardNonApplicableResults:70'
  133. java.lang.NullPointerException
  134. at com.glicus.appissue.quote.reverse.AdvancePayAlgo.discardNonApplicableResults(AdvancePayAlgo.java:70)
  135. at com.glicus.appissue.quote.reverse.AdvancePayAlgo.calculateAdvancedPay(AdvancePayAlgo.java:44)
  136. at com.glicus.appissue.quote.reverse.CalculatorAlgo.populatePremiumLimits(CalculatorAlgo.java:211)
  137. at com.glicus.appissue.quote.reverse.CalculatorAlgo.initializeLimits(CalculatorAlgo.java:171)
  138. at com.glicus.appissue.quote.reverse.CalculatorAlgo.calculateOptimalQuote(CalculatorAlgo.java:110)
  139. at com.glicus.appissue.quote.ReverseQuoteEngine.getQuoteForProduct(ReverseQuoteEngine.java:110)
Advertisement
Add Comment
Please, Sign In to add comment