2

我已使用命令重置 DEV_OAM 和 DEV_OPSS 密码

alter user dev_oam identified by Xxxxxxx 

alter user dev_opss identified by Xxxxxx

密码重置后,我尝试重新启动 Weblogic 管理服务器和 Oam 托管服务器。当我尝试重新启动管理服务器时,我遇到了以下错误。

内部异常:java.sql.SQLException:ORA-01017:用户名/密码无效;登录被拒绝

错误代码:1017 2015 年 2 月 20 日晚上 10:58:08 oracle.security.jps.internal.credstore.ldap.LdapCredentialStore init 警告:无法创建凭证存储实例。原因 oracle.security.jps.service.policystore.PolicyStoreConnectivityException: JPS-10000: 策略存储中存在内部错误。JPS-01055:无法创建凭证存储实例。原因 oracle.security.jps.service.policystore.PolicyStoreConnectivityException: JPS-10000: 策略存储中存在内部错误。错误:诊断数据未保存到凭据存储区。错误:验证操作失败。[oracle@oamps2 bin]$ [oracle@oamps2 bin]$ tail -f AdminServer.out [EL Severe]: 2015-02-20 22:46:27.246--ServerSession(899981417)--异常 [EclipseLink-4002] ( Eclipse 持久性服务 - 2.3.1。v20111018-r10243):org.eclipse.persistence.exceptions.DatabaseException 内部异常:java.sql.SQLException:ORA-01017:用户名/密码无效;登录被拒绝

错误代码:1017 2015 年 2 月 20 日晚上 10:46:27 oracle.security.jps.internal.credstore.ldap.LdapCredentialStore init 警告:无法创建凭证存储实例。原因 oracle.security.jps.service.policystore.PolicyStoreConnectivityException: JPS-10000: 策略存储中存在内部错误。JPS-01055:无法创建凭证存储实例。原因 oracle.security.jps.service.policystore.PolicyStoreConnectivityException: JPS-10000: 策略存储中存在内部错误。错误:诊断数据未保存到凭据存储区。错误:验证操作失败。需要先做安全配置!


谁能建议我该怎么做才能解决这个问题。

4

1 回答 1

2

Have you altered all of your connection pool configuration passwords in weblogic to match the database password? This document may help you, particularly the referenced documents at the bottom (You need an oracle support account to view these).

于 2015-02-26T09:36:17.613 回答