Skip to content

Instantly share code, notes, and snippets.

@MartinLichtblau
Created January 4, 2015 11:55
Show Gist options
  • Save MartinLichtblau/5d4287bfb81a6412626f to your computer and use it in GitHub Desktop.
Save MartinLichtblau/5d4287bfb81a6412626f to your computer and use it in GitHub Desktop.
151 <45>1 2015-01-04T10:55:16.757620+00:00 heroku api - - Add logentries:tryit add-on by martin.lichtblau@gmail.com
142 <45>1 2015-01-04T10:55:16.757655+00:00 heroku api - - Release v4 created by martin.lichtblau@gmail.com
155 <45>1 2015-01-04T10:56:05.705206+00:00 heroku api - - Set PATH, JAVA_OPTS config vars by martin.lichtblau@gmail.com
142 <45>1 2015-01-04T10:56:05.705236+00:00 heroku api - - Release v5 created by martin.lichtblau@gmail.com
152 <45>1 2015-01-04T10:56:06.401792+00:00 heroku api - - Set DATABASE_URL config vars by martin.lichtblau@gmail.com
142 <45>1 2015-01-04T10:56:06.401819+00:00 heroku api - - Release v6 created by martin.lichtblau@gmail.com
162 <45>1 2015-01-04T10:56:06.523546+00:00 heroku api - - Attach HEROKU_POSTGRESQL_JADE resource by martin.lichtblau@gmail.com
142 <45>1 2015-01-04T10:56:06.523546+00:00 heroku api - - Release v7 created by martin.lichtblau@gmail.com
138 <45>1 2015-01-04T10:56:06.851185+00:00 heroku api - - Scale to web=1 by martin.lichtblau@gmail.com
138 <45>1 2015-01-04T10:56:07.043207+00:00 heroku api - - Deploy 1144c9f by martin.lichtblau@gmail.com
142 <45>1 2015-01-04T10:56:07.043320+00:00 heroku api - - Release v8 created by martin.lichtblau@gmail.com
388 <45>1 2015-01-04T10:56:17.191046+00:00 heroku web.1 - - Starting process with command `java -Xmx384m -Xss512k -XX:+UseCompressedOops -jar target/*.war --spring.profiles.active=prod --server.port=47678 --spring.datasource.heroku-url=postgres://afdhxcqcaxisob:UO7xGzKd3r5L7tsY-vahoNydxh@ec2-54-235-127-33.compute-1.amazonaws.com:5432/d8kto2hbib5741`
171 <190>1 2015-01-04T10:56:21.613506+00:00 app web.1 - - Picked up JAVA_TOOL_OPTIONS: -Xmx384m -Djava.rmi.server.useCodebaseOnly=true
234 <190>1 2015-01-04T10:56:24.719578+00:00 app web.1 - - [INFO] com.mycompany.myapp.Application - Starting Application on fdc7bc97-fd7e-43a8-a656-ecaabffc83c2 with PID 2 (started by u22653 in /app)
198 <190>1 2015-01-04T10:56:24.719698+00:00 app web.1 - - [DEBUG] com.mycompany.myapp.Application - Running with Spring Boot v1.2.0.RELEASE, Spring v4.1.3.RELEASE
264 <190>1 2015-01-04T10:56:25.989784+00:00 app web.1 - - [WARN] org.springframework.core.io.support.PathMatchingResourcePatternResolver - Skipping [/app/target/jhiphero-0.0.1-SNAPSHOT.war] because it does not denote a directory
177 <190>1 2015-01-04T10:56:30.099688+00:00 app web.1 - - [DEBUG] org.jboss.logging - Logging Provider: org.jboss.logging.Slf4jLoggerProvider
178 <190>1 2015-01-04T10:56:30.560995+00:00 app web.1 - - [DEBUG] com.mycompany.myapp.config.AsyncConfiguration - Creating Async Task Executor
174 <190>1 2015-01-04T10:56:32.029515+00:00 app web.1 - - [DEBUG] com.mycompany.myapp.config.MetricsConfiguration - Registering JVM gauges
185 <190>1 2015-01-04T10:56:32.305608+00:00 app web.1 - - [INFO] com.mycompany.myapp.config.MetricsConfiguration - Initializing Metrics JMX reporting
219 <190>1 2015-01-04T10:56:41.451103+00:00 app web.1 - - [INFO] com.mycompany.myapp.config.HerokuDatabaseConfiguration - Using Heroku, parsing their $DATABASE_URL to use it with JDBC
188 <190>1 2015-01-04T10:56:41.450871+00:00 app web.1 - - [DEBUG] com.mycompany.myapp.config.HerokuDatabaseConfiguration - Configuring Heroku Datasource
282 <190>1 2015-01-04T10:56:43.847637+00:00 app web.1 - - [ERROR] org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener - Error starting Tomcat context: org.springframework.beans.factory.BeanCreationException
271 <190>1 2015-01-04T10:56:44.104644+00:00 app web.1 - - [WARN] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt
315 <190>1 2015-01-04T10:56:44.104649+00:00 app web.1 - - org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
267 <190>1 2015-01-04T10:56:44.104651+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:124) [spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
257 <190>1 2015-01-04T10:56:44.104652+00:00 app web.1 - - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:474) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
265 <190>1 2015-01-04T10:56:44.104654+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:109) [spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
224 <190>1 2015-01-04T10:56:44.104655+00:00 app web.1 - - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691) [spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
220 <190>1 2015-01-04T10:56:44.104657+00:00 app web.1 - - at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) [spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
170 <190>1 2015-01-04T10:56:44.104659+00:00 app web.1 - - at com.mycompany.myapp.Application.main(Application.java:56) [classes!/:na]
179 <190>1 2015-01-04T10:56:44.104660+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_20-'slim']
197 <190>1 2015-01-04T10:56:44.104662+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_20-'slim']
205 <190>1 2015-01-04T10:56:44.104663+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_20-'slim']
168 <190>1 2015-01-04T10:56:44.104664+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0_20-'slim']
209 <190>1 2015-01-04T10:56:44.104666+00:00 app web.1 - - at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:53) [jhiphero-0.0.1-SNAPSHOT.war:na]
156 <190>1 2015-01-04T10:56:44.104667+00:00 app web.1 - - at java.lang.Thread.run(Thread.java:745) [na:1.8.0_20-'slim']
213 <190>1 2015-01-04T10:56:44.104669+00:00 app web.1 - - Caused by: org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
277 <190>1 2015-01-04T10:56:44.104670+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.initialize(TomcatEmbeddedServletContainer.java:97) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
273 <190>1 2015-01-04T10:56:44.104673+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.<init>(TomcatEmbeddedServletContainer.java:74) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
315 <190>1 2015-01-04T10:56:44.104674+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getTomcatEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:374) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
309 <190>1 2015-01-04T10:56:44.104676+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:150) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
288 <190>1 2015-01-04T10:56:44.104677+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:148) [spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
267 <190>1 2015-01-04T10:56:44.104679+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:121) [spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
123 <190>1 2015-01-04T10:56:44.104680+00:00 app web.1 - - ... 11 common frames omitted
3384 <190>1 2015-01-04T10:56:44.104687+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
302 <190>1 2015-01-04T10:56:44.104688+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
283 <190>1 2015-01-04T10:56:44.104690+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.104691+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.104693+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.104698+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:56:44.104699+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:56:44.104701+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.104702+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:56:44.104704+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:371) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:56:44.104706+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
289 <190>1 2015-01-04T10:56:44.104707+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.104709+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.104710+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.104712+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:56:44.104713+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:56:44.104715+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.104716+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.104718+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:176) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
282 <190>1 2015-01-04T10:56:44.104720+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:141) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
282 <190>1 2015-01-04T10:56:44.104721+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:136) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
278 <190>1 2015-01-04T10:56:44.104723+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:119) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
266 <190>1 2015-01-04T10:56:44.104724+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:69) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
291 <190>1 2015-01-04T10:56:44.104728+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getServletContextInitializerBeans(EmbeddedWebApplicationContext.java:216) [spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
270 <190>1 2015-01-04T10:56:44.104730+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.onStartup(EmbeddedWebApplicationContext.java:202) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
305 <190>1 2015-01-04T10:56:44.104731+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener.lifecycleEvent(ServletContextInitializerLifecycleListener.java:64) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
226 <190>1 2015-01-04T10:56:44.104733+00:00 app web.1 - - at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
219 <190>1 2015-01-04T10:56:44.104734+00:00 app web.1 - - at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
220 <190>1 2015-01-04T10:56:44.104739+00:00 app web.1 - - at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5095) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
207 <190>1 2015-01-04T10:56:44.104740+00:00 app web.1 - - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
218 <190>1 2015-01-04T10:56:44.104741+00:00 app web.1 - - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1409) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
218 <190>1 2015-01-04T10:56:44.104743+00:00 app web.1 - - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1399) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
176 <190>1 2015-01-04T10:56:44.104744+00:00 app web.1 - - at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_20-'slim']
199 <190>1 2015-01-04T10:56:44.104746+00:00 app web.1 - - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_20-'slim']
199 <190>1 2015-01-04T10:56:44.104747+00:00 app web.1 - - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_20-'slim']
122 <190>1 2015-01-04T10:56:44.104748+00:00 app web.1 - - ... 1 common frames omitted
3140 <190>1 2015-01-04T10:56:44.104752+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
306 <190>1 2015-01-04T10:56:44.104754+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:646) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:56:44.104758+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
302 <190>1 2015-01-04T10:56:44.104760+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.104761+00:00 app web.1 - - ... 34 common frames omitted
2785 <190>1 2015-01-04T10:56:44.104763+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
269 <190>1 2015-01-04T10:56:44.104765+00:00 app web.1 - - at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:164) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:56:44.104766+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.evaluateBeanDefinitionString(AbstractBeanFactory.java:1354) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
273 <190>1 2015-01-04T10:56:44.104768+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:964) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:56:44.104769+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
306 <190>1 2015-01-04T10:56:44.104771+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:603) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.104772+00:00 app web.1 - - ... 36 common frames omitted
2679 <190>1 2015-01-04T10:56:44.104776+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
302 <190>1 2015-01-04T10:56:44.104778+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
252 <190>1 2015-01-04T10:56:44.175275+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
233 <190>1 2015-01-04T10:56:44.175366+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202)
232 <190>1 2015-01-04T10:56:44.175464+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
230 <190>1 2015-01-04T10:56:44.175548+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
201 <190>1 2015-01-04T10:56:44.175667+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
220 <190>1 2015-01-04T10:56:44.175750+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
199 <190>1 2015-01-04T10:56:44.175828+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
197 <190>1 2015-01-04T10:56:44.175890+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
227 <190>1 2015-01-04T10:56:44.175988+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127)
224 <190>1 2015-01-04T10:56:44.176078+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051)
221 <190>1 2015-01-04T10:56:44.176172+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
255 <190>1 2015-01-04T10:56:44.176236+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530)
106 <190>1 2015-01-04T10:56:44.176331+00:00 app web.1 - - ... 64 more
283 <190>1 2015-01-04T10:56:44.104779+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.104796+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.104798+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.104799+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:56:44.104801+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:56:44.104803+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.104804+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
268 <190>1 2015-01-04T10:56:44.104809+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:523) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
268 <190>1 2015-01-04T10:56:44.104810+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:512) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
347 <190>1 2015-01-04T10:56:44.104811+00:00 app web.1 - - at org.springframework.security.config.annotation.web.configuration.AutowiredWebSecurityConfigurersIgnoreParents.getWebSecurityConfigurers(AutowiredWebSecurityConfigurersIgnoreParents.java:52) ~[spring-security-config-3.2.5.RELEASE.jar!/:3.2.5.RELEASE]
179 <190>1 2015-01-04T10:56:44.104813+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_20-'slim']
197 <190>1 2015-01-04T10:56:44.104814+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_20-'slim']
205 <190>1 2015-01-04T10:56:44.104816+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_20-'slim']
168 <190>1 2015-01-04T10:56:44.104817+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0_20-'slim']
264 <190>1 2015-01-04T10:56:44.104819+00:00 app web.1 - - at org.springframework.expression.spel.support.ReflectiveMethodExecutor.execute(ReflectiveMethodExecutor.java:112) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.104820+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:129) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:56:44.104822+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference.access$000(MethodReference.java:49) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
258 <190>1 2015-01-04T10:56:44.104823+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:342) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
256 <190>1 2015-01-04T10:56:44.104825+00:00 app web.1 - - at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:88) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
237 <190>1 2015-01-04T10:56:44.104826+00:00 app web.1 - - at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:120) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
246 <190>1 2015-01-04T10:56:44.104828+00:00 app web.1 - - at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:242) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:56:44.104829+00:00 app web.1 - - at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:161) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.104830+00:00 app web.1 - - ... 40 common frames omitted
2503 <190>1 2015-01-04T10:56:44.104835+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
305 <190>1 2015-01-04T10:56:44.104837+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:56:44.104838+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
302 <190>1 2015-01-04T10:56:44.104840+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.104841+00:00 app web.1 - - ... 62 common frames omitted
2258 <190>1 2015-01-04T10:56:44.104845+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
302 <190>1 2015-01-04T10:56:44.104847+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
283 <190>1 2015-01-04T10:56:44.104848+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.104850+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.104851+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.104853+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:56:44.104854+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:56:44.104856+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.104857+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
277 <190>1 2015-01-04T10:56:44.104858+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
274 <190>1 2015-01-04T10:56:44.104860+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:56:44.104865+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
305 <190>1 2015-01-04T10:56:44.104866+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.104867+00:00 app web.1 - - ... 64 common frames omitted
2085 <190>1 2015-01-04T10:56:44.104870+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
305 <190>1 2015-01-04T10:56:44.104871+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:56:44.104873+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
302 <190>1 2015-01-04T10:56:44.104881+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.104883+00:00 app web.1 - - ... 75 common frames omitted
1864 <190>1 2015-01-04T10:56:44.104888+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
272 <190>1 2015-01-04T10:56:44.104890+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:313) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
279 <190>1 2015-01-04T10:56:44.104892+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
290 <190>1 2015-01-04T10:56:44.104893+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1469) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
283 <190>1 2015-01-04T10:56:44.104894+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.104896+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.104897+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.104899+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:56:44.104900+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:56:44.104902+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.104903+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
277 <190>1 2015-01-04T10:56:44.104906+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
274 <190>1 2015-01-04T10:56:44.104907+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:56:44.104909+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
305 <190>1 2015-01-04T10:56:44.104913+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.104915+00:00 app web.1 - - ... 77 common frames omitted
1580 <190>1 2015-01-04T10:56:44.104917+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
272 <190>1 2015-01-04T10:56:44.104918+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
279 <190>1 2015-01-04T10:56:44.104919+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
267 <190>1 2015-01-04T10:56:44.104921+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:637) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:56:44.104922+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:447) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:56:44.104923+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
289 <190>1 2015-01-04T10:56:44.104925+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.104926+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.104927+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
272 <190>1 2015-01-04T10:56:44.104929+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:299) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.104930+00:00 app web.1 - - ... 90 common frames omitted
1356 <190>1 2015-01-04T10:56:44.104935+00:00 app web.1 - - Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
259 <190>1 2015-01-04T10:56:44.104936+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:752) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:56:44.104938+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:56:44.104939+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
166 <190>1 2015-01-04T10:56:44.161723+00:00 app web.1 - - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
177 <190>1 2015-01-04T10:56:44.161815+00:00 app web.1 - - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1409)
177 <190>1 2015-01-04T10:56:44.161879+00:00 app web.1 - - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1399)
154 <190>1 2015-01-04T10:56:44.161956+00:00 app web.1 - - at java.util.concurrent.FutureTask.run(FutureTask.java:266)
177 <190>1 2015-01-04T10:56:44.162037+00:00 app web.1 - - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
177 <190>1 2015-01-04T10:56:44.162474+00:00 app web.1 - - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
105 <190>1 2015-01-04T10:56:44.162550+00:00 app web.1 - - ... 1 more
289 <190>1 2015-01-04T10:56:44.104941+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.104942+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.104943+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.104944+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:56:44.104946+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:56:44.104947+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.104949+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:56:44.104950+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.104962+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
272 <190>1 2015-01-04T10:56:44.104964+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.104965+00:00 app web.1 - - ... 98 common frames omitted
2085 <190>1 2015-01-04T10:56:44.176518+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
255 <190>1 2015-01-04T10:56:44.176588+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558)
194 <190>1 2015-01-04T10:56:44.176676+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
252 <190>1 2015-01-04T10:56:44.176754+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
106 <190>1 2015-01-04T10:56:44.176814+00:00 app web.1 - - ... 75 more
1864 <190>1 2015-01-04T10:56:44.176961+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
222 <190>1 2015-01-04T10:56:44.177035+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:313)
229 <190>1 2015-01-04T10:56:44.177123+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129)
240 <190>1 2015-01-04T10:56:44.177229+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1469)
233 <190>1 2015-01-04T10:56:44.177323+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
232 <190>1 2015-01-04T10:56:44.177445+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
595 <190>1 2015-01-04T10:56:44.104967+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
269 <190>1 2015-01-04T10:56:44.104971+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:602) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:56:44.104973+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
289 <190>1 2015-01-04T10:56:44.104974+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.104975+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.104977+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.104978+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:56:44.104979+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:56:44.104981+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.104982+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
277 <190>1 2015-01-04T10:56:44.104984+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
274 <190>1 2015-01-04T10:56:44.104985+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:56:44.104986+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
264 <190>1 2015-01-04T10:56:44.104988+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:816) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
259 <190>1 2015-01-04T10:56:44.104989+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:744) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
124 <190>1 2015-01-04T10:56:44.104990+00:00 app web.1 - - ... 110 common frames omitted
334 <190>1 2015-01-04T10:56:44.104992+00:00 app web.1 - - Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
267 <190>1 2015-01-04T10:56:44.104993+00:00 app web.1 - - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:56:44.104994+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:591) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
124 <190>1 2015-01-04T10:56:44.104996+00:00 app web.1 - - ... 123 common frames omitted
169 <190>1 2015-01-04T10:56:44.104997+00:00 app web.1 - - Caused by: java.lang.RuntimeException: Fail-fast during pool initialization
194 <190>1 2015-01-04T10:56:44.104999+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.fillPool(HikariPool.java:499) ~[HikariCP-java6-2.2.5.jar!/:na]
192 <190>1 2015-01-04T10:56:44.105000+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:162) ~[HikariCP-java6-2.2.5.jar!/:na]
192 <190>1 2015-01-04T10:56:44.105002+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:113) ~[HikariCP-java6-2.2.5.jar!/:na]
198 <190>1 2015-01-04T10:56:44.105003+00:00 app web.1 - - at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:78) ~[HikariCP-java6-2.2.5.jar!/:na]
216 <190>1 2015-01-04T10:56:44.105005+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration.dataSource(HerokuDatabaseConfiguration.java:60) ~[classes!/:na]
255 <190>1 2015-01-04T10:56:44.105006+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2bba5bd9.CGLIB$dataSource$1(<generated>) ~[spring-core-4.1.3.RELEASE.jar!/:na]
277 <190>1 2015-01-04T10:56:44.105007+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2bba5bd9$$FastClassBySpringCGLIB$$ac08e9fc.invoke(<generated>) ~[spring-core-4.1.3.RELEASE.jar!/:na]
224 <190>1 2015-01-04T10:56:44.105011+00:00 app web.1 - - at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) ~[spring-core-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
284 <190>1 2015-01-04T10:56:44.105013+00:00 app web.1 - - at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.105014+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2bba5bd9.dataSource(<generated>) ~[spring-core-4.1.3.RELEASE.jar!/:na]
179 <190>1 2015-01-04T10:56:44.105015+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_20-'slim']
197 <190>1 2015-01-04T10:56:44.105017+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_20-'slim']
205 <190>1 2015-01-04T10:56:44.105018+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_20-'slim']
168 <190>1 2015-01-04T10:56:44.105019+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0_20-'slim']
267 <190>1 2015-01-04T10:56:44.105021+00:00 app web.1 - - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
124 <190>1 2015-01-04T10:56:44.105022+00:00 app web.1 - - ... 124 common frames omitted
141 <190>1 2015-01-04T10:56:44.105024+00:00 app web.1 - - Caused by: java.lang.NullPointerException: null
227 <190>1 2015-01-04T10:56:44.105025+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:410) ~[mysql-connector-java-5.1.34.jar!/:5.1.34]
227 <190>1 2015-01-04T10:56:44.105026+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:134) ~[mysql-connector-java-5.1.34.jar!/:5.1.34]
227 <190>1 2015-01-04T10:56:44.105028+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:105) ~[mysql-connector-java-5.1.34.jar!/:5.1.34]
199 <190>1 2015-01-04T10:56:44.105029+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:418) ~[HikariCP-java6-2.2.5.jar!/:na]
194 <190>1 2015-01-04T10:56:44.105030+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.fillPool(HikariPool.java:498) ~[HikariCP-java6-2.2.5.jar!/:na]
124 <190>1 2015-01-04T10:56:44.105032+00:00 app web.1 - - ... 138 common frames omitted
173 <190>1 2015-01-04T10:56:44.143476+00:00 app web.1 - - [ERROR] org.springframework.boot.SpringApplication - Application startup failed
315 <190>1 2015-01-04T10:56:44.143482+00:00 app web.1 - - org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
268 <190>1 2015-01-04T10:56:44.143485+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:124) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
257 <190>1 2015-01-04T10:56:44.143487+00:00 app web.1 - - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:474) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
266 <190>1 2015-01-04T10:56:44.143488+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:109) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
225 <190>1 2015-01-04T10:56:44.143490+00:00 app web.1 - - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
221 <190>1 2015-01-04T10:56:44.143491+00:00 app web.1 - - at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
170 <190>1 2015-01-04T10:56:44.143493+00:00 app web.1 - - at com.mycompany.myapp.Application.main(Application.java:56) [classes!/:na]
179 <190>1 2015-01-04T10:56:44.143494+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_20-'slim']
197 <190>1 2015-01-04T10:56:44.143496+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_20-'slim']
205 <190>1 2015-01-04T10:56:44.143497+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_20-'slim']
168 <190>1 2015-01-04T10:56:44.143499+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0_20-'slim']
209 <190>1 2015-01-04T10:56:44.143500+00:00 app web.1 - - at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:53) [jhiphero-0.0.1-SNAPSHOT.war:na]
156 <190>1 2015-01-04T10:56:44.143502+00:00 app web.1 - - at java.lang.Thread.run(Thread.java:745) [na:1.8.0_20-'slim']
213 <190>1 2015-01-04T10:56:44.143503+00:00 app web.1 - - Caused by: org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
277 <190>1 2015-01-04T10:56:44.143505+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.initialize(TomcatEmbeddedServletContainer.java:97) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
273 <190>1 2015-01-04T10:56:44.143510+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.<init>(TomcatEmbeddedServletContainer.java:74) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
315 <190>1 2015-01-04T10:56:44.143511+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getTomcatEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:374) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
309 <190>1 2015-01-04T10:56:44.143513+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:150) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
289 <190>1 2015-01-04T10:56:44.143515+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:148) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
268 <190>1 2015-01-04T10:56:44.143516+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:121) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
123 <190>1 2015-01-04T10:56:44.143517+00:00 app web.1 - - ... 11 common frames omitted
3384 <190>1 2015-01-04T10:56:44.143525+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
302 <190>1 2015-01-04T10:56:44.143526+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
283 <190>1 2015-01-04T10:56:44.143528+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.143529+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.143530+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.143535+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:56:44.143537+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:56:44.143538+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.143540+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:56:44.143541+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:371) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:56:44.143543+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
289 <190>1 2015-01-04T10:56:44.143544+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.143546+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.143547+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.143548+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:56:44.143550+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:56:44.143551+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.143567+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.143569+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:176) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
282 <190>1 2015-01-04T10:56:44.143570+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:141) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
282 <190>1 2015-01-04T10:56:44.143571+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:136) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
278 <190>1 2015-01-04T10:56:44.143573+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:119) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
266 <190>1 2015-01-04T10:56:44.143574+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:69) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
292 <190>1 2015-01-04T10:56:44.143576+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getServletContextInitializerBeans(EmbeddedWebApplicationContext.java:216) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
270 <190>1 2015-01-04T10:56:44.143577+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.onStartup(EmbeddedWebApplicationContext.java:202) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
305 <190>1 2015-01-04T10:56:44.143579+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener.lifecycleEvent(ServletContextInitializerLifecycleListener.java:64) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
226 <190>1 2015-01-04T10:56:44.143580+00:00 app web.1 - - at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
219 <190>1 2015-01-04T10:56:44.143582+00:00 app web.1 - - at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
220 <190>1 2015-01-04T10:56:44.143586+00:00 app web.1 - - at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5095) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
207 <190>1 2015-01-04T10:56:44.143588+00:00 app web.1 - - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
218 <190>1 2015-01-04T10:56:44.143590+00:00 app web.1 - - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1409) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
218 <190>1 2015-01-04T10:56:44.143591+00:00 app web.1 - - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1399) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
176 <190>1 2015-01-04T10:56:44.143593+00:00 app web.1 - - at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_20-'slim']
199 <190>1 2015-01-04T10:56:44.143622+00:00 app web.1 - - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_20-'slim']
199 <190>1 2015-01-04T10:56:44.143624+00:00 app web.1 - - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_20-'slim']
122 <190>1 2015-01-04T10:56:44.143626+00:00 app web.1 - - ... 1 common frames omitted
3140 <190>1 2015-01-04T10:56:44.143628+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
306 <190>1 2015-01-04T10:56:44.143629+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:646) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:56:44.143634+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
302 <190>1 2015-01-04T10:56:44.143636+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.143637+00:00 app web.1 - - ... 34 common frames omitted
2785 <190>1 2015-01-04T10:56:44.143642+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
269 <190>1 2015-01-04T10:56:44.143645+00:00 app web.1 - - at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:164) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:56:44.143646+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.evaluateBeanDefinitionString(AbstractBeanFactory.java:1354) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
273 <190>1 2015-01-04T10:56:44.143648+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:964) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:56:44.143649+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
306 <190>1 2015-01-04T10:56:44.143650+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:603) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.143652+00:00 app web.1 - - ... 36 common frames omitted
2679 <190>1 2015-01-04T10:56:44.143657+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
302 <190>1 2015-01-04T10:56:44.143658+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
283 <190>1 2015-01-04T10:56:44.143659+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.143661+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.143662+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.143663+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:56:44.143665+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
3140 <190>1 2015-01-04T10:56:44.162867+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
256 <190>1 2015-01-04T10:56:44.162932+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:646)
194 <190>1 2015-01-04T10:56:44.163018+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
252 <190>1 2015-01-04T10:56:44.163105+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
106 <190>1 2015-01-04T10:56:44.163617+00:00 app web.1 - - ... 34 more
249 <190>1 2015-01-04T10:56:44.143667+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.143668+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
268 <190>1 2015-01-04T10:56:44.143672+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:523) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
268 <190>1 2015-01-04T10:56:44.143674+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:512) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
347 <190>1 2015-01-04T10:56:44.143675+00:00 app web.1 - - at org.springframework.security.config.annotation.web.configuration.AutowiredWebSecurityConfigurersIgnoreParents.getWebSecurityConfigurers(AutowiredWebSecurityConfigurersIgnoreParents.java:52) ~[spring-security-config-3.2.5.RELEASE.jar!/:3.2.5.RELEASE]
179 <190>1 2015-01-04T10:56:44.143684+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_20-'slim']
197 <190>1 2015-01-04T10:56:44.143687+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_20-'slim']
205 <190>1 2015-01-04T10:56:44.143689+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_20-'slim']
168 <190>1 2015-01-04T10:56:44.143691+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0_20-'slim']
264 <190>1 2015-01-04T10:56:44.143693+00:00 app web.1 - - at org.springframework.expression.spel.support.ReflectiveMethodExecutor.execute(ReflectiveMethodExecutor.java:112) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.143695+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:129) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:56:44.143697+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference.access$000(MethodReference.java:49) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
258 <190>1 2015-01-04T10:56:44.143700+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:342) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
256 <190>1 2015-01-04T10:56:44.143702+00:00 app web.1 - - at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:88) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
237 <190>1 2015-01-04T10:56:44.143704+00:00 app web.1 - - at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:120) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
246 <190>1 2015-01-04T10:56:44.143706+00:00 app web.1 - - at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:242) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:56:44.143708+00:00 app web.1 - - at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:161) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.143710+00:00 app web.1 - - ... 40 common frames omitted
230 <190>1 2015-01-04T10:56:44.177521+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
201 <190>1 2015-01-04T10:56:44.177644+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
220 <190>1 2015-01-04T10:56:44.177721+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
199 <190>1 2015-01-04T10:56:44.177799+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
197 <190>1 2015-01-04T10:56:44.177861+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
227 <190>1 2015-01-04T10:56:44.177944+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127)
224 <190>1 2015-01-04T10:56:44.178026+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051)
221 <190>1 2015-01-04T10:56:44.178089+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
255 <190>1 2015-01-04T10:56:44.178198+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530)
106 <190>1 2015-01-04T10:56:44.178280+00:00 app web.1 - - ... 77 more
1580 <190>1 2015-01-04T10:56:44.178434+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
222 <190>1 2015-01-04T10:56:44.178518+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
229 <190>1 2015-01-04T10:56:44.178600+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
217 <190>1 2015-01-04T10:56:44.178662+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:637)
219 <190>1 2015-01-04T10:56:44.178744+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:447)
250 <190>1 2015-01-04T10:56:44.178827+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111)
239 <190>1 2015-01-04T10:56:44.178888+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006)
232 <190>1 2015-01-04T10:56:44.178956+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
230 <190>1 2015-01-04T10:56:44.179027+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
222 <190>1 2015-01-04T10:56:44.179088+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:299)
106 <190>1 2015-01-04T10:56:44.179167+00:00 app web.1 - - ... 90 more
1356 <190>1 2015-01-04T10:56:44.179263+00:00 app web.1 - - Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
2503 <190>1 2015-01-04T10:56:44.143719+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
305 <190>1 2015-01-04T10:56:44.143722+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:56:44.143724+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
302 <190>1 2015-01-04T10:56:44.143726+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.143727+00:00 app web.1 - - ... 62 common frames omitted
2258 <190>1 2015-01-04T10:56:44.143732+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
302 <190>1 2015-01-04T10:56:44.143733+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
283 <190>1 2015-01-04T10:56:44.143735+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.143736+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.143739+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.143740+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:56:44.143741+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:56:44.143743+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.143744+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
277 <190>1 2015-01-04T10:56:44.143745+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
274 <190>1 2015-01-04T10:56:44.143747+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:56:44.143751+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
305 <190>1 2015-01-04T10:56:44.143752+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.143754+00:00 app web.1 - - ... 64 common frames omitted
2085 <190>1 2015-01-04T10:56:44.143756+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
305 <190>1 2015-01-04T10:56:44.143758+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:56:44.143759+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
302 <190>1 2015-01-04T10:56:44.143760+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.143762+00:00 app web.1 - - ... 75 common frames omitted
1864 <190>1 2015-01-04T10:56:44.143767+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
272 <190>1 2015-01-04T10:56:44.143768+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:313) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
279 <190>1 2015-01-04T10:56:44.143769+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
290 <190>1 2015-01-04T10:56:44.143771+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1469) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
283 <190>1 2015-01-04T10:56:44.143772+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.143781+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.143783+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.143784+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:56:44.143786+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:56:44.143787+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.143788+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
277 <190>1 2015-01-04T10:56:44.143789+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
274 <190>1 2015-01-04T10:56:44.143791+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:56:44.143792+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
305 <190>1 2015-01-04T10:56:44.143797+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.143798+00:00 app web.1 - - ... 77 common frames omitted
1580 <190>1 2015-01-04T10:56:44.143800+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
272 <190>1 2015-01-04T10:56:44.143802+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
279 <190>1 2015-01-04T10:56:44.143803+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
267 <190>1 2015-01-04T10:56:44.143804+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:637) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:56:44.143806+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:447) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:56:44.143807+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
289 <190>1 2015-01-04T10:56:44.143809+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.143810+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.143811+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
272 <190>1 2015-01-04T10:56:44.143812+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:299) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.143814+00:00 app web.1 - - ... 90 common frames omitted
1356 <190>1 2015-01-04T10:56:44.143819+00:00 app web.1 - - Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
259 <190>1 2015-01-04T10:56:44.143820+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:752) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:56:44.143822+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:56:44.143824+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
289 <190>1 2015-01-04T10:56:44.143826+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.143828+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.143829+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.143831+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:56:44.143835+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:56:44.143837+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.143839+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:56:44.143841+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.143843+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
272 <190>1 2015-01-04T10:56:44.143858+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:56:44.143860+00:00 app web.1 - - ... 98 common frames omitted
595 <190>1 2015-01-04T10:56:44.143862+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
269 <190>1 2015-01-04T10:56:44.143868+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:602) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:56:44.143869+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
289 <190>1 2015-01-04T10:56:44.143871+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:56:44.143872+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:56:44.143873+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:56:44.143875+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:56:44.143876+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:56:44.143877+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.143879+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
277 <190>1 2015-01-04T10:56:44.143880+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
274 <190>1 2015-01-04T10:56:44.143881+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:56:44.143883+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
264 <190>1 2015-01-04T10:56:44.143884+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:816) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
259 <190>1 2015-01-04T10:56:44.143885+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:744) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
124 <190>1 2015-01-04T10:56:44.143887+00:00 app web.1 - - ... 110 common frames omitted
334 <190>1 2015-01-04T10:56:44.143888+00:00 app web.1 - - Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
267 <190>1 2015-01-04T10:56:44.143890+00:00 app web.1 - - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:56:44.143892+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:591) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
124 <190>1 2015-01-04T10:56:44.143894+00:00 app web.1 - - ... 123 common frames omitted
169 <190>1 2015-01-04T10:56:44.143896+00:00 app web.1 - - Caused by: java.lang.RuntimeException: Fail-fast during pool initialization
194 <190>1 2015-01-04T10:56:44.143897+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.fillPool(HikariPool.java:499) ~[HikariCP-java6-2.2.5.jar!/:na]
192 <190>1 2015-01-04T10:56:44.143899+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:162) ~[HikariCP-java6-2.2.5.jar!/:na]
192 <190>1 2015-01-04T10:56:44.143900+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:113) ~[HikariCP-java6-2.2.5.jar!/:na]
198 <190>1 2015-01-04T10:56:44.143901+00:00 app web.1 - - at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:78) ~[HikariCP-java6-2.2.5.jar!/:na]
216 <190>1 2015-01-04T10:56:44.143903+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration.dataSource(HerokuDatabaseConfiguration.java:60) ~[classes!/:na]
255 <190>1 2015-01-04T10:56:44.143904+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2bba5bd9.CGLIB$dataSource$1(<generated>) ~[spring-core-4.1.3.RELEASE.jar!/:na]
277 <190>1 2015-01-04T10:56:44.143905+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2bba5bd9$$FastClassBySpringCGLIB$$ac08e9fc.invoke(<generated>) ~[spring-core-4.1.3.RELEASE.jar!/:na]
224 <190>1 2015-01-04T10:56:44.143909+00:00 app web.1 - - at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) ~[spring-core-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
284 <190>1 2015-01-04T10:56:44.143911+00:00 app web.1 - - at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:56:44.143912+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2bba5bd9.dataSource(<generated>) ~[spring-core-4.1.3.RELEASE.jar!/:na]
179 <190>1 2015-01-04T10:56:44.143914+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_20-'slim']
197 <190>1 2015-01-04T10:56:44.143915+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_20-'slim']
205 <190>1 2015-01-04T10:56:44.143916+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_20-'slim']
168 <190>1 2015-01-04T10:56:44.143918+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0_20-'slim']
267 <190>1 2015-01-04T10:56:44.143919+00:00 app web.1 - - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
124 <190>1 2015-01-04T10:56:44.143920+00:00 app web.1 - - ... 124 common frames omitted
141 <190>1 2015-01-04T10:56:44.143922+00:00 app web.1 - - Caused by: java.lang.NullPointerException: null
227 <190>1 2015-01-04T10:56:44.143923+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:410) ~[mysql-connector-java-5.1.34.jar!/:5.1.34]
227 <190>1 2015-01-04T10:56:44.143925+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:134) ~[mysql-connector-java-5.1.34.jar!/:5.1.34]
227 <190>1 2015-01-04T10:56:44.143926+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:105) ~[mysql-connector-java-5.1.34.jar!/:5.1.34]
199 <190>1 2015-01-04T10:56:44.143928+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:418) ~[HikariCP-java6-2.2.5.jar!/:na]
194 <190>1 2015-01-04T10:56:44.143929+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.fillPool(HikariPool.java:498) ~[HikariCP-java6-2.2.5.jar!/:na]
124 <190>1 2015-01-04T10:56:44.143930+00:00 app web.1 - - ... 138 common frames omitted
137 <190>1 2015-01-04T10:56:44.152448+00:00 app web.1 - - java.lang.reflect.InvocationTargetException
157 <190>1 2015-01-04T10:56:44.152623+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
175 <190>1 2015-01-04T10:56:44.152741+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
183 <190>1 2015-01-04T10:56:44.152826+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
146 <190>1 2015-01-04T10:56:44.152915+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483)
176 <190>1 2015-01-04T10:56:44.153008+00:00 app web.1 - - at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:53)
135 <190>1 2015-01-04T10:56:44.153114+00:00 app web.1 - - at java.lang.Thread.run(Thread.java:745)
326 <190>1 2015-01-04T10:56:44.153384+00:00 app web.1 - - Caused by: org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
219 <190>1 2015-01-04T10:56:44.153482+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:124)
205 <190>1 2015-01-04T10:56:44.153569+00:00 app web.1 - - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:474)
217 <190>1 2015-01-04T10:56:44.153667+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:109)
176 <190>1 2015-01-04T10:56:44.153737+00:00 app web.1 - - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691)
172 <190>1 2015-01-04T10:56:44.153827+00:00 app web.1 - - at org.springframework.boot.SpringApplication.run(SpringApplication.java:321)
155 <190>1 2015-01-04T10:56:44.153918+00:00 app web.1 - - at com.mycompany.myapp.Application.main(Application.java:56)
105 <190>1 2015-01-04T10:56:44.154003+00:00 app web.1 - - ... 6 more
213 <190>1 2015-01-04T10:56:44.154278+00:00 app web.1 - - Caused by: org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
228 <190>1 2015-01-04T10:56:44.154370+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.initialize(TomcatEmbeddedServletContainer.java:97)
224 <190>1 2015-01-04T10:56:44.154878+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.<init>(TomcatEmbeddedServletContainer.java:74)
266 <190>1 2015-01-04T10:56:44.154969+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getTomcatEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:374)
260 <190>1 2015-01-04T10:56:44.155067+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:150)
240 <190>1 2015-01-04T10:56:44.155159+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:148)
219 <190>1 2015-01-04T10:56:44.155244+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:121)
106 <190>1 2015-01-04T10:56:44.155310+00:00 app web.1 - - ... 11 more
3384 <190>1 2015-01-04T10:56:44.155783+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
252 <190>1 2015-01-04T10:56:44.155879+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
233 <190>1 2015-01-04T10:56:44.155959+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202)
232 <190>1 2015-01-04T10:56:44.156434+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
230 <190>1 2015-01-04T10:56:44.156527+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
201 <190>1 2015-01-04T10:56:44.156626+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
220 <190>1 2015-01-04T10:56:44.156723+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
199 <190>1 2015-01-04T10:56:44.156815+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
197 <190>1 2015-01-04T10:56:44.156891+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
219 <190>1 2015-01-04T10:56:44.156978+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:371)
250 <190>1 2015-01-04T10:56:44.157071+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111)
239 <190>1 2015-01-04T10:56:44.157166+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006)
232 <190>1 2015-01-04T10:56:44.157277+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
230 <190>1 2015-01-04T10:56:44.157349+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
201 <190>1 2015-01-04T10:56:44.157435+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
220 <190>1 2015-01-04T10:56:44.157520+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
199 <190>1 2015-01-04T10:56:44.157597+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
197 <190>1 2015-01-04T10:56:44.157679+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
233 <190>1 2015-01-04T10:56:44.157772+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:176)
233 <190>1 2015-01-04T10:56:44.157865+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:141)
233 <190>1 2015-01-04T10:56:44.157945+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:136)
229 <190>1 2015-01-04T10:56:44.158029+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:119)
217 <190>1 2015-01-04T10:56:44.158124+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:69)
243 <190>1 2015-01-04T10:56:44.158218+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getServletContextInitializerBeans(EmbeddedWebApplicationContext.java:216)
221 <190>1 2015-01-04T10:56:44.158306+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.onStartup(EmbeddedWebApplicationContext.java:202)
256 <190>1 2015-01-04T10:56:44.158413+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener.lifecycleEvent(ServletContextInitializerLifecycleListener.java:64)
185 <190>1 2015-01-04T10:56:44.158855+00:00 app web.1 - - at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
178 <190>1 2015-01-04T10:56:44.158936+00:00 app web.1 - - at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
179 <190>1 2015-01-04T10:56:44.159370+00:00 app web.1 - - at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5095)
209 <190>1 2015-01-04T10:56:44.179339+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:752)
219 <190>1 2015-01-04T10:56:44.179403+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467)
250 <190>1 2015-01-04T10:56:44.179464+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111)
239 <190>1 2015-01-04T10:56:44.179526+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006)
232 <190>1 2015-01-04T10:56:44.179587+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
230 <190>1 2015-01-04T10:56:44.179648+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
201 <190>1 2015-01-04T10:56:44.179723+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
220 <190>1 2015-01-04T10:56:44.179787+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
199 <190>1 2015-01-04T10:56:44.179848+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
197 <190>1 2015-01-04T10:56:44.179909+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
199 <190>1 2015-01-04T10:56:44.179971+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
197 <190>1 2015-01-04T10:56:44.180031+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
222 <190>1 2015-01-04T10:56:44.180092+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
106 <190>1 2015-01-04T10:56:44.180151+00:00 app web.1 - - ... 98 more
595 <190>1 2015-01-04T10:56:44.180257+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
219 <190>1 2015-01-04T10:56:44.180326+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:602)
250 <190>1 2015-01-04T10:56:44.180388+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111)
239 <190>1 2015-01-04T10:56:44.180472+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006)
232 <190>1 2015-01-04T10:56:44.180552+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
230 <190>1 2015-01-04T10:56:44.180615+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
201 <190>1 2015-01-04T10:56:44.180680+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
220 <190>1 2015-01-04T10:56:44.180742+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
199 <190>1 2015-01-04T10:56:44.180833+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
197 <190>1 2015-01-04T10:56:44.180898+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
227 <190>1 2015-01-04T10:56:44.180960+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127)
224 <190>1 2015-01-04T10:56:44.181021+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051)
221 <190>1 2015-01-04T10:56:44.181097+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
214 <190>1 2015-01-04T10:56:44.181187+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:816)
209 <190>1 2015-01-04T10:56:44.181263+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:744)
107 <190>1 2015-01-04T10:56:44.181345+00:00 app web.1 - - ... 110 more
334 <190>1 2015-01-04T10:56:44.181425+00:00 app web.1 - - Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
217 <190>1 2015-01-04T10:56:44.181515+00:00 app web.1 - - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
219 <190>1 2015-01-04T10:56:44.181580+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:591)
107 <190>1 2015-01-04T10:56:44.181644+00:00 app web.1 - - ... 123 more
169 <190>1 2015-01-04T10:56:44.181724+00:00 app web.1 - - Caused by: java.lang.RuntimeException: Fail-fast during pool initialization
161 <190>1 2015-01-04T10:56:44.181803+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.fillPool(HikariPool.java:499)
159 <190>1 2015-01-04T10:56:44.181865+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:162)
159 <190>1 2015-01-04T10:56:44.181931+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:113)
165 <190>1 2015-01-04T10:56:44.181996+00:00 app web.1 - - at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:78)
200 <190>1 2015-01-04T10:56:44.182068+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration.dataSource(HerokuDatabaseConfiguration.java:60)
2785 <190>1 2015-01-04T10:56:44.163807+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
217 <190>1 2015-01-04T10:56:44.163909+00:00 app web.1 - - at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:164)
219 <190>1 2015-01-04T10:56:44.163972+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.evaluateBeanDefinitionString(AbstractBeanFactory.java:1354)
223 <190>1 2015-01-04T10:56:44.164493+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:964)
221 <190>1 2015-01-04T10:56:44.164582+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
256 <190>1 2015-01-04T10:56:44.171309+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:603)
106 <190>1 2015-01-04T10:56:44.171436+00:00 app web.1 - - ... 36 more
2679 <190>1 2015-01-04T10:56:44.171653+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
252 <190>1 2015-01-04T10:56:44.171727+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
233 <190>1 2015-01-04T10:56:44.172143+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202)
232 <190>1 2015-01-04T10:56:44.172219+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
230 <190>1 2015-01-04T10:56:44.172326+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
201 <190>1 2015-01-04T10:56:44.172414+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
220 <190>1 2015-01-04T10:56:44.172919+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
199 <190>1 2015-01-04T10:56:44.173007+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
197 <190>1 2015-01-04T10:56:44.173093+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
218 <190>1 2015-01-04T10:56:44.173169+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:523)
218 <190>1 2015-01-04T10:56:44.173233+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:512)
287 <190>1 2015-01-04T10:56:44.173315+00:00 app web.1 - - at org.springframework.security.config.annotation.web.configuration.AutowiredWebSecurityConfigurersIgnoreParents.getWebSecurityConfigurers(AutowiredWebSecurityConfigurersIgnoreParents.java:52)
157 <190>1 2015-01-04T10:56:44.173377+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
175 <190>1 2015-01-04T10:56:44.173461+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
183 <190>1 2015-01-04T10:56:44.173544+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
146 <190>1 2015-01-04T10:56:44.173610+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483)
209 <190>1 2015-01-04T10:56:44.173693+00:00 app web.1 - - at org.springframework.expression.spel.support.ReflectiveMethodExecutor.execute(ReflectiveMethodExecutor.java:112)
196 <190>1 2015-01-04T10:56:44.173779+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:129)
189 <190>1 2015-01-04T10:56:44.173842+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference.access$000(MethodReference.java:49)
203 <190>1 2015-01-04T10:56:44.173945+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:342)
201 <190>1 2015-01-04T10:56:44.174036+00:00 app web.1 - - at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:88)
182 <190>1 2015-01-04T10:56:44.174105+00:00 app web.1 - - at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:120)
191 <190>1 2015-01-04T10:56:44.174176+00:00 app web.1 - - at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:242)
217 <190>1 2015-01-04T10:56:44.174300+00:00 app web.1 - - at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:161)
106 <190>1 2015-01-04T10:56:44.174418+00:00 app web.1 - - ... 40 more
2503 <190>1 2015-01-04T10:56:44.174666+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
255 <190>1 2015-01-04T10:56:44.174761+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558)
194 <190>1 2015-01-04T10:56:44.174862+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
252 <190>1 2015-01-04T10:56:44.174926+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
106 <190>1 2015-01-04T10:56:44.175023+00:00 app web.1 - - ... 62 more
2258 <190>1 2015-01-04T10:56:44.175207+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#259c6f37' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#259c6f37': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
217 <190>1 2015-01-04T10:56:44.182170+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2bba5bd9.CGLIB$dataSource$1(<generated>)
239 <190>1 2015-01-04T10:56:44.182231+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2bba5bd9$$FastClassBySpringCGLIB$$ac08e9fc.invoke(<generated>)
175 <190>1 2015-01-04T10:56:44.182297+00:00 app web.1 - - at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
232 <190>1 2015-01-04T10:56:44.182365+00:00 app web.1 - - at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309)
209 <190>1 2015-01-04T10:56:44.182430+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2bba5bd9.dataSource(<generated>)
157 <190>1 2015-01-04T10:56:44.182491+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
175 <190>1 2015-01-04T10:56:44.182552+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
183 <190>1 2015-01-04T10:56:44.182613+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
146 <190>1 2015-01-04T10:56:44.182674+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483)
217 <190>1 2015-01-04T10:56:44.182735+00:00 app web.1 - - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
107 <190>1 2015-01-04T10:56:44.182795+00:00 app web.1 - - ... 124 more
135 <190>1 2015-01-04T10:56:44.182876+00:00 app web.1 - - Caused by: java.lang.NullPointerException
183 <190>1 2015-01-04T10:56:44.182938+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:410)
183 <190>1 2015-01-04T10:56:44.183002+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:134)
183 <190>1 2015-01-04T10:56:44.183063+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:105)
166 <190>1 2015-01-04T10:56:44.183124+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:418)
161 <190>1 2015-01-04T10:56:44.183185+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.fillPool(HikariPool.java:498)
107 <190>1 2015-01-04T10:56:44.183245+00:00 app web.1 - - ... 138 more
124 <45>1 2015-01-04T10:56:48.238570+00:00 heroku web.1 - - Process exited with status 1
134 <45>1 2015-01-04T10:56:48.245585+00:00 heroku web.1 - - State changed from starting to crashed
134 <45>1 2015-01-04T10:56:48.246233+00:00 heroku web.1 - - State changed from crashed to starting
388 <45>1 2015-01-04T10:56:56.623993+00:00 heroku web.1 - - Starting process with command `java -Xmx384m -Xss512k -XX:+UseCompressedOops -jar target/*.war --spring.profiles.active=prod --server.port=18062 --spring.datasource.heroku-url=postgres://afdhxcqcaxisob:UO7xGzKd3r5L7tsY-vahoNydxh@ec2-54-235-127-33.compute-1.amazonaws.com:5432/d8kto2hbib5741`
171 <190>1 2015-01-04T10:56:57.091531+00:00 app web.1 - - Picked up JAVA_TOOL_OPTIONS: -Xmx384m -Djava.rmi.server.useCodebaseOnly=true
234 <190>1 2015-01-04T10:56:58.993581+00:00 app web.1 - - [INFO] com.mycompany.myapp.Application - Starting Application on 778e4058-0dd5-4f5e-9777-4c0ac9dedf78 with PID 2 (started by u42397 in /app)
198 <190>1 2015-01-04T10:56:58.993668+00:00 app web.1 - - [DEBUG] com.mycompany.myapp.Application - Running with Spring Boot v1.2.0.RELEASE, Spring v4.1.3.RELEASE
264 <190>1 2015-01-04T10:56:59.942225+00:00 app web.1 - - [WARN] org.springframework.core.io.support.PathMatchingResourcePatternResolver - Skipping [/app/target/jhiphero-0.0.1-SNAPSHOT.war] because it does not denote a directory
177 <190>1 2015-01-04T10:57:02.310885+00:00 app web.1 - - [DEBUG] org.jboss.logging - Logging Provider: org.jboss.logging.Slf4jLoggerProvider
178 <190>1 2015-01-04T10:57:02.521727+00:00 app web.1 - - [DEBUG] com.mycompany.myapp.config.AsyncConfiguration - Creating Async Task Executor
174 <190>1 2015-01-04T10:57:03.552419+00:00 app web.1 - - [DEBUG] com.mycompany.myapp.config.MetricsConfiguration - Registering JVM gauges
185 <190>1 2015-01-04T10:57:03.882218+00:00 app web.1 - - [INFO] com.mycompany.myapp.config.MetricsConfiguration - Initializing Metrics JMX reporting
219 <190>1 2015-01-04T10:57:08.676575+00:00 app web.1 - - [INFO] com.mycompany.myapp.config.HerokuDatabaseConfiguration - Using Heroku, parsing their $DATABASE_URL to use it with JDBC
188 <190>1 2015-01-04T10:57:08.676244+00:00 app web.1 - - [DEBUG] com.mycompany.myapp.config.HerokuDatabaseConfiguration - Configuring Heroku Datasource
271 <190>1 2015-01-04T10:57:09.248097+00:00 app web.1 - - [WARN] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt
315 <190>1 2015-01-04T10:57:09.248104+00:00 app web.1 - - org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
267 <190>1 2015-01-04T10:57:09.248106+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:124) [spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
257 <190>1 2015-01-04T10:57:09.248108+00:00 app web.1 - - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:474) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
265 <190>1 2015-01-04T10:57:09.248110+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:109) [spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
224 <190>1 2015-01-04T10:57:09.248112+00:00 app web.1 - - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691) [spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
220 <190>1 2015-01-04T10:57:09.248114+00:00 app web.1 - - at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) [spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
170 <190>1 2015-01-04T10:57:09.248116+00:00 app web.1 - - at com.mycompany.myapp.Application.main(Application.java:56) [classes!/:na]
179 <190>1 2015-01-04T10:57:09.248117+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_20-'slim']
197 <190>1 2015-01-04T10:57:09.248119+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_20-'slim']
205 <190>1 2015-01-04T10:57:09.248121+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_20-'slim']
168 <190>1 2015-01-04T10:57:09.248122+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0_20-'slim']
209 <190>1 2015-01-04T10:57:09.248124+00:00 app web.1 - - at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:53) [jhiphero-0.0.1-SNAPSHOT.war:na]
156 <190>1 2015-01-04T10:57:09.248126+00:00 app web.1 - - at java.lang.Thread.run(Thread.java:745) [na:1.8.0_20-'slim']
213 <190>1 2015-01-04T10:57:09.248127+00:00 app web.1 - - Caused by: org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
277 <190>1 2015-01-04T10:57:09.248129+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.initialize(TomcatEmbeddedServletContainer.java:97) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
273 <190>1 2015-01-04T10:57:09.248132+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.<init>(TomcatEmbeddedServletContainer.java:74) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
315 <190>1 2015-01-04T10:57:09.248133+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getTomcatEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:374) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
309 <190>1 2015-01-04T10:57:09.248135+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:150) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
288 <190>1 2015-01-04T10:57:09.248136+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:148) [spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
267 <190>1 2015-01-04T10:57:09.248138+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:121) [spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
123 <190>1 2015-01-04T10:57:09.248139+00:00 app web.1 - - ... 11 common frames omitted
3384 <190>1 2015-01-04T10:57:09.248148+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
302 <190>1 2015-01-04T10:57:09.248149+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
283 <190>1 2015-01-04T10:57:09.248151+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.248152+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.248154+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.248160+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:57:09.248161+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.248163+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.248164+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:57:09.248166+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:371) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:57:09.248167+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
289 <190>1 2015-01-04T10:57:09.248169+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.176530+00:00 app web.1 - - [ERROR] org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener - Error starting Tomcat context: org.springframework.beans.factory.BeanCreationException
166 <190>1 2015-01-04T10:57:09.269884+00:00 app web.1 - - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
177 <190>1 2015-01-04T10:57:09.269978+00:00 app web.1 - - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1409)
177 <190>1 2015-01-04T10:57:09.270050+00:00 app web.1 - - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1399)
154 <190>1 2015-01-04T10:57:09.270124+00:00 app web.1 - - at java.util.concurrent.FutureTask.run(FutureTask.java:266)
177 <190>1 2015-01-04T10:57:09.270208+00:00 app web.1 - - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
177 <190>1 2015-01-04T10:57:09.270609+00:00 app web.1 - - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
105 <190>1 2015-01-04T10:57:09.270687+00:00 app web.1 - - ... 1 more
252 <190>1 2015-01-04T10:57:09.282602+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
233 <190>1 2015-01-04T10:57:09.282640+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202)
232 <190>1 2015-01-04T10:57:09.282727+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
230 <190>1 2015-01-04T10:57:09.282764+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
201 <190>1 2015-01-04T10:57:09.282804+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
220 <190>1 2015-01-04T10:57:09.283091+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
199 <190>1 2015-01-04T10:57:09.283127+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
197 <190>1 2015-01-04T10:57:09.285766+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
227 <190>1 2015-01-04T10:57:09.285846+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127)
224 <190>1 2015-01-04T10:57:09.285896+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051)
221 <190>1 2015-01-04T10:57:09.286347+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
255 <190>1 2015-01-04T10:57:09.286374+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530)
106 <190>1 2015-01-04T10:57:09.286404+00:00 app web.1 - - ... 64 more
282 <190>1 2015-01-04T10:57:09.248170+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.248172+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.248173+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:57:09.248175+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.248178+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.248179+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.248181+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:176) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
282 <190>1 2015-01-04T10:57:09.248183+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:141) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
282 <190>1 2015-01-04T10:57:09.248184+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:136) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
278 <190>1 2015-01-04T10:57:09.248186+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:119) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
266 <190>1 2015-01-04T10:57:09.248188+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:69) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
291 <190>1 2015-01-04T10:57:09.248190+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getServletContextInitializerBeans(EmbeddedWebApplicationContext.java:216) [spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
270 <190>1 2015-01-04T10:57:09.248192+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.onStartup(EmbeddedWebApplicationContext.java:202) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
305 <190>1 2015-01-04T10:57:09.248193+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener.lifecycleEvent(ServletContextInitializerLifecycleListener.java:64) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
226 <190>1 2015-01-04T10:57:09.248199+00:00 app web.1 - - at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
219 <190>1 2015-01-04T10:57:09.248201+00:00 app web.1 - - at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
220 <190>1 2015-01-04T10:57:09.248206+00:00 app web.1 - - at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5095) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
207 <190>1 2015-01-04T10:57:09.248207+00:00 app web.1 - - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
218 <190>1 2015-01-04T10:57:09.248209+00:00 app web.1 - - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1409) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
218 <190>1 2015-01-04T10:57:09.248210+00:00 app web.1 - - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1399) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
176 <190>1 2015-01-04T10:57:09.248212+00:00 app web.1 - - at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_20-'slim']
199 <190>1 2015-01-04T10:57:09.248213+00:00 app web.1 - - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_20-'slim']
199 <190>1 2015-01-04T10:57:09.248215+00:00 app web.1 - - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_20-'slim']
122 <190>1 2015-01-04T10:57:09.248217+00:00 app web.1 - - ... 1 common frames omitted
3140 <190>1 2015-01-04T10:57:09.248222+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
306 <190>1 2015-01-04T10:57:09.248224+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:646) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:57:09.248228+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
302 <190>1 2015-01-04T10:57:09.248230+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.248232+00:00 app web.1 - - ... 34 common frames omitted
2785 <190>1 2015-01-04T10:57:09.248233+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
269 <190>1 2015-01-04T10:57:09.248236+00:00 app web.1 - - at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:164) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:57:09.248237+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.evaluateBeanDefinitionString(AbstractBeanFactory.java:1354) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
273 <190>1 2015-01-04T10:57:09.248239+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:964) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:57:09.248241+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
306 <190>1 2015-01-04T10:57:09.248242+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:603) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.248244+00:00 app web.1 - - ... 36 common frames omitted
2679 <190>1 2015-01-04T10:57:09.248248+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
302 <190>1 2015-01-04T10:57:09.248250+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
3140 <190>1 2015-01-04T10:57:09.270995+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
256 <190>1 2015-01-04T10:57:09.271071+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:646)
194 <190>1 2015-01-04T10:57:09.271159+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
252 <190>1 2015-01-04T10:57:09.271247+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
106 <190>1 2015-01-04T10:57:09.271797+00:00 app web.1 - - ... 34 more
2085 <190>1 2015-01-04T10:57:09.286512+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
255 <190>1 2015-01-04T10:57:09.290380+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558)
194 <190>1 2015-01-04T10:57:09.290386+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
252 <190>1 2015-01-04T10:57:09.290389+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
106 <190>1 2015-01-04T10:57:09.290391+00:00 app web.1 - - ... 75 more
1864 <190>1 2015-01-04T10:57:09.290396+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
222 <190>1 2015-01-04T10:57:09.290398+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:313)
229 <190>1 2015-01-04T10:57:09.290400+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129)
240 <190>1 2015-01-04T10:57:09.290405+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1469)
233 <190>1 2015-01-04T10:57:09.290407+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
232 <190>1 2015-01-04T10:57:09.290409+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
230 <190>1 2015-01-04T10:57:09.290411+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
201 <190>1 2015-01-04T10:57:09.290413+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
220 <190>1 2015-01-04T10:57:09.290414+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
199 <190>1 2015-01-04T10:57:09.290416+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
197 <190>1 2015-01-04T10:57:09.290417+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
227 <190>1 2015-01-04T10:57:09.290418+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127)
224 <190>1 2015-01-04T10:57:09.290420+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051)
221 <190>1 2015-01-04T10:57:09.290421+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
255 <190>1 2015-01-04T10:57:09.290423+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530)
106 <190>1 2015-01-04T10:57:09.290424+00:00 app web.1 - - ... 77 more
283 <190>1 2015-01-04T10:57:09.248252+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.248269+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.248271+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.248273+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:57:09.248275+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.248276+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.248278+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
268 <190>1 2015-01-04T10:57:09.248283+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:523) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
268 <190>1 2015-01-04T10:57:09.248284+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:512) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
347 <190>1 2015-01-04T10:57:09.248286+00:00 app web.1 - - at org.springframework.security.config.annotation.web.configuration.AutowiredWebSecurityConfigurersIgnoreParents.getWebSecurityConfigurers(AutowiredWebSecurityConfigurersIgnoreParents.java:52) ~[spring-security-config-3.2.5.RELEASE.jar!/:3.2.5.RELEASE]
179 <190>1 2015-01-04T10:57:09.248288+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_20-'slim']
197 <190>1 2015-01-04T10:57:09.248289+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_20-'slim']
205 <190>1 2015-01-04T10:57:09.248291+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_20-'slim']
168 <190>1 2015-01-04T10:57:09.248292+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0_20-'slim']
264 <190>1 2015-01-04T10:57:09.248294+00:00 app web.1 - - at org.springframework.expression.spel.support.ReflectiveMethodExecutor.execute(ReflectiveMethodExecutor.java:112) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.248296+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:129) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:57:09.248297+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference.access$000(MethodReference.java:49) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
258 <190>1 2015-01-04T10:57:09.248299+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:342) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
256 <190>1 2015-01-04T10:57:09.248300+00:00 app web.1 - - at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:88) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
237 <190>1 2015-01-04T10:57:09.248302+00:00 app web.1 - - at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:120) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
246 <190>1 2015-01-04T10:57:09.248303+00:00 app web.1 - - at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:242) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:57:09.248305+00:00 app web.1 - - at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:161) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.248306+00:00 app web.1 - - ... 40 common frames omitted
2503 <190>1 2015-01-04T10:57:09.248311+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
305 <190>1 2015-01-04T10:57:09.248313+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:57:09.248314+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
302 <190>1 2015-01-04T10:57:09.248316+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.248318+00:00 app web.1 - - ... 62 common frames omitted
2258 <190>1 2015-01-04T10:57:09.248322+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
302 <190>1 2015-01-04T10:57:09.248324+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
283 <190>1 2015-01-04T10:57:09.248326+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.248327+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.248329+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.248330+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:57:09.248332+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.248333+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.248335+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
277 <190>1 2015-01-04T10:57:09.248336+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
274 <190>1 2015-01-04T10:57:09.248338+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:57:09.248342+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
305 <190>1 2015-01-04T10:57:09.248344+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.248346+00:00 app web.1 - - ... 64 common frames omitted
2085 <190>1 2015-01-04T10:57:09.248348+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
305 <190>1 2015-01-04T10:57:09.248350+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:57:09.248351+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
302 <190>1 2015-01-04T10:57:09.248353+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.248354+00:00 app web.1 - - ... 75 common frames omitted
1864 <190>1 2015-01-04T10:57:09.248359+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
272 <190>1 2015-01-04T10:57:09.248361+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:313) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
279 <190>1 2015-01-04T10:57:09.248371+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
290 <190>1 2015-01-04T10:57:09.248373+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1469) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
283 <190>1 2015-01-04T10:57:09.248374+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.248376+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.248377+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.248379+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:57:09.248381+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.248382+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.248384+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
277 <190>1 2015-01-04T10:57:09.248387+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
274 <190>1 2015-01-04T10:57:09.248388+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:57:09.248390+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
305 <190>1 2015-01-04T10:57:09.248395+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.248396+00:00 app web.1 - - ... 77 common frames omitted
1580 <190>1 2015-01-04T10:57:09.248399+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
272 <190>1 2015-01-04T10:57:09.248400+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
279 <190>1 2015-01-04T10:57:09.248401+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
267 <190>1 2015-01-04T10:57:09.248403+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:637) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:57:09.248404+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:447) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:57:09.248406+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
289 <190>1 2015-01-04T10:57:09.248407+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.248408+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.248410+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
272 <190>1 2015-01-04T10:57:09.248411+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:299) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.248412+00:00 app web.1 - - ... 90 common frames omitted
1356 <190>1 2015-01-04T10:57:09.248417+00:00 app web.1 - - Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
259 <190>1 2015-01-04T10:57:09.248419+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:752) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:57:09.248421+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:57:09.248422+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
289 <190>1 2015-01-04T10:57:09.248425+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.248426+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.248428+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.248429+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:57:09.248430+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.248432+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.248434+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.248436+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.248446+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
272 <190>1 2015-01-04T10:57:09.248447+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.248448+00:00 app web.1 - - ... 98 common frames omitted
1580 <190>1 2015-01-04T10:57:09.290432+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
222 <190>1 2015-01-04T10:57:09.290433+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
229 <190>1 2015-01-04T10:57:09.290435+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
217 <190>1 2015-01-04T10:57:09.290437+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:637)
219 <190>1 2015-01-04T10:57:09.290438+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:447)
250 <190>1 2015-01-04T10:57:09.290439+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111)
239 <190>1 2015-01-04T10:57:09.290441+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006)
232 <190>1 2015-01-04T10:57:09.290442+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
230 <190>1 2015-01-04T10:57:09.290445+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
222 <190>1 2015-01-04T10:57:09.290447+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:299)
106 <190>1 2015-01-04T10:57:09.290449+00:00 app web.1 - - ... 90 more
1356 <190>1 2015-01-04T10:57:09.290451+00:00 app web.1 - - Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
209 <190>1 2015-01-04T10:57:09.290458+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:752)
219 <190>1 2015-01-04T10:57:09.290459+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467)
250 <190>1 2015-01-04T10:57:09.290461+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111)
239 <190>1 2015-01-04T10:57:09.290473+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006)
232 <190>1 2015-01-04T10:57:09.290478+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
230 <190>1 2015-01-04T10:57:09.290480+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
201 <190>1 2015-01-04T10:57:09.290481+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
220 <190>1 2015-01-04T10:57:09.290483+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
199 <190>1 2015-01-04T10:57:09.290484+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
197 <190>1 2015-01-04T10:57:09.290486+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
199 <190>1 2015-01-04T10:57:09.290487+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
197 <190>1 2015-01-04T10:57:09.290488+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
222 <190>1 2015-01-04T10:57:09.290490+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
106 <190>1 2015-01-04T10:57:09.290491+00:00 app web.1 - - ... 98 more
595 <190>1 2015-01-04T10:57:09.290493+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
219 <190>1 2015-01-04T10:57:09.290495+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:602)
250 <190>1 2015-01-04T10:57:09.290496+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111)
239 <190>1 2015-01-04T10:57:09.290498+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006)
232 <190>1 2015-01-04T10:57:09.290499+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
230 <190>1 2015-01-04T10:57:09.290500+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
201 <190>1 2015-01-04T10:57:09.290505+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
220 <190>1 2015-01-04T10:57:09.290509+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
199 <190>1 2015-01-04T10:57:09.290510+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
197 <190>1 2015-01-04T10:57:09.290512+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
227 <190>1 2015-01-04T10:57:09.290513+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127)
224 <190>1 2015-01-04T10:57:09.290514+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051)
221 <190>1 2015-01-04T10:57:09.290517+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
214 <190>1 2015-01-04T10:57:09.290541+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:816)
209 <190>1 2015-01-04T10:57:09.290543+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:744)
107 <190>1 2015-01-04T10:57:09.290545+00:00 app web.1 - - ... 110 more
334 <190>1 2015-01-04T10:57:09.290596+00:00 app web.1 - - Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
595 <190>1 2015-01-04T10:57:09.248450+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
269 <190>1 2015-01-04T10:57:09.248455+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:602) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:57:09.248456+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
289 <190>1 2015-01-04T10:57:09.248458+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.248459+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.248460+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.248462+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:57:09.248463+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.248465+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.248466+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
277 <190>1 2015-01-04T10:57:09.248468+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
274 <190>1 2015-01-04T10:57:09.248469+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:57:09.248470+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
264 <190>1 2015-01-04T10:57:09.248472+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:816) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
259 <190>1 2015-01-04T10:57:09.248473+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:744) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
124 <190>1 2015-01-04T10:57:09.248475+00:00 app web.1 - - ... 110 common frames omitted
334 <190>1 2015-01-04T10:57:09.248476+00:00 app web.1 - - Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
267 <190>1 2015-01-04T10:57:09.248478+00:00 app web.1 - - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:57:09.248479+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:591) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
124 <190>1 2015-01-04T10:57:09.248480+00:00 app web.1 - - ... 123 common frames omitted
169 <190>1 2015-01-04T10:57:09.248481+00:00 app web.1 - - Caused by: java.lang.RuntimeException: Fail-fast during pool initialization
194 <190>1 2015-01-04T10:57:09.248483+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.fillPool(HikariPool.java:499) ~[HikariCP-java6-2.2.5.jar!/:na]
192 <190>1 2015-01-04T10:57:09.248484+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:162) ~[HikariCP-java6-2.2.5.jar!/:na]
192 <190>1 2015-01-04T10:57:09.248486+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:113) ~[HikariCP-java6-2.2.5.jar!/:na]
198 <190>1 2015-01-04T10:57:09.248487+00:00 app web.1 - - at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:78) ~[HikariCP-java6-2.2.5.jar!/:na]
216 <190>1 2015-01-04T10:57:09.248489+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration.dataSource(HerokuDatabaseConfiguration.java:60) ~[classes!/:na]
255 <190>1 2015-01-04T10:57:09.248490+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2a37ec1f.CGLIB$dataSource$1(<generated>) ~[spring-core-4.1.3.RELEASE.jar!/:na]
277 <190>1 2015-01-04T10:57:09.248491+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2a37ec1f$$FastClassBySpringCGLIB$$24b4ddf1.invoke(<generated>) ~[spring-core-4.1.3.RELEASE.jar!/:na]
224 <190>1 2015-01-04T10:57:09.248495+00:00 app web.1 - - at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) ~[spring-core-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
284 <190>1 2015-01-04T10:57:09.248496+00:00 app web.1 - - at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.248498+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2a37ec1f.dataSource(<generated>) ~[spring-core-4.1.3.RELEASE.jar!/:na]
179 <190>1 2015-01-04T10:57:09.248499+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_20-'slim']
197 <190>1 2015-01-04T10:57:09.248501+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_20-'slim']
205 <190>1 2015-01-04T10:57:09.248502+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_20-'slim']
168 <190>1 2015-01-04T10:57:09.248503+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0_20-'slim']
267 <190>1 2015-01-04T10:57:09.248505+00:00 app web.1 - - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
124 <190>1 2015-01-04T10:57:09.248506+00:00 app web.1 - - ... 124 common frames omitted
141 <190>1 2015-01-04T10:57:09.248507+00:00 app web.1 - - Caused by: java.lang.NullPointerException: null
227 <190>1 2015-01-04T10:57:09.248509+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:410) ~[mysql-connector-java-5.1.34.jar!/:5.1.34]
227 <190>1 2015-01-04T10:57:09.248510+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:134) ~[mysql-connector-java-5.1.34.jar!/:5.1.34]
227 <190>1 2015-01-04T10:57:09.248511+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:105) ~[mysql-connector-java-5.1.34.jar!/:5.1.34]
199 <190>1 2015-01-04T10:57:09.248513+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:418) ~[HikariCP-java6-2.2.5.jar!/:na]
194 <190>1 2015-01-04T10:57:09.248514+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.fillPool(HikariPool.java:498) ~[HikariCP-java6-2.2.5.jar!/:na]
124 <190>1 2015-01-04T10:57:09.248515+00:00 app web.1 - - ... 138 common frames omitted
173 <190>1 2015-01-04T10:57:09.260924+00:00 app web.1 - - [ERROR] org.springframework.boot.SpringApplication - Application startup failed
315 <190>1 2015-01-04T10:57:09.260929+00:00 app web.1 - - org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
268 <190>1 2015-01-04T10:57:09.260931+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:124) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
257 <190>1 2015-01-04T10:57:09.260932+00:00 app web.1 - - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:474) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
266 <190>1 2015-01-04T10:57:09.260934+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:109) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
225 <190>1 2015-01-04T10:57:09.260936+00:00 app web.1 - - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
221 <190>1 2015-01-04T10:57:09.260937+00:00 app web.1 - - at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
170 <190>1 2015-01-04T10:57:09.260939+00:00 app web.1 - - at com.mycompany.myapp.Application.main(Application.java:56) [classes!/:na]
179 <190>1 2015-01-04T10:57:09.260940+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_20-'slim']
197 <190>1 2015-01-04T10:57:09.260942+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_20-'slim']
205 <190>1 2015-01-04T10:57:09.260944+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_20-'slim']
217 <190>1 2015-01-04T10:57:09.290598+00:00 app web.1 - - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
219 <190>1 2015-01-04T10:57:09.290600+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:591)
107 <190>1 2015-01-04T10:57:09.290601+00:00 app web.1 - - ... 123 more
169 <190>1 2015-01-04T10:57:09.290603+00:00 app web.1 - - Caused by: java.lang.RuntimeException: Fail-fast during pool initialization
161 <190>1 2015-01-04T10:57:09.290604+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.fillPool(HikariPool.java:499)
159 <190>1 2015-01-04T10:57:09.290606+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:162)
159 <190>1 2015-01-04T10:57:09.290607+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:113)
165 <190>1 2015-01-04T10:57:09.290608+00:00 app web.1 - - at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:78)
200 <190>1 2015-01-04T10:57:09.290610+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration.dataSource(HerokuDatabaseConfiguration.java:60)
217 <190>1 2015-01-04T10:57:09.290612+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2a37ec1f.CGLIB$dataSource$1(<generated>)
239 <190>1 2015-01-04T10:57:09.290613+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2a37ec1f$$FastClassBySpringCGLIB$$24b4ddf1.invoke(<generated>)
175 <190>1 2015-01-04T10:57:09.290615+00:00 app web.1 - - at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
232 <190>1 2015-01-04T10:57:09.290616+00:00 app web.1 - - at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309)
209 <190>1 2015-01-04T10:57:09.290618+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2a37ec1f.dataSource(<generated>)
157 <190>1 2015-01-04T10:57:09.290620+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
175 <190>1 2015-01-04T10:57:09.290621+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
183 <190>1 2015-01-04T10:57:09.290623+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
146 <190>1 2015-01-04T10:57:09.290624+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483)
217 <190>1 2015-01-04T10:57:09.290626+00:00 app web.1 - - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
107 <190>1 2015-01-04T10:57:09.290627+00:00 app web.1 - - ... 124 more
135 <190>1 2015-01-04T10:57:09.290629+00:00 app web.1 - - Caused by: java.lang.NullPointerException
183 <190>1 2015-01-04T10:57:09.290631+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:410)
183 <190>1 2015-01-04T10:57:09.290632+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:134)
183 <190>1 2015-01-04T10:57:09.290634+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:105)
166 <190>1 2015-01-04T10:57:09.290635+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:418)
161 <190>1 2015-01-04T10:57:09.290637+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.fillPool(HikariPool.java:498)
107 <190>1 2015-01-04T10:57:09.290638+00:00 app web.1 - - ... 138 more
168 <190>1 2015-01-04T10:57:09.260946+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0_20-'slim']
209 <190>1 2015-01-04T10:57:09.260947+00:00 app web.1 - - at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:53) [jhiphero-0.0.1-SNAPSHOT.war:na]
156 <190>1 2015-01-04T10:57:09.260949+00:00 app web.1 - - at java.lang.Thread.run(Thread.java:745) [na:1.8.0_20-'slim']
213 <190>1 2015-01-04T10:57:09.260950+00:00 app web.1 - - Caused by: org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
277 <190>1 2015-01-04T10:57:09.260952+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.initialize(TomcatEmbeddedServletContainer.java:97) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
273 <190>1 2015-01-04T10:57:09.260956+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.<init>(TomcatEmbeddedServletContainer.java:74) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
315 <190>1 2015-01-04T10:57:09.260958+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getTomcatEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:374) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
309 <190>1 2015-01-04T10:57:09.260959+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:150) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
289 <190>1 2015-01-04T10:57:09.260961+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:148) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
268 <190>1 2015-01-04T10:57:09.260962+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:121) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
123 <190>1 2015-01-04T10:57:09.260964+00:00 app web.1 - - ... 11 common frames omitted
3384 <190>1 2015-01-04T10:57:09.260971+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
302 <190>1 2015-01-04T10:57:09.260973+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
283 <190>1 2015-01-04T10:57:09.260974+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.260975+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.260977+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.260981+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:57:09.260983+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.260984+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.260986+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:57:09.260987+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:371) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:57:09.260989+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
289 <190>1 2015-01-04T10:57:09.260990+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.260991+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.260993+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.260994+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:57:09.260995+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.260997+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.261011+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.261013+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:176) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
282 <190>1 2015-01-04T10:57:09.261014+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:141) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
282 <190>1 2015-01-04T10:57:09.261016+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:136) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
278 <190>1 2015-01-04T10:57:09.261017+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:119) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
266 <190>1 2015-01-04T10:57:09.261018+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:69) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
292 <190>1 2015-01-04T10:57:09.261020+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getServletContextInitializerBeans(EmbeddedWebApplicationContext.java:216) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
270 <190>1 2015-01-04T10:57:09.261021+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.onStartup(EmbeddedWebApplicationContext.java:202) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
305 <190>1 2015-01-04T10:57:09.261023+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener.lifecycleEvent(ServletContextInitializerLifecycleListener.java:64) ~[spring-boot-1.2.0.RELEASE.jar!/:1.2.0.RELEASE]
226 <190>1 2015-01-04T10:57:09.261024+00:00 app web.1 - - at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
219 <190>1 2015-01-04T10:57:09.261025+00:00 app web.1 - - at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
220 <190>1 2015-01-04T10:57:09.261030+00:00 app web.1 - - at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5095) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
207 <190>1 2015-01-04T10:57:09.261032+00:00 app web.1 - - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
218 <190>1 2015-01-04T10:57:09.261034+00:00 app web.1 - - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1409) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
218 <190>1 2015-01-04T10:57:09.261035+00:00 app web.1 - - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1399) ~[tomcat-embed-core-8.0.15.jar!/:8.0.15]
176 <190>1 2015-01-04T10:57:09.261037+00:00 app web.1 - - at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_20-'slim']
199 <190>1 2015-01-04T10:57:09.261038+00:00 app web.1 - - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_20-'slim']
199 <190>1 2015-01-04T10:57:09.261040+00:00 app web.1 - - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_20-'slim']
122 <190>1 2015-01-04T10:57:09.261041+00:00 app web.1 - - ... 1 common frames omitted
3140 <190>1 2015-01-04T10:57:09.261043+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
306 <190>1 2015-01-04T10:57:09.261045+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:646) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:57:09.261049+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
302 <190>1 2015-01-04T10:57:09.261051+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.261053+00:00 app web.1 - - ... 34 common frames omitted
2785 <190>1 2015-01-04T10:57:09.261058+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
269 <190>1 2015-01-04T10:57:09.261059+00:00 app web.1 - - at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:164) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:57:09.261061+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.evaluateBeanDefinitionString(AbstractBeanFactory.java:1354) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
273 <190>1 2015-01-04T10:57:09.261062+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:964) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:57:09.261064+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
306 <190>1 2015-01-04T10:57:09.261065+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:603) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.261066+00:00 app web.1 - - ... 36 common frames omitted
2679 <190>1 2015-01-04T10:57:09.261071+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
302 <190>1 2015-01-04T10:57:09.261073+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
283 <190>1 2015-01-04T10:57:09.261074+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.261076+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.261077+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.261080+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:57:09.261081+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.261083+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.261085+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
268 <190>1 2015-01-04T10:57:09.261090+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:523) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
268 <190>1 2015-01-04T10:57:09.261091+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:512) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
347 <190>1 2015-01-04T10:57:09.261093+00:00 app web.1 - - at org.springframework.security.config.annotation.web.configuration.AutowiredWebSecurityConfigurersIgnoreParents.getWebSecurityConfigurers(AutowiredWebSecurityConfigurersIgnoreParents.java:52) ~[spring-security-config-3.2.5.RELEASE.jar!/:3.2.5.RELEASE]
179 <190>1 2015-01-04T10:57:09.261094+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_20-'slim']
197 <190>1 2015-01-04T10:57:09.261096+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_20-'slim']
205 <190>1 2015-01-04T10:57:09.261097+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_20-'slim']
168 <190>1 2015-01-04T10:57:09.261099+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0_20-'slim']
264 <190>1 2015-01-04T10:57:09.261109+00:00 app web.1 - - at org.springframework.expression.spel.support.ReflectiveMethodExecutor.execute(ReflectiveMethodExecutor.java:112) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.261111+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:129) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:57:09.261112+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference.access$000(MethodReference.java:49) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
258 <190>1 2015-01-04T10:57:09.261114+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:342) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
256 <190>1 2015-01-04T10:57:09.261116+00:00 app web.1 - - at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:88) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
237 <190>1 2015-01-04T10:57:09.261117+00:00 app web.1 - - at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:120) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
246 <190>1 2015-01-04T10:57:09.261119+00:00 app web.1 - - at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:242) ~[spring-expression-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:57:09.261121+00:00 app web.1 - - at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:161) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.261122+00:00 app web.1 - - ... 40 common frames omitted
2503 <190>1 2015-01-04T10:57:09.261128+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
305 <190>1 2015-01-04T10:57:09.261130+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:57:09.261133+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
302 <190>1 2015-01-04T10:57:09.261135+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.261136+00:00 app web.1 - - ... 62 common frames omitted
2258 <190>1 2015-01-04T10:57:09.261140+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
302 <190>1 2015-01-04T10:57:09.261142+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
283 <190>1 2015-01-04T10:57:09.261143+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.261145+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.261148+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.261149+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:57:09.261151+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.261152+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.261153+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
277 <190>1 2015-01-04T10:57:09.261154+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
274 <190>1 2015-01-04T10:57:09.261156+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:57:09.261160+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
305 <190>1 2015-01-04T10:57:09.261161+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.261163+00:00 app web.1 - - ... 64 common frames omitted
2085 <190>1 2015-01-04T10:57:09.261165+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
305 <190>1 2015-01-04T10:57:09.261167+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
244 <190>1 2015-01-04T10:57:09.261168+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
302 <190>1 2015-01-04T10:57:09.261170+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.261171+00:00 app web.1 - - ... 75 common frames omitted
1864 <190>1 2015-01-04T10:57:09.261176+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
272 <190>1 2015-01-04T10:57:09.261178+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:313) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
279 <190>1 2015-01-04T10:57:09.261179+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
290 <190>1 2015-01-04T10:57:09.261180+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1469) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
283 <190>1 2015-01-04T10:57:09.261182+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.261200+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.261201+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.261202+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:57:09.261204+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.261205+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.261206+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
277 <190>1 2015-01-04T10:57:09.261208+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
274 <190>1 2015-01-04T10:57:09.261209+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:57:09.261210+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
305 <190>1 2015-01-04T10:57:09.261215+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:530) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.261216+00:00 app web.1 - - ... 77 common frames omitted
1580 <190>1 2015-01-04T10:57:09.261219+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
272 <190>1 2015-01-04T10:57:09.261220+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
279 <190>1 2015-01-04T10:57:09.261222+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
267 <190>1 2015-01-04T10:57:09.261223+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:637) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:57:09.261225+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:447) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:57:09.261226+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
289 <190>1 2015-01-04T10:57:09.261227+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.261229+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.261230+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
272 <190>1 2015-01-04T10:57:09.261231+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:299) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.261232+00:00 app web.1 - - ... 90 common frames omitted
1356 <190>1 2015-01-04T10:57:09.261238+00:00 app web.1 - - Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
259 <190>1 2015-01-04T10:57:09.261239+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:752) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:57:09.261241+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:57:09.261242+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
289 <190>1 2015-01-04T10:57:09.261243+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.261245+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.261246+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.261247+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:57:09.261251+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.261252+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.261253+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.261255+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.261256+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
272 <190>1 2015-01-04T10:57:09.261257+00:00 app web.1 - - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
123 <190>1 2015-01-04T10:57:09.261258+00:00 app web.1 - - ... 98 common frames omitted
595 <190>1 2015-01-04T10:57:09.261261+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
269 <190>1 2015-01-04T10:57:09.261265+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:602) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
300 <190>1 2015-01-04T10:57:09.261266+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
289 <190>1 2015-01-04T10:57:09.261268+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
282 <190>1 2015-01-04T10:57:09.261269+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
280 <190>1 2015-01-04T10:57:09.261270+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
251 <190>1 2015-01-04T10:57:09.261272+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
270 <190>1 2015-01-04T10:57:09.261273+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
249 <190>1 2015-01-04T10:57:09.261274+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.261276+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
277 <190>1 2015-01-04T10:57:09.261277+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
274 <190>1 2015-01-04T10:57:09.261278+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1051) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
271 <190>1 2015-01-04T10:57:09.261280+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
264 <190>1 2015-01-04T10:57:09.261281+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:816) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
259 <190>1 2015-01-04T10:57:09.261283+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:744) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
124 <190>1 2015-01-04T10:57:09.261284+00:00 app web.1 - - ... 110 common frames omitted
334 <190>1 2015-01-04T10:57:09.261286+00:00 app web.1 - - Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
267 <190>1 2015-01-04T10:57:09.261287+00:00 app web.1 - - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
269 <190>1 2015-01-04T10:57:09.261290+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:591) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
124 <190>1 2015-01-04T10:57:09.261292+00:00 app web.1 - - ... 123 common frames omitted
169 <190>1 2015-01-04T10:57:09.261293+00:00 app web.1 - - Caused by: java.lang.RuntimeException: Fail-fast during pool initialization
194 <190>1 2015-01-04T10:57:09.261294+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.fillPool(HikariPool.java:499) ~[HikariCP-java6-2.2.5.jar!/:na]
192 <190>1 2015-01-04T10:57:09.261296+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:162) ~[HikariCP-java6-2.2.5.jar!/:na]
192 <190>1 2015-01-04T10:57:09.261297+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:113) ~[HikariCP-java6-2.2.5.jar!/:na]
198 <190>1 2015-01-04T10:57:09.261299+00:00 app web.1 - - at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:78) ~[HikariCP-java6-2.2.5.jar!/:na]
216 <190>1 2015-01-04T10:57:09.261300+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration.dataSource(HerokuDatabaseConfiguration.java:60) ~[classes!/:na]
255 <190>1 2015-01-04T10:57:09.261302+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2a37ec1f.CGLIB$dataSource$1(<generated>) ~[spring-core-4.1.3.RELEASE.jar!/:na]
277 <190>1 2015-01-04T10:57:09.261303+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2a37ec1f$$FastClassBySpringCGLIB$$24b4ddf1.invoke(<generated>) ~[spring-core-4.1.3.RELEASE.jar!/:na]
224 <190>1 2015-01-04T10:57:09.261307+00:00 app web.1 - - at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) ~[spring-core-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
284 <190>1 2015-01-04T10:57:09.261308+00:00 app web.1 - - at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309) ~[spring-context-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
247 <190>1 2015-01-04T10:57:09.261310+00:00 app web.1 - - at com.mycompany.myapp.config.HerokuDatabaseConfiguration$$EnhancerBySpringCGLIB$$2a37ec1f.dataSource(<generated>) ~[spring-core-4.1.3.RELEASE.jar!/:na]
179 <190>1 2015-01-04T10:57:09.261311+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_20-'slim']
197 <190>1 2015-01-04T10:57:09.261312+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_20-'slim']
205 <190>1 2015-01-04T10:57:09.261314+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_20-'slim']
168 <190>1 2015-01-04T10:57:09.261316+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0_20-'slim']
267 <190>1 2015-01-04T10:57:09.261317+00:00 app web.1 - - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.1.3.RELEASE.jar!/:4.1.3.RELEASE]
124 <190>1 2015-01-04T10:57:09.261318+00:00 app web.1 - - ... 124 common frames omitted
141 <190>1 2015-01-04T10:57:09.261320+00:00 app web.1 - - Caused by: java.lang.NullPointerException: null
227 <190>1 2015-01-04T10:57:09.261321+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:410) ~[mysql-connector-java-5.1.34.jar!/:5.1.34]
227 <190>1 2015-01-04T10:57:09.261323+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:134) ~[mysql-connector-java-5.1.34.jar!/:5.1.34]
227 <190>1 2015-01-04T10:57:09.261324+00:00 app web.1 - - at com.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:105) ~[mysql-connector-java-5.1.34.jar!/:5.1.34]
199 <190>1 2015-01-04T10:57:09.261325+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:418) ~[HikariCP-java6-2.2.5.jar!/:na]
194 <190>1 2015-01-04T10:57:09.261327+00:00 app web.1 - - at com.zaxxer.hikari.pool.HikariPool.fillPool(HikariPool.java:498) ~[HikariCP-java6-2.2.5.jar!/:na]
124 <190>1 2015-01-04T10:57:09.261328+00:00 app web.1 - - ... 138 common frames omitted
137 <190>1 2015-01-04T10:57:09.261953+00:00 app web.1 - - java.lang.reflect.InvocationTargetException
157 <190>1 2015-01-04T10:57:09.262017+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
175 <190>1 2015-01-04T10:57:09.262089+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
183 <190>1 2015-01-04T10:57:09.262131+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
146 <190>1 2015-01-04T10:57:09.262199+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483)
176 <190>1 2015-01-04T10:57:09.262244+00:00 app web.1 - - at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:53)
135 <190>1 2015-01-04T10:57:09.262505+00:00 app web.1 - - at java.lang.Thread.run(Thread.java:745)
326 <190>1 2015-01-04T10:57:09.262656+00:00 app web.1 - - Caused by: org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
219 <190>1 2015-01-04T10:57:09.262737+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:124)
205 <190>1 2015-01-04T10:57:09.262776+00:00 app web.1 - - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:474)
217 <190>1 2015-01-04T10:57:09.262851+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:109)
176 <190>1 2015-01-04T10:57:09.262882+00:00 app web.1 - - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:691)
172 <190>1 2015-01-04T10:57:09.262956+00:00 app web.1 - - at org.springframework.boot.SpringApplication.run(SpringApplication.java:321)
155 <190>1 2015-01-04T10:57:09.263000+00:00 app web.1 - - at com.mycompany.myapp.Application.main(Application.java:56)
105 <190>1 2015-01-04T10:57:09.263073+00:00 app web.1 - - ... 6 more
213 <190>1 2015-01-04T10:57:09.263193+00:00 app web.1 - - Caused by: org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat
228 <190>1 2015-01-04T10:57:09.263234+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.initialize(TomcatEmbeddedServletContainer.java:97)
224 <190>1 2015-01-04T10:57:09.263663+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.<init>(TomcatEmbeddedServletContainer.java:74)
266 <190>1 2015-01-04T10:57:09.263727+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getTomcatEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:374)
260 <190>1 2015-01-04T10:57:09.263771+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:150)
240 <190>1 2015-01-04T10:57:09.263854+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:148)
219 <190>1 2015-01-04T10:57:09.263893+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:121)
106 <190>1 2015-01-04T10:57:09.263948+00:00 app web.1 - - ... 11 more
3384 <190>1 2015-01-04T10:57:09.264330+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
252 <190>1 2015-01-04T10:57:09.264402+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
233 <190>1 2015-01-04T10:57:09.264444+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202)
232 <190>1 2015-01-04T10:57:09.264876+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
230 <190>1 2015-01-04T10:57:09.264939+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
201 <190>1 2015-01-04T10:57:09.264981+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
220 <190>1 2015-01-04T10:57:09.265053+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
199 <190>1 2015-01-04T10:57:09.265088+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
197 <190>1 2015-01-04T10:57:09.265161+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
219 <190>1 2015-01-04T10:57:09.265203+00:00 app web.1 - - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:371)
250 <190>1 2015-01-04T10:57:09.265273+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1111)
239 <190>1 2015-01-04T10:57:09.265317+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1006)
232 <190>1 2015-01-04T10:57:09.265396+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
230 <190>1 2015-01-04T10:57:09.265425+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
201 <190>1 2015-01-04T10:57:09.265466+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
220 <190>1 2015-01-04T10:57:09.265535+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
199 <190>1 2015-01-04T10:57:09.265625+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
197 <190>1 2015-01-04T10:57:09.265706+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
233 <190>1 2015-01-04T10:57:09.265787+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:176)
233 <190>1 2015-01-04T10:57:09.265880+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:141)
233 <190>1 2015-01-04T10:57:09.265980+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:136)
229 <190>1 2015-01-04T10:57:09.266064+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:119)
217 <190>1 2015-01-04T10:57:09.266144+00:00 app web.1 - - at org.springframework.boot.context.embedded.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:69)
243 <190>1 2015-01-04T10:57:09.266295+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getServletContextInitializerBeans(EmbeddedWebApplicationContext.java:216)
221 <190>1 2015-01-04T10:57:09.266394+00:00 app web.1 - - at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.onStartup(EmbeddedWebApplicationContext.java:202)
256 <190>1 2015-01-04T10:57:09.266488+00:00 app web.1 - - at org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener.lifecycleEvent(ServletContextInitializerLifecycleListener.java:64)
185 <190>1 2015-01-04T10:57:09.266829+00:00 app web.1 - - at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
178 <190>1 2015-01-04T10:57:09.266908+00:00 app web.1 - - at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
179 <190>1 2015-01-04T10:57:09.267334+00:00 app web.1 - - at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5095)
2785 <190>1 2015-01-04T10:57:09.272005+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
217 <190>1 2015-01-04T10:57:09.272088+00:00 app web.1 - - at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:164)
219 <190>1 2015-01-04T10:57:09.272152+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.evaluateBeanDefinitionString(AbstractBeanFactory.java:1354)
223 <190>1 2015-01-04T10:57:09.272584+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:964)
221 <190>1 2015-01-04T10:57:09.272677+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
256 <190>1 2015-01-04T10:57:09.278917+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:603)
106 <190>1 2015-01-04T10:57:09.279007+00:00 app web.1 - - ... 36 more
2679 <190>1 2015-01-04T10:57:09.279241+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
252 <190>1 2015-01-04T10:57:09.279317+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
233 <190>1 2015-01-04T10:57:09.279411+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202)
232 <190>1 2015-01-04T10:57:09.279689+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
230 <190>1 2015-01-04T10:57:09.279766+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
201 <190>1 2015-01-04T10:57:09.279848+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:302)
220 <190>1 2015-01-04T10:57:09.280313+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
199 <190>1 2015-01-04T10:57:09.280406+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:298)
197 <190>1 2015-01-04T10:57:09.280496+00:00 app web.1 - - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
218 <190>1 2015-01-04T10:57:09.280584+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:523)
218 <190>1 2015-01-04T10:57:09.280648+00:00 app web.1 - - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:512)
287 <190>1 2015-01-04T10:57:09.280733+00:00 app web.1 - - at org.springframework.security.config.annotation.web.configuration.AutowiredWebSecurityConfigurersIgnoreParents.getWebSecurityConfigurers(AutowiredWebSecurityConfigurersIgnoreParents.java:52)
157 <190>1 2015-01-04T10:57:09.280816+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
175 <190>1 2015-01-04T10:57:09.280893+00:00 app web.1 - - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
183 <190>1 2015-01-04T10:57:09.280968+00:00 app web.1 - - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
146 <190>1 2015-01-04T10:57:09.281047+00:00 app web.1 - - at java.lang.reflect.Method.invoke(Method.java:483)
209 <190>1 2015-01-04T10:57:09.281112+00:00 app web.1 - - at org.springframework.expression.spel.support.ReflectiveMethodExecutor.execute(ReflectiveMethodExecutor.java:112)
196 <190>1 2015-01-04T10:57:09.281211+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:129)
189 <190>1 2015-01-04T10:57:09.281297+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference.access$000(MethodReference.java:49)
203 <190>1 2015-01-04T10:57:09.281400+00:00 app web.1 - - at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:342)
201 <190>1 2015-01-04T10:57:09.281465+00:00 app web.1 - - at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:88)
182 <190>1 2015-01-04T10:57:09.281549+00:00 app web.1 - - at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:120)
191 <190>1 2015-01-04T10:57:09.281633+00:00 app web.1 - - at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:242)
217 <190>1 2015-01-04T10:57:09.281697+00:00 app web.1 - - at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:161)
106 <190>1 2015-01-04T10:57:09.281780+00:00 app web.1 - - ... 40 more
2503 <190>1 2015-01-04T10:57:09.282284+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService com.mycompany.myapp.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
255 <190>1 2015-01-04T10:57:09.282287+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:558)
194 <190>1 2015-01-04T10:57:09.282291+00:00 app web.1 - - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
252 <190>1 2015-01-04T10:57:09.282357+00:00 app web.1 - - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
106 <190>1 2015-01-04T10:57:09.282391+00:00 app web.1 - - ... 62 more
2258 <190>1 2015-01-04T10:57:09.282538+00:00 app web.1 - - Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.mycompany.myapp.repository.UserRepository com.mycompany.myapp.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#503bcff9' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#503bcff9': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'liquibase' defined in class path resource [com/mycompany/myapp/config/DatabaseConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [javax.sql.DataSource]: : Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/mycompany/myapp/config/HerokuDatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.RuntimeException: Fail-fast during pool initialization
124 <45>1 2015-01-04T10:57:13.367683+00:00 heroku web.1 - - Process exited with status 1
134 <45>1 2015-01-04T10:57:13.378295+00:00 heroku web.1 - - State changed from starting to crashed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment