mardi 14 avril 2015

Spring batch - JSR 352 retry fails when skip exception in thrown in writer

I am trying to investigate what happens when an exception is throw in the writer. As per theory I was expecting a roll-back to occur and then retry the chunk setting commit size as 1. but this is not happening and i am receiving the following error.



14 Apr 2015 13:26:44,722 DEBUG [org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:313)] - Retry failed last attempt: count=1
14 Apr 2015 13:26:51,079 DEBUG [org.springframework.batch.core.jsr.step.item.JsrFaultTolerantChunkProcessor$6.recover(JsrFaultTolerantChunkProcessor.java:333)] - Skipping after failed write
org.springframework.batch.core.step.item.ForceRollbackForWriteSkipException: Force rollback on skippable exception so that skipped item can be located.
at org.springframework.batch.core.jsr.step.item.JsrFaultTolerantChunkProcessor$5.doWithRetry(JsrFaultTolerantChunkProcessor.java:317)
at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:263)
at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:168)
at org.springframework.batch.core.step.item.BatchRetryTemplate.execute(BatchRetryTemplate.java:222)
at org.springframework.batch.core.jsr.step.item.JsrFaultTolerantChunkProcessor.persist(JsrFaultTolerantChunkProcessor.java:348)
at org.springframework.batch.core.jsr.step.item.JsrChunkProcessor.process(JsrChunkProcessor.java:114)
at org.springframework.batch.core.step.item.ChunkOrientedTasklet.execute(ChunkOrientedTasklet.java:75)
at org.springframework.batch.core.step.tasklet.TaskletStep$ChunkTransactionCallback.doInTransaction(TaskletStep.java:406)
at org.springframework.batch.core.step.tasklet.TaskletStep$ChunkTransactionCallback.doInTransaction(TaskletStep.java:330)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:131)
at org.springframework.batch.core.step.tasklet.TaskletStep$2.doInChunkContext(TaskletStep.java:271)
at org.springframework.batch.core.scope.context.StepContextRepeatCallback.doInIteration(StepContextRepeatCallback.java:77)
at org.springframework.batch.repeat.support.RepeatTemplate.getNextResult(RepeatTemplate.java:368)
at org.springframework.batch.repeat.support.RepeatTemplate.executeInternal(RepeatTemplate.java:215)
at org.springframework.batch.repeat.support.RepeatTemplate.iterate(RepeatTemplate.java:144)
at org.springframework.batch.core.step.tasklet.TaskletStep.doExecute(TaskletStep.java:257)
at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:198)
at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:148)
at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:64)
at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:67)
at org.springframework.batch.core.jsr.job.flow.support.state.JsrStepState.handle(JsrStepState.java:53)
at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:165)
at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144)
at org.springframework.batch.core.jsr.job.flow.JsrFlowJob.doExecute(JsrFlowJob.java:82)
at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:304)
at org.springframework.batch.core.jsr.launch.JsrJobOperator$2.run(JsrJobOperator.java:675)
at java.lang.Thread.run(Thread.java:795)
Caused by: gov.state.nextgen.framework.batch.exception.NGBatchSkipRecordException: gov.state.nextgen.in.batch.exception.INBatchException: Exception occured during processing SdxRcvRecord:recordLength=1234,recordIdentificationCode=F,transactionCode=0W,recordEstablishmentDate=12122012,recordProcessingDate=12122012,redeterminationDate=121212,reaccretionIndicator=X,currentRecordIndicator=5,lastTransactionType=BC,lastTransactionDate=10252009,recordSourceCode=4,ssn=675675757,claimNumber=abc124578963,recipientTypeCode=BC,filler1=,otherName=TESTNM,dateOfBirth=11241984,sexCode=F,raceCode=W,zebleyIndicator=D,maritalStatus=3,filler2=,recipientsAddressLines=1,recipientsMailingAddress=651 HALE HOURT IL,recipientZipCode=60090,recipientZip4Code=2222,filler3=,residenceAddressLines=1,residenceAddress=651 HALE HOURT IL,residenceZipCode=60090,residenceZip4Code=2222,doCode=DJH,telephoneNumber=1234567890,applicationDate=11241999,applicationFilingDate=12122000,denialCode=N01,denialDate=12142013,deathDate=04122014,deathDateSourceCode=5,sspEligibilityDate=05122011,alienIndicatorCode=B,alienDateOfResidence=081084,countryOfOrigin=IN,resourceCodeHouse=Z,resourceCodeVehicle=L,resourceCodeLifeInsurance=C,resourcCodeIncomeProducingProperty=B,resourcCodeOther=E,thirdPartyInsuranceIndicator=D,medicaidUnpaidMedicalExpenseIndicator=Q,thirdPartyLiabilityEventDate=121211,foodStampInputDate=121211,foodStampRecipientStatus=N,foodStampApplication=B,winOfRecipient=WINOFREC,essentialPersonIndicator=3,ssnOfEssentialPerson=123456789,winOfEssentialPerson=WINOF ESS PER,ssnOfEligibleSpouse=123456789,winOfEligibleSpouse=WINOF SPOUSE,ineligibleSpouseParentIndicator1=I,nameOfIneligibleSpouse1=TESTNM,ssnOfIneligibleSpouse1=987654321,canOfIneligibleSpouse1=FSF987654321,winOfIneligibleSpouse1=WINOFINELGISP,earnedIncomeWageEstimate1=1234567,netSelfEmploymentIncomeEstimate1=1234567,incomeTypeCodeIneligibleSpouse11=A,incomeAmountIneligibleSpouse11=1234567,incomeFrequencyIneligibleSpouse11=R,incomeTypeCodeIneligibleSpouse12=U,incomeAmountIneligibleSpouse12=1234567,incomeFrequencyIneligibleSpouse12=N,incomeTypeCodeIneligibleSpouse13=K,incomeAmountIneligibleSpouse13=1234567,incomeFrequencyIneligibleSpouse13=M,ineligibleSpouseParentIndicator2=E,nameOfIneligibleSpouse2=TESTNM2,ssnOfIneligibleSpouse2=987654321,canOfIneligibleSpouse2=FSF987654321,winOfIneligibleSpouse2=WINOFINELGISP,earnedIncomeWageEstimate2=1234567,netSelfEmploymentIncomeEstimate2=1234567,incomeTypeCodeIneligibleSpouse21=A,incomeAmountIneligibleSpouse21=1234567,incomeFrequencyIneligibleSpouse21=R,incomeTypeCodeIneligibleSpouse22=U,incomeAmountIneligibleSpouse22=1234567,incomeFrequencyIneligibleSpouse22=N,incomeTypeCodeIneligibleSpouse23=K,incomeAmountIneligibleSpouse23=1234567,incomeFrequencyIneligibleSpouse23=M,representativeSelectionDate=12122004,custodyCode=ESP,competencyCode=F,typeofPayeeCode=FIN,disabilityPaymentCode=S,onsetDateofDisability=03172014,filler4=,rollbackCode=5,federalCountableIncomeSourceCode=5,federalCountableIncome=12345,federalLivingArrangementCode=L,stateCodeatConversion=12,welfareOfficeCodeConversionOnly=RFDE,directDepositSavingsCheckingAccountIndicator=C,appealsFlag=P,appealsCode=C,appealsFilingDate=12142003,ssnCrossReferenceIndicator=3,multipleSSNIndicator=5,listofMultipleSSNs1=123456789,verificationCodeMultipleSSNs1=I,listofMultipleSSNs2=147258369,verificationCodeMultipleSSNs2=P,listofMultipleSSNs3=321654987,verificationCodeMultipleSSNs3=X,listofMultipleSSNs4=741852963,verificationCodeMultipleSSNs4=N,listofMultipleSSNs5=357159842,verificationCodeMultipleSSNs5=T,ssnCorrectionIndicator=2,qualifiedMedicaidBeneficiaryReservedForFuture=S,headofHouseholdStatusIndicator=R,studentIndicator=Y,earnedIncomePeriod=0U,earnedIncomeEstimate=1234567,earnedIncomeExclusion=1234567,earnedIncomeNetSelfEmploymentEstimate=1234567,blindWorkExpensesExclusion=1234567,unearnedIncomeNumberofEntries=1,unearnedIncomeOverflowIndicator=2,unearnedIncomeTypeCode1=C,unearnedIncomeStartDate1=121212,unearnedIncomeStopDate1=101014,unearnedIncomeAmount1=1234567,unearnedIncomeFrequency1=1,claimIdentificationNumber1=abc124578963,unearnedIncomeVerificationCode1=2,unearnedIncomeTypeCode2=C,unearnedIncomeStartDate2=042712,unearnedIncomeStopDate2=052612,unearnedIncomeAmount2=1234567,unearnedIncomeFrequency2=2,claimIdentificationNumber2=abc124578963,unearnedIncomeVerificationCode2=2,unearnedIncomeTypeCode3=C,unearnedIncomeStartDate3=042712,unearnedIncomeStopDate3=052612,unearnedIncomeAmount3=12367,unearnedIncomeFrequency3=2,claimIdentificationNumber3=abc124578963,unearnedIncomeVerificationCode3=3,unearnedIncomeTypeCode4=F,unearnedIncomeStartDate4=042712,unearnedIncomeStopDate4=052612,unearnedIncomeAmount4=12367,unearnedIncomeFrequency4=2,claimIdentificationNumber4=abc124578963,unearnedIncomeVerificationCode4=5,unearnedIncomeTypeCode5=H,unearnedIncomeStartDate5=042712,unearnedIncomeStopDate5=052612,unearnedIncomeAmount5=14567,unearnedIncomeFrequency5=2,claimIdentificationNumber5=abc124578963,unearnedIncomeVerificationCode5=4,unearnedIncomeTypeCode6=I,unearnedIncomeStartDate6=042712,unearnedIncomeStopDate6=052612,unearnedIncomeAmount6=123567,unearnedIncomeFrequency6=2,claimIdentificationNumber6=abc124578963,unearnedIncomeVerificationCode6=6,unearnedIncomeTypeCode7=C,unearnedIncomeStartDate7=042712,unearnedIncomeStopDate7=052612,unearnedIncomeAmount7=1230567,unearnedIncomeFrequency7=2,claimIdentificationNumber7=abc124578963,unearnedIncomeVerificationCode7=5,unearnedIncomeTypeCode8=C,unearnedIncomeStartDate8=042712,unearnedIncomeStopDate8=052612,unearnedIncomeAmount8=1023567,unearnedIncomeFrequency8=2,claimIdentificationNumber8=abc124578963,unearnedIncomeVerificationCode8=7,unearnedIncomeTypeCode9=C,unearnedIncomeStartDate9=042712,unearnedIncomeStopDate9=052612,unearnedIncomeAmount9=1235607,unearnedIncomeFrequency9=2,claimIdentificationNumber9=abc124578963,unearnedIncomeVerificationCode9=6,filler5=,institutionalizationDeterminationCode=A,ssiMonthlyAssistanceAmount=1234567,ssiGrossPayableAmount=1234567,stateSupplementAmount=1234567,stateSupplementGrossPayableAmount=1234567,paymentDate1=03122015,ssiMonthlyAssistanceAmount1=1234567,stateSupplementAmount1=1234567,paymentDate2=03122015,ssiMonthlyAssistanceAmount2=1234567,stateSupplementAmount2=1234567,paymentDate3=03122015,ssiMonthlyAssistanceAmount3=1234567,stateSupplementAmount3=1234567,advancePaymentAmount=1234567,conditionalPayment=N,multiCategoryIndicator=5,specialNeedsCode=1,concurrentStatePaymentCode=8,monthofChange1=10113,medicaidEligibilityCode1=D,paymentStatusCode1=H20,federalLivingArrangementCode1=E,livingArrangementCodeOptionalStateSupplement1=1,stateAndCountyCodeofJurisdiction1=43125,monthofChange2=20113,medicaidEligibilityCode2=I,paymentStatusCode2=H80,federalLivingArrangementCode2=B,livingArrangementCodeOptionalStateSupplement2=1,stateAndCountyCodeofJurisdiction2=43125,monthofChange3=30113,medicaidEligibilityCode3=N,paymentStatusCode3=H90,federalLivingArrangementCode3=B,livingArrangementCodeOptionalStateSupplement3=1,stateAndCountyCodeofJurisdiction3=43125,monthofChange4=40113,medicaidEligibilityCode4=Q,paymentStatusCode4=N02,federalLivingArrangementCode4=*,livingArrangementCodeOptionalStateSupplement4=1,stateAndCountyCodeofJurisdiction4=43125,monthofChange5=50113,medicaidEligibilityCode5=P,paymentStatusCode5=N50,federalLivingArrangementCode5=L,livingArrangementCodeOptionalStateSupplement5=1,stateAndCountyCodeofJurisdiction5=43125,monthofChange6=60113,medicaidEligibilityCode6=P,paymentStatusCode6=N22,federalLivingArrangementCode6=C,livingArrangementCodeOptionalStateSupplement6=1,stateAndCountyCodeofJurisdiction6=43125,monthofChange7=70113,medicaidEligibilityCode7=P,paymentStatusCode7=N48,federalLivingArrangementCode7=*,livingArrangementCodeOptionalStateSupplement7=1,stateAndCountyCodeofJurisdiction7=43125,monthofChange8=80113,medicaidEligibilityCode8=G,paymentStatusCode8=N36,federalLivingArrangementCode8=C,livingArrangementCodeOptionalStateSupplement8=1,stateAndCountyCodeofJurisdiction8=43125,monthofChange9=90113,medicaidEligibilityCode9=D,paymentStatusCode9=T33,federalLivingArrangementCode9=E,livingArrangementCodeOptionalStateSupplement9=1,stateAndCountyCodeofJurisdiction9=43125,monthofChange10=100113,medicaidEligibilityCode10=D,paymentStatusCode10=S10,federalLivingArrangementCode10=C,livingArrangementCodeOptionalStateSupplement10=1,stateAndCountyCodeofJurisdiction10=43125,medicareEntitlementCode=S,medicaidTestIndicator=S,medicaidEffectiveDate=05261983,dateResidencyBegan=03081982,federalEligibilityCode=D,optionalStateEligibilityCode=E,mandatoryEligibilityCode=D,budgetMonthFlag=1,federalLivingArrangementCodeBudgetMonth=C,unearnedIncomeRetrospectiveNetCountableAmount=1234567,earnedIncomeRetrospectiveNetCountableAmount=1234567,deemedIncomeAmountRetro=1234567,earnedIncomeNetCountableAmount=1234567,unearnedIncomeNetCountableAmount=1234567,deemedIncomeAmount=1234567,stateBenefitAmount=1234567,iarStatusCode=4,stateandCountyCodeofReimbursement=STCCC,overpaymentOrUnderpaymentIndicator=U,overpaymentBalance=1234567,currentMonthsRecoveryAmount=1234567,overpaymentWaiverDate=10141987,overpaymentWaiverAmount=1234566,convertedRailroadBoardNumber=000001234567,alienSponsorStatusCode=E,alienEligibilityCode=6,bankTransitRoutingNumber=1234567890123,bankAccountNumber=12345678901234500,foreignLanguageCode=10,appealsDecisionCode=FN,appealsDecisionCodeDate=02092014,appealReason=DI,mnDiary=MN,mnDiaryDate=02092014,toa=BI,currentCompositionCode=2,selectionIndicatorCode=1,foodStampHeating=Y,foodStampShelter=Y,reservedforStateUseblank=,reservedforStateUseAdditional=,reservedforWireTransmissionCharacter=,individualsFirstName=FIRSTNAM,individualsMidName=MID NAME,individualsLastName=LASTNAME,individualsSufixName=SUFX,representativePayeeAgencyName=AGENCYNAME,representativePayeeFirstName=AGFNM,representativePayeeMidName=AGMNM,representativePayeeLastName=AGLNM,representativePayeeSufixName=AGSF,representativePayeeAddress=KFDSLKNDVRWOIUEWFN XZKMVCOISA,representativePayeeCity=ATLANTA,representativePayeeStateName=GA,representativePayeeZIP=30303,representativePayeeZIP4=2145,representativePayeeForeignCountry=INDIA,representativePayeeForeignZone=SOUTH,representativePayeeConsulCD=234,representativePayeeLegendChoice=3,representativePayeeLegendFreeForm=PAYEELEGENDFRE,deemingIndicator=DEEMINGIND,filler6=,gov.state.nextgen.in.batch.sdx.util.SdxRcvRecord@49b8084e null
at gov.state.nextgen.in.batch.sdx.chunk.writer.SdxRcvDlyWriter.writeItems(SdxRcvDlyWriter.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:619)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at com.sun.proxy.$Proxy13.writeItems(Unknown Source)
at org.springframework.batch.jsr.item.ItemWriterAdapter.write(ItemWriterAdapter.java:55)
at org.springframework.batch.core.jsr.step.item.JsrChunkProcessor.doPersist(JsrChunkProcessor.java:243)
at org.springframework.batch.core.jsr.step.item.JsrFaultTolerantChunkProcessor$5.doWithRetry(JsrFaultTolerantChunkProcessor.java:298)
... 26 more
Caused by: gov.state.nextgen.in.batch.exception.INBatchException: Exception occured during processing SdxRcvRecord:recordLength=1234,recordIdentificationCode=F,transactionCode=0W,recordEstablishmentDate=12122012,recordProcessingDate=12122012,redeterminationDate=121212,reaccretionIndicator=X,currentRecordIndicator=5,lastTransactionType=BC,lastTransactionDate=10252009,recordSourceCode=4,ssn=675675757,claimNumber=abc124578963,recipientTypeCode=BC,filler1=,otherName=TESTNM,dateOfBirth=11241984,sexCode=F,raceCode=W,zebleyIndicator=D,maritalStatus=3,filler2=,recipientsAddressLines=1,recipientsMailingAddress=651 HALE HOURT IL,recipientZipCode=60090,recipientZip4Code=2222,filler3=,residenceAddressLines=1,residenceAddress=651 HALE HOURT IL,residenceZipCode=60090,residenceZip4Code=2222,doCode=DJH,telephoneNumber=1234567890,applicationDate=11241999,applicationFilingDate=12122000,denialCode=N01,denialDate=12142013,deathDate=04122014,deathDateSourceCode=5,sspEligibilityDate=05122011,alienIndicatorCode=B,alienDateOfResidence=081084,countryOfOrigin=IN,resourceCodeHouse=Z,resourceCodeVehicle=L,resourceCodeLifeInsurance=C,resourcCodeIncomeProducingProperty=B,resourcCodeOther=E,thirdPartyInsuranceIndicator=D,medicaidUnpaidMedicalExpenseIndicator=Q,thirdPartyLiabilityEventDate=121211,foodStampInputDate=121211,foodStampRecipientStatus=N,foodStampApplication=B,winOfRecipient=WINOFREC,essentialPersonIndicator=3,ssnOfEssentialPerson=123456789,winOfEssentialPerson=WINOF ESS PER,ssnOfEligibleSpouse=123456789,winOfEligibleSpouse=WINOF SPOUSE,ineligibleSpouseParentIndicator1=I,nameOfIneligibleSpouse1=TESTNM,ssnOfIneligibleSpouse1=987654321,canOfIneligibleSpouse1=FSF987654321,winOfIneligibleSpouse1=WINOFINELGISP,earnedIncomeWageEstimate1=1234567,netSelfEmploymentIncomeEstimate1=1234567,incomeTypeCodeIneligibleSpouse11=A,incomeAmountIneligibleSpouse11=1234567,incomeFrequencyIneligibleSpouse11=R,incomeTypeCodeIneligibleSpouse12=U,incomeAmountIneligibleSpouse12=1234567,incomeFrequencyIneligibleSpouse12=N,incomeTypeCodeIneligibleSpouse13=K,incomeAmountIneligibleSpouse13=1234567,incomeFrequencyIneligibleSpouse13=M,ineligibleSpouseParentIndicator2=E,nameOfIneligibleSpouse2=TESTNM2,ssnOfIneligibleSpouse2=987654321,canOfIneligibleSpouse2=FSF987654321,winOfIneligibleSpouse2=WINOFINELGISP,earnedIncomeWageEstimate2=1234567,netSelfEmploymentIncomeEstimate2=1234567,incomeTypeCodeIneligibleSpouse21=A,incomeAmountIneligibleSpouse21=1234567,incomeFrequencyIneligibleSpouse21=R,incomeTypeCodeIneligibleSpouse22=U,incomeAmountIneligibleSpouse22=1234567,incomeFrequencyIneligibleSpouse22=N,incomeTypeCodeIneligibleSpouse23=K,incomeAmountIneligibleSpouse23=1234567,incomeFrequencyIneligibleSpouse23=M,representativeSelectionDate=12122004,custodyCode=ESP,competencyCode=F,typeofPayeeCode=FIN,disabilityPaymentCode=S,onsetDateofDisability=03172014,filler4=,rollbackCode=5,federalCountableIncomeSourceCode=5,federalCountableIncome=12345,federalLivingArrangementCode=L,stateCodeatConversion=12,welfareOfficeCodeConversionOnly=RFDE,directDepositSavingsCheckingAccountIndicator=C,appealsFlag=P,appealsCode=C,appealsFilingDate=12142003,ssnCrossReferenceIndicator=3,multipleSSNIndicator=5,listofMultipleSSNs1=123456789,verificationCodeMultipleSSNs1=I,listofMultipleSSNs2=147258369,verificationCodeMultipleSSNs2=P,listofMultipleSSNs3=321654987,verificationCodeMultipleSSNs3=X,listofMultipleSSNs4=741852963,verificationCodeMultipleSSNs4=N,listofMultipleSSNs5=357159842,verificationCodeMultipleSSNs5=T,ssnCorrectionIndicator=2,qualifiedMedicaidBeneficiaryReservedForFuture=S,headofHouseholdStatusIndicator=R,studentIndicator=Y,earnedIncomePeriod=0U,earnedIncomeEstimate=1234567,earnedIncomeExclusion=1234567,earnedIncomeNetSelfEmploymentEstimate=1234567,blindWorkExpensesExclusion=1234567,unearnedIncomeNumberofEntries=1,unearnedIncomeOverflowIndicator=2,unearnedIncomeTypeCode1=C,unearnedIncomeStartDate1=121212,unearnedIncomeStopDate1=101014,unearnedIncomeAmount1=1234567,unearnedIncomeFrequency1=1,claimIdentificationNumber1=abc124578963,unearnedIncomeVerificationCode1=2,unearnedIncomeTypeCode2=C,unearnedIncomeStartDate2=042712,unearnedIncomeStopDate2=052612,unearnedIncomeAmount2=1234567,unearnedIncomeFrequency2=2,claimIdentificationNumber2=abc124578963,unearnedIncomeVerificationCode2=2,unearnedIncomeTypeCode3=C,unearnedIncomeStartDate3=042712,unearnedIncomeStopDate3=052612,unearnedIncomeAmount3=12367,unearnedIncomeFrequency3=2,claimIdentificationNumber3=abc124578963,unearnedIncomeVerificationCode3=3,unearnedIncomeTypeCode4=F,unearnedIncomeStartDate4=042712,unearnedIncomeStopDate4=052612,unearnedIncomeAmount4=12367,unearnedIncomeFrequency4=2,claimIdentificationNumber4=abc124578963,unearnedIncomeVerificationCode4=5,unearnedIncomeTypeCode5=H,unearnedIncomeStartDate5=042712,unearnedIncomeStopDate5=052612,unearnedIncomeAmount5=14567,unearnedIncomeFrequency5=2,claimIdentificationNumber5=abc124578963,unearnedIncomeVerificationCode5=4,unearnedIncomeTypeCode6=I,unearnedIncomeStartDate6=042712,unearnedIncomeStopDate6=052612,unearnedIncomeAmount6=123567,unearnedIncomeFrequency6=2,claimIdentificationNumber6=abc124578963,unearnedIncomeVerificationCode6=6,unearnedIncomeTypeCode7=C,unearnedIncomeStartDate7=042712,unearnedIncomeStopDate7=052612,unearnedIncomeAmount7=1230567,unearnedIncomeFrequency7=2,claimIdentificationNumber7=abc124578963,unearnedIncomeVerificationCode7=5,unearnedIncomeTypeCode8=C,unearnedIncomeStartDate8=042712,unearnedIncomeStopDate8=052612,unearnedIncomeAmount8=1023567,unearnedIncomeFrequency8=2,claimIdentificationNumber8=abc124578963,unearnedIncomeVerificationCode8=7,unearnedIncomeTypeCode9=C,unearnedIncomeStartDate9=042712,unearnedIncomeStopDate9=052612,unearnedIncomeAmount9=1235607,unearnedIncomeFrequency9=2,claimIdentificationNumber9=abc124578963,unearnedIncomeVerificationCode9=6,filler5=,institutionalizationDeterminationCode=A,ssiMonthlyAssistanceAmount=1234567,ssiGrossPayableAmount=1234567,stateSupplementAmount=1234567,stateSupplementGrossPayableAmount=1234567,paymentDate1=03122015,ssiMonthlyAssistanceAmount1=1234567,stateSupplementAmount1=1234567,paymentDate2=03122015,ssiMonthlyAssistanceAmount2=1234567,stateSupplementAmount2=1234567,paymentDate3=03122015,ssiMonthlyAssistanceAmount3=1234567,stateSupplementAmount3=1234567,advancePaymentAmount=1234567,conditionalPayment=N,multiCategoryIndicator=5,specialNeedsCode=1,concurrentStatePaymentCode=8,monthofChange1=10113,medicaidEligibilityCode1=D,paymentStatusCode1=H20,federalLivingArrangementCode1=E,livingArrangementCodeOptionalStateSupplement1=1,stateAndCountyCodeofJurisdiction1=43125,monthofChange2=20113,medicaidEligibilityCode2=I,paymentStatusCode2=H80,federalLivingArrangementCode2=B,livingArrangementCodeOptionalStateSupplement2=1,stateAndCountyCodeofJurisdiction2=43125,monthofChange3=30113,medicaidEligibilityCode3=N,paymentStatusCode3=H90,federalLivingArrangementCode3=B,livingArrangementCodeOptionalStateSupplement3=1,stateAndCountyCodeofJurisdiction3=43125,monthofChange4=40113,medicaidEligibilityCode4=Q,paymentStatusCode4=N02,federalLivingArrangementCode4=*,livingArrangementCodeOptionalStateSupplement4=1,stateAndCountyCodeofJurisdiction4=43125,monthofChange5=50113,medicaidEligibilityCode5=P,paymentStatusCode5=N50,federalLivingArrangementCode5=L,livingArrangementCodeOptionalStateSupplement5=1,stateAndCountyCodeofJurisdiction5=43125,monthofChange6=60113,medicaidEligibilityCode6=P,paymentStatusCode6=N22,federalLivingArrangementCode6=C,livingArrangementCodeOptionalStateSupplement6=1,stateAndCountyCodeofJurisdiction6=43125,monthofChange7=70113,medicaidEligibilityCode7=P,paymentStatusCode7=N48,federalLivingArrangementCode7=*,livingArrangementCodeOptionalStateSupplement7=1,stateAndCountyCodeofJurisdiction7=43125,monthofChange8=80113,medicaidEligibilityCode8=G,paymentStatusCode8=N36,federalLivingArrangementCode8=C,livingArrangementCodeOptionalStateSupplement8=1,stateAndCountyCodeofJurisdiction8=43125,monthofChange9=90113,medicaidEligibilityCode9=D,paymentStatusCode9=T33,federalLivingArrangementCode9=E,livingArrangementCodeOptionalStateSupplement9=1,stateAndCountyCodeofJurisdiction9=43125,monthofChange10=100113,medicaidEligibilityCode10=D,paymentStatusCode10=S10,federalLivingArrangementCode10=C,livingArrangementCodeOptionalStateSupplement10=1,stateAndCountyCodeofJurisdiction10=43125,medicareEntitlementCode=S,medicaidTestIndicator=S,medicaidEffectiveDate=05261983,dateResidencyBegan=03081982,federalEligibilityCode=D,optionalStateEligibilityCode=E,mandatoryEligibilityCode=D,budgetMonthFlag=1,federalLivingArrangementCodeBudgetMonth=C,unearnedIncomeRetrospectiveNetCountableAmount=1234567,earnedIncomeRetrospectiveNetCountableAmount=1234567,deemedIncomeAmountRetro=1234567,earnedIncomeNetCountableAmount=1234567,unearnedIncomeNetCountableAmount=1234567,deemedIncomeAmount=1234567,stateBenefitAmount=1234567,iarStatusCode=4,stateandCountyCodeofReimbursement=STCCC,overpaymentOrUnderpaymentIndicator=U,overpaymentBalance=1234567,currentMonthsRecoveryAmount=1234567,overpaymentWaiverDate=10141987,overpaymentWaiverAmount=1234566,convertedRailroadBoardNumber=000001234567,alienSponsorStatusCode=E,alienEligibilityCode=6,bankTransitRoutingNumber=1234567890123,bankAccountNumber=12345678901234500,foreignLanguageCode=10,appealsDecisionCode=FN,appealsDecisionCodeDate=02092014,appealReason=DI,mnDiary=MN,mnDiaryDate=02092014,toa=BI,currentCompositionCode=2,selectionIndicatorCode=1,foodStampHeating=Y,foodStampShelter=Y,reservedforStateUseblank=,reservedforStateUseAdditional=,reservedforWireTransmissionCharacter=,individualsFirstName=FIRSTNAM,individualsMidName=MID NAME,individualsLastName=LASTNAME,individualsSufixName=SUFX,representativePayeeAgencyName=AGENCYNAME,representativePayeeFirstName=AGFNM,representativePayeeMidName=AGMNM,representativePayeeLastName=AGLNM,representativePayeeSufixName=AGSF,representativePayeeAddress=KFDSLKNDVRWOIUEWFN XZKMVCOISA,representativePayeeCity=ATLANTA,representativePayeeStateName=GA,representativePayeeZIP=30303,representativePayeeZIP4=2145,representativePayeeForeignCountry=INDIA,representativePayeeForeignZone=SOUTH,representativePayeeConsulCD=234,representativePayeeLegendChoice=3,representativePayeeLegendFreeForm=PAYEELEGENDFRE,deemingIndicator=DEEMINGIND,filler6=,gov.state.nextgen.in.batch.sdx.util.SdxRcvRecord@49b8084e null
at gov.state.nextgen.in.batch.sdx.bo.impl.SdxRcvDlyBoImpl.write(SdxRcvDlyBoImpl.java:136)
at gov.state.nextgen.in.batch.sdx.chunk.writer.SdxRcvDlyWriter.writeItems(SdxRcvDlyWriter.java:62)
... 41 more

Aucun commentaire:

Enregistrer un commentaire