[JBoss JIRA] (JBTM-2234) out of memory when logging more messages than heap size (surefire issue)
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2234?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson reassigned JBTM-2234:
-----------------------------------
Assignee: Amos Feng (was: Michael Musgrove)
> out of memory when logging more messages than heap size (surefire issue)
> ------------------------------------------------------------------------
>
> Key: JBTM-2234
> URL: https://issues.jboss.org/browse/JBTM-2234
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Performance Testing
> Affects Versions: 5.0.2
> Environment: JTS testing
> Reporter: Michael Musgrove
> Assignee: Amos Feng
> Priority: Optional
> Fix For: 5.next
>
>
> Running com.hp.mwtests.ts.jts.orbspecific.local.performance.Performance2 on JacORB with about 500000 transactions results in an OOM error because surefire keeps in logs in memory until the test has finished.
> In this particular test jacorb logs messages at INFO level for each transaction resulting in excessive memory requirements. We can't make the heap too large because the default JVM is 32 bit. However, we could fix it by reducing the jacorb log level to WARN.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months
[JBoss JIRA] (JBTM-2115) Not all classes are under code coverage
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2115?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson reassigned JBTM-2115:
-----------------------------------
Assignee: Amos Feng (was: Michael Musgrove)
> Not all classes are under code coverage
> ---------------------------------------
>
> Key: JBTM-2115
> URL: https://issues.jboss.org/browse/JBTM-2115
> Project: JBoss Transaction Manager
> Issue Type: Enhancement
> Components: Testing
> Affects Versions: 5.0.1
> Reporter: Michael Musgrove
> Assignee: Amos Feng
> Priority: Minor
> Fix For: 5.next
>
>
> The following poms contain skipped classes for code coverage:
> ArjunaCore/arjuna/pom.xml
> ArjunaJTA/jdbc/pom.xml
> ArjunaJTA/jta/pom.xml
> ArjunaJTA/spi/pom.xml
> XTS/localjunit/pom.xml
> We should aim to test everything
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months
[JBoss JIRA] (JBTM-2409) XARecoveryModuleHelpersUnitTest hang
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2409?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson reassigned JBTM-2409:
-----------------------------------
Assignee: Tom Jenkinson (was: Michael Musgrove)
> XARecoveryModuleHelpersUnitTest hang
> ------------------------------------
>
> Key: JBTM-2409
> URL: https://issues.jboss.org/browse/JBTM-2409
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Recovery
> Affects Versions: 5.1.1
> Reporter: Michael Musgrove
> Assignee: Tom Jenkinson
> Fix For: 5.next
>
> Attachments: 32287.jstack
>
>
> The test checks that recovery helpers can be removed at the correct stages during recovery scans. The CI job http://albany.eng.hst.ams2.redhat.com/job/narayana-codeCoverage/196 shows the hang.
> The junit test thread:
> - starts 2 threads that will remove a recovery helper
> - triggers xaRecoveryModule.periodicWorkFirstPass()
> - triggers xaRecoveryModule.periodicWorkSecondPass()
> - joins with remover threads
> The jstack output shows:
> - the two threads in the process of removing a recovery helper and are waiting for the first pass to finish;
> - the junit test thread is waiting to join with these two threads;
> Since both recovery passes must have completed it looks like the remover threads weren't notified when the first pass completed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months
[JBoss JIRA] (JBTM-2433) TransactionRolledBackException in MultiCloseTest
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2433?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2433:
--------------------------------
Fix Version/s: 5.next
(was: 5.later)
> TransactionRolledBackException in MultiCloseTest
> ------------------------------------------------
>
> Key: JBTM-2433
> URL: https://issues.jboss.org/browse/JBTM-2433
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Minor
> Fix For: 5.next
>
> Attachments: com.arjuna.wstx.tests.arq.ba.MultiCloseTest-output.txt
>
>
> It looks like this failure has been caused by the race condition in WS-BA. In our tests it should be handled by the Byteman rule, but seems that for an unknown reason it has still failed in this occasion.
> http://albany.eng.hst.ams2.redhat.com/view/Status/job/narayana/858/PROFIL...
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.wstx.tests.arq.ba.MultiCloseTest
> -------------------------------------------------------------------------------
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.117 sec <<< FAILURE!
> testMultiClose(com.arjuna.wstx.tests.arq.ba.MultiCloseTest) Time elapsed: 2.5 sec <<< ERROR!
> com.arjuna.wst.TransactionRolledBackException: null
> at com.arjuna.wst11.stub.BusinessActivityTerminatorStub.close(BusinessActivityTerminatorStub.java:95)
> at com.arjuna.mwlabs.wst11.ba.remote.UserBusinessActivityImple.close(UserBusinessActivityImple.java:157)
> at com.arjuna.wstx.tests.arq.ba.MultiCloseTest.testMultiClose(MultiCloseTest.java:71)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months
[JBoss JIRA] (JBTM-2426) XTS WSTFSC07-interop failure
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2426?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2426:
--------------------------------
Fix Version/s: 5.next
> XTS WSTFSC07-interop failure
> ----------------------------
>
> Key: JBTM-2426
> URL: https://issues.jboss.org/browse/JBTM-2426
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: XTS
> Affects Versions: 5.1.1
> Reporter: Michael Musgrove
> Assignee: Gytis Trikleris
> Priority: Minor
> Fix For: 5.next
>
> Attachments: com.jboss.transaction.wstf.interop.Sc007Test-output.txt
>
>
> junit test failure:
> {code}
> Running com.jboss.transaction.wstf.interop.Sc007Test
> Tests run: 15, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 326.369 sec <<< FAILURE!
> test3_10(com.jboss.transaction.wstf.interop.Sc007Test) Time elapsed: 212.002 sec <<< FAILURE!
> junit.framework.AssertionFailedError: Conversation did not complete successfully
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.TestCase.assertTrue(TestCase.java:192)
> at com.jboss.transaction.wstf.interop.Sc007TestCase.test3_10(Sc007TestCase.java:474)
> at com.jboss.transaction.wstf.interop.Sc007Test.test3_10(Sc007Test.java:176)
> test3_11(com.jboss.transaction.wstf.interop.Sc007Test) Time elapsed: 1.608 sec <<< ERROR!
> com.arjuna.wst.TransactionRolledBackException: null
> at com.arjuna.wst11.stub.CompletionStub.commit(CompletionStub.java:65)
> at com.jboss.transaction.wstf.interop.Sc007TestCase.test3_11(Sc007TestCase.java:495)
> at com.jboss.transaction.wstf.interop.Sc007Test.test3_11(Sc007Test.java:181)
> Results :
> Failed tests:
> Sc007Test.test3_10:176 Conversation did not complete successfully
> Tests in error:
> Sc007Test.test3_11:181 » TransactionRolledBack
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months
[JBoss JIRA] (JBTM-2439) XATMI CSTest failed
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2439?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2439:
--------------------------------
Fix Version/s: 5.next
(was: 5.later)
> XATMI CSTest failed
> -------------------
>
> Key: JBTM-2439
> URL: https://issues.jboss.org/browse/JBTM-2439
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: BlackTie
> Reporter: Gytis Trikleris
> Assignee: Amos Feng
> Priority: Minor
> Fix For: 5.next
>
>
> http://albany.eng.hst.ams2.redhat.com/view/Status/job/narayana/863
> {code}
> Running org.jboss.narayana.blacktie.jatmibroker.xatmi.CSTest
> [0m20:00:30,081 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 123) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:00:30,372 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 123) HQ221003: trying to deploy queue jms.queue.BTR_BAR
> [0m[0m20:00:30,597 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 123) HQ221003: trying to deploy queue jms.queue.BTR_TestTPCall
> [0m[0m20:00:41,182 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 123) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:00:41,531 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 123) HQ221003: trying to deploy queue jms.queue.BTR_BAR
> [0m[0m20:00:41,788 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 123) HQ221003: trying to deploy queue jms.queue.BTR_TestTPCall
> [0m[31m20:00:44,655 ERROR [org.codehaus.stomp.tcp.TcpTransport] (StompConnect Transport: tcp:///127.0.0.1:55163) Caught an exception: null: java.lang.NullPointerException
> at org.codehaus.stomp.tcp.TcpTransport.run(TcpTransport.java:103)
> at java.lang.Thread.run(Thread.java:744)
> [0m[0m20:00:54,478 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 123) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:00:54,749 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 123) HQ221003: trying to deploy queue jms.queue.BTR_BAR
> [0m[0m20:00:55,057 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 123) HQ221003: trying to deploy queue jms.queue.BTR_TestTPCall
> [0m[0m20:01:05,617 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 125) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:01:05,865 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 125) HQ221003: trying to deploy queue jms.queue.BTR_BAR
> [0m[0m20:01:06,103 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 125) HQ221003: trying to deploy queue jms.queue.BTR_TestTPCall
> [0m[0m20:01:16,623 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 125) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:01:16,900 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 125) HQ221003: trying to deploy queue jms.queue.BTR_BAR
> [0m[0m20:01:17,169 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 125) HQ221003: trying to deploy queue jms.queue.BTR_TestTPCall
> [0m[33m20:01:38,604 WARN [org.jboss.narayana.blacktie.administration.QueueReaperBean] (EJB default - 1) undeploy service pending for .testsui1 as consumer count is 0, will check again in 30000ms
> [0m[33m20:02:08,542 WARN [org.jboss.as.ejb3] (EJB default - 3) WFLYEJB0043: A previous execution of timer [id=ec057768-85a2-4e35-ac04-cebbf53ce28e timedObjectId=blacktie-admin-services-ear-5.1.2.Final-SNAPSHOT.blacktie-admin-services-5.1.2.Final-SNAPSHOT.QueueReaperBean auto-timer?:false persistent?:false timerService=org.jboss.as.ejb3.timerservice.TimerServiceImpl@3aff5ed3 initialExpiration=Wed Jun 17 18:46:38 BST 2015 intervalDuration(in milli sec)=30000 nextExpiration=Wed Jun 17 20:02:08 BST 2015 timerState=IN_TIMEOUT info=queue reaper] is still in progress, skipping this overlapping scheduled execution at: Wed Jun 17 20:02:08 BST 2015.
> [0m[33m20:02:08,781 WARN [org.jboss.narayana.blacktie.administration.QueueReaperBean] (EJB default - 1) undeploy service .testsui1 for consumer is 0
> [0m[33m20:02:23,382 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:9d has 1 heuristic participant(s)!
> [0m[0m20:02:23,382 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a42%3a42%3a173398/terminate
> [0m[33m20:02:23,382 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:9d restored heuristic participant org.jboss.jbossts.star.resource.RESTRecord@5ec536b5
> [0m[33m20:02:23,550 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:91 has 1 heuristic participant(s)!
> [0m[0m20:02:23,551 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a37%3a35%3a424555/terminate
> [0m[33m20:02:23,552 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:91 restored heuristic participant org.jboss.jbossts.star.resource.RESTRecord@7642baf0
> [0m[33m20:02:23,625 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:94 has 1 heuristic participant(s)!
> [0m[0m20:02:23,626 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a39%3a36%3a409865/terminate
> [0m[33m20:02:23,627 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:94 restored heuristic participant org.jboss.jbossts.star.resource.RESTRecord@2ecad1c6
> [0m[0m20:02:23,701 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a47%3a57%3a125401/terminate
> [0m[33m20:02:23,743 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:a0 has 1 heuristic participant(s)!
> [0m[0m20:02:23,744 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a44%3a43%3a212555/terminate
> [0m[33m20:02:23,745 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:a0 restored heuristic participant org.jboss.jbossts.star.resource.RESTRecord@2684d6dd
> [0m[31m20:02:57,766 ERROR [org.jboss.narayana.blacktie.administration.core.AdministrationProxy] (Thread-36 (HornetQ-client-global-threads-1622216728)) call server testsui id 0 failed with 13: org.jboss.narayana.blacktie.jatmibroker.xatmi.ConnectionException: tperrno: 13 reason: Did not receive a message
> at org.jboss.narayana.blacktie.jatmibroker.core.transport.hybrid.SocketReceiverImpl.receive(SocketReceiverImpl.java:139)
> at org.jboss.narayana.blacktie.jatmibroker.xatmi.impl.ConnectionImpl.receive(ConnectionImpl.java:533)
> at org.jboss.narayana.blacktie.jatmibroker.xatmi.impl.ConnectionImpl.tpcall(ConnectionImpl.java:183)
> at org.jboss.narayana.blacktie.administration.core.AdministrationProxy.callAdminService(AdministrationProxy.java:75)
> at org.jboss.narayana.blacktie.administration.core.AdministrationProxy.shutdown(AdministrationProxy.java:350)
> at org.jboss.narayana.blacktie.administration.BlacktieAdminServiceXATMI.shutdown(BlacktieAdminServiceXATMI.java:346)
> at org.jboss.narayana.blacktie.administration.BlacktieAdminServiceXATMI.tpservice(BlacktieAdminServiceXATMI.java:132)
> at org.jboss.narayana.blacktie.jatmibroker.xatmi.BlackTieService.processMessage(BlackTieService.java:182)
> at org.jboss.narayana.blacktie.jatmibroker.xatmi.mdb.MDBBlacktieService.onMessage(MDBBlacktieService.java:66)
> at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:437)
> at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82)
> at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93)
> at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:437)
> at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:73)
> at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
> at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:263)
> at org.jboss.as.ejb3.tx.CMTTxInterceptor.never(CMTTxInterceptor.java:299)
> at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:235)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.deployment.processors.EjbSuspendInterceptor.processInvocation(EjbSuspendInterceptor.java:53)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:66)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponentDescription$5$1.processInvocation(MessageDrivenComponentDescription.java:213)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356)
> at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:635)
> at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356)
> at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
> at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:195)
> at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
> at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73)
> at org.jboss.narayana.blacktie.administration.BlacktieAdminServiceXATMI$$$view2.onMessage(Unknown Source)
> at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.jboss.as.ejb3.inflow.MessageEndpointInvocationHandler.doInvoke(MessageEndpointInvocationHandler.java:139)
> at org.jboss.as.ejb3.inflow.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:73)
> at org.jboss.narayana.blacktie.administration.BlacktieAdminServiceXATMI$$$endpoint2.onMessage(Unknown Source)
> at org.hornetq.ra.inflow.HornetQMessageHandler.onMessage(HornetQMessageHandler.java:321)
> at org.hornetq.core.client.impl.ClientConsumerImpl.callOnMessage(ClientConsumerImpl.java:1116)
> at org.hornetq.core.client.impl.ClientConsumerImpl.access$500(ClientConsumerImpl.java:56)
> at org.hornetq.core.client.impl.ClientConsumerImpl$Runner.run(ClientConsumerImpl.java:1251)
> at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:104)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:744)
> [0m[31m20:02:57,814 ERROR [org.jboss.narayana.blacktie.jatmibroker.core.transport.hybrid.stomp.StompSenderImpl] (Thread-36 (HornetQ-client-global-threads-1622216728)) queue/BTR_.testsui1 -- service jboss.naming.context.java.queue."BTR_.testsui1"
> [0m[31m20:02:57,815 ERROR [org.jboss.narayana.blacktie.administration.core.AdministrationProxy] (Thread-36 (HornetQ-client-global-threads-1622216728)) call server testsui id 0 failed with 6: org.jboss.narayana.blacktie.jatmibroker.xatmi.ConnectionException: tperrno: 6 reason: queue/BTR_.testsui1 -- service jboss.naming.context.java.queue."BTR_.testsui1"
> at org.jboss.narayana.blacktie.jatmibroker.core.transport.hybrid.stomp.StompSenderImpl.send(StompSenderImpl.java:144)
> at org.jboss.narayana.blacktie.jatmibroker.xatmi.impl.ConnectionImpl.tpacall(ConnectionImpl.java:260)
> at org.jboss.narayana.blacktie.jatmibroker.xatmi.impl.ConnectionImpl.tpcall(ConnectionImpl.java:181)
> at org.jboss.narayana.blacktie.administration.core.AdministrationProxy.callAdminService(AdministrationProxy.java:75)
> at org.jboss.narayana.blacktie.administration.core.AdministrationProxy.shutdown(AdministrationProxy.java:354)
> at org.jboss.narayana.blacktie.administration.BlacktieAdminServiceXATMI.shutdown(BlacktieAdminServiceXATMI.java:346)
> at org.jboss.narayana.blacktie.administration.BlacktieAdminServiceXATMI.tpservice(BlacktieAdminServiceXATMI.java:132)
> at org.jboss.narayana.blacktie.jatmibroker.xatmi.BlackTieService.processMessage(BlackTieService.java:182)
> at org.jboss.narayana.blacktie.jatmibroker.xatmi.mdb.MDBBlacktieService.onMessage(MDBBlacktieService.java:66)
> at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:437)
> at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82)
> at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93)
> at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:437)
> at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:73)
> at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
> at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:263)
> at org.jboss.as.ejb3.tx.CMTTxInterceptor.never(CMTTxInterceptor.java:299)
> at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:235)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.deployment.processors.EjbSuspendInterceptor.processInvocation(EjbSuspendInterceptor.java:53)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:66)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponentDescription$5$1.processInvocation(MessageDrivenComponentDescription.java:213)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356)
> at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:635)
> at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356)
> at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
> at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:195)
> at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
> at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
> at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:73)
> at org.jboss.narayana.blacktie.administration.BlacktieAdminServiceXATMI$$$view2.onMessage(Unknown Source)
> at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.jboss.as.ejb3.inflow.MessageEndpointInvocationHandler.doInvoke(MessageEndpointInvocationHandler.java:139)
> at org.jboss.as.ejb3.inflow.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:73)
> at org.jboss.narayana.blacktie.administration.BlacktieAdminServiceXATMI$$$endpoint2.onMessage(Unknown Source)
> at org.hornetq.ra.inflow.HornetQMessageHandler.onMessage(HornetQMessageHandler.java:321)
> at org.hornetq.core.client.impl.ClientConsumerImpl.callOnMessage(ClientConsumerImpl.java:1116)
> at org.hornetq.core.client.impl.ClientConsumerImpl.access$500(ClientConsumerImpl.java:56)
> at org.hornetq.core.client.impl.ClientConsumerImpl$Runner.run(ClientConsumerImpl.java:1251)
> at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:104)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:744)
> [0m[0m20:02:57,852 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 127) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:03:05,744 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:03:05,985 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_BAR
> [0m[0m20:03:06,274 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_TestTPCall
> [0m[0m20:03:16,874 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:03:17,135 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_BAR
> [0m[0m20:03:17,436 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_TestTPCall
> [0m[0m20:03:40,042 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:03:40,430 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_BAR
> [0m[0m20:03:40,688 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_TestTPCall
> [0m[0m20:03:51,251 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:03:51,561 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_BAR
> [0m[0m20:03:51,815 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_TestTPCall
> [0m[0m20:04:02,497 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:04:02,745 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_BAR
> [0m[0m20:04:02,980 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 129) HQ221003: trying to deploy queue jms.queue.BTR_TestTPCall
> [0m[0m20:04:13,462 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 129) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:04:13,745 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 129) HQ221003: trying to deploy queue jms.queue.BTR_BAR
> [0m[0m20:04:13,985 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 129) HQ221003: trying to deploy queue jms.queue.BTR_TestTPCall
> [0m[0m20:04:24,519 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:04:24,846 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_BAR
> [0m[0m20:04:25,216 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_TestTPCall
> [0m[33m20:04:33,824 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:9d has 1 heuristic participant(s)!
> [0m[0m20:04:33,825 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a42%3a42%3a173398/terminate
> [0m[33m20:04:33,825 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:9d restored heuristic participant org.jboss.jbossts.star.resource.RESTRecord@32f599dc
> [0m[33m20:04:33,910 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:91 has 1 heuristic participant(s)!
> [0m[0m20:04:33,911 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a37%3a35%3a424555/terminate
> [0m[33m20:04:33,911 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:91 restored heuristic participant org.jboss.jbossts.star.resource.RESTRecord@4a493aa5
> [0m[33m20:04:33,989 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:94 has 1 heuristic participant(s)!
> [0m[0m20:04:33,990 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a39%3a36%3a409865/terminate
> [0m[33m20:04:33,990 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:94 restored heuristic participant org.jboss.jbossts.star.resource.RESTRecord@4afb2f0f
> [0m[0m20:04:34,065 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a47%3a57%3a125401/terminate
> [0m[33m20:04:34,098 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:a0 has 1 heuristic participant(s)!
> [0m[0m20:04:34,099 INFO [org.jboss.jbossts.star.resource.RESTRecord] (Periodic Recovery) restore_state http://127.0.0.1:8888/xid/131077%3a102%3a0%3a44%3a43%3a212555/terminate
> [0m[33m20:04:34,100 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffff0a27a818:-3b8ac52f:5581b0d2:a0 restored heuristic participant org.jboss.jbossts.star.resource.RESTRecord@2d1d86a
> [0m[0m20:04:35,818 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:04:36,102 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_BAR
> [0m[0m20:04:36,371 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_TestTPCall
> [0m[0m20:04:46,960 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:04:47,211 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_BAR
> [0m[0m20:04:47,475 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_TestTPCall
> [0m[0m20:04:58,025 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_.testsui1
> [0m[0m20:04:58,376 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_BAR
> [0m[0m20:04:58,624 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 128) HQ221003: trying to deploy queue jms.queue.BTR_TestTPCall
> [0mTests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 279.072 sec <<< FAILURE!
> test_211(org.jboss.narayana.blacktie.jatmibroker.xatmi.CSTest) Time elapsed: 101.173 sec <<< FAILURE!
> junit.framework.AssertionFailedError: null
> at junit.framework.Assert.fail(Assert.java:55)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.Assert.assertTrue(Assert.java:31)
> at junit.framework.TestCase.assertTrue(TestCase.java:201)
> at org.jboss.narayana.blacktie.jatmibroker.xatmi.CSControl.runTest(CSControl.java:153)
> at org.jboss.narayana.blacktie.jatmibroker.xatmi.CSTest.test_211(CSTest.java:27)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months
[JBoss JIRA] (JBTM-1853) RESTAT does not expose recovery URIs after a crash
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-1853?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-1853:
--------------------------------
Fix Version/s: 5.next
(was: 6.later)
> RESTAT does not expose recovery URIs after a crash
> --------------------------------------------------
>
> Key: JBTM-1853
> URL: https://issues.jboss.org/browse/JBTM-1853
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: REST
> Affects Versions: 5.0.0.M3
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 5.next
>
> Original Estimate: 6 hours
> Remaining Estimate: 6 hours
>
> The RESTAT coordinator creates a participant-recovery URI during participant enlistment. This URI should exist for as long as the participant participates in the transaction including during recovery time. After a coordinator crash GET requests return 404 instead of returning the participant resource URI
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months
[JBoss JIRA] (JBTM-2305) Incomplete tooling documentation
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2305?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2305:
--------------------------------
Fix Version/s: 5.next
(was: 6.later)
> Incomplete tooling documentation
> --------------------------------
>
> Key: JBTM-2305
> URL: https://issues.jboss.org/browse/JBTM-2305
> Project: JBoss Transaction Manager
> Issue Type: Enhancement
> Components: Documentation
> Affects Versions: 5.0.3
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Fix For: 5.next
>
>
> For tooling the docs defer to the wildfly/EAP cli for "5.1.1. Browse and Manage Transactions Using an Application Server". We had some text in the README explaining how to view the tooling MBeans but the equivalent needs to be added to the development_guide too for use with standalone narayana.
> In addition the docs need to explain how to extend the tooling for new abstract records (basically the user needs to create a JMX MBean for the new type and register it with the ObjStoreBrowser).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 6 months