The "java.sql.sqlexception server configuration denies access to datasource" is not
actually a bug.
The exception was thrown because the application is trying to connect to a remote
database, while using a username/password that is not configured on the remote database
to accept such connections.
To resolve this, create a user on the mysql database using PHPMYADMIN. While creating the
user, please ensure that you do not select "localhost" as the Host specified for that user
account. Rather, you may select "Any Host" (without specifying any host in particular) or
you select "Use Text Field" and then specify the ip address of the machine housing the
mysql db.
This will definitely solve the problem.
Feel free to contact me for any further assistance
Ebuka (from Nigeria)
ebuka.ezewuzie@gmail.com