Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

SCDF V1.6.2-RELEASE with AWS Aurora fails to bootstrap #446

Open
sabbyanandan opened this issue Oct 5, 2018 · 15 comments
Open

SCDF V1.6.2-RELEASE with AWS Aurora fails to bootstrap #446

sabbyanandan opened this issue Oct 5, 2018 · 15 comments

Comments

@sabbyanandan
Copy link
Contributor

From @rachitbahlpenske on October 5, 2018 18:52

I am trying to deploy SCDF V1.6.2 to PCF with mysql as an external user defined service. I have the below configuration and keep on getting the below error.

Mysql service config-

mysql://usernane:password@host:3306/scdf

2018-10-05T14:43:29.534-04:00 [APP/PROC/WEB/0] [OUT] JVM Memory Configuration: -XX:ReservedCodeCacheSize=240M -XX:MaxDirectMemorySize=10M -XX:MaxMetaspaceSize=180529K -Xss1M -Xmx1353422K
2018-10-05T14:43:36.707-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:36.700 INFO 14 --- [ main] pertySourceApplicationContextInitializer : 'cloud' property source added
2018-10-05T14:43:36.710-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:36.710 INFO 14 --- [ main] nfigurationApplicationContextInitializer : Reconfiguration enabled
2018-10-05T14:43:37.856-04:00 [APP/PROC/WEB/0] [OUT] ____ ____ _ __
2018-10-05T14:43:37.856-04:00 [APP/PROC/WEB/0] [OUT] / ___| _ __ _ __(_)_ __ __ _ / ___| | ___ _ _ __| |
2018-10-05T14:43:37.856-04:00 [APP/PROC/WEB/0] [OUT] \___ \| '_ \| '__| | '_ \ / _` | | | | |/ _ \| | | |/ _` |
2018-10-05T14:43:37.856-04:00 [APP/PROC/WEB/0] [OUT] ___) | |_) | | | | | | | (_| | | |___| | (_) | |_| | (_| |
2018-10-05T14:43:37.856-04:00 [APP/PROC/WEB/0] [OUT] |____/| .__/|_| |_|_| |_|\__, | \____|_|\___/ \__,_|\__,_|
2018-10-05T14:43:37.856-04:00 [APP/PROC/WEB/0] [OUT] ____ |_| _ __|___/ __________
2018-10-05T14:43:37.856-04:00 [APP/PROC/WEB/0] [OUT] | _ \ __ _| |_ __ _ | ___| | _____ __ \ \ \ \ \ \
2018-10-05T14:43:37.856-04:00 [APP/PROC/WEB/0] [OUT] | | | |/ _` | __/ _` | | |_ | |/ _ \ \ /\ / / \ \ \ \ \ \
2018-10-05T14:43:37.856-04:00 [APP/PROC/WEB/0] [OUT] | |_| | (_| | || (_| | | _| | | (_) \ V V / / / / / / /
2018-10-05T14:43:37.856-04:00 [APP/PROC/WEB/0] [OUT] |____/ \__,_|\__\__,_| |_| |_|\___/ \_/\_/ /_/_/_/_/_/
2018-10-05T14:43:37.856-04:00 [APP/PROC/WEB/0] [OUT]
2018-10-05T14:43:37.921-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:37.920 INFO 14 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8888
2018-10-05T14:43:37.952-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:37.952 WARN 14 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Could not locate PropertySource: I/O error on GET request for "http://localhost:8888/dataflow-server-stg/cloud": Connection refused (Connection refused); nested exception is java.net.ConnectException: Connection refused (Connection refused)
2018-10-05T14:43:37.955-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:37.955 INFO 14 --- [ main] pertySourceApplicationContextInitializer : 'cloud' property source added
2018-10-05T14:43:37.956-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:37.955 INFO 14 --- [ main] nfigurationApplicationContextInitializer : Reconfiguration enabled
2018-10-05T14:43:37.956-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:37.956 INFO 14 --- [ main] o.s.c.d.s.c.CloudFoundryDataFlowServer : The following profiles are active: cloud
2018-10-05T14:43:39.813-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:39.813 INFO 14 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2018-10-05T14:43:39.868-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:39.867 INFO 14 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2018-10-05T14:43:40.050-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:40.049 INFO 14 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2018-10-05T14:43:40.632-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:40.628 INFO 14 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=53967419-caa2-31d3-b7ca-e0c99d5b6112
2018-10-05T14:43:40.636-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:40.636 WARN 14 --- [ main] eReconfigurationBeanFactoryPostProcessor : Skipping reconfiguration because cloud services already configured
2018-10-05T14:43:42.306-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:42.306 INFO 14 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2018-10-05T14:43:42.372-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:42.371 INFO 14 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2018-10-05T14:43:42.372-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:42.371 INFO 14 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.31
2018-10-05T14:43:42.590-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:42.590 INFO 14 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2018-10-05T14:43:43.681-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:43.681 INFO 14 --- [ main] o.s.c.s.r.PooledDataSourceCreator : Found HikariCP on the classpath. Using it for DataSource connection pooling.
2018-10-05T14:43:44.429-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:44.426 INFO 14 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:45.564 ERROR 14 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] **java.sql.SQLInvalidAuthorizationSpecException: Access denied for user 'pskestgscdf'@'10.50.33.10' (using password: YES)
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:173) ~[mariadb-java-client-2.2.5.jar!/:na]**
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:110) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1107) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.util.Utils.retrieveProxy(Utils.java:502) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.MariaDbConnection.newConnection(MariaDbConnection.java:155) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.Driver.connect(Driver.java:86) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:367) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:196) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467) [HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:541) [HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115) [HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) [HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:111) [spring-jdbc-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:77) [spring-jdbc-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.jdbc.support.JdbcUtils.extractDatabaseMetaData(JdbcUtils.java:326) [spring-jdbc-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.jdbc.support.JdbcUtils.extractDatabaseMetaData(JdbcUtils.java:366) [spring-jdbc-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.DatabaseLookup.getDatabase(DatabaseLookup.java:72) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.determineDatabase(JpaProperties.java:139) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.jpaVendorAdapter(JpaBaseConfiguration.java:105) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration$$EnhancerBySpringCGLIB$$6576b423.CGLIB$jpaVendorAdapter$10(<generated>) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration$$EnhancerBySpringCGLIB$$6576b423$$FastClassBySpringCGLIB$$40c97fef.invoke(<generated>) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) [spring-core-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358) [spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration$$EnhancerBySpringCGLIB$$6576b423.jpaVendorAdapter(<generated>) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_152]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_152]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_152]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_152]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1181) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1075) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.565-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1181) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1075) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1080) [spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:857) [spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) [spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.cloud.dataflow.server.cloudfoundry.CloudFoundryDataFlowServer.main(CloudFoundryDataFlowServer.java:34) [classes/:na]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_152]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_152]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_152]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_152]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [app/:na]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [app/:na]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [app/:na]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [app/:na]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] Caused by: java.sql.SQLException: Access denied for user 'pskestgscdf'@'10.50.33.10' (using password: YES)
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] Current charset is UTF-8. If password has been set using other charset, consider using option 'passwordCharacterEncoding'
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.authentication(AbstractConnectProtocol.java:854) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.handleConnectionPhases(AbstractConnectProtocol.java:777) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connect(AbstractConnectProtocol.java:451) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1103) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.566-04:00 [APP/PROC/WEB/0] [OUT] ... 82 common frames omitted
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:45.567 WARN 14 --- [ main] o.s.b.a.orm.jpa.DatabaseLookup : Unable to determine jdbc url from datasource
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] org.springframework.jdbc.support.MetaDataAccessException: Could not get Connection for extracting meta-data; nested exception is org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLInvalidAuthorizationSpecException: Access denied for user 'pskestgscdf'@'10.50.33.10' (using password: YES)
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.jdbc.support.JdbcUtils.extractDatabaseMetaData(JdbcUtils.java:339) ~[spring-jdbc-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.jdbc.support.JdbcUtils.extractDatabaseMetaData(JdbcUtils.java:366) ~[spring-jdbc-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.DatabaseLookup.getDatabase(DatabaseLookup.java:72) ~[spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.determineDatabase(JpaProperties.java:139) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.jpaVendorAdapter(JpaBaseConfiguration.java:105) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration$$EnhancerBySpringCGLIB$$6576b423.CGLIB$jpaVendorAdapter$10(<generated>) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration$$EnhancerBySpringCGLIB$$6576b423$$FastClassBySpringCGLIB$$40c97fef.invoke(<generated>) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) [spring-core-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358) [spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration$$EnhancerBySpringCGLIB$$6576b423.jpaVendorAdapter(<generated>) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_152]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_152]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_152]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_152]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1181) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1075) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1080) [spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:857) [spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) [spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.cloud.dataflow.server.cloudfoundry.CloudFoundryDataFlowServer.main(CloudFoundryDataFlowServer.java:34) [classes/:na]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [app/:na]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [app/:na]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [app/:na]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [app/:na]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLInvalidAuthorizationSpecException: Access denied for user 'pskestgscdf'@'10.50.33.10' (using password: YES)
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80) ~[spring-jdbc-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.jdbc.support.JdbcUtils.extractDatabaseMetaData(JdbcUtils.java:326) ~[spring-jdbc-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] ... 69 common frames omitted
2018-10-05T14:43:45.568-04:00 [APP/PROC/WEB/0] [OUT] Caused by: java.sql.SQLInvalidAuthorizationSpecException: Access denied for user 'pskestgscdf'@'10.50.33.10' (using password: YES)
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:173) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:110) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1107) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.util.Utils.retrieveProxy(Utils.java:502) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.MariaDbConnection.newConnection(MariaDbConnection.java:155) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.Driver.connect(Driver.java:86) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:367) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:196) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:541) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:111) ~[spring-jdbc-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:77) ~[spring-jdbc-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] ... 70 common frames omitted
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] Caused by: java.sql.SQLException: Access denied for user 'pskestgscdf'@'10.50.33.10' (using password: YES)
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] Current charset is UTF-8. If password has been set using other charset, consider using option 'passwordCharacterEncoding'
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.authentication(AbstractConnectProtocol.java:854) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.handleConnectionPhases(AbstractConnectProtocol.java:777) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connect(AbstractConnectProtocol.java:451) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1103) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:45.569-04:00 [APP/PROC/WEB/0] [OUT] ... 82 common frames omitted
2018-10-05T14:43:45.605-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:45.604 INFO 14 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2018-10-05T14:43:46.614-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:46.613 ERROR 14 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] java.sql.SQLInvalidAuthorizationSpecException: Access denied for user 'pskestgscdf'@'10.50.33.10' (using password: YES)
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:173) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:110) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1107) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.util.Utils.retrieveProxy(Utils.java:502) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.MariaDbConnection.newConnection(MariaDbConnection.java:155) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.Driver.connect(Driver.java:86) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:367) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:196) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467) [HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:541) [HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115) [HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) [HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:111) [spring-jdbc-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:77) [spring-jdbc-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:342) [spring-jdbc-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection.isEmbedded(EmbeddedDatabaseConnection.java:138) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.JpaProperties$Hibernate.getDefaultDdlAuto(JpaProperties.java:226) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.JpaProperties$Hibernate.getOrDeduceDdlAuto(JpaProperties.java:214) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.JpaProperties$Hibernate.getAdditionalProperties(JpaProperties.java:190) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.JpaProperties$Hibernate.access$000(JpaProperties.java:142) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.getHibernateProperties(JpaProperties.java:126) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration.getVendorProperties(HibernateJpaAutoConfiguration.java:104) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.entityManagerFactory(JpaBaseConfiguration.java:129) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration$$EnhancerBySpringCGLIB$$6576b423.CGLIB$entityManagerFactory$7(<generated>) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration$$EnhancerBySpringCGLIB$$6576b423$$FastClassBySpringCGLIB$$40c97fef.invoke(<generated>) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) [spring-core-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358) [spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration$$EnhancerBySpringCGLIB$$6576b423.entityManagerFactory(<generated>) [spring-boot-autoconfigure-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_152]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_152]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_152]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_152]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1181) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1075) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1080) [spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:857) [spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) [spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.cloud.dataflow.server.cloudfoundry.CloudFoundryDataFlowServer.main(CloudFoundryDataFlowServer.java:34) [classes/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [app/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [app/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [app/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [app/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] Caused by: java.sql.SQLException: Access denied for user 'pskestgscdf'@'10.50.33.10' (using password: YES)
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] Current charset is UTF-8. If password has been set using other charset, consider using option 'passwordCharacterEncoding'
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.authentication(AbstractConnectProtocol.java:854) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.handleConnectionPhases(AbstractConnectProtocol.java:777) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connect(AbstractConnectProtocol.java:451) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1103) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:46.615-04:00 [APP/PROC/WEB/0] [OUT] ... 58 common frames omitted
2018-10-05T14:43:46.668-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:46.667 INFO 14 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2018-10-05T14:43:46.691-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:46.690 INFO 14 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
2018-10-05T14:43:46.691-04:00 [APP/PROC/WEB/0] [OUT] name: default
2018-10-05T14:43:46.691-04:00 [APP/PROC/WEB/0] [OUT] ...]
2018-10-05T14:43:46.822-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:46.822 INFO 14 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final}
2018-10-05T14:43:46.826-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:46.825 INFO 14 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2018-10-05T14:43:46.915-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:46.915 INFO 14 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2018-10-05T14:43:47.122-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:47.122 INFO 14 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:48.129 ERROR 14 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] java.sql.SQLInvalidAuthorizationSpecException: Access denied for user 'pskestgscdf'@'10.50.33.10' (using password: YES)
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:173) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:110) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1107) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.util.Utils.retrieveProxy(Utils.java:502) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.MariaDbConnection.newConnection(MariaDbConnection.java:155) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.Driver.connect(Driver.java:86) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:367) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:196) ~[HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467) [HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:541) [HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115) [HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) [HikariCP-3.1.0.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122) [hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:180) [hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:68) [hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35) [hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:88) [hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:259) [hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:233) [hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:210) [hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure(JdbcServicesImpl.java:51) [hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:94) [hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:242) [hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.handleTypes(MetadataBuildingProcess.java:352) [hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:111) [hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:858) [hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:885) [hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:60) [spring-orm-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:360) [spring-orm-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:384) [spring-orm-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:371) [spring-orm-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:336) [spring-orm-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1692) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1630) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) [spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1080) [spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:857) [spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) [spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.cloud.dataflow.server.cloudfoundry.CloudFoundryDataFlowServer.main(CloudFoundryDataFlowServer.java:34) [classes/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_152]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_152]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_152]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_152]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [app/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [app/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [app/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [app/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] Caused by: java.sql.SQLException: Access denied for user 'pskestgscdf'@'10.50.33.10' (using password: YES)
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] Current charset is UTF-8. If password has been set using other charset, consider using option 'passwordCharacterEncoding'
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.authentication(AbstractConnectProtocol.java:854) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.handleConnectionPhases(AbstractConnectProtocol.java:777) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connect(AbstractConnectProtocol.java:451) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1103) ~[mariadb-java-client-2.2.5.jar!/:na]
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] ... 57 common frames omitted
2018-10-05T14:43:48.130-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:48.130 WARN 14 --- [ main] o.h.e.j.e.i.JdbcEnvironmentInitiator : HHH000342: Could not obtain connection to query metadata : Access denied for user 'pskestgscdf'@'10.50.33.10' (using password: YES)
2018-10-05T14:43:48.133-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:48.133 WARN 14 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaAutoConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2018-10-05T14:43:48.135-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:48.134 INFO 14 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] 2018-10-05 18:43:48.178 ERROR 14 --- [ main] o.s.boot.SpringApplication : Application startup failed
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaAutoConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1634) ~[spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) ~[spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) ~[spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) ~[spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1080) ~[spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:857) ~[spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) ~[spring-context-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) ~[spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107) [spring-boot-1.5.14.RELEASE.jar!/:1.5.14.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.cloud.dataflow.server.cloudfoundry.CloudFoundryDataFlowServer.main(CloudFoundryDataFlowServer.java:34) [classes/:na]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_152]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_152]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_152]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_152]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [app/:na]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [app/:na]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [app/:na]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [app/:na]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:271) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:233) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:210) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure(JdbcServicesImpl.java:51) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:94) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:242) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.handleTypes(MetadataBuildingProcess.java:352) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:111) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:858) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:885) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:60) ~[spring-orm-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:360) ~[spring-orm-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:384) ~[spring-orm-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:371) ~[spring-orm-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:336) ~[spring-orm-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1692) ~[spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1630) ~[spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] ... 24 common frames omitted
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.determineDialect(DialectFactoryImpl.java:100) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.buildDialect(DialectFactoryImpl.java:54) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:137) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:88) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:259) ~[hibernate-core-5.2.12.Final.jar!/:5.2.12.Final]
2018-10-05T14:43:48.179-04:00 [APP/PROC/WEB/0] [OUT] ... 41 common frames omitted
2018-10-05T14:43:48.539-04:00 [APP/PROC/WEB/0] [OUT] Exit status 1
2018-10-05T14:43:48.541-04:00 [CELL/SSHD/0] [OUT] Exit status 0
2018-10-05T14:43:48.557-04:00 [CELL/0] [OUT] Stopping instance 685c498a-d1d5-41d4-4b65-07c3
2018-10-05T14:43:48.557-04:00 [CELL/0] [OUT] Destroying container
2018-10-05T14:43:48.567-04:00 [API/1] [OUT] Process has crashed with type: "web"
2018-10-05T14:43:48.580-04:00 [API/1] [OUT] App instance exited with guid 31db61cb-879f-430e-b00c-8258776fb552 payload: {"instance"=>"685c498a-d1d5-41d4-4b65-07c3", "index"=>0, "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 1", "crash_count"=>7, "crash_timestamp"=>1538765028539698994, "version"=>"bac03d47-ea83-4bc2-85cf-dbb8f92c3c5b"}
2018-10-05T14:43:48.840-04:00 [CELL/0] [OUT] Successfully destroyed container

