码迷,mamicode.com
首页 > 其他好文 > 详细

XAException warning

时间:2014-08-13 14:23:56      阅读:302      评论:0      收藏:0      [点我收藏+]

标签:http   java   os   io   for   ar   art   cti   

While deploying application on Jboss6/Oracle if following warning displays 
  
"WARN [com.arjuna.ats.jta] ARJUNA-16027 Local XARecoveryModule.xaRecovery got XA exception XAException.XAER_RMERR: javax.transaction.xa.XAException" 

to run following commands with sysdba Role 

grant select on sys.dba_pending_transactions to gpmainuser; 
grant select on sys.pending_trans$ to gpmainuser; 
grant select on sys.dba_2pc_pending to gpmainuser; 
grant execute on sys.dbms_system to gpmainuser;

 

Reference link: https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6/html/Administration_and_Configuration_Guide/Example_Oracle_XA_Datsource1.html

https://community.jboss.org/thread/220820?tstart=0

XAException warning,布布扣,bubuko.com

XAException warning

标签:http   java   os   io   for   ar   art   cti   

原文地址:http://www.cnblogs.com/hellotech/p/3909838.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!