[JBoss JIRA] (JBTM-1398) Review subsystem usage across Narayana
by Paul Robinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1398?page=com.atlassian.jira.plugin.... ]
Paul Robinson commented on JBTM-1398:
-------------------------------------
Useful document on writing subsystems: https://docs.jboss.org/author/display/AS72/Extending+JBoss+AS+7
> Review subsystem usage across Narayana
> --------------------------------------
>
> Key: JBTM-1398
> URL: https://issues.jboss.org/browse/JBTM-1398
> Project: JBoss Transaction Manager
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: TXFramework
> Reporter: Paul Robinson
> Assignee: Paul Robinson
> Fix For: 5.0.0.M2
>
> Original Estimate: 2 days
> Time Spent: 1 day, 5 hours
> Remaining Estimate: 3 days
>
> h2. Components and their subsystem requirements:
> h5. Transactions
> * To Investigate
>
> h5. XTS
> * Bootstrap coordinator
> * Setup WS endpoints for coordinator
> * Setup WS endpoints for the participants
> * Respond to configuration from standalone-xts.xml
> h5. REST-TX
> * Boostrap the coordinator
> * Setup a REST endpoint for the coordinator
> * Setup a REST endpoint for the participants
> h5. Blacktie
> * Register MDB
> * Register MBean
> h5. STM
> * To Investigate
> h5. TXF
> * Modify the WS handler chain on application deployment
> * Registers a CDI extension
> h2. Notable Dependencies
> h5. TXF
> * Weld -> EJB3 -> Transactions
> * JBossWS. Might be able to remove by putting the WS specific stuff into the XTS subsystem.
> h2. Subsystem Breakdown
> Providing we can have 'soft' dependencies it would seem favourable to have all the core features in the transactions subsystem and the optional 'transports' in additional subsystems.
> h5. Transactions
> * All current stuff
> * STM
> * TXF (Unlikely to work due to dependency on Weld for loading a portable extension)
> h5. XTS
> * All Current Stuff
> h5. RTS (new)
> h5. Blacktie (new)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBTM-1374) JDBC Object Store Deadlock potential with MySQL
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-1374?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris commented on JBTM-1374:
---------------------------------------
http://172.17.131.2/job/jbossts-EAP61-jdbcobjectstore/31
> JDBC Object Store Deadlock potential with MySQL
> -----------------------------------------------
>
> Key: JBTM-1374
> URL: https://issues.jboss.org/browse/JBTM-1374
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Testing
> Reporter: Gytis Trikleris
> Assignee: Tom Jenkinson
> Fix For: 4.17.4, 5.0.0.Final
>
> Attachments: LockRecord_Thread_Test036a.zip
>
>
> org.jboss.jbossts.qa.junit.testgroup.TestGroup_txcore_lockrecord test failed on jbossts-branch417-EAP61-java6-jdbcobjectstore
> See: http://172.17.131.2/job/jbossts-branch417-EAP61-java6-jdbcobjectstore/20/
> Failed tests:
> org.jboss.jbossts.qa.junit.testgroup.TestGroup_txcore_lockrecord
> performing command: /usr/local/jdk1.6.0_37/bin/java -classpath dist/narayana-full-4.17.4.Final-SNAPSHOT/etc/:dist/narayana-full-4.17.4.Final-SNAPSHOT/lib/*:dist/narayana-full-4.17.4.Final-SNAPSHOT/lib/ext/*:dist/narayana-full-4.17.4.Final-SNAPSHOT/jacorb/lib/*:dist/narayana-full-4.17.4.Final-SNAPSHOT/jacorb/etc/:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:../build/extlib/emma.jar:../build/extlib/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -Demma.coverage.out.file=./testoutput/txcore_lockrecord/LockRecord_Thread_Test036a/emptyObjectStore-coverage.ec -DportOffsetId=0 -DObjectStoreBaseDir=/home/hudson/workspace/jbossts-branch417-EAP61-java6-jdbcobjectstore/qa/testoutput/txcore_lockrecord/LockRecord_Thread_Test036a/emptyObjectStore -DRecoveryEnvironmentBean.recoveryListener=true -DObjectStoreEnvironmentBean.objectStoreType=com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore -DObjectStoreEnvironmentBean.jdbcAccess=com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DynamicDataSourceJDBCAccess;ClassName=com.mysql.jdbc.jdbc2.optional.MysqlDataSource;DatabaseName=jbossts;ServerName=tywin.buildnet.ncl.jboss.com;PortNumber=3306;User=dtf11;Password=dtf11 -DObjectStoreEnvironmentBean.tablePrefix=Action -DObjectStoreEnvironmentBean.stateStore.objectStoreType=com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore -DObjectStoreEnvironmentBean.stateStore.jdbcAccess=com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DynamicDataSourceJDBCAccess;ClassName=com.mysql.jdbc.jdbc2.optional.MysqlDataSource;DatabaseName=jbossts;ServerName=tywin.buildnet.ncl.jboss.com;PortNumber=3306;User=dtf11;Password=dtf11 -DObjectStoreEnvironmentBean.stateStore.tablePrefix=stateStore -DObjectStoreEnvironmentBean.communicationStore.objectStoreType=com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore -DObjectStoreEnvironmentBean.communicationStore.jdbcAccess=com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DynamicDataSourceJDBCAccess;ClassName=com.mysql.jdbc.jdbc2.optional.MysqlDataSource;DatabaseName=jbossts;ServerName=tywin.buildnet.ncl.jboss.com;PortNumber=3306;User=dtf11;Password=dtf11 -DObjectStoreEnvironmentBean.communicationStore.tablePrefix=Communication org.jboss.jbossts.qa.Utils.EmptyObjectStore
> starting command: /usr/local/jdk1.6.0_37/bin/java -classpath dist/narayana-full-4.17.4.Final-SNAPSHOT/etc/:dist/narayana-full-4.17.4.Final-SNAPSHOT/lib/*:dist/narayana-full-4.17.4.Final-SNAPSHOT/lib/ext/*:dist/narayana-full-4.17.4.Final-SNAPSHOT/jacorb/lib/*:dist/narayana-full-4.17.4.Final-SNAPSHOT/jacorb/etc/:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:../build/extlib/emma.jar:../build/extlib/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -Demma.coverage.out.file=./testoutput/txcore_lockrecord/LockRecord_Thread_Test036a/client_0-coverage.ec -DportOffsetId=1 -DObjectStoreBaseDir=/home/hudson/workspace/jbossts-branch417-EAP61-java6-jdbcobjectstore/qa/testoutput/txcore_lockrecord/LockRecord_Thread_Test036a/client_0 -DRecoveryEnvironmentBean.recoveryListener=true -DObjectStoreEnvironmentBean.objectStoreType=com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore -DObjectStoreEnvironmentBean.jdbcAccess=com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DynamicDataSourceJDBCAccess;ClassName=com.mysql.jdbc.jdbc2.optional.MysqlDataSource;DatabaseName=jbossts;ServerName=tywin.buildnet.ncl.jboss.com;PortNumber=3306;User=dtf11;Password=dtf11 -DObjectStoreEnvironmentBean.tablePrefix=Action -DObjectStoreEnvironmentBean.stateStore.objectStoreType=com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore -DObjectStoreEnvironmentBean.stateStore.jdbcAccess=com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DynamicDataSourceJDBCAccess;ClassName=com.mysql.jdbc.jdbc2.optional.MysqlDataSource;DatabaseName=jbossts;ServerName=tywin.buildnet.ncl.jboss.com;PortNumber=3306;User=dtf11;Password=dtf11 -DObjectStoreEnvironmentBean.stateStore.tablePrefix=stateStore -DObjectStoreEnvironmentBean.communicationStore.objectStoreType=com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore -DObjectStoreEnvironmentBean.communicationStore.jdbcAccess=com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DynamicDataSourceJDBCAccess;ClassName=com.mysql.jdbc.jdbc2.optional.MysqlDataSource;DatabaseName=jbossts;ServerName=tywin.buildnet.ncl.jboss.com;PortNumber=3306;User=dtf11;Password=dtf11 -DObjectStoreEnvironmentBean.communicationStore.tablePrefix=Communication org.jboss.jbossts.qa.ArjunaCore.LockManager.client.WorkerClient003 10 10 10
> performing command: /usr/local/jdk1.6.0_37/bin/java -classpath dist/narayana-full-4.17.4.Final-SNAPSHOT/etc/:dist/narayana-full-4.17.4.Final-SNAPSHOT/lib/*:dist/narayana-full-4.17.4.Final-SNAPSHOT/lib/ext/*:dist/narayana-full-4.17.4.Final-SNAPSHOT/jacorb/lib/*:dist/narayana-full-4.17.4.Final-SNAPSHOT/jacorb/etc/:ext/fscontext.jar:ext/providerutil.jar:ext/jboss-profiler-jvmti.jar:ext/jboss-logging-spi.jar:tests/build/classes/:dbdrivers/selected_dbdriver/*:dbdrivers/DB2_v9.7/db2jcc.jar:dbdrivers/jConnect-6_0/classes/jconn3.jar:dbdrivers/mssql2005_sqljdbc_2.0/enu/sqljdbc4.jar:dbdrivers/mysql-connector-java-5.1.8-bin.jar:dbdrivers/oracle_10_2_0_4/ojdbc14.jar:dbdrivers/postgresql-8.3-605.jdbc4.jar:../build/extlib/emma.jar:../build/extlib/netty.jar -Dqa.debug=true -Djava.naming.provider.url=file:///tmp -Djava.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory -Dperformanceprofilestore.dir=config/perf_profiles/ -Djdbcprofilestore.dir=config/jdbc_profiles -Dmemorytestprofilestore.dir=config/memory_profiles/ -Dots.server.bindname=value_1 -DCoordinatorEnvironmentBean.maintainHeuristics=NO -DRecoveryEnvironmentBean.recoveryBackoffPeriod=5 -DCoreEnvironmentBean.timeoutFactor=2 -DCoordinatorEnvironmentBean.defaultTimeout=240 -Demma.coverage.out.file=./testoutput/txcore_lockrecord/LockRecord_Thread_Test036a/emptyObjectStore-coverage.ec -DportOffsetId=2 -DObjectStoreBaseDir=/home/hudson/workspace/jbossts-branch417-EAP61-java6-jdbcobjectstore/qa/testoutput/txcore_lockrecord/LockRecord_Thread_Test036a/emptyObjectStore -DRecoveryEnvironmentBean.recoveryListener=true -DObjectStoreEnvironmentBean.objectStoreType=com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore -DObjectStoreEnvironmentBean.jdbcAccess=com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DynamicDataSourceJDBCAccess;ClassName=com.mysql.jdbc.jdbc2.optional.MysqlDataSource;DatabaseName=jbossts;ServerName=tywin.buildnet.ncl.jboss.com;PortNumber=3306;User=dtf11;Password=dtf11 -DObjectStoreEnvironmentBean.tablePrefix=Action -DObjectStoreEnvironmentBean.stateStore.objectStoreType=com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore -DObjectStoreEnvironmentBean.stateStore.jdbcAccess=com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DynamicDataSourceJDBCAccess;ClassName=com.mysql.jdbc.jdbc2.optional.MysqlDataSource;DatabaseName=jbossts;ServerName=tywin.buildnet.ncl.jboss.com;PortNumber=3306;User=dtf11;Password=dtf11 -DObjectStoreEnvironmentBean.stateStore.tablePrefix=stateStore -DObjectStoreEnvironmentBean.communicationStore.objectStoreType=com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore -DObjectStoreEnvironmentBean.communicationStore.jdbcAccess=com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DynamicDataSourceJDBCAccess;ClassName=com.mysql.jdbc.jdbc2.optional.MysqlDataSource;DatabaseName=jbossts;ServerName=tywin.buildnet.ncl.jboss.com;PortNumber=3306;User=dtf11;Password=dtf11 -DObjectStoreEnvironmentBean.communicationStore.tablePrefix=Communication org.jboss.jbossts.qa.Utils.EmptyObjectStore
> Testcase: LockRecord_Thread_Test036a took 22.69 sec
> FAILED
> task client_0 printed Failed.
> junit.framework.AssertionFailedError: task client_0 printed Failed.
> at org.jboss.jbossts.qa.junit.TaskImpl$TaskReaderThread.checkPassFail(TaskImpl.java:671)
> at org.jboss.jbossts.qa.junit.TaskImpl.waitFor(TaskImpl.java:430)
> at org.jboss.jbossts.qa.junit.TestGroupBase.startAndWaitForClient(TestGroupBase.java:127)
> at org.jboss.jbossts.qa.junit.testgroup.TestGroup_txcore_lockrecord.LockRecord_Thread_Test036a(TestGroup_txcore_lockrecord.java:467)
> at org.jboss.jbossts.qa.junit.QATestNameRule$1.evaluate(QATestNameRule.java:89)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBTM-1211) Fix qa suite failure: org.jboss.jbossts.qa.junit.testgroup.TestGroup_jtsremote
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-1211?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris commented on JBTM-1211:
---------------------------------------
http://172.17.131.2/job/jbossts-EAP61-jdbcobjectstore/31
> Fix qa suite failure: org.jboss.jbossts.qa.junit.testgroup.TestGroup_jtsremote
> ------------------------------------------------------------------------------
>
> Key: JBTM-1211
> URL: https://issues.jboss.org/browse/JBTM-1211
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JTS, Testing, Transaction Core
> Affects Versions: 4.16.4
> Reporter: Paul Robinson
> Assignee: Michael Musgrove
> Fix For: 4.17.4, 5.0.0.M2
>
> Attachments: jbossts-narayana-java6-ipv6-dualstack.57.tar, jtsremote(1).zip, jtsremote.zip
>
> Original Estimate: 1 week
> Remaining Estimate: 1 week
>
> See: http://172.17.131.2/view/Narayana+BlackTie/job/jbossts-branch416-java6/232
> {code}
> Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_jtsremote
> [junit] Tests run: 9, Failures: 1, Errors: 0, Time elapsed: 169.235 sec
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBTM-1412) testRecoverInflightTransaction failure (and others)
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1412?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson commented on JBTM-1412:
-------------------------------------
I have merged this as the changes looked good to me, feel free to re-open if it happens on a pi
> testRecoverInflightTransaction failure (and others)
> ---------------------------------------------------
>
> Key: JBTM-1412
> URL: https://issues.jboss.org/browse/JBTM-1412
> Project: JBoss Transaction Manager
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Testing
> Affects Versions: 5.0.0.M2
> Environment: Raspberry Pi.
> java version "1.7.0_10"
> Java(TM) SE Runtime Environment (build 1.7.0_10-b18)
> Java HotSpot(TM) Client VM (build 23.6-b04, mixed mode)
> Latest "head" from repo.
> Reporter: Mark Little
> Assignee: Tom Jenkinson
> Fix For: 5.0.0.M2
>
>
> At least three failures, but due to the verbosity of the build at this point it is hard for me to say the cause of the other two failures.
> [main] TestResource (1000) XA_START [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:5, subordinatenodename=null, eis_name=unknown eis name >] Flags=0
> [main] TestResource (2000) XA_START [< formatId=131077, gtrid_length=32, bqual_length=64, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:7d0:50e50664:5, subordinatenodename=2000, eis_name=unknown eis name >] Flags=0
> [main] ProxyXAResource (1000:2000) XA_START [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:9, subordinatenodename=null, eis_name=ProxyXAResource: 1000 2000 >]
> [main] TestResource (1000) XA_END [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:5, subordinatenodename=null, eis_name=unknown eis name >] Flags=67108864
> [main] TestResource (1000) XA_PREPARE [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:5, subordinatenodename=null, eis_name=unknown eis name >]
> [main] ProxyXAResource (1000:2000) XA_END [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:9, subordinatenodename=null, eis_name=ProxyXAResource: 1000 2000 >]
> [main] ProxyXAResource (1000:2000) XA_PREPARE [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:9, subordinatenodename=null, eis_name=ProxyXAResource: 1000 2000 >]
> [main] TestResource (2000) XA_END [< formatId=131077, gtrid_length=32, bqual_length=64, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:7d0:50e50664:5, subordinatenodename=2000, eis_name=unknown eis name >] Flags=67108864
> [main] TestResource (2000) XA_PREPARE [< formatId=131077, gtrid_length=32, bqual_length=64, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:7d0:50e50664:5, subordinatenodename=2000, eis_name=unknown eis name >]
> [main] ProxyXAResource (1000:2000) XA_PREPARED
> [main] TestResource (1000) XA_COMMIT [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:5, subordinatenodename=null, eis_name=unknown eis name >]
> [main] ProxyXAResource (1000:2000) XA_COMMIT [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:9, subordinatenodename=null, eis_name=ProxyXAResource: 1000 2000 >]
> [main] TestResource (2000) XA_COMMIT [< formatId=131077, gtrid_length=32, bqual_length=64, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:7d0:50e50664:5, subordinatenodename=2000, eis_name=unknown eis name >]
> [main] ProxyXAResource (1000:2000) XA_COMMITED
> Jan 03, 2013 4:17:52 AM com.arjuna.ats.jbossatx.jta.RecoveryManagerService stop
> INFO: ARJUNA032014: Stopping transaction recovery manager
> Jan 03, 2013 4:17:52 AM com.arjuna.ats.jbossatx.jta.RecoveryManagerService stop
> INFO: ARJUNA032014: Stopping transaction recovery manager
> Jan 03, 2013 4:17:52 AM com.arjuna.ats.jbossatx.jta.RecoveryManagerService stop
> INFO: ARJUNA032014: Stopping transaction recovery manager
> Tests run: 16, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 4,065.677 sec <<< FAILURE!
> Results :
> Failed tests: testRecoverInflightTransaction(com.arjuna.ats.jta.distributed.SimpleIsolatedServers): Servers were not aborted
> testRecovery(com.arjuna.ats.jta.distributed.SimpleIsolatedServers): Servers were not aborted
> testOnePhaseCommit(com.arjuna.ats.jta.distributed.SimpleIsolatedServers): 3
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBTM-1412) testRecoverInflightTransaction failure (and others)
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1412?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-1412:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> testRecoverInflightTransaction failure (and others)
> ---------------------------------------------------
>
> Key: JBTM-1412
> URL: https://issues.jboss.org/browse/JBTM-1412
> Project: JBoss Transaction Manager
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Testing
> Affects Versions: 5.0.0.M2
> Environment: Raspberry Pi.
> java version "1.7.0_10"
> Java(TM) SE Runtime Environment (build 1.7.0_10-b18)
> Java HotSpot(TM) Client VM (build 23.6-b04, mixed mode)
> Latest "head" from repo.
> Reporter: Mark Little
> Assignee: Tom Jenkinson
> Fix For: 5.0.0.M2
>
>
> At least three failures, but due to the verbosity of the build at this point it is hard for me to say the cause of the other two failures.
> [main] TestResource (1000) XA_START [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:5, subordinatenodename=null, eis_name=unknown eis name >] Flags=0
> [main] TestResource (2000) XA_START [< formatId=131077, gtrid_length=32, bqual_length=64, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:7d0:50e50664:5, subordinatenodename=2000, eis_name=unknown eis name >] Flags=0
> [main] ProxyXAResource (1000:2000) XA_START [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:9, subordinatenodename=null, eis_name=ProxyXAResource: 1000 2000 >]
> [main] TestResource (1000) XA_END [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:5, subordinatenodename=null, eis_name=unknown eis name >] Flags=67108864
> [main] TestResource (1000) XA_PREPARE [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:5, subordinatenodename=null, eis_name=unknown eis name >]
> [main] ProxyXAResource (1000:2000) XA_END [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:9, subordinatenodename=null, eis_name=ProxyXAResource: 1000 2000 >]
> [main] ProxyXAResource (1000:2000) XA_PREPARE [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:9, subordinatenodename=null, eis_name=ProxyXAResource: 1000 2000 >]
> [main] TestResource (2000) XA_END [< formatId=131077, gtrid_length=32, bqual_length=64, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:7d0:50e50664:5, subordinatenodename=2000, eis_name=unknown eis name >] Flags=67108864
> [main] TestResource (2000) XA_PREPARE [< formatId=131077, gtrid_length=32, bqual_length=64, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:7d0:50e50664:5, subordinatenodename=2000, eis_name=unknown eis name >]
> [main] ProxyXAResource (1000:2000) XA_PREPARED
> [main] TestResource (1000) XA_COMMIT [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:5, subordinatenodename=null, eis_name=unknown eis name >]
> [main] ProxyXAResource (1000:2000) XA_COMMIT [< formatId=131077, gtrid_length=32, bqual_length=36, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:3e8:50e505c6:9, subordinatenodename=null, eis_name=ProxyXAResource: 1000 2000 >]
> [main] TestResource (2000) XA_COMMIT [< formatId=131077, gtrid_length=32, bqual_length=64, tx_uid=0:ffff7f000101:3e8:50e505c6:4, node_name=1000, branch_uid=0:ffff7f000101:7d0:50e50664:5, subordinatenodename=2000, eis_name=unknown eis name >]
> [main] ProxyXAResource (1000:2000) XA_COMMITED
> Jan 03, 2013 4:17:52 AM com.arjuna.ats.jbossatx.jta.RecoveryManagerService stop
> INFO: ARJUNA032014: Stopping transaction recovery manager
> Jan 03, 2013 4:17:52 AM com.arjuna.ats.jbossatx.jta.RecoveryManagerService stop
> INFO: ARJUNA032014: Stopping transaction recovery manager
> Jan 03, 2013 4:17:52 AM com.arjuna.ats.jbossatx.jta.RecoveryManagerService stop
> INFO: ARJUNA032014: Stopping transaction recovery manager
> Tests run: 16, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 4,065.677 sec <<< FAILURE!
> Results :
> Failed tests: testRecoverInflightTransaction(com.arjuna.ats.jta.distributed.SimpleIsolatedServers): Servers were not aborted
> testRecovery(com.arjuna.ats.jta.distributed.SimpleIsolatedServers): Servers were not aborted
> testOnePhaseCommit(com.arjuna.ats.jta.distributed.SimpleIsolatedServers): 3
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBTM-1406) Database shutdown warning on Raspberry Pi
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1406?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-1406:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Database shutdown warning on Raspberry Pi
> -----------------------------------------
>
> Key: JBTM-1406
> URL: https://issues.jboss.org/browse/JBTM-1406
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Transaction Core
> Affects Versions: 4.17.3
> Environment: Raspberry Pi with latest distro installed and openjdk 6.
> Reporter: Mark Little
> Assignee: Tom Jenkinson
> Priority: Optional
> Fix For: 5.0.0.M2
>
>
> Exception in thread "Thread-6" java.lang.RuntimeException: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-168]
> at com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCImple_driver$1.initialValue(JDBCImple_driver.java:552)
> at com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCImple_driver$1.initialValue(JDBCImple_driver.java:545)
> at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:160)
> at java.lang.ThreadLocal.get(ThreadLocal.java:150)
> at com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCImple_driver.remove_state(JDBCImple_driver.java:384)
> at com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCStore.remove_committed(JDBCStore.java:155)
> at com.arjuna.ats.internal.arjuna.recovery.TransactionStatusManagerItem.removeThis(TransactionStatusManagerItem.java:166)
> at com.arjuna.ats.arjuna.recovery.TransactionStatusManager.shutdown(TransactionStatusManager.java:152)
> at com.arjuna.ats.arjuna.coordinator.TxControl$Shutdown.run(TxControl.java:63)
> Caused by: org.h2.jdbc.JdbcSQLException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-168]
> at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
> at org.h2.message.DbException.get(DbException.java:169)
> at org.h2.message.DbException.get(DbException.java:146)
> at org.h2.message.DbException.get(DbException.java:135)
> at org.h2.jdbc.JdbcConnection.checkClosed(JdbcConnection.java:1384)
> at org.h2.jdbc.JdbcConnection.checkClosed(JdbcConnection.java:1359)
> at org.h2.jdbc.JdbcConnection.setAutoCommit(JdbcConnection.java:403)
> at com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DynamicDataSourceJDBCAccess.getConnection(DynamicDataSourceJDBCAccess.java:53)
> at com.arjuna.ats.internal.arjuna.objectstore.jdbc.JDBCImple_driver$1.initialValue(JDBCImple_driver.java:550)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBTM-1424) Remove static block from org.jboss.jbossts.xts.environment.XTSPropertyManager
by Gytis Trikleris (JIRA)
Gytis Trikleris created JBTM-1424:
-------------------------------------
Summary: Remove static block from org.jboss.jbossts.xts.environment.XTSPropertyManager
Key: JBTM-1424
URL: https://issues.jboss.org/browse/JBTM-1424
Project: JBoss Transaction Manager
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Reporter: Gytis Trikleris
Assignee: Gytis Trikleris
Fix For: 5.0.0.M2
Where it catches an exception in the static block and then just uses system properties. I would say that behavior would be better encapsulated in XTSPropertiesFactory.getDefaultProperties itself (thereby removing another static block and making XTSPropertiesFactory.getDefaultProperties more stable).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBTM-1423) Remove static block from com.arjuna.common.util.ConfigurationInfo
by Gytis Trikleris (JIRA)
Gytis Trikleris created JBTM-1423:
-------------------------------------
Summary: Remove static block from com.arjuna.common.util.ConfigurationInfo
Key: JBTM-1423
URL: https://issues.jboss.org/browse/JBTM-1423
Project: JBoss Transaction Manager
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Reporter: Gytis Trikleris
Assignee: Gytis Trikleris
Fix For: 5.0.0.M2
Could do guard loading of build time properties behind an "initialized" variable and then call that from each getter and thereby not require the static initialization.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBTM-1422) Deployment failure because of missing service dependencies
by Gytis Trikleris (JIRA)
Gytis Trikleris created JBTM-1422:
-------------------------------------
Summary: Deployment failure because of missing service dependencies
Key: JBTM-1422
URL: https://issues.jboss.org/browse/JBTM-1422
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Testing, XTS
Reporter: Gytis Trikleris
Assignee: Paul Robinson
Priority: Minor
Fix For: 5.0.0.M2
See: http://172.17.131.2/job/narayana/141
{noformat}
org.jboss.as.test.xts.simple.wsba.participantcompletion.client.WSBAParticipantCompletionTestCase Time elapsed: 16103 sec <<< ERROR!
org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: wsba-participant-completion.war
at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
...
Caused by: java.lang.Exception: {
"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.module.service.\"deployment.wsba-participant-completion.war\".main is missing [jboss.module.spec.service.\"deployment.arquillian-service\".main]"],
"JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => {
"Services that were unable to start:" => ["jboss.deployment.unit.\"wsba-participant-completion.war\".FIRST_MODULE_USE"],
"Services that may be the cause:" => [
"jboss.module.spec.service.\"deployment.arquillian-service\".main",
"jboss.txn.TransactionSynchronizationRegistry",
"jboss.txn.UserTransactionRegistry"
]
}
}
...
{noformat}
{noformat}
org.jboss.as.test.xts.simple.wsat.client.WSATTestCase Time elapsed: 1846 sec <<< ERROR!
org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: wsat.war
at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
...
Caused by: java.lang.Exception: {
"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.module.service.\"deployment.wsat.war\".main is missing [jboss.module.spec.service.\"deployment.arquillian-service\".main]"],
"JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => {
"Services that were unable to start:" => ["jboss.deployment.unit.\"wsat.war\".FIRST_MODULE_USE"],
"Services that may be the cause:" => [
"jboss.module.spec.service.\"deployment.arquillian-service\".main",
"jboss.txn.TransactionSynchronizationRegistry",
"jboss.txn.UserTransactionRegistry"
]
}
}
...
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months