Untitled

 avatar
unknown
plain_text
5 months ago
12 kB
3
Indexable
Oct 11, 2024 7:16:33 AM org.springframework.batch.core.launch.support.SimpleJobLauncher afterPropertiesSet
INFO: No TaskExecutor has been set, defaulting to synchronous executor.
Oct 11, 2024 7:16:33 AM org.apache.commons.vfs2.VfsLog info
INFO: Using "/tmp/vfs_cache" as temporary files store.
Oct 11, 2024 7:16:33 AM org.springframework.batch.core.launch.support.SimpleJobLauncher$1 run
INFO: Job: [FlowJob: [name=rwctPlusJob]] launched with the following parameters: [{}]
2024-10-11 07:16:33 INFO  JobListener:193 - Job - rwctPlusJob starts at :Fri Oct 11 07:16:33 EDT 2024
Oct 11, 2024 7:16:33 AM org.springframework.batch.core.job.SimpleStepHandler handleStep
INFO: Executing step: [readProcessAndWriteRWCTPlusData]
2024-10-11 07:16:33 INFO  StepListener:42 - Started Executing Step [readProcessAndWriteRWCTPlusData] @ Fri Oct 11 07:16:33 EDT 2024
2024-10-11 07:16:33 INFO  StepListener:43 - Summary: StepExecution: id=1, version=1, name=readProcessAndWriteRWCTPlusData, status=STARTED, exitStatus=EXECUTING, readCount=0, filterCount=0, writeCount=0 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=0, rollbackCount=0
2024-10-11 07:16:34 INFO  BatchChunkListener:22 -  Chunk Processing Started..
2024-10-11 07:16:34 ERROR BatchItemReaderListener:49 - onReadError : null
2024-10-11 07:16:34 INFO  BatchChunkListener:32 -  Chunk Error
Oct 11, 2024 7:16:34 AM org.springframework.batch.core.step.AbstractStep execute
SEVERE: Encountered an error executing step readProcessAndWriteRWCTPlusData in job rwctPlusJob
org.springframework.batch.core.step.skip.NonSkippableReadException: Non-skippable exception during read
        at org.springframework.batch.core.step.item.FaultTolerantChunkProvider.read(FaultTolerantChunkProvider.java:105)
        at org.springframework.batch.core.step.item.SimpleChunkProvider$1.doInIteration(SimpleChunkProvider.java:126)
        at org.springframework.batch.repeat.support.RepeatTemplate.getNextResult(RepeatTemplate.java:375)
        at org.springframework.batch.repeat.support.RepeatTemplate.executeInternal(RepeatTemplate.java:215)
        at org.springframework.batch.repeat.support.RepeatTemplate.iterate(RepeatTemplate.java:145)
        at org.springframework.batch.core.step.item.SimpleChunkProvider.provide(SimpleChunkProvider.java:118)
        at org.springframework.batch.core.step.item.ChunkOrientedTasklet.execute(ChunkOrientedTasklet.java:71)
        at org.springframework.batch.core.step.tasklet.TaskletStep$ChunkTransactionCallback.doInTransaction(TaskletStep.java:407)
        at org.springframework.batch.core.step.tasklet.TaskletStep$ChunkTransactionCallback.doInTransaction(TaskletStep.java:331)
        at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
        at org.springframework.batch.core.step.tasklet.TaskletStep$2.doInChunkContext(TaskletStep.java:273)
        at org.springframework.batch.core.scope.context.StepContextRepeatCallback.doInIteration(StepContextRepeatCallback.java:82)
        at org.springframework.batch.repeat.support.RepeatTemplate.getNextResult(RepeatTemplate.java:375)
        at org.springframework.batch.repeat.support.RepeatTemplate.executeInternal(RepeatTemplate.java:215)
        at org.springframework.batch.repeat.support.RepeatTemplate.iterate(RepeatTemplate.java:145)
        at org.springframework.batch.core.step.tasklet.TaskletStep.doExecute(TaskletStep.java:258)
        at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208)
        at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152)
        at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68)
        at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68)
        at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:167)
        at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:142)
        at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:139)
        at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320)
        at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149)
        at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50)
        at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140)
        at com.fca.rws.main.RwsApp.main(RwsApp.java:67)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
        at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
Caused by: org.springframework.batch.core.listener.StepListenerFailedException: Error in onReadError.
        at org.springframework.batch.core.listener.MulticasterBatchListener.onReadError(MulticasterBatchListener.java:258)
        at org.springframework.batch.core.step.item.SimpleChunkProvider.doRead(SimpleChunkProvider.java:109)
        at org.springframework.batch.core.step.item.FaultTolerantChunkProvider.read(FaultTolerantChunkProvider.java:87)
        ... 35 more
Caused by: java.lang.NullPointerException
        at com.fca.rws.util.FileUtility.appendStringToFile(FileUtility.java:54)
        at com.fca.rws.listeners.BatchItemReaderListener.onReadError(BatchItemReaderListener.java:50)
        at org.springframework.batch.core.listener.CompositeItemReadListener.onReadError(CompositeItemReadListener.java:86)
        at org.springframework.batch.core.listener.MulticasterBatchListener.onReadError(MulticasterBatchListener.java:255)
        ... 37 more

2024-10-11 07:16:34 INFO  StepListener:33 - Finished Executing Step [readProcessAndWriteRWCTPlusData] @ Fri Oct 11 07:16:34 EDT 2024
2024-10-11 07:16:34 INFO  StepListener:34 - Summary: StepExecution: id=1, version=1, name=readProcessAndWriteRWCTPlusData, status=FAILED, exitStatus=FAILED, readCount=61, filterCount=0, writeCount=0 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=0, rollbackCount=1
2024-10-11 07:16:34 INFO  StepListener:35 - Exit Status: exitCode=FAILED;exitDescription=org.springframework.batch.core.step.skip.NonSkippableReadException: Non-skippable exception during read
        at org.springframework.batch.core.step.item.FaultTolerantChunkProvider.read(FaultTolerantChunkProvider.java:105)
        at org.springframework.batch.core.step.item.SimpleChunkProvider$1.doInIteration(SimpleChunkProvider.java:126)
        at org.springframework.batch.repeat.support.RepeatTemplate.getNextResult(RepeatTemplate.java:375)
        at org.springframework.batch.repeat.support.RepeatTemplate.executeInternal(RepeatTemplate.java:215)
        at org.springframework.batch.repeat.support.RepeatTemplate.iterate(RepeatTemplate.java:145)
        at org.springframework.batch.core.step.item.SimpleChunkProvider.provide(SimpleChunkProvider.java:118)
        at org.springframework.batch.core.step.item.ChunkOrientedTasklet.execute(ChunkOrientedTasklet.java:71)
        at org.springframework.batch.core.step.tasklet.TaskletStep$ChunkTransactionCallback.doInTransaction(TaskletStep.java:407)
        at org.springframework.batch.core.step.tasklet.TaskletStep$ChunkTransactionCallback.doInTransaction(TaskletStep.java:331)
        at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
        at org.springframework.batch.core.step.tasklet.TaskletStep$2.doInChunkContext(TaskletStep.java:273)
        at org.springframework.batch.core.scope.context.StepContextRepeatCallback.doInIteration(StepContextRepeatCallback.java:82)
        at org.springframework.batch.repeat.support.RepeatTemplate.getNextResult(RepeatTemplate.java:375)
        at org.springframework.batch.repeat.support.RepeatTemplate.executeInternal(RepeatTemplate.java:215)
        at org.springframework.batch.repeat.support.RepeatTemplate.iterate(RepeatTemplate.java:145)
        at org.springframework.batch.core.step.tasklet.TaskletStep.doExecute(TaskletStep.java:258)
        at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208)
        at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152)
        at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68)
        at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68)
        at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:167)
        at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:142)
        at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:139)
        at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320)
        at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149)
        at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50)
        at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140)
        at com.fca.rws.main.RwsApp.main(RwsApp.java:67)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
        at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
Caused by: org.springframework.batch.core.listener.StepListenerFailedException: Error in onReadError.
        at org.springframework.batch.core.listener.MulticasterBatchListener.onReadError(MulticasterBatchListener.java:258)
        at org.springframework.batch.core.step.item.SimpleChunkProvider.doRead(SimpleChunkProvider.java:109)
        at org.springframework.batch.core.step.item.FaultTolerantChunkProvider.read(FaultTolerantChunkProvider.java:87)
        ... 35 more
Caused by: java.lang.NullPointerException
        at com.fca.rws.util.FileUtility.appendStringToFile(FileUtility.java:54)
        at com.fca.rws.listeners.BatchItemReaderListener.onReadError(BatchItemReaderListener.java:50)
        at org.springframework.batch.core.listener.CompositeItemReadListener.onReadError(CompositeItemReadListener.java:86)
        at org.springframework.batch.core.listener.MulticasterBatchListener.onReadError(MulticasterBatchListener.java:255)
        ... 37 more

Oct 11, 2024 7:16:34 AM org.springframework.batch.core.step.AbstractStep execute
INFO: Step: [readProcessAndWriteRWCTPlusData] executed in 446ms
2024-10-11 07:16:34 INFO  JobListener:163 - Job - rwctPlusJob stops at :Fri Oct 11 07:16:34 EDT 2024
2024-10-11 07:16:34 INFO  JobListener:199 - Total execution time for the Rws Batch Job (HH:mm:ss) : 00:00:00
2024-10-11 07:16:34 INFO  JobListener:174 - Job failed with following exceptions :
2024-10-11 07:16:34 ERROR JobListener:179 - Exception :Non-skippable exception during read
2024-10-11 07:16:35 INFO  EmailUtility:59 - Email sent successfully.
Oct 11, 2024 7:16:35 AM org.springframework.batch.core.launch.support.SimpleJobLauncher$1 run
INFO: Job: [FlowJob: [name=rwctPlusJob]] completed with the following parameters: [{}] and the following status: [FAILED] in 471ms
2024-10-11 07:16:35 INFO  RwsApp:68 - Exit Status : FAILED
2024-10-11 07:16:36 INFO  RwsApp:84 - Exiting main method.
Exiting Main Job
gltsftp@shc005glot02:bin>
Editor is loading...
Leave a Comment