Expand my Community achievements bar.

ES Configuration Oracle failed validation

Avatar

Level 3

I get this error when trying to setup the Oracle connection: Exception[ALC-LCM-110-030]: Failed to configure datasource.

Caused by: java.lang.Exception: Failed to encrypt password

    at com.adobe.livecycle.cdv.JBossCDVFactory.encryptPassword(JBossCDVFactory.java:711)

    at com.adobe.livecycle.cdv.JBossCDVFactory.configDB(JBossCDVFactory.java:405)

    ... 7 more

Caused by: java.lang.Exception: Password encryption failed

Error: Could not find or load main class org.jboss.resource.security.SecureIdentityLoginModule

    at com.adobe.livecycle.cdv.JBossCDVFactory.processOutput(JBossCDVFactory.java:745)

    at com.adobe.livecycle.cdv.JBossCDVFactory.encryptPassword(JBossCDVFactory.java:695)

I cannot complete the configuration because of this error.

1 Reply

Avatar

Level 3


Found the solution.  Hostname has to be the value specified in the tnsnames file (on my local machine, the server does not have one) for hostname.  DB Name is actually SID, we don't use SID's so I had to have my DBA set one up.  Once I did that it worked.