Sorry but if JMS can not connect on the DB, this mean that there is a DB connection error.
So, you have to review the parameters again.
To connect on a DB, it is important to have the correct host name, mysql user and mysql password.
After that, MySQL is able to connect on the DB if this is granted by MySQL.
When JMS is not able to connect to the DB, it retry with the usage of the JMS setting root DB connection to try creating the DB.
In your case the My SQL root is not present or incorrect to allow creating the DB for you. This is the reason why finally you have this error message.
|