-
Notifications
You must be signed in to change notification settings - Fork 42
SCDF V1.6.2-RELEASE with AWS Aurora fails to bootstrap #446
Comments
@rachitbahlpenske: This is specific to SCDF's CF-server, so I will move it and respond from the other repo. |
Hi, @rachitbahlpenske. According to the caused-by, you're maybe supplying wrong credentials.
Were you able to successfully use the same creds on a different App from within this PCF environment? If yes, please share the |
Sabby : thanks for moving the issue to the correct bucket. |
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
|
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 I guess there could be something different with Spring Cloud Connectors and the way how it parses the |
The below output is from 1.6
|
The below output is from 1.4
|
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. |
We are using mysql version 5.6.10 with Amazon RDS https://aws.amazon.com/rds/aurora/details/ |
@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. |
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. |
thanks. |
@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- |
Is this the configuration for the user defined service? |
yes this configuration is for the mysql service. |
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
Copied from original issue: spring-cloud/spring-cloud-dataflow#2475
The text was updated successfully, but these errors were encountered: