Created
August 19, 2020 13:55
-
-
Save pferraro/97dadc8db8e7b79b63f3f888f426194e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0m[0m09:25:35,044 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "CoarseSessionExpirationTestCase.war" (runtime-name : "CoarseSessionExpirationTestCase.war") | |
[0m[0m09:25:35,056 INFO [io.undertow.servlet] (default task-1) http://127.0.0.1:8080/CoarseSessionExpirationTestCase/listener?operation=set&name=a | |
[0m[0m09:25:35,064 INFO [io.undertow.servlet] (default task-2) http://127.0.0.1:8080/CoarseSessionExpirationTestCase/listener?operation=set&name=a&value=1 | |
[0m[0m09:25:35,075 INFO [io.undertow.servlet] (default task-1) http://127.0.0.1:8180/CoarseSessionExpirationTestCase/listener?operation=get&name=a | |
[0m[0m09:25:35,088 INFO [io.undertow.servlet] (default task-2) http://127.0.0.1:8180/CoarseSessionExpirationTestCase/listener?operation=remove&name=b | |
[0m[0m09:25:35,095 INFO [io.undertow.servlet] (default task-2) http://127.0.0.1:8080/CoarseSessionExpirationTestCase/listener?operation=set&name=a&value=2 | |
[0m[0m09:25:35,102 INFO [io.undertow.servlet] (default task-2) http://127.0.0.1:8180/CoarseSessionExpirationTestCase/listener?operation=get&name=a | |
[0m[0m09:25:35,110 INFO [io.undertow.servlet] (default task-2) http://127.0.0.1:8080/CoarseSessionExpirationTestCase/listener?operation=set&name=a | |
[0m[0m09:25:35,117 INFO [io.undertow.servlet] (default task-2) http://127.0.0.1:8180/CoarseSessionExpirationTestCase/listener?operation=get&name=a | |
[0m[0m09:25:35,122 INFO [io.undertow.servlet] (default task-2) http://127.0.0.1:8080/CoarseSessionExpirationTestCase/listener?operation=set&name=a&value=3&value=4 | |
[0m[0m09:25:35,126 INFO [io.undertow.servlet] (default task-2) http://127.0.0.1:8180/CoarseSessionExpirationTestCase/listener?operation=get&name=a | |
[0m[0m09:25:35,133 INFO [io.undertow.servlet] (default task-2) http://127.0.0.1:8080/CoarseSessionExpirationTestCase/listener?operation=remove&name=a | |
[0m[0m09:25:35,138 INFO [io.undertow.servlet] (default task-2) http://127.0.0.1:8180/CoarseSessionExpirationTestCase/listener?operation=get&name=a | |
[0m[0m09:25:35,144 INFO [io.undertow.servlet] (default task-1) http://127.0.0.1:8180/CoarseSessionExpirationTestCase/listener?operation=set&name=a&value=5 | |
[0m[0m09:25:35,151 INFO [io.undertow.servlet] (default task-2) http://127.0.0.1:8080/CoarseSessionExpirationTestCase/listener?operation=invalidate | |
[0m[0m09:25:35,156 INFO [io.undertow.servlet] (default task-1) http://127.0.0.1:8180/CoarseSessionExpirationTestCase/listener?operation=set&name=a&value=6 | |
[0m[0m09:25:35,164 INFO [io.undertow.servlet] (default task-2) http://127.0.0.1:8180/CoarseSessionExpirationTestCase/listener?operation=get&name=a&value=7 | |
[0m[0m09:25:35,167 INFO [io.undertow.servlet] (default task-1) http://127.0.0.1:8180/CoarseSessionExpirationTestCase/listener?operation=get&name=a | |
[0m[0m09:25:35,172 INFO [io.undertow.servlet] (default task-2) http://127.0.0.1:8080/CoarseSessionExpirationTestCase/listener?operation=timeout&timeout=1 | |
[0m[0m09:25:37,185 INFO [io.undertow.servlet] (default task-1) http://127.0.0.1:8180/CoarseSessionExpirationTestCase/listener?operation=get&name=a | |
[0m[31m09:25:37,187 ERROR [io.undertow.request] (default task-1) UT005023: Exception handling request to /CoarseSessionExpirationTestCase/listener: org.infinispan.commons.IllegalLifecycleStateException: ISPN000324: InvalidateConversationTestCase.war is in 'STOPPING' state and this is an invocation not belonging to an on-going transaction, so it does not accept new invocations. Either restart it or recreate the cache container. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment