Hi.
Im trying to run the petclinic sample from Spring dist.
But when running the application, I got the following exception :
java.sql.SQLException: Unable to connect to any hosts due to exception: java.lang.ArrayIndexOutOfBoundsException: 40
Well, I have configured my application to use MySQL (URL, username, password, dialect, populating the tables ...)
Any ideas ?
Thanks.


Reply With Quote