Why am I not able to create a JDBC Connection Pool in GlassFish 5.0? I want connect to MySQL server. I created connection pool by guide, but nothing is working.
I used Resource type: java.sql.DataSource
Driver class name: com.mysql.cj.jdbc.MysqlDataSource
[2018-07-17T15:45:15.500+0300] [glassfish 5.0] [WARNING] [test.connection.pool.failed [javax.enterprise.resource.resourceadapter.com.sun.enterprise.connectors.service] [tid: _ThreadID=45 _ThreadName=admin-listener(4)] [timeMillis: 1531831515500] [levelValue: 900] [[ RAR8054: Exception while creating an unpooled [test] connection for pool [ pool ], Connection could not be allocated because: Cannot open file:/Library/glassfish5.0/glassfish/domains/domain1/config/keystore.jks [Keystore was tampered with, or password was incorrect]]]