Copied from original issue: spring-cloud/spring-cloud-dataflow#2475

@sabbyanandan
Copy link
Contributor Author

@rachitbahlpenske: This is specific to SCDF's CF-server, so I will move it and respond from the other repo.

@sabbyanandan
Copy link
Contributor Author

Hi, @rachitbahlpenske. According to the caused-by, you're maybe supplying wrong credentials.

java.sql.SQLInvalidAuthorizationSpecException: Access denied for user 'pskestgscdf'@'10.50.33.10' (using password: YES)

Were you able to successfully use the same creds on a different App from within this PCF environment?

If yes, please share the manifest.yml, so we can review the configurations for correctness. Of course, also, mask any sensitive credentials before posting it here.

@rachitbahlpenske
Copy link

Sabby : thanks for moving the issue to the correct bucket.
The same configuration was working with SCDF v1.4.0 and problem started with v 1.5.0 onward. I found a related issue on Stackoverflow.

https://stackoverflow.com/questions/51983629/scdf-v1-6-0-release-keeps-crashing-while-deploying-on-pcf

@rachitbahlpenske
Copy link

rachitbahlpenske commented Oct 5, 2018

I have double checked the mysql credentials and they seem to be correct. The same credentials work with SCDF V.1.4.0. Please find the manifest file below

