无法初始化 class com.ibm.ws.ffdc.FFDCFilter。 DSRA0010E:SQL 状态 = 28P01,错误代码 = 0
Could not initialize class com.ibm.ws.ffdc.FFDCFilter. DSRA0010E: SQL State = 28P01, Error Code = 0
当我尝试在 websphere 上部署企业应用程序时,我能否获得来自 eclipse 的错误代码的帮助。我关注了 craig st jean,我还面临另一个配置问题,即使用 postgresql 的 websphere 数据源。我正在使用 windows 机器,64 位 arch。错误代码是这个问题的主题。我希望这个问题可以被看作是相关的,因为关于 com.ibm.ws.ffdc.FFDCFilter 的第一个问题没有太多解决方案,因此如果一个人不克服第一个问题,那么如何继续努力并尝试解决第二个问题。谢谢。
Webspere 日志
The test connection operation failed for data source AppDb on server server1 at node Lenovo-PCNode01 with the following exception: java.sql.SQLException: FATAL: password authentication failed for user "listmanagerremote" DSRA0010E: SQL State = 28P01, Error Code = 0. View JVM logs for further details.
我已经解决了在 eclipse neon 中部署的问题 IDE。我认为这是安装 IBM WebSphere Application Server Traditional v8.0x Developer tools for Neon 和 IBM jre 的结果。
Eclipse 控制台最终消息
00000063 CompositionUn A WSVR0191I: Composition unit WebSphere:cuname=ListManager in BLA WebSphere:blaname=ListManager started.
Postgre 记录 28P01 SQL 状态为无效密码:
“28P01 密码无效 invalid_password”
https://www.postgresql.org/docs/9.0/static/errcodes-appendix.html
检查您的数据源配置以确保您指定了正确的密码,或者如果您为数据源使用身份验证别名,请确认身份验证数据配置包含正确的密码,并且您已配置数据源and/or 使用该身份验证数据的资源引用。
当我尝试在 websphere 上部署企业应用程序时,我能否获得来自 eclipse 的错误代码的帮助。我关注了 craig st jean,我还面临另一个配置问题,即使用 postgresql 的 websphere 数据源。我正在使用 windows 机器,64 位 arch。错误代码是这个问题的主题。我希望这个问题可以被看作是相关的,因为关于 com.ibm.ws.ffdc.FFDCFilter 的第一个问题没有太多解决方案,因此如果一个人不克服第一个问题,那么如何继续努力并尝试解决第二个问题。谢谢。
Webspere 日志
The test connection operation failed for data source AppDb on server server1 at node Lenovo-PCNode01 with the following exception: java.sql.SQLException: FATAL: password authentication failed for user "listmanagerremote" DSRA0010E: SQL State = 28P01, Error Code = 0. View JVM logs for further details.
我已经解决了在 eclipse neon 中部署的问题 IDE。我认为这是安装 IBM WebSphere Application Server Traditional v8.0x Developer tools for Neon 和 IBM jre 的结果。
Eclipse 控制台最终消息
00000063 CompositionUn A WSVR0191I: Composition unit WebSphere:cuname=ListManager in BLA WebSphere:blaname=ListManager started.
Postgre 记录 28P01 SQL 状态为无效密码:
“28P01 密码无效 invalid_password”
https://www.postgresql.org/docs/9.0/static/errcodes-appendix.html
检查您的数据源配置以确保您指定了正确的密码,或者如果您为数据源使用身份验证别名,请确认身份验证数据配置包含正确的密码,并且您已配置数据源and/or 使用该身份验证数据的资源引用。