Getting JBAS014847: Could not find a path called 'tx-object-store' ERROR on startup of EAP 6 ?
Issue
- After adding the below "object-store" "relative-to" configuration in the
transactionssubsystem:
configured following "" in your standalone-full-ha.xml:
<subsystem xmlns="urn:jboss:domain:transactions:1.5">
...
<object-store relative-to="/test/log/jboss"/> <!-- NOTICE HERE -->
</subsystem>
- Getting following ERROR on startup of EAP 6:
Jan 30 17:00:54.290 17:00:54,284 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.txn.ArjunaObjectStoreEnvironment: org.jboss.msc.service.StartException in service jboss.txn.ArjunaObjectStoreEnvironment: Failed to start service
Jan 30 17:00:54.290 at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1936) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]
Jan 30 17:00:54.290 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21]
Jan 30 17:00:54.290 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21]
Jan 30 17:00:54.290 at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21]
Jan 30 17:00:54.290 Caused by: java.lang.IllegalArgumentException: JBAS014847: Could not find a path called 'tx-object-store'
Jan 30 17:00:54.290 at org.jboss.as.controller.services.path.PathManagerService.resolveRelativePathEntry(PathManagerService.java:91)
Jan 30 17:00:54.290 at org.jboss.as.txn.service.ArjunaObjectStoreEnvironmentService.start(ArjunaObjectStoreEnvironmentService.java:76)
Jan 30 17:00:54.290 at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1980) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]
Jan 30 17:00:54.290 at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1913) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]
Jan 30 17:00:54.290 ... 3 more
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