applications:
- name: dataflow-server-stg
  memory: 1g
  disk_quota: 2g
  path: spring-cloud-dataflow-server-cloudfoundry-1.6.2.RELEASE.jar
  buildpack: java_buildpack
  services:
    - mysql
    - rabbit
  env:
    SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_URL: https://api.system.pre.ptlapps.com
    SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_ORG: SCDF-staging
    SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_SPACE: scdf-stg-space
    SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_DOMAIN: local.pre.ptlapps.com
    SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_STREAM_SERVICES: rabbit
    STREAM_SPRING_CLOUD_STREAM_OVERRIDECLOUDCONNECTORS: true
    SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_USERNAME: *****
    SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_PASSWORD: ******
    SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_SKIP_SSL_VALIDATION: true
    MAVEN_REMOTE_REPOSITORIES_REPO1_URL: https://repo.spring.io/libs-snapshot

@sabbyanandan
Copy link
Contributor Author

Thanks! Could you also describe how you're creating the external service? Also, if you still have the 1.4 server and running; it'd be good to review the cf env dataflow-server-stg output for both 1.4 and 1.6 servers.

I guess there could be something different with Spring Cloud Connectors and the way how it parses the VCAP_SERVICES, so it'd be good to compare the output from your environment.

@rachitbahlpenske
Copy link

rachitbahlpenske commented Oct 5, 2018

The below output is from 1.6

Getting env variables for app dataflow-server-stg in org SCDF-staging / space scdf-stg-space as diteam...
OK

System-Provided:
{
 "VCAP_SERVICES": {
  "user-provided": [
   {
    "credentials": {
     "driverClassName": "org.mariadb.jdbc.MySQLDataSource",
     "uri": "mysql://username:password@host3306/scdf"
    },
    "label": "user-provided",
    "name": "mysql",
    "syslog_drain_url": "",
    "tags": [],
    "volume_mounts": []
   },
   {
    "credentials": {
     "hostname": "host",
     "password": "password",
     "ssl": "true",
     "username": "username",
     "vhost": "/"
    },
    "label": "user-provided",
    "name": "rabbit",
    "syslog_drain_url": "",
    "tags": [],
    "volume_mounts": []
   }
  ]
 }
}

{
 "VCAP_APPLICATION": {
  "application_id": "31db61cb-879f-430e-b00c-8258776fb552",
  "application_name": "dataflow-server-stg",
  "application_uris": [
   "dataflow-server-stg.pre.ptlapps.com"
  ],
  "application_version": "bac03d47-ea83-4bc2-85cf-dbb8f92c3c5b",
  "cf_api": "https://api.system.pre.ptlapps.com",
  "limits": {
   "disk": 2048,
   "fds": 16384,
   "mem": 2048
  },
  "name": "dataflow-server-stg",
  "space_id": "310bc642-a962-4260-960a-5adb7e768e73",
  "space_name": "scdf-stg-space",
  "uris": [
   "dataflow-server-stg.pre.ptlapps.com"
  ],
  "users": null,
  "version": "bac03d47-ea83-4bc2-85cf-dbb8f92c3c5b"
 }
}

User-Provided:
MAVEN_REMOTE_REPOSITORIES_REPO1_URL: https://repo.spring.io/libs-snapshot
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_DOMAIN: local.pre.ptlapps.com
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_ORG: SCDF-staging
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_PASSWORD: password
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_SKIP_SSL_VALIDATION: true
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_SPACE: scdf-stg-space
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_STREAM_SERVICES: rabbit
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_URL: https://api.system.pre.ptlapps.com
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_USERNAME: username
STREAM_SPRING_CLOUD_STREAM_OVERRIDECLOUDCONNECTORS: true

No running env variables have been set

No staging env variables have been set

@rachitbahlpenske
Copy link

rachitbahlpenske commented Oct 5, 2018

The below output is from 1.4

Getting env variables for app dataflow-server-stg in org SCDF-staging / space scdf-stg-space as diteam...
OK

System-Provided:
{
 "VCAP_SERVICES": {
  "user-provided": [
   {
    "credentials": {
     "hostname": "host",
     "password": "password",
     "ssl": "true",
     "username": "username",
     "vhost": "/"
    },
    "label": "user-provided",
    "name": "rabbit",
    "syslog_drain_url": "",
    "tags": [],
    "volume_mounts": []
   },
   {
    "credentials": {
     "driverClassName": "org.mariadb.jdbc.MySQLDataSource",
     "uri": "mysql://username:password@host3306/scdf"
    },
    "label": "user-provided",
    "name": "mysql",
    "syslog_drain_url": "",
    "tags": [],
    "volume_mounts": []
   }
  ]
 }
}

{
 "VCAP_APPLICATION": {
  "application_id": "0baf835b-1c84-4ea1-b30f-8361e17fc0fa",
  "application_name": "dataflow-server-stg",
  "application_uris": [
   "dataflow-server-stg.pre.ptlapps.com"
  ],
  "application_version": "6c9d8c5f-3a40-414f-b8bd-d74daaa0d981",
  "cf_api": "https://api.system.pre.ptlapps.com",
  "limits": {
   "disk": 2048,
   "fds": 16384,
   "mem": 1024
  },
  "name": "dataflow-server-stg",
  "space_id": "310bc642-a962-4260-960a-5adb7e768e73",
  "space_name": "scdf-stg-space",
  "uris": [
   "dataflow-server-stg.pre.ptlapps.com"
  ],
  "users": null,
  "version": "6c9d8c5f-3a40-414f-b8bd-d74daaa0d981"
 }
}

@sabbyanandan
Copy link
Contributor Author

There isn't any difference, so that's good.

Can you confirm the version of MySQL? As discussed in StackOverflow, from 1.5 and onwards, we switched to Hikari for the connection pool management. There could be a conflict with the version of MySQL and the driver that we use. Knowing the version could help narrow it down.

@rachitbahlpenske
Copy link

rachitbahlpenske commented Oct 5, 2018

We are using mysql version 5.6.10 with Amazon RDS

https://aws.amazon.com/rds/aurora/details/
https://dev.mysql.com/doc/refman/5.6/en/

@rachitbahlpenske
Copy link

rachitbahlpenske commented Oct 8, 2018

@sabbyanandan : Do you have all the information on this issue ? Please help us out to resolve . I have tried many different configuration setting and nothing seems to work.

@sabbyanandan
Copy link
Contributor Author

Hi, @rachitbahlpenske. Thanks for the details. Yes, we do have all the info we need. At the moment, we are trying to find/build an environment to repeat this using the Amazon RDS service. We will update with findings once we learn more about it.

@rachitbahlpenske
Copy link

thanks.

@rachitbahlpenske
Copy link

rachitbahlpenske commented Oct 8, 2018

@sabbyanandan I read a lot of source code/Blogs and was able to resolve this issue using the jdbcUrl. Looks like When using setUsername with a jdbcUrl, it will be translated into a "user" property, rather than "username" . Also noticed that password is not getting passed while using the uri format. The below config worked for me-
jdbcUrl:jdbc:mysql://host:3306/scdf?user=username&password=password

@markpollack
Copy link
Contributor

Is this the configuration for the user defined service?

@rachitbahlpenske
Copy link

yes this configuration is for the mysql service.

@sabbyanandan sabbyanandan changed the title SCDF V1.6.2-RELEASE keeps crashing while deploying on PCF SCDF V1.6.2-RELEASE + AWS Aurora fails to bootstrap Nov 26, 2018
@sabbyanandan sabbyanandan changed the title SCDF V1.6.2-RELEASE + AWS Aurora fails to bootstrap SCDF V1.6.2-RELEASE with AWS Aurora fails to bootstrap Nov 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants