Hide Forgot
Description of problem: With our normal OpenJDK config, we are only able to get encryption working with: <connection-property name="securityMechanism">9</connection-property> =ENCRYPTED_USER_AND_PASSWORD_SECURITY <connection-property name="encryptionAlgorithm">2</connection-property> = AES With 13 set as the securityMechanism, the error below gets tossed to the log on startup. The full error is attached to the case. Caused by: java.security.InvalidAlgorithmParameterException: Prime size must be multiple of 64, and can only range from 512 to 4096 Version-Release number of selected component (if applicable): RHEL 6.7 OpenJDK 1.7.0_91 JBoss EAP 6.1.1 (for configuring IBM DB2 datasource) How reproducible: Configure DB2 Datasource on JBoss EAP 6.1.1 and set the following: <connection-property name="securityMechanism">13</connection-property> =ENCRYPTED_USER_AND_PASSWORD_SECURITY Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: