简体   繁体   English

ATG连接螺纹

[英]ATG Connection Threads

I am facing an issue where I am getting the following error: 我遇到一个以下错误的问题:

CONTAINER:atg.repositoryException; SOURCE:java.sql.SQLException: Unexpected exception while enlisting XAConnection java.sql.SQLException: XA error: XAResource.XAER_RMFAIL start() failed on resource'ATGProductionDS_atg11':XAResource.XAER_RMFAIL: Resource manager is unavailable. 

How do I solve this? 我该如何解决?

  1. Do ATG connection threads get closed implicitly or do we have to close it explicitly? ATG连接线程是隐式关闭还是必须显式关闭?

  2. Do ATG connection threads get closed after updateItem() and addItem() methods implicitly? ATG连接线程在updateItem()和addItem()方法后隐式关闭吗?

  3. How can we close an ATG session thread explicitly? 我们如何显式关闭ATG会话线程?

There are potentially a number of causes for this issue. 可能有许多原因导致此问题。 There is a support document in Oracle support portal which helps understand where the issue is (You will have to register for Oracle Support access) Oracle支持门户网站中有一个支持文档 ,可帮助您了解问题所在(您必须注册以获得Oracle Support访问权限)

  1. Slow running query which is never timing out due to a misconfiguration 运行缓慢的查询,由于配置错误而永远不会超时
  2. The timeouts for your datasource(s) are not setup correctly between WebLogic and the ATG application WebLogic和ATG应用程序之间的数据源超时设置不正确

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM