java - JBoss start stuck on Weld service -
after began using oci, jboss stuck when starting weld service.
15:28:14,948 info [org.jboss.weld.deployer] (msc service thread 1-4) jbas016008: starting weld service deployment abena-ear.ear 15:32:59,961 warn [com.arjuna.ats.arjuna] (transaction reaper) arjuna012117: transactionreaper::check timeout tx 0:ffff7f000101:-430b779d:55c4b259:d in state run 15:32:59,965 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012095: abort of action id 0:ffff7f000101:-430b779d:55c4b259:d invoked while multiple threads active within it. 15:32:59,966 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012108: checkedaction::check - atomic action 0:ffff7f000101:-430b779d:55c4b259:d aborting 1 threads active! 15:32:59,967 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012121: transactionreaper::docancellations worker thread[transaction reaper worker 0,5,main] canceled tx 0:ffff7f000101:-430b779d:55c4b259:d 15:32:59,970 warn [com.arjuna.ats.arjuna] (transaction reaper) arjuna012117: transactionreaper::check timeout tx 0:ffff7f000101:-430b779d:55c4b259:c in state run 15:32:59,974 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012095: abort of action id 0:ffff7f000101:-430b779d:55c4b259:c invoked while multiple threads active within it. 15:32:59,975 warn [com.arjuna.ats.arjuna] (transaction reaper) arjuna012117: transactionreaper::check timeout tx 0:ffff7f000101:-430b779d:55c4b259:e in state run 15:32:59,975 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012108: checkedaction::check - atomic action 0:ffff7f000101:-430b779d:55c4b259:c aborting 1 threads active! 15:32:59,977 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012121: transactionreaper::docancellations worker thread[transaction reaper worker 0,5,main] canceled tx 0:ffff7f000101:-430b779d:55c4b259:c 15:32:59,978 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012121: transactionreaper::docancellations worker thread[transaction reaper worker 0,5,main] canceled tx 0:ffff7f000101:-430b779d:55c4b259:e 15:32:59,987 warn [com.arjuna.ats.arjuna] (transaction reaper) arjuna012117: transactionreaper::check timeout tx 0:ffff7f000101:-430b779d:55c4b259:f in state run 15:32:59,988 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012095: abort of action id 0:ffff7f000101:-430b779d:55c4b259:f invoked while multiple threads active within it. 15:32:59,989 warn [com.arjuna.ats.arjuna] (transaction reaper) arjuna012117: transactionreaper::check timeout tx 0:ffff7f000101:-430b779d:55c4b259:10 in state run 15:32:59,989 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012108: checkedaction::check - atomic action 0:ffff7f000101:-430b779d:55c4b259:f aborting 1 threads active! 15:32:59,991 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012121: transactionreaper::docancellations worker thread[transaction reaper worker 0,5,main] canceled tx 0:ffff7f000101:-430b779d:55c4b259:f 15:32:59,992 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012095: abort of action id 0:ffff7f000101:-430b779d:55c4b259:10 invoked while multiple threads active within it. 15:32:59,993 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012108: checkedaction::check - atomic action 0:ffff7f000101:-430b779d:55c4b259:10 aborting 1 threads active! 15:32:59,993 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012121: transactionreaper::docancellations worker thread[transaction reaper worker 0,5,main] canceled tx 0:ffff7f000101:-430b779d:55c4b259:10 15:32:59,994 warn [com.arjuna.ats.arjuna] (transaction reaper) arjuna012117: transactionreaper::check timeout tx 0:ffff7f000101:-430b779d:55c4b259:11 in state run 15:32:59,995 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012095: abort of action id 0:ffff7f000101:-430b779d:55c4b259:11 invoked while multiple threads active within it. 15:32:59,996 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012108: checkedaction::check - atomic action 0:ffff7f000101:-430b779d:55c4b259:11 aborting 1 threads active! 15:32:59,998 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012121: transactionreaper::docancellations worker thread[transaction reaper worker 0,5,main] canceled tx 0:ffff7f000101:-430b779d:55c4b259:11 15:33:00,011 warn [com.arjuna.ats.arjuna] (transaction reaper) arjuna012117: transactionreaper::check timeout tx 0:ffff7f000101:-430b779d:55c4b259:12 in state run 15:33:00,012 warn [com.arjuna.ats.arjuna] (transaction reaper worker 0) arjuna012095: abort of action id 0:ffff7f000101:-430b779d:55c4b259:12 invoked while multiple threads active within it.
on development environment of times jboss starts without problems. see error , need stop , start again jboss.
on test/production environment happening often. need stop , start again several times.
looking log can see stuck more 4 minutes before warn transaction reaper.
thanks help!
solution: stopped happening when migrated wildfly 10.0.0.final
Comments
Post a Comment