Skip to content

Instantly share code, notes, and snippets.

@garyrussell
Last active March 4, 2016 13:38
Show Gist options
  • Save garyrussell/117b179d21d740ea91f6 to your computer and use it in GitHub Desktop.
Save garyrussell/117b179d21d740ea91f6 to your computer and use it in GitHub Desktop.
$ mvn org.springframework.boot:spring-boot-maven-plugin:1.3.2.RELEASE:run
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Spring Boot AMQP Sample 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> spring-boot-maven-plugin:1.3.2.RELEASE:run (default-cli) > test-compile @ so35627307a >>>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ so35627307a ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/grussell/Downloads/spring-amqp-context-loading-master/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ so35627307a ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /Users/grussell/Downloads/spring-amqp-context-loading-master/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ so35627307a ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/grussell/Downloads/spring-amqp-context-loading-master/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ so35627307a ---
[INFO] No sources to compile
[INFO]
[INFO] <<< spring-boot-maven-plugin:1.3.2.RELEASE:run (default-cli) < test-compile @ so35627307a <<<
[INFO]
[INFO] --- spring-boot-maven-plugin:1.3.2.RELEASE:run (default-cli) @ so35627307a ---
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.3.2.RELEASE)
2016-03-04 08:36:55.381 INFO 83899 --- [ main] cz.deii.sandbox.config.Application : Starting Application on gollum.local with PID 83899 (/Users/grussell/Downloads/spring-amqp-context-loading-master/target/classes started by grussell in /Users/grussell/Downloads/spring-amqp-context-loading-master)
2016-03-04 08:36:55.383 INFO 83899 --- [ main] cz.deii.sandbox.config.Application : No active profile set, falling back to default profiles: default
2016-03-04 08:36:55.413 INFO 83899 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6d7c3362: startup date [Fri Mar 04 08:36:55 EST 2016]; root of context hierarchy
2016-03-04 08:36:55.761 WARN 83899 --- [ main] o.s.c.a.ConfigurationClassEnhancer : @Bean method Application.placeHolderConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2016-03-04 08:36:55.783 INFO 83899 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration' of type [class org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration$$EnhancerBySpringCGLIB$$942c1956] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
connecting to: [host=localhost, username=guest, password=guest]
2016-03-04 08:36:56.273 WARN 83899 --- [ main] o.s.a.r.l.SimpleMessageListenerContainer : CachingConnectionFactory's channelCacheSize can not be less than the number of concurrentConsumers so it was reset to match: 10
2016-03-04 08:36:56.274 INFO 83899 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2016-03-04 08:36:56.277 INFO 83899 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase -2147482648
2016-03-04 08:36:56.277 INFO 83899 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
2016-03-04 08:36:56.323 INFO 83899 --- [ main] cz.deii.sandbox.config.Application : ***** Spring context is loaded! *****
2016-03-04 08:36:56.328 INFO 83899 --- [ main] cz.deii.sandbox.config.Application : Started Application in 1.403 seconds (JVM running for 3.74)
2016-03-04 08:37:01.382 WARN 83899 --- [cTaskExecutor-9] o.s.a.r.l.SimpleMessageListenerContainer : Consumer raised exception, processing can restart if the connection factory supports it. Exception summary: org.springframework.amqp.AmqpConnectException: java.net.ConnectException: Connection refused
...
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.3.2.RELEASE)
2016-03-03 08:55:59.794 INFO 47610 --- [ main] cz.deii.sandbox.config.Application : Starting Application on gollum.local with PID 47610 (/Users/grussell/Downloads/spring-amqp-context-loading-master/target/classes started by grussell in /Users/grussell/Downloads/spring-amqp-context-loading-master)
2016-03-03 08:55:59.796 INFO 47610 --- [ main] cz.deii.sandbox.config.Application : No active profile set, falling back to default profiles: default
2016-03-03 08:55:59.833 INFO 47610 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@32a068d1: startup date [Thu Mar 03 08:55:59 EST 2016]; root of context hierarchy
2016-03-03 08:56:00.183 WARN 47610 --- [ main] o.s.c.a.ConfigurationClassEnhancer : @Bean method Application.placeHolderConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2016-03-03 08:56:00.209 INFO 47610 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration' of type [class org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration$$EnhancerBySpringCGLIB$$7d18b7fb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
connecting to: [host=localhost, username=guest, password=guest]
2016-03-03 08:56:00.603 WARN 47610 --- [ main] o.s.a.r.l.SimpleMessageListenerContainer : CachingConnectionFactory's channelCacheSize can not be less than the number of concurrentConsumers so it was reset to match: 10
2016-03-03 08:56:00.604 INFO 47610 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2016-03-03 08:56:00.607 INFO 47610 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase -2147482648
2016-03-03 08:56:00.607 INFO 47610 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
2016-03-03 08:56:00.636 INFO 47610 --- [ main] cz.deii.sandbox.config.Application : ***** Spring context is loaded! *****
2016-03-03 08:56:00.640 INFO 47610 --- [ main] cz.deii.sandbox.config.Application : Started Application in 1.004 seconds (JVM running for 1.364)
2016-03-03 08:56:05.683 WARN 47610 --- [cTaskExecutor-1] o.s.a.r.l.SimpleMessageListenerContainer : Consumer raised exception, processing can restart if the connection factory supports it. Exception summary: org.springframework.amqp.AmqpConnectException: java.net.ConnectException: Connection refused
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment