[JBoss JIRA] Created: (JBTM-673) Investigate other object store implementations
by Mark Little (JIRA)
Investigate other object store implementations
----------------------------------------------
Key: JBTM-673
URL: https://jira.jboss.org/jira/browse/JBTM-673
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Transaction Core
Reporter: Mark Little
Assignee: Mark Little
Fix For: 4.10.0
"... spin out messaging journal into separate component so we can consume it. Also look at other disk I/O alternatives, basically trying to batch syncs so one is shared by many tx rather than one per tx. Also maybe preliminary investigation of in-memory replication of logs via jgroups."
See related links. Need to re-check performance of transaction log and maybe make it the default implementation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] Created: (JBTM-873) "Unique index or primary key violation" in jee_transactional_app quickstart
by Paul Robinson (JIRA)
"Unique index or primary key violation" in jee_transactional_app quickstart
---------------------------------------------------------------------------
Key: JBTM-873
URL: https://issues.jboss.org/browse/JBTM-873
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JTA
Reporter: Paul Robinson
Assignee: Tom Jenkinson
Fix For: 5.0.0.M1
Attachments: log.txt
To reproduce:
{code}
cd ArjunaJTA/quickstarts/jee_transactional_app
export JBOSS_HOME=<PATH_TO_JBOSS_HOME>
mvn install -Parq-jbossas-managed
{code}
Observe stack traces in logs. Notice that this error doesn't cause the tests to fail.
See attached logs for what I am seeing.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] Created: (JBTM-850) Remove old ant build system in Narayana
by Tom Jenkinson (JIRA)
Remove old ant build system in Narayana
---------------------------------------
Key: JBTM-850
URL: https://issues.jboss.org/browse/JBTM-850
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Tom Jenkinson
Assignee: Tom Jenkinson
Priority: Minor
Fix For: 5.0.0.M1
To save the requirement of maintaining too build systems in Narayana we should remove the old Ant build system.
This may also need removing for the qa/ module.
*Potential* matches are:
./maven/build.xml
./ArjunaJTS/orbportability/build.xml
./ArjunaJTS/jtax/build.xml
./ArjunaJTS/trailmap/build.xml
./ArjunaJTS/build.xml
./ArjunaJTS/sharedbuild.xml
./ArjunaJTS/jts/build.xml
./ArjunaJTS/jacorb/idl/build.xml
./txbridge/demo/build.xml
./txbridge/build.xml
./txbridge/tests/build.xml
./ArjunaCore/txoj/build.xml
./ArjunaCore/build.xml
./ArjunaCore/arjuna/build.xml
./qa/build.xml
./qa/tests/build-jta.xml
./qa/tests/build-core.xml
./qa/tests/build-jts.xml
./qa/tests/product/build.xml
./build-release-pkgs.xml
./atsintegration/docbuild/build.xml
./atsintegration/build.xml
./common/build.xml
./antbuildsystem/build.xml
./ArjunaJTA/jdbc/build.xml
./ArjunaJTA/build.xml
./ArjunaJTA/jta/build.xml
./build.xml
./XTS/WSTX/build.xml
./XTS/bridge/build.xml
./XTS/sar/build.xml
./XTS/sar/tests/build.xml
./XTS/localjunit/build.xml
./XTS/WSCF/build.xml
./XTS/interop/WSTX11-interop/build.xml
./XTS/interop/WSTFSC07-interop/build.xml
./XTS/recovery/build.xml
./XTS/WS-T/build.xml
./XTS/demo/xts-build.xml
./XTS/demo/build.xml
./XTS/build.xml
./XTS/WSAS/build.xml
./XTS/WS-C/build.xml
./XTS/sharedbuild.xml
./rhq-plugin/build.xml
./docs/build.xml
./sharedbuild.xml
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (JBTM-1078) Failure to parse default-jbossts-properties.xml on JBossAS boot
by Paul Robinson (JIRA)
Paul Robinson created JBTM-1078:
-----------------------------------
Summary: Failure to parse default-jbossts-properties.xml on JBossAS boot
Key: JBTM-1078
URL: https://issues.jboss.org/browse/JBTM-1078
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Paul Robinson
Assignee: Tom Jenkinson
Priority: Blocker
Fix For: 4.16.3
To reproduce:
# cd to 4.16.3 tag of narayana
# Set version to 4.16.3.Final in the build.xml
# ant -Dpublican=false -DskipTests=true
# ant mvn-local-repository
# Download JBossAS 7.1.1 from https://github.com/jbossas/jboss-as/zipball/7.1.1.Final
# unzip
# edit pom.xml and set jbossts version to 4.16.3.Final
# mvn install -DskipTests=true
# cd ./build/target/jboss-as-7.1.1.Final
# sh bin/standalone.sh
Observe boot error:
{code}
7:51:54,694 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 57) JBAS014612: Operation ("add") failed - address: ([("subsystem" => "transactions")
ang.RuntimeException: java.lang.RuntimeException: unable to load properties from jar:file:/tmp/jboss-as-7.1.1.Final/build/target/jboss-as-7.1.1.Final/modules/org/jboss/jts/main/jbossjts-4.16.3.Final.jar!/default-jbossts-properties.xml
at com.arjuna.common.internal.util.propertyservice.BeanPopulator.getNamedInstance(BeanPopulator.java:81)
at com.arjuna.common.internal.util.propertyservice.BeanPopulator.getDefaultInstance(BeanPopulator.java:49)
at com.arjuna.ats.arjuna.common.arjPropertyManager.getCoreEnvironmentBean(arjPropertyManager.java:45)
at org.jboss.as.txn.service.CoreEnvironmentService.getValue(CoreEnvironmentService.java:53)
at org.jboss.as.txn.service.CoreEnvironmentService.setProcessImplementation(CoreEnvironmentService.java:102)
at org.jboss.as.txn.subsystem.TransactionSubsystemAdd.performCoreEnvironmentBootTime(TransactionSubsystemAdd.java:309)
at org.jboss.as.txn.subsystem.TransactionSubsystemAdd.performBoottime(TransactionSubsystemAdd.java:172)
at org.jboss.as.controller.AbstractBoottimeAddStepHandler.performRuntime(AbstractBoottimeAddStepHandler.java:57) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.controller.AbstractAddStepHandler$1.execute(AbstractAddStepHandler.java:50) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:385) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:272) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.controller.AbstractOperationContext.completeStep(AbstractOperationContext.java:200) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.controller.ParallelBootOperationStepHandler$ParallelBootTask.run(ParallelBootOperationStepHandler.java:311) [jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_30]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_30]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_30]
at org.jboss.threads.JBossThread.run(JBossThread.java:122) [jboss-threads-2.0.0.GA.jar:2.0.0.GA]
Caused by: java.lang.RuntimeException: unable to load properties from jar:file:/tmp/jboss-as-7.1.1.Final/build/target/jboss-as-7.1.1.Final/modules/org/jboss/jts/main/jbossjts-4.16.3.Final.jar
!/default-jbossts-properties.xml
at com.arjuna.common.util.propertyservice.PropertiesFactory.getPropertiesFromFile(PropertiesFactory.java:110)
at com.arjuna.common.util.propertyservice.PropertiesFactory.initDefaultProperties(PropertiesFactory.java:236)
at com.arjuna.common.util.propertyservice.PropertiesFactory.getDefaultProperties(PropertiesFactory.java:66)
at com.arjuna.common.internal.util.propertyservice.BeanPopulator.getNamedInstance(BeanPopulator.java:77)
at com.arjuna.common.internal.util.propertyservice.BeanPopulator.getNamedInstance(BeanPopulator.java:77)
... 16 more
Caused by: java.lang.IllegalArgumentException: Invalid index 0; current element has only 0 attributes
at com.ctc.wstx.sr.AttributeCollector.throwIndex(AttributeCollector.java:1018)
at com.ctc.wstx.sr.AttributeCollector.getValue(AttributeCollector.java:355)
at com.ctc.wstx.sr.BasicStreamReader.getAttributeValue(BasicStreamReader.java:607)
at com.arjuna.common.util.propertyservice.PropertiesFactory.loadFromXML(PropertiesFactory.java:188)
at com.arjuna.common.util.propertyservice.PropertiesFactory.loadFromFile(PropertiesFactory.java:145)
at com.arjuna.common.util.propertyservice.PropertiesFactory.getPropertiesFromFile(PropertiesFactory.java:106)
... 19 more
{code}
This looks to me like it was caused by [JBTM-1054]. I suspect there is an unexpected XML block present in jar:file:/tmp/jboss-as-7.1.1.Final/build/target/jboss-as-7.1.1.Final/modules/org/jboss/jts/main/jbossjts-4.16.3.Final.jar!/default-jbossts-properties.xml. For example one with a missing value. I've tried commenting out keys with empty values, but that didn't help. It's not clear to me from debugging the code, which element it is complaining about.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months