Skip to content

Instantly share code, notes, and snippets.

@sgrimm-sg
Created October 16, 2015 02:03
Show Gist options
  • Save sgrimm-sg/5d69ca50237b4ca1cf2f to your computer and use it in GitHub Desktop.
Save sgrimm-sg/5d69ca50237b4ca1cf2f to your computer and use it in GitHub Desktop.
Spring Boot startup demonstrating NullPointerException message from Spring AMQP
crisp~/spring-boot/spring-boot-samples/spring-boot-sample-amqp(master|✔) % java -jar target/spring-boot-sample-amqp-1.3.0.BUILD-SNAPSHOT.jar
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.3.0.BUILD-SNAPSHOT)
2015-10-15 18:50:13.105 INFO 87209 --- [ main] sample.amqp.SampleAmqpSimpleApplication : Starting SampleAmqpSimpleApplication v1.3.0.BUILD-SNAPSHOT on crisp-2.local with PID 87209 (/Users/koreth/spring-boot/spring-boot-samples/spring-boot-sample-amqp/target/spring-boot-sample-amqp-1.3.0.BUILD-SNAPSHOT.jar started by koreth in /Users/koreth/spring-boot/spring-boot-samples/spring-boot-sample-amqp)
2015-10-15 18:50:13.108 INFO 87209 --- [ main] sample.amqp.SampleAmqpSimpleApplication : No profiles are active
2015-10-15 18:50:13.200 INFO 87209 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@26ebe10: startup date [Thu Oct 15 18:50:13 PDT 2015]; root of context hierarchy
2015-10-15 18:50:14.199 INFO 87209 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration' of type [class org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration$$EnhancerBySpringCGLIB$$58f8a61e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2015-10-15 18:50:15.200 INFO 87209 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2015-10-15 18:50:15.430 INFO 87209 --- [ main] o.s.core.annotation.AnnotationUtils : Failed to introspect annotations on [null]: java.lang.NullPointerException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment