When I try to connect to MySQL on GGTS I get the following error thrown:
java.lang.IllegalArgumentException: Bad artifact coordinates mysql-connector-java-5.1.36-bin, expected format is :[:[:]]:
I am running GGTS on Ubuntu on a VM.
I have read that there was a problem with Windows. Could that be similar with Ubuntu?
You don't have configured correctly grails data sources in
grails-app/conf/application.groovy
.It should be something like these:
Keep in mind that if you have a specific configuration for your current execution environment (e.g. production), you must edit the relative configuration:
For a complete reference see the grails data source documentation.