[JBoss JIRA] (JBTM-2177) Improve clone API for mvcc instances
by Mark Little (JIRA)
Mark Little created JBTM-2177:
---------------------------------
Summary: Improve clone API for mvcc instances
Key: JBTM-2177
URL: https://issues.jboss.org/browse/JBTM-2177
Project: JBoss Transaction Manager
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: STM
Affects Versions: 5.0.1
Reporter: Mark Little
Assignee: Mark Little
Currently you need to use the clone method on Container and pass in an "empty" instance of the type to clone into. With Pessimistic cc this instance is ignored, whereas with Optimistic we use it to create a new handle. Maybe use Cloneable instead on the implementation class and simplify the clone operation?
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBTM-2176) Consider state override annotation.
by Mark Little (JIRA)
Mark Little created JBTM-2176:
---------------------------------
Summary: Consider state override annotation.
Key: JBTM-2176
URL: https://issues.jboss.org/browse/JBTM-2176
Project: JBoss Transaction Manager
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: STM
Affects Versions: 5.0.1
Reporter: Mark Little
Assignee: Mark Little
Priority: Optional
The State annotation is not really needed since only things annotated with the NotState annotation are ignored and everything else will be saved. Maybe we need a class-level annotation that basically says "all member state must have an annotation to indicate State or NotState"?
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBTM-2159) It is possible for the CommitMarkableResource recovery manager to attempt to activate an AtomicAction while it is being committed which can cause filenotfoundstacktrace and NullPointerException
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBTM-2159?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on JBTM-2159:
-----------------------------------------------
tom.jenkinson(a)redhat.com changed the Status of [bug 1089251|https://bugzilla.redhat.com/show_bug.cgi?id=1089251] from ASSIGNED to POST
> It is possible for the CommitMarkableResource recovery manager to attempt to activate an AtomicAction while it is being committed which can cause filenotfoundstacktrace and NullPointerException
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBTM-2159
> URL: https://issues.jboss.org/browse/JBTM-2159
> Project: JBoss Transaction Manager
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Recovery
> Reporter: Tom Jenkinson
> Assignee: Tom Jenkinson
> Fix For: 4.17.20, 5.0.2
>
>
> Basically:
> 1. App thread creates AA
> 2. AA UID is seen in phase1 recovery thread by CommitMarkableResourceRecoveryModule
> 3. App thread commits AA
> 4. App thread deletes AA UID
> 5. Recovery thread tries to activate AA with UID in CommitMarkableResourceRecoveryModule but it gets exceptions as shown here:
> 12:23:07 [0m[33m12:23:07,915 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Could not query objectstore: : java.io.IOException: java.lang.NullPointerException
> 12:23:07 at com.arjuna.ats.arjuna.StateManager.unpackHeader(StateManager.java:732) [jbossjts-jacorb-4.17.18.Final-redhat-1.jar:4.17.18.Final-redhat-1]
> 12:23:07 at com.arjuna.ats.internal.jta.recovery.arjunacore.RecoverConnectableAtomicAction.<init>(RecoverConnectableAtomicAction.java:52) [jbossjts-jacorb-4.17.18.Final-redhat-1.jar:4.17.18.Final-redhat-1]
> 12:23:07 at com.arjuna.ats.internal.jta.recovery.arjunacore.CommitMarkableResourceRecordRecoveryModule.periodicWorkFirstPass(CommitMarkableResourceRecordRecoveryModule.java:379) [jbossjts-jacorb-4.17.18.Final-redhat-1.jar:4.17.18.Final-redhat-1]
> 12:23:07 at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.doWorkInternal(PeriodicRecovery.java:743) [jbossjts-jacorb-4.17.18.Final-redhat-1.jar:4.17.18.Final-redhat-1]
> 12:23:07 at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.run(PeriodicRecovery.java:371) [jbossjts-jacorb-4.17.18.Final-redhat-1.jar:4.17.18.Final-redhat-1]
> 12:23:07 Caused by: java.lang.NullPointerException
> 12:23:07 at com.arjuna.ats.arjuna.StateManager.unpackHeader(StateManager.java:697) [jbossjts-jacorb-4.17.18.Final-redhat-1.jar:4.17.18.Final-redhat-1]
> 12:23:07 ... 4 more
> 12:23:07
> 15:16:36 [0m[33m15:16:36,247 WARN [com.arjuna.ats.arjuna] (Periodic Recovery) Could not query objectstore: : com.arjuna.ats.arjuna.exceptions.ObjectStoreException: ShadowingStore::read_state error: java.io.FileNotFoundException: /tmp/activemq-soak/ibm-mq-testsuite/src/test/config/activemq/install/target/jboss-eap/standalone/data/tx-object-store/ShadowNoFileLockStore/defaultStore/StateManager/BasicAction/TwoPhaseCoordinator/AtomicAction/0_ffff0a106418_-2b02421b_534ffd61_4c1764 (No such file or directory)
> 15:16:36 at com.arjuna.ats.internal.arjuna.objectstore.ShadowingStore.read_state(ShadowingStore.java:412) [jbossjts-jacorb-4.17.18.Final-redhat-1.jar:4.17.18.Final-redhat-1]
> 15:16:36 at com.arjuna.ats.internal.arjuna.objectstore.FileSystemStore.read_committed(FileSystemStore.java:98) [jbossjts-jacorb-4.17.18.Final-redhat-1.jar:4.17.18.Final-redhat-1]
> 15:16:36 at com.arjuna.ats.internal.jta.recovery.arjunacore.RecoverConnectableAtomicAction.<init>(RecoverConnectableAtomicAction.java:48) [jbossjts-jacorb-4.17.18.Final-redhat-1.jar:4.17.18.Final-redhat-1]
> 15:16:36 at com.arjuna.ats.internal.jta.recovery.arjunacore.CommitMarkableResourceRecordRecoveryModule.periodicWorkFirstPass(CommitMarkableResourceRecordRecoveryModule.java:379) [jbossjts-jacorb-4.17.18.Final-redhat-1.jar:4.17.18.Final-redhat-1]
> 15:16:36 at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.doWorkInternal(PeriodicRecovery.java:743) [jbossjts-jacorb-4.17.18.Final-redhat-1.jar:4.17.18.Final-redhat-1]
> 15:16:36 at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.run(PeriodicRecovery.java:371) [jbossjts-jacorb-4.17.18.Final-redhat-1.jar:4.17.18.Final-redhat-1]
> 15:16:36 Caused by: java.io.FileNotFoundException: /tmp/activemq-soak/ibm-mq-testsuite/src/test/config/activemq/install/target/jboss-eap/standalone/data/tx-object-store/ShadowNoFileLockStore/defaultStore/StateManager/BasicAction/TwoPhaseCoordinator/AtomicAction/0_ffff0a106418_-2b02421b_534ffd61_4c1764 (No such file or directory)
> 15:16:36 at java.io.FileInputStream.open(Native Method) [rt.jar:1.7.0_51]
> 15:16:36 at java.io.FileInputStream.<init>(FileInputStream.java:146) [rt.jar:1.7.0_51]
> 15:16:36 at com.arjuna.ats.internal.arjuna.objectstore.ShadowingStore.read_state(ShadowingStore.java:406) [jbossjts-jacorb-4.17.18.Final-redhat-1.jar:4.17.18.Final-redhat-1]
> 15:16:36 ... 5 more
> 15:16:36
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBTM-2137) JDBCStore recovery is too slow
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2137?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2137:
--------------------------------
Fix Version/s: 4.17.21
(was: 4.17.20)
> JDBCStore recovery is too slow
> ------------------------------
>
> Key: JBTM-2137
> URL: https://issues.jboss.org/browse/JBTM-2137
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Recovery
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 4.17.21, 5.0.2
>
>
> The linked CI job failed because the STATESTOREJBOSSTSTXTABLE had too many entries (>600) and this caused the recovery pass to take about 15 minutes which in turn causes subsequent tests to time out. The reason for so many entries is covered by JBTM-2133 but this JIRA is for the poor performance when there are so many entries.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBTM-2137) JDBCStore recovery is too slow
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2137?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson updated JBTM-2137:
--------------------------------
Affects Version/s: (was: 5.0.1)
(was: 4.17.18)
> JDBCStore recovery is too slow
> ------------------------------
>
> Key: JBTM-2137
> URL: https://issues.jboss.org/browse/JBTM-2137
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Recovery
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 4.17.20, 5.0.2
>
>
> The linked CI job failed because the STATESTOREJBOSSTSTXTABLE had too many entries (>600) and this caused the recovery pass to take about 15 minutes which in turn causes subsequent tests to time out. The reason for so many entries is covered by JBTM-2133 but this JIRA is for the poor performance when there are so many entries.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBTM-2175) XTS HierarchyTest failure
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2175?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris updated JBTM-2175:
----------------------------------
Priority: Blocker (was: Minor)
> XTS HierarchyTest failure
> -------------------------
>
> Key: JBTM-2175
> URL: https://issues.jboss.org/browse/JBTM-2175
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Blocker
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/517/PROFILE=XTS,j...
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.wsas.tests.arq.basic.HierarchyTest
> -------------------------------------------------------------------------------
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.197 sec <<< FAILURE!
> testComparision(com.arjuna.wsas.tests.arq.basic.HierarchyTest) Time elapsed: 0.086 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.junit.Assert.assertFalse(Assert.java:74)
> at com.arjuna.wsas.tests.arq.basic.HierarchyTest.testComparision(HierarchyTest.java:87)`
> {code}
> {code}
> [0m18:39:20,935 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:20,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
> [0m[33m18:39:21,282 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[0m18:39:21,338 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment test.war
> [0m[0m18:39:21,379 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: test.war
> [0m[0m18:39:21,403 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment test.war
> [0m[0m18:39:22,065 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /test
> [0m[0m18:39:22,503 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Hierarchy: Activity context: 0:ffffac118321:-6095bd9c:537258b4:20 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Current: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:23,087 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /test
> [0m[0m18:39:23,092 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016009: Stopping weld service for deployment test.war
> [0m[0m18:39:23,131 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 50ms
> [0m[0m18:39:23,272 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:23,273 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
> [0m
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBTM-2175) XTS HierarchyTest failure
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2175?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris commented on JBTM-2175:
---------------------------------------
http://172.17.131.2/view/Narayana+BlackTie/job/narayana/518/PROFILE=XTS,j...
> XTS HierarchyTest failure
> -------------------------
>
> Key: JBTM-2175
> URL: https://issues.jboss.org/browse/JBTM-2175
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Minor
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/517/PROFILE=XTS,j...
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.wsas.tests.arq.basic.HierarchyTest
> -------------------------------------------------------------------------------
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.197 sec <<< FAILURE!
> testComparision(com.arjuna.wsas.tests.arq.basic.HierarchyTest) Time elapsed: 0.086 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.junit.Assert.assertFalse(Assert.java:74)
> at com.arjuna.wsas.tests.arq.basic.HierarchyTest.testComparision(HierarchyTest.java:87)`
> {code}
> {code}
> [0m18:39:20,935 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:20,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
> [0m[33m18:39:21,282 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[0m18:39:21,338 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment test.war
> [0m[0m18:39:21,379 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: test.war
> [0m[0m18:39:21,403 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment test.war
> [0m[0m18:39:22,065 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /test
> [0m[0m18:39:22,503 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Hierarchy: Activity context: 0:ffffac118321:-6095bd9c:537258b4:20 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Current: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:23,087 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /test
> [0m[0m18:39:23,092 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016009: Stopping weld service for deployment test.war
> [0m[0m18:39:23,131 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 50ms
> [0m[0m18:39:23,272 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:23,273 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
> [0m
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBTM-2175) XTS HierarchyTest failure
by Gytis Trikleris (JIRA)
[ https://issues.jboss.org/browse/JBTM-2175?page=com.atlassian.jira.plugin.... ]
Gytis Trikleris commented on JBTM-2175:
---------------------------------------
http://172.17.131.2/view/Narayana+BlackTie/job/narayana/516/PROFILE=XTS,j...
> XTS HierarchyTest failure
> -------------------------
>
> Key: JBTM-2175
> URL: https://issues.jboss.org/browse/JBTM-2175
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: XTS
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Priority: Minor
> Fix For: 5.0.2
>
>
> http://172.17.131.2/view/Narayana+BlackTie/job/narayana/517/PROFILE=XTS,j...
> {code}
> -------------------------------------------------------------------------------
> Test set: com.arjuna.wsas.tests.arq.basic.HierarchyTest
> -------------------------------------------------------------------------------
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.197 sec <<< FAILURE!
> testComparision(com.arjuna.wsas.tests.arq.basic.HierarchyTest) Time elapsed: 0.086 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.junit.Assert.assertFalse(Assert.java:74)
> at com.arjuna.wsas.tests.arq.basic.HierarchyTest.testComparision(HierarchyTest.java:87)`
> {code}
> {code}
> [0m18:39:20,935 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:20,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
> [0m[33m18:39:21,282 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice.
> [0m[0m18:39:21,338 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment test.war
> [0m[0m18:39:21,379 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: test.war
> [0m[0m18:39:21,403 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment test.war
> [0m[0m18:39:22,065 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /test
> [0m[0m18:39:22,503 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:22,977 INFO [stdout] (default task-4) Started: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Hierarchy: Activity context: 0:ffffac118321:-6095bd9c:537258b4:20 0:ffffac118321:-6095bd9c:537258b4:21
> [0m[0m18:39:22,978 INFO [stdout] (default task-4)
> [0m[0m18:39:22,978 INFO [stdout] (default task-4) Current: ActivityImple: 0:ffffac118321:-6095bd9c:537258b4:20
> [0m[0m18:39:23,087 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017535: Unregistered web context: /test
> [0m[0m18:39:23,092 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016009: Stopping weld service for deployment test.war
> [0m[0m18:39:23,131 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 50ms
> [0m[0m18:39:23,272 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/hudson/workspace/narayana/PROFILE/XTS/jdk/jdk7.latest/label/linux/jboss-as/build/target/wildfly-9.0.0.Alpha1-SNAPSHOT/standalone/data/content/ac/46009223d8a629a76daadbd3e571660ba5d77a/content
> [0m[0m18:39:23,273 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
> [0m
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months