-79811 Connection without user/password not supported
Explanation
You called the getConnection() method for the DataSource object, and the user name or the password is null.
User response
Use the user name and password arguments of the getConnection() method or set these values in the DataSource object.