Hi,
I try to launch a tasklet and the job seems to start, but the only output is a message that states that the job starts.
and then nothing more happens. The java process ends, and there is no more input.Code:21.jan.2009 17:34:44 org.springframework.context.support.AbstractApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@53c015: display name [org.springframework.context.support.ClassPathXmlApplicationContext@53c015]; startup date [Wed Jan 21 17:34:44 CET 2009]; root of context hierarchy 21.jan.2009 17:34:44 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from class path resource [y2Job.xml] 21.jan.2009 17:34:45 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from class path resource [spring-batch-applicationContext.xml] 21.jan.2009 17:34:45 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory INFO: Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@53c015]: org.springframework.beans.factory.support.DefaultListableBeanFactory@11a64ed 21.jan.2009 17:34:45 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11a64ed: defining beans [tm,jobRepository,jobLauncher,minJobb,y2Step,helloTasklet,nyeSelgereTasklet,y2Job]; root of factory hierarchy 21.jan.2009 17:34:45 org.springframework.context.support.AbstractApplicationContext doClose INFO: Closing org.springframework.context.support.ClassPathXmlApplicationContext@53c015: display name [org.springframework.context.support.ClassPathXmlApplicationContext@53c015]; startup date [Wed Jan 21 17:34:44 CET 2009]; root of context hierarchy 21.jan.2009 17:34:45 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry destroySingletons INFO: Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@11a64ed: defining beans [tm,jobRepository,jobLauncher,minJobb,y2Step,helloTasklet,nyeSelgereTasklet,y2Job]; root of factory hierarchy 21.jan.2009 17:34:45 org.springframework.batch.core.launch.support.SimpleJobLauncher$1 run INFO: Job: [SimpleJob: [name=y2Job]] launched with the following parameters: [{}]
Is my job killed by some magic reason? Any Experience with this? using spring-batch 2.0.0 M3
![]()


Reply With Quote
