2017-03-23 10:04:58,972 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] -
2017-03-23 10:04:58,985 INFO Test worker [org.springframework.integration.config.IntegrationRegistrar] -
2017-03-23 10:04:58,986 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] -
2017-03-23 10:04:58,987 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] -
2017-03-23 10:04:58,989 INFO Test worker [org.springframework.context.support.GenericApplicationContext] -
2017-03-23 10:04:59,003 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] -
2017-03-23 10:04:59,003 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] -
2017-03-23 10:04:59,004 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] -
2017-03-23 10:04:59,041 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] -
2017-03-23 10:04:59,053 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] -
2017-03-23 10:04:59,212 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] -
2017-03-23 10:04:59,250 DEBUG Test worker [org.springframework.integration.config.GlobalChannelInterceptorProcessor] -
2017-03-23 10:04:59,286 DEBUG task-scheduler-2 [org.springframework.integration.endpoint.PollingConsumer] -
2017-03-23 10:04:59,300 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] -
2017-03-23 10:04:59,300 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,300 INFO Test worker [org.springframework.integration.channel.DirectChannel] -
2017-03-23 10:04:59,300 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,300 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,300 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] -
2017-03-23 10:04:59,300 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,321 DEBUG Test worker [org.springframework.integration.channel.DirectChannel] -
2017-03-23 10:04:59,321 DEBUG Test worker [org.springframework.batch.integration.launch.JobLaunchingGateway] -
2017-03-23 10:04:59,323 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] -
2017-03-23 10:04:59,323 DEBUG Test worker [org.springframework.batch.core.job.AbstractJob] -
2017-03-23 10:04:59,328 INFO Test worker [org.springframework.batch.core.job.SimpleStepHandler] -
2017-03-23 10:04:59,328 DEBUG Test worker [org.springframework.batch.core.step.AbstractStep] -
2017-03-23 10:04:59,330 DEBUG Test worker [org.springframework.batch.core.scope.context.StepContextRepeatCallback] -
2017-03-23 10:04:59,330 DEBUG Test worker [org.springframework.batch.core.scope.context.StepContextRepeatCallback] -
2017-03-23 10:04:59,330 DEBUG Test worker [org.springframework.batch.core.step.tasklet.TaskletStep] -
2017-03-23 10:04:59,330 DEBUG Test worker [org.springframework.batch.core.step.tasklet.TaskletStep] -
2017-03-23 10:04:59,331 ERROR Test worker [org.springframework.batch.core.step.AbstractStep] -
java.lang.IllegalStateException: Planned Tasklet failure
at org.springframework.batch.integration.step.TestTasklet.execute(TestTasklet.java:37)
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:133)
at org.springframework.batch.core.step.tasklet.TaskletStep$2.doInChunkContext(TaskletStep.java:272)
at org.springframework.batch.core.scope.context.StepContextRepeatCallback.doInIteration(StepContextRepeatCallback.java:81)
at org.springframework.batch.repeat.support.RepeatTemplate.getNextResult(RepeatTemplate.java:374)
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:200)
at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:148)
at org.springframework.batch.core.job.AbstractJob.handleStep(AbstractJob.java:392)
at org.springframework.batch.core.job.SimpleJob.doExecute(SimpleJob.java:135)
at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:306)
at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:141)
at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50)
at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:134)
at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50)
at org.springframework.batch.integration.launch.JobLaunchingGateway.handleRequestMessage(JobLaunchingGateway.java:76)
at org.springframework.integration.handler.AbstractReplyProducingMessageHandler.handleMessageInternal(AbstractReplyProducingMessageHandler.java:109)
at org.springframework.integration.handler.AbstractMessageHandler.handleMessage(AbstractMessageHandler.java:133)
at org.springframework.integration.dispatcher.AbstractDispatcher.tryOptimizedDispatch(AbstractDispatcher.java:116)
at org.springframework.integration.dispatcher.UnicastingDispatcher.doDispatch(UnicastingDispatcher.java:132)
at org.springframework.integration.dispatcher.UnicastingDispatcher.dispatch(UnicastingDispatcher.java:105)
at org.springframework.integration.channel.AbstractSubscribableChannel.doSend(AbstractSubscribableChannel.java:73)
at org.springframework.integration.channel.AbstractMessageChannel.send(AbstractMessageChannel.java:423)
at org.springframework.integration.channel.AbstractMessageChannel.send(AbstractMessageChannel.java:373)
at org.springframework.batch.integration.launch.JobLaunchingGatewayIntegrationTests.testExceptionRaised(JobLaunchingGatewayIntegrationTests.java:157)
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:483)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks.evaluate(RunBeforeTestExecutionCallbacks.java:73)
at org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks.evaluate(RunAfterTestExecutionCallbacks.java:83)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:250)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:189)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
at com.sun.proxy.$Proxy3.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:147)
at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:129)
at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:46)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2017-03-23 10:04:59,334 DEBUG Test worker [org.springframework.batch.core.step.AbstractStep] -
2017-03-23 10:04:59,335 DEBUG Test worker [org.springframework.batch.core.job.AbstractJob] -
2017-03-23 10:04:59,336 DEBUG Test worker [org.springframework.batch.core.job.AbstractJob] -
2017-03-23 10:04:59,339 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] -
2017-03-23 10:04:59,340 DEBUG Test worker [org.springframework.integration.channel.QueueChannel] -
2017-03-23 10:04:59,341 DEBUG Test worker [org.springframework.integration.channel.QueueChannel] -
2017-03-23 10:04:59,341 DEBUG Test worker [org.springframework.integration.channel.DirectChannel] -
2017-03-23 10:04:59,342 DEBUG Test worker [org.springframework.integration.channel.QueueChannel] -
2017-03-23 10:04:59,343 INFO Test worker [org.springframework.context.support.GenericApplicationContext] -
2017-03-23 10:04:59,343 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] -
2017-03-23 10:04:59,343 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,343 INFO Test worker [org.springframework.integration.channel.DirectChannel] -
2017-03-23 10:04:59,343 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,343 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,344 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] -
2017-03-23 10:04:59,344 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,344 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] -
2017-03-23 10:04:59,370 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] -
2017-03-23 10:04:59,380 INFO Test worker [org.springframework.integration.config.IntegrationRegistrar] -
2017-03-23 10:04:59,381 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] -
2017-03-23 10:04:59,382 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] -
2017-03-23 10:04:59,383 INFO Test worker [org.springframework.context.support.GenericApplicationContext] -
2017-03-23 10:04:59,397 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] -
2017-03-23 10:04:59,397 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] -
2017-03-23 10:04:59,398 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] -
2017-03-23 10:04:59,427 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] -
2017-03-23 10:04:59,434 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] -
2017-03-23 10:04:59,488 DEBUG task-scheduler-9 [org.springframework.integration.endpoint.PollingConsumer] -
2017-03-23 10:04:59,561 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] -
2017-03-23 10:04:59,600 DEBUG Test worker [org.springframework.integration.config.GlobalChannelInterceptorProcessor] -
2017-03-23 10:04:59,644 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] -
2017-03-23 10:04:59,644 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,644 INFO Test worker [org.springframework.integration.channel.DirectChannel] -
2017-03-23 10:04:59,644 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,644 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,644 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] -
2017-03-23 10:04:59,644 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,659 DEBUG Test worker [org.springframework.integration.channel.DirectChannel] -
2017-03-23 10:04:59,659 DEBUG Test worker [org.springframework.batch.integration.launch.JobLaunchingGateway] -
2017-03-23 10:04:59,661 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] -
2017-03-23 10:04:59,662 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] -
2017-03-23 10:04:59,662 DEBUG Test worker [org.springframework.integration.channel.QueueChannel] -
2017-03-23 10:04:59,662 DEBUG Test worker [org.springframework.integration.channel.QueueChannel] -
2017-03-23 10:04:59,662 DEBUG Test worker [org.springframework.integration.channel.DirectChannel] -
2017-03-23 10:04:59,662 DEBUG Test worker [org.springframework.integration.channel.QueueChannel] -
2017-03-23 10:04:59,663 INFO Test worker [org.springframework.context.support.GenericApplicationContext] -
2017-03-23 10:04:59,663 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] -
2017-03-23 10:04:59,663 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,663 INFO Test worker [org.springframework.integration.channel.DirectChannel] -
2017-03-23 10:04:59,663 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,663 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,663 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] -
2017-03-23 10:04:59,663 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,664 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] -
2017-03-23 10:04:59,689 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] -
2017-03-23 10:04:59,700 INFO Test worker [org.springframework.integration.config.IntegrationRegistrar] -
2017-03-23 10:04:59,701 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] -
2017-03-23 10:04:59,702 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] -
2017-03-23 10:04:59,703 INFO Test worker [org.springframework.context.support.GenericApplicationContext] -
2017-03-23 10:04:59,715 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] -
2017-03-23 10:04:59,716 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] -
2017-03-23 10:04:59,716 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] -
2017-03-23 10:04:59,746 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] -
2017-03-23 10:04:59,754 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] -
2017-03-23 10:04:59,880 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] -
2017-03-23 10:04:59,925 DEBUG Test worker [org.springframework.integration.config.GlobalChannelInterceptorProcessor] -
2017-03-23 10:04:59,972 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] -
2017-03-23 10:04:59,972 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,972 INFO Test worker [org.springframework.integration.channel.DirectChannel] -
2017-03-23 10:04:59,972 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,972 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,972 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] -
2017-03-23 10:04:59,972 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:04:59,988 DEBUG Test worker [org.springframework.integration.channel.DirectChannel] -
2017-03-23 10:04:59,988 DEBUG Test worker [org.springframework.batch.integration.launch.JobLaunchingGateway] -
2017-03-23 10:05:00,291 DEBUG task-scheduler-2 [org.springframework.integration.endpoint.PollingConsumer] -
2017-03-23 10:05:00,503 DEBUG task-scheduler-9 [org.springframework.integration.endpoint.PollingConsumer] -
2017-03-23 10:05:00,993 INFO Test worker [org.springframework.context.support.GenericApplicationContext] -
2017-03-23 10:05:00,993 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] -
2017-03-23 10:05:00,994 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:05:00,994 INFO Test worker [org.springframework.integration.channel.DirectChannel] -
2017-03-23 10:05:00,994 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:05:00,994 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:05:00,994 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] -
2017-03-23 10:05:00,994 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:05:00,995 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] -
2017-03-23 10:05:01,024 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] -
2017-03-23 10:05:01,034 INFO Test worker [org.springframework.integration.config.IntegrationRegistrar] -
2017-03-23 10:05:01,035 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] -
2017-03-23 10:05:01,036 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] -
2017-03-23 10:05:01,037 INFO Test worker [org.springframework.context.support.GenericApplicationContext] -
2017-03-23 10:05:01,051 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] -
2017-03-23 10:05:01,051 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] -
2017-03-23 10:05:01,052 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] -
2017-03-23 10:05:01,084 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] -
2017-03-23 10:05:01,094 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] -
2017-03-23 10:05:01,218 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] -
2017-03-23 10:05:01,258 DEBUG Test worker [org.springframework.integration.config.GlobalChannelInterceptorProcessor] -
2017-03-23 10:05:01,296 DEBUG task-scheduler-5 [org.springframework.integration.endpoint.PollingConsumer] -
2017-03-23 10:05:01,306 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] -
2017-03-23 10:05:01,306 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:05:01,306 INFO Test worker [org.springframework.integration.channel.DirectChannel] -
2017-03-23 10:05:01,306 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:05:01,306 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:05:01,306 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] -
2017-03-23 10:05:01,306 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:05:01,323 DEBUG Test worker [org.springframework.integration.channel.DirectChannel] -
2017-03-23 10:05:01,323 DEBUG Test worker [org.springframework.batch.integration.launch.JobLaunchingGateway] -
2017-03-23 10:05:01,325 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] -
2017-03-23 10:05:01,325 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] -
2017-03-23 10:05:01,519 DEBUG task-scheduler-8 [org.springframework.integration.endpoint.PollingConsumer] -
2017-03-23 10:05:02,299 DEBUG task-scheduler-1 [org.springframework.integration.endpoint.PollingConsumer] -
2017-03-23 10:05:02,331 INFO Test worker [org.springframework.context.support.GenericApplicationContext] -
2017-03-23 10:05:02,331 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] -
2017-03-23 10:05:02,331 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:05:02,331 INFO Test worker [org.springframework.integration.channel.DirectChannel] -
2017-03-23 10:05:02,331 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:05:02,331 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
2017-03-23 10:05:02,331 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] -
2017-03-23 10:05:02,331 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] -
]]>