No credential mapper entry found for password indirection user=hr for data
Hi……….
i’m trying to deploy my Jdeveloper application on standalone weblogic and i’m facing this problem:-
No credential mapper entry found for password indirection user=hr for data source Connection1
I resolved this problem by:-
1. Right click on Application drop down select Application properties
2. Click on Deployment
3. Uncheck “Auto Generate and Synchronize weblogic-jdbc.xml Descriptors During Deployment”
and I was able to solve this problem and deploy my application but when i run my application
I saw my jsf page but that jsf page was not Rendered and It showed all adf Tags…………
I checked the server log and I find this error
Stack trace for message 149004 weblogic.application.ModuleException: at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:302) at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199) at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:518) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:47) at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:614) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184) at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58) at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154) at
I'm sure that the jndi name on the WLS is the same name in application module. And I test the datasource on WLS and is success
by the way: my project contains only one bounded taskflow and it starts with "ExecuteWithParamater" and it accepts URL parameter. In fact this project is invoked through url from Oracle forms. Example : http://server:7001/missions/faces/Request.jspx?pId=20&type=SEC
Please help me to Solve this problem……….