Skip to content

Instantly share code, notes, and snippets.

@loinguyenduc101
Created April 19, 2016 07:53
Show Gist options
  • Save loinguyenduc101/7cdc1de5a43d3609a4ccf304b49e33b1 to your computer and use it in GitHub Desktop.
Save loinguyenduc101/7cdc1de5a43d3609a4ccf304b49e33b1 to your computer and use it in GitHub Desktop.
spring: [class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016/04/19:14:49:33.479 INFO [RMI TCP Connection(2)-127.0.0.1] : org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2016/04/19:14:49:33.513 INFO [RMI TCP Connection(2)-127.0.0.1] : org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2016/04/19:14:49:33.777 INFO [RMI TCP Connection(2)-127.0.0.1] : org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor Initializing ExecutorService 'taskExecutor'
2016/04/19:14:49:33.778 INFO [RMI TCP Connection(2)-127.0.0.1] : org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker Bean 'taskExecutor' of type [class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016/04/19:14:49:33.835 INFO [RMI TCP Connection(2)-127.0.0.1] : org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler Initializing ExecutorService 'taskScheduler'
2016/04/19:14:49:33.835 INFO [RMI TCP Connection(2)-127.0.0.1] : org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker Bean 'taskScheduler' of type [class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016/04/19:14:49:33.846 INFO [RMI TCP Connection(2)-127.0.0.1] : org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor Initializing ExecutorService
2016/04/19:14:49:33.846 INFO [RMI TCP Connection(2)-127.0.0.1] : org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker Bean 'sub-executor' of type [class org.springframework.scheduling.config.TaskExecutorFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016/04/19:14:49:33.846 INFO [RMI TCP Connection(2)-127.0.0.1] : org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker Bean 'sub-executor' of type [class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016/04/19:14:49:33.847 INFO [RMI TCP Connection(2)-127.0.0.1] : org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor Initializing ExecutorService
2016/04/19:14:49:33.847 INFO [RMI TCP Connection(2)-127.0.0.1] : org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker Bean 'cus-executor' of type [class org.springframework.scheduling.config.TaskExecutorFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016/04/19:14:49:33.848 INFO [RMI TCP Connection(2)-127.0.0.1] : org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker Bean 'cus-executor' of type [class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016/04/19:14:49:33.848 INFO [RMI TCP Connection(2)-127.0.0.1] : org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor Initializing ExecutorService
2016/04/19:14:49:33.848 INFO [RMI TCP Connection(2)-127.0.0.1] : org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker Bean 'jobs-executor' of type [class org.springframework.scheduling.config.TaskExecutorFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016/04/19:14:49:33.849 INFO [RMI TCP Connection(2)-127.0.0.1] : org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker Bean 'jobs-executor' of type [class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016/04/19:14:49:34.767 INFO [RMI TCP Connection(2)-127.0.0.1] : vn.yotel.admin.config.DataSourceConfig$$EnhancerBySpringCGLIB$$dbd291a9 create datasource for Development environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment