部署失败-weblogic.application.ModuleException

时间:2015-12-12 15:03:15

标签: deployment ejb weblogic oracle-adf jta

我正在JDeveloper中开发一个应用程序,我正在尝试将应用程序部署到我的WebLogic服务器,但是我看到以下异常:

    <12-Dec-2015 16:58:24 o'clock EET> <Error> <JDBC> <BEA-001553> <Unable to deploy JDBC data source localhostXE. No credential mapper entry found for password indirection user hr> 
<12-Dec-2015 16:58:24 o'clock EET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID "105826237129178" for task "0". Error is: "weblogic.application.ModuleException: weblogic.common.ResourceException: No credential mapper entry found for password indirection user=hr for data source localhostXE"
weblogic.application.ModuleException: weblogic.common.ResourceException: No credential mapper entry found for password indirection user=hr for data source localhostXE
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:350)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)
    at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:175)
    at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:170)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
    Truncated. see log file for complete stacktrace
Caused By: weblogic.common.ResourceException: No credential mapper entry found for password indirection user=hr for data source localhostXE
    at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig.getDriverProperties(DataSourceConnectionPoolConfig.java:486)
    at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig$2.run(DataSourceConnectionPoolConfig.java:360)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig.initJDBCParameters(DataSourceConnectionPoolConfig.java:356)
    Truncated. see log file for complete stacktrace
> 
<12-Dec-2015 16:58:24 o'clock EET> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application "Test01".> 
<12-Dec-2015 16:58:24 o'clock EET> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
weblogic.application.ModuleException: weblogic.common.ResourceException: No credential mapper entry found for password indirection user=hr for data source localhostXE
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:350)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)
    at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:175)
    at weblogic.application.internal.flow.ModuleStateDriver$1.next(ModuleStateDriver.java:170)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
    Truncated. see log file for complete stacktrace
Caused By: weblogic.common.ResourceException: No credential mapper entry found for password indirection user=hr for data source localhostXE
    at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig.getDriverProperties(DataSourceConnectionPoolConfig.java:486)
    at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig$2.run(DataSourceConnectionPoolConfig.java:360)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig.initJDBCParameters(DataSourceConnectionPoolConfig.java:356)
    Truncated. see log file for complete stacktrace
> 

您对我如何修复错误有任何想法,以便我可以继续工作吗?我在互联网上看过一些东西,但没有任何帮助?谢谢!

0 个答案:

没有答案