Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ATP DB - Error in deploying an application to integrated web application

user8482580Jul 2 2020 — edited Aug 23 2020

Hi,

I am using Jdev 12.2.1.4. I have an ATP DB and I need to create an application using this DB. I am able to connect to ATP DB from Jdev business component connection using this article

I am also able to create a datasource JNDI connection in integrated weblogic server using this blog. However while deploying the application to integrated server. I am getting below error . Any pointers will really help.

2020-07-02 23_19_09-Oracle JDeveloper 12c - SMSAOutboundApp.jws _ Model.jpr.png

weblogic.application.ModuleException: java.security.UnrecoverableKeyException: Password verification failed

at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:408)

at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:192)

at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:187)

at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:45)

Truncated. see log file for complete stacktrace

Caused By: java.security.UnrecoverableKeyException: Password verification failed

at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:783)

at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:56)

at sun.security.provider.KeyStoreDelegator.engineLoad(KeyStoreDelegator.java:224)

at sun.security.provider.JavaKeyStore$DualFormatJKS.engineLoad(JavaKeyStore.java:70)

at java.security.KeyStore.load(KeyStore.java:1445)

Truncated. see log file for complete stacktrace

Comments
Post Details
Added on Jul 2 2020
8 comments
521 views