Google Cloud Datasource Issues

I’m connecting a Google flexible app engine version of the latest lucee to Google Cloud SQL.

To do this there is a cloud_sql_proxy which makes port 3306 available on the local container. When I SSH to the container and run the command line mysql -u root -h 127.0.0.1 -p I get a connection.

When this is set up in the Lucee datasource I get an error.

Can anybody think of the cause of this? is lucee going a different way to get to this IP_Port?

TIA

Tony

Sorted - Needed supervisord updated to run cloud_sql_proxy as separate program. Installation must have been corrupt!