10:59:09,203 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TransactionReaper_18] - TransactionReaper::check timeout for TX -3f57fe7d:a4a:4e45e4af:2f4 in state RUN
10:59:09,203 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.BasicAction_58] - Abort of action id -3f57fe7d:a4a:4e45e4af:2f4 invoked while multiple threads active within it.
10:59:09,203 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.CheckedAction_2] - CheckedAction::check - atomic action -3f57fe7d:a4a:4e45e4af:2f4 aborting with 1 threads active!
10:59:09,203 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TransactionReaper_7] - TransactionReaper::doCancellations worker Thread[Thread-17,5,jboss] successfully canceled TX -3f57fe7d:a4a:4e45e4af:2f4
10:59:17,265 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TransactionReaper_18] - TransactionReaper::check timeout for TX -3f57fe7d:a4a:4e45e4af:2f8 in state RUN
10:59:17,265 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.BasicAction_58] - Abort of action id -3f57fe7d:a4a:4e45e4af:2f8 invoked while multiple threads active within it.
10:59:17,265 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.CheckedAction_2] - CheckedAction::check - atomic action -3f57fe7d:a4a:4e45e4af:2f8 aborting with 1 threads active!
10:59:17,265 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TransactionReaper_7] - TransactionReaper::doCancellations worker Thread[Thread-17,5,jboss] successfully canceled TX -3f57fe7d:a4a:4e45e4af:2f8
10:59:25,218 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TransactionReaper_18] - TransactionReaper::check timeout for TX -3f57fe7d:a4a:4e45e4af:2fc in state RUN
10:59:25,218 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.BasicAction_58] - Abort of action id -3f57fe7d:a4a:4e45e4af:2fc invoked while multiple threads active within it.
10:59:25,218 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.CheckedAction_2] - CheckedAction::check - atomic action -3f57fe7d:a4a:4e45e4af:2fc aborting with 1 threads active!
10:59:25,218 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TransactionReaper_7] - TransactionReaper::doCancellations worker Thread[Thread-17,5,jboss] suc
刚刚遇见jboss报这个异常(Jboss 5.1.0 GA),导致我的jms消息收取经常超时,在网上搜了下,看见两篇帖子(见本文最后),大致是说jboss默认配置的事物超时过小,我自己看了下,默认是300,我改为1500,还有待检测。
解决方案:
这个问题的根本问题是启动jboss的时候如果没有指定IP,容易出这个问题,比如可以加入 -b 0.0.0.0即可解决。