WebSphere数据库域错误,请帮忙
有人在 Websphere 6.1 Portal 中见过以下错误吗?数据库域当前不可用是什么意思?我通过 Websphere 控制台测试了数据库连接,它们都工作正常。不确定数据库域是什么意思。我们在多个领域都看到了这一点。
0000009f DataStoreCont E com.ibm.wps.datastore.impl.DataStoreContext handleException EJPDB0002E:数据库访问期间发生错误。 com.ibm.wps.datastore.domains.DomainUnavailableException:EJPDB0101E:数据库域 [域:cust] 当前不可用。 在 com.ibm.wps.datastore.impl.DataStoreContext.handleException(DataStoreContext.java:315)
Has anyone seen the following error before in Websphere 6.1 Portal? What does it mean the database domain is currently unavailable? I tested DB connections via the Websphere console and they all worked. Not sure what database domain means. We saw this for multiple domains.
0000009f DataStoreCont E com.ibm.wps.datastore.impl.DataStoreContext handleException EJPDB0002E: Error occurred during database access.
com.ibm.wps.datastore.domains.DomainUnavailableException: EJPDB0101E: Database domain [Domain: cust] is currently unavailable.
at com.ibm.wps.datastore.impl.DataStoreContext.handleException(DataStoreContext.java:315)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
定制数据库保存用户的私人页面等信息。万一他们可以访问即。共享设置他们的自定义页面成为页面的新私人版本。定制数据库的另一个用途是 portlet 首选项。数据库域不可用错误消息是告诉数据库无法访问的一种非常通用的方式。
当您看到多个域的错误消息时,我会说您的数据库服务器崩溃了。 WAS 的连接测试功能仅测试连接 - 并不是任何查询真正成功。此类错误消息也可能是由配置错误的 HA 解决方案引起的。
The customization database holds information like users' private pages. In case they can access ie. shared settings their customized page becomes a new private version of the page. An other usage for the customization database are the portlet preferences. The database domain unavailable error message is a very generic way of telling that the database can not be accessed.
As you saw the error messages for several domains I would say your database server crashed. The connection testing feature of WAS only tests connection - not that any queries actually succeed. Such error messages can also be caused by misconfigured HA solutions.