Transaction subsystem startup failed with setting the
"use-hornetq-store"
-------------------------------------------------------------------------
Key: WFLY-5099
URL:
https://issues.jboss.org/browse/WFLY-5099
Project: WildFly
Issue Type: Bug
Components: Transactions
Reporter: Amos Feng
Assignee: Amos Feng
Fix For: 10.0.0.Beta2
using <use-hornetq-store enable-async-io="true"/> in standalone.xml and
wildfly starts failed with
{code}
21:45:42,140 ERROR [org.jboss.as.controller.management-operation] (Controller Boot
Thread) WFLYCTL0013: Operation ("add") failed - address:
([("subsystem" => "transactions")]) - failure description:
{"WFLYCTL0080: Failed services" =>
{"jboss.txn.ArjunaRecoveryManager" =>
"org.jboss.msc.service.StartException in service jboss.txn.ArjunaRecoveryManager:
Failed to start service
Caused by: com.arjuna.ats.arjuna.exceptions.FatalError: ARJUNA012135: Could not
create Store type:
com.arjuna.ats.internal.arjuna.objectstore.hornetq.HornetqObjectStoreAdaptor
Caused by: java.lang.NoClassDefFoundError:
org/apache/activemq/artemis/core/journal/SequentialFileFactory
Caused by: java.lang.ClassNotFoundException:
org.apache.activemq.artemis.core.journal.SequentialFileFactory from [Module
\"org.jboss.jts:main\" from local module loader @2aae9190 (finder: local module
finder @2f333739 (roots:
/home/zhfeng/work/zhfeng/jboss-as/build/target/wildfly-10.0.0.Beta2-SNAPSHOT/modules,/home/zhfeng/work/zhfeng/jboss-as/build/target/wildfly-10.0.0.Beta2-SNAPSHOT/modules/system/layers/base))]"}}
{code}