WLTC

WLTC0001E: 在类 {1} 的方法 {0} 中发生一个内部错误;异常堆栈跟踪如下:{2}。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0002E: 无法开始 LocalTransactionContainment,因为全局事务是活动的。
Explanation 在全局事务活动时,非法尝试启动本地事务。
Action 确保在本地事务中执行工作之前,完成任何全局事务。
WLTC0003E: 无法继续 LocalTransactionContainment,因为全局事务是活动的。
Explanation 容器无法继续 LocalTransactionContainment,因为全局事务当前是活动的。
Action 确保在继续 LocalTransactionContainment 之前,任何全局事务都已完成/暂挂。
WLTC0004E: 无法把本地事务资源加入列表,因为全局事务是活动的。
Explanation 无法使用本地事务连接,因为全局事务当前是活动的。
Action 确保在本地事务中执行工作之前,完成任何全局事务。
WLTC0005E: 无法把资源加入列表。本地事务 resolution-control 值是 Application,因此仅可把资源加入列表供清除。
Explanation 当 resolution-control 值不是 ContainerAtBoundary 时,容器尝试将资源加入列表。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0006E: 无法把资源加入列表。LocalTransactionContainment 正在完成或已完成。
Explanation LocalTranactionContainment 不处于将资源加入列表的状态。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0007E: 无法把资源加入列表供清除,因为全局事务是活动的。
Explanation 无法使用本地事务连接,因为全局事务当前是活动的
Action 确保在本地事务中执行工作之前,完成任何全局事务。
WLTC0008E: 无法把资源加入列表供清除。本地事务 resolution-control 值是 ContainerAtBoundary,因此不能把资源加入列表供清除。
Explanation 使用本地事务连接的应用程序配置为负责启动和解决本地事务的容器,但是应用程序自身已启动一个本地事务。
Action 当使用容器解决的本地事务时,应用程序应该遵循连接用法的 get-use-model。
WLTC0009E: 无法把资源加入列表供清除。LocalTransactionContainment 正在完成或已完成。
Explanation LocalTranactionContainment 不处于将资源加入列表的状态。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0010E: 无法从列表中除去资源,因为全局事务是活动的。
Explanation LocalTranactionContainment 无法从列表中除去资源,因为全局事务当前是活动的。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0011E: 无法从列表中除去资源。在 LocalTransactionContainment 中没有把资源加入列表供清除。
Explanation LocalTranactionContainment 无法从列表中除去还未加入列表供清除的资源。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0012E: 无法从列表中除去资源。LocalTransactionContainment 正在完成或已完成。
Explanation LocalTranactionContainment 不处于从列表中除去资源的状态。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0013E: 无法把同步加入列表,因为全局事务是活动的。
Explanation 同步无法用 LocalTransactionContainment 加入列表,因为全局事务当前是活动的。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0014E: 无法把同步加入列表。LocalTransactionContainment 正在完成或已完成。
Explanation LocalTranactionContainment 不处于将同步加入列表的状态。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0015E: 资源 {0} 启动失败。异常堆栈跟踪如下:{1}。
Explanation 容器无法启动本地事务。
Action 审查资源管理器。
WLTC0016E: 资源 {0} 未能完成。异常堆栈跟踪如下:{1}。
Explanation 容器无法完成本地事务。
Action 审查资源管理器。
WLTC0017E: 资源回滚,因为调用 setRollbackOnly()。
Explanation 由于在 LTC 上正在调用 setRollbackOnly(),导致回滚用 LTC 加入列表的资源,而不是落实。
Action 无,这只是给您的一些信息而已。
WLTC0018E: 无法开始 LocalTransactionContainment。LocalTransactionContainment 已经是活动的。
Explanation 当尝试启动一个新的 LocalTransactionContainment 时,已有一个是活动的。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0019E: 无法执行操作。LocalTransactionContainment 标记为仅回滚。
Explanation 在其下执行失败操作的 LocalTransactionContainment 已由容器标记为仅回滚。
Action 使用跟踪,确定为什么 LocalTransactionContainment 标记为仅回滚。
WLTC0020E: 无法执行操作。LocalTransactionContainment 正在完成或已完成。
Explanation 在其下执行失败操作的 LocalTransactionContainment 正在完成或已完成。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0021E: 资源的完成状态是不一致的。
Explanation 作为 ActivitySessionResource 加入列表的 LocalTransactionCoordinator 完成,带有不一致结果。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0022E: 资源复位,因为在 LTC 上调用 setRollbackOnly
Explanation 由于正在 LTC 上调用 setRollbackOnly,导致复位作为 ActivitySessionResource 加入列表的 LocalTransactionCoordinator
Action 无,这只是给您的一些信息而已。
WLTC0023E: 由于非法的状态,导致资源无法完成。
Explanation 作为 ActivitySessionResource 加入列表的 LocalTransactionCoordinator 处于完成的非法状态。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0024E: 无法联系 ActivitySession 服务。查找 ActivitySessionManager 失败。
Explanation 在 JNDI 名称空间中未找到 ActivitySessionManager 对象。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0025E: 无法用 ActivitySession 服务加入列表。ActivitySession 是非法的状态。
Explanation 当前 ActivitySession 不处于将 LTC 作为资源加入列表的正确状态。
Action
WLTC0026E: 与 ActivitySession 服务交互时发生了意外错误。
Explanation 尝试用 ActivitySession 服务将 LTC 加入列表时,发生了意外错误。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0027E: 没有 LocalTransactionCoordinator 供清除。
Explanation LocalTransactionCoordinator 未与当前线程相关联,所以无法清除。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0028E: 没有 LocalTransactionCoordinator 以完成。
Explanation LocalTransactionCoordinator 未与当前线程相关联,所以无法完成。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0029E: 应用程序安装失败;应用程序组件 {0} 具有在 WebSphere Application Server 已安装版本中未启用的 WebSphere 部署描述符扩展;它们的使用可能导致数据完整性的丢失:ActivationPolicy 是 {1};LocalTransactionBoundary 是 {2}。
Explanation 消息中标识的应用程序已使用 WebSphere 已安装版本中不支持的扩展进行组装。如果 WebSphere 允许应用程序在缺少需要的扩展支持的情况下运行,则行为可能以某种方式改变,从而会影响数据完整性;例如,可在几个事务下更新事务数据,此时显示的扩展支持将使它们在相同事务下发生。由于此原因,所以安装应用程序不是很安全。
Action 检查无法安装的应用程序。如果可以没有扩展支持而运行它,则不指定扩展重新组装应用程序。如果应用程序需要扩展的支持,则必须仅在提供该支持的 WebSphere Application Server 上安装它。
WLTC0030E: 应用程序安装失败;将应用程序 bean {0} 配置为管理它自己的事务,但具有 ContainerAtBoundary 不兼容的本地事务解析控制设置。
Explanation 消息中标识的 bean 已使用不支持的扩展进行组装。由于此原因,所以未安装应用程序。
Action 安装失败的应用程序必须使用 bean 的备用配置重新组装。
WLTC0031E: 应用程序安装失败;无法安装应用程序组件 {0}。
Explanation 无法正确安装消息中标识的应用程序。由于此原因,应用程序不可用。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0032W: 清除 LocalTransactionContainment 期间回滚了一个或多个本地事务资源。
Explanation 带有不完整本地事务资源的 LocalTransactionContainment 终止,并导致资源回滚。
Action 无,这只是给您的一些信息而已。
WLTC0033W: 清除 LocalTransactionContainment 时,资源 {0} 回滚。
Explanation 本地事务资源在 LocalTransactionContainment 完成时未解析,并回滚。
Action 无,这只是给您的一些信息而已。
WLTC0034E: 清除期间,LocalTransactionContainment 完成的状态是不一致的。
Explanation 在清除期间,作为 ActivitySessionSynchronization 加入列表的 LocalTransactionCoordinator 完成,带有不一致结果。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0035W: 在清除期间,复位未解析的 LocalTransactionContainment。
Explanation 复位作为 ActivitySessionSynchronization 加入列表的 LocalTransactionCoordinator。
Action 可能已经发生应用程序错误,检查任何相关消息以确定复位的原因。
WLTC0036E: 在清除期间,由于非法的状态,在 LocalTransactionContainment 中注册的一个或多个资源无法完成。
Explanation 作为 ActivitySessionSynchronization 加入列表的 LocalTransactionCoordinator 在清除期间包含对于完成处于非法状态的一个或多个资源。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
WLTC0037E: 无法启动全局事务。LocalTransactionContainment 已经是活动的。
Explanation 当尝试启动全局事务时,LocalTransactionContainment 已经是活动的。
Action If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
Reference topic    

Terms and conditions for information centers | Feedback

Last updated: May 16, 2012 5:10:27 PM CDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.messages.doc/com.ibm.ws.LocalTransaction.resources.LocalTranMsgs.html

© Copyright IBM Corporation 2006, 2011. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)