Created
January 14, 2026 19:25
-
-
Save scottmarlow/fb271e302239bd8b336149f708f6d017 to your computer and use it in GitHub Desktop.
expected output when test passes websocket/server/handshakerequest/authenticatedlogoff/WSCClient.java#connectionHasBeenClosedWithStatus1008AfterI
This file contains hidden or 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
| [javatest.batch] 01-14-2026 14:22:04: [WebSocketCommonClient] Test cleanup OK | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: Connection has been closed as expected: UT002002: Channel is closed | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: [WebSocketCommonClient] invoke | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: [WebSocketCommonClient] EXECUTING | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: Reseting callback and message | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: [WebSocketCommonClient] A new test case has been created | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: [WebSocketCommonClient] setTestProperties | |
| [javatest.batch] 01-14-2026 14:22:04: [WebSocketCommonClient] Connecting to ws://localhost:8080/wsc_platform_jakarta_websocket_handshakeresponse_authenticated_logoff_web/closehttpsession | |
| [javatest.batch] 01-14-2026 14:22:04: [WebSocketCommonClient] Authorization : Basic ajJlZTpqMmVl | |
| [javatest.batch] 01-14-2026 14:22:04: [WebSocketCommonClient] Sec-WebSocket-Key : CFYO6BhqC1zm/sfYRvgzcA== | |
| [javatest.batch] 01-14-2026 14:22:04: [WebSocketCommonClient] Connection : upgrade | |
| [javatest.batch] 01-14-2026 14:22:04: [WebSocketCommonClient] Sec-WebSocket-Version : 13 | |
| [javatest.batch] 01-14-2026 14:22:04: [WebSocketCommonClient] Host : localhost:8080 | |
| [javatest.batch] 01-14-2026 14:22:04: [WebSocketCommonClient] Upgrade : websocket | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: On open on session id GYROZ4256uyoZurMR69x0PLvhZ7dompucw02sZTD | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: RequestUri: ws://localhost:8080/wsc_platform_jakarta_websocket_handshakeresponse_authenticated_logoff_web/closehttpsession | |
| [javatest.batch] 01-14-2026 14:22:04: Sending entity 1 part: lastcode, | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: RemoteEndpoint.Basic.sendText( lastcode ) | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: [WebSocketCommonClient] Connection session id: GYROZ4256uyoZurMR69x0PLvhZ7dompucw02sZTD | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: [WebSocketCommonClient] Setting CountDownLatch to 30 seconds, should be hit 1 times | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: Received message so far 1008 | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: [WebSocketCommonClient] CountDownLatch hit | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: [WebValidatorBase] Expected Status Code '200' found in response line! | |
| [javatest.batch] 01-14-2026 14:22:04: [WebSocketCommonClient] Response: 1008 | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: [WebValidatorBase] Scanning response for search string: '1008' starting at index location: 0 | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: [WebValidatorBase] Found search string: '1008' at index '0' in the server's response | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: [WebSocketCommonClient] CountDownLatch has been hit 1 times as expected | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: [WebSocketCommonClient] session.close() on session id GYROZ4256uyoZurMR69x0PLvhZ7dompucw02sZTD | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: [WebSocketCommonClient] On close on session id GYROZ4256uyoZurMR69x0PLvhZ7dompucw02sZTD reason CloseReason[1000] | |
| [javatest.batch] 01-14-2026 14:22:04: TRACE: [WebSocketCommonClient] onClose has been called | |
| [javatest.batch] 01-14-2026 14:22:04: [WebSocketCommonClient] Test cleanup OK | |
| [javatest.batch] 01-14-2026 14:22:04: After invalidation of HTTP session, connection has been closed with expected status 1008 | |
| [javatest.batch] 01-14-2026 14:22:04: [WebSocketCommonClient] Test cleanup OK | |
| [31m14:22:05,205 ERROR [stderr] (default task-2) java.io.IOException: UT002002: Channel is closed | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at io.undertow.core@2.3.20.Final//io.undertow.websockets.core.WebSocketChannel.send(WebSocketChannel.java:382) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at io.undertow.core@2.3.20.Final//io.undertow.websockets.core.WebSockets.sendInternal(WebSockets.java:906) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at io.undertow.core@2.3.20.Final//io.undertow.websockets.core.WebSockets.sendInternal(WebSockets.java:900) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at io.undertow.core@2.3.20.Final//io.undertow.websockets.core.WebSockets.sendText(WebSockets.java:89) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at io.undertow.core@2.3.20.Final//io.undertow.websockets.core.WebSockets.sendText(WebSockets.java:75) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.WebSocketSessionRemoteEndpoint$AsyncWebSocketSessionRemoteEndpoint.sendText(WebSocketSessionRemoteEndpoint.java:123) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.annotated.AnnotatedEndpoint.sendResult(AnnotatedEndpoint.java:171) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.annotated.AnnotatedEndpoint$2.onMessage(AnnotatedEndpoint.java:147) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.FrameHandler$7.run(FrameHandler.java:288) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.ServerWebSocketContainer$1.call(ServerWebSocketContainer.java:170) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.ServerWebSocketContainer$1.call(ServerWebSocketContainer.java:167) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at io.undertow.servlet@2.3.20.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at org.wildfly.extension.undertow@39.0.0.Final-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1433) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at org.wildfly.extension.undertow@39.0.0.Final-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1433) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at org.wildfly.extension.undertow@39.0.0.Final-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1433) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at org.wildfly.extension.undertow@39.0.0.Final-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1433) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.ServerWebSocketContainer.invokeEndpointMethod(ServerWebSocketContainer.java:618) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.ServerWebSocketContainer$6.run(ServerWebSocketContainer.java:604) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.OrderedExecutor$ExecutorTask.run(OrderedExecutor.java:67) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at org.jboss.threads@3.9.2//org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at org.jboss.threads@3.9.2//org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2651) | |
| [0m[31m14:22:05,205 ERROR [stderr] (default task-2) at org.jboss.threads@3.9.2//org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2630) | |
| [0m[31m14:22:05,206 ERROR [stderr] (default task-2) at org.jboss.threads@3.9.2//org.jboss.threads.EnhancedQueueExecutor.runThreadBody(EnhancedQueueExecutor.java:1622) | |
| [0m[31m14:22:05,206 ERROR [stderr] (default task-2) at org.jboss.threads@3.9.2//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1589) | |
| [0m[31m14:22:05,206 ERROR [stderr] (default task-2) at org.jboss.xnio@3.8.16.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282) | |
| [0m[31m14:22:05,206 ERROR [stderr] (default task-2) at java.base/java.lang.Thread.run(Thread.java:840) | |
| [0m[31m14:22:05,206 ERROR [io.undertow.websockets.jsr.request] (default task-2) UT026006: Exception running web socket method: java.lang.RuntimeException: java.lang.RuntimeException: java.io.IOException: UT002002: Channel is closed | |
| at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.ServerWebSocketContainer.invokeEndpointMethod(ServerWebSocketContainer.java:620) | |
| at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.ServerWebSocketContainer$6.run(ServerWebSocketContainer.java:604) | |
| at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.OrderedExecutor$ExecutorTask.run(OrderedExecutor.java:67) | |
| at org.jboss.threads@3.9.2//org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18) | |
| at org.jboss.threads@3.9.2//org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2651) | |
| at org.jboss.threads@3.9.2//org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2630) | |
| at org.jboss.threads@3.9.2//org.jboss.threads.EnhancedQueueExecutor.runThreadBody(EnhancedQueueExecutor.java:1622) | |
| at org.jboss.threads@3.9.2//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1589) | |
| at org.jboss.xnio@3.8.16.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282) | |
| at java.base/java.lang.Thread.run(Thread.java:840) | |
| Caused by: java.lang.RuntimeException: java.io.IOException: UT002002: Channel is closed | |
| at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.annotated.AnnotatedEndpoint$5.run(AnnotatedEndpoint.java:234) | |
| at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.ServerWebSocketContainer$1.call(ServerWebSocketContainer.java:170) | |
| at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.ServerWebSocketContainer$1.call(ServerWebSocketContainer.java:167) | |
| at io.undertow.servlet@2.3.20.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) | |
| at org.wildfly.extension.undertow@39.0.0.Final-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1433) | |
| at org.wildfly.extension.undertow@39.0.0.Final-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1433) | |
| at org.wildfly.extension.undertow@39.0.0.Final-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1433) | |
| at org.wildfly.extension.undertow@39.0.0.Final-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1433) | |
| at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.ServerWebSocketContainer.invokeEndpointMethod(ServerWebSocketContainer.java:618) | |
| ... 9 more | |
| Caused by: java.io.IOException: UT002002: Channel is closed | |
| at io.undertow.core@2.3.20.Final//io.undertow.websockets.core.WebSocketChannel.send(WebSocketChannel.java:382) | |
| at io.undertow.core@2.3.20.Final//io.undertow.websockets.core.WebSockets.sendBlockingInternal(WebSockets.java:992) | |
| at io.undertow.core@2.3.20.Final//io.undertow.websockets.core.WebSockets.sendBlockingInternal(WebSockets.java:986) | |
| at io.undertow.core@2.3.20.Final//io.undertow.websockets.core.WebSockets.sendTextBlocking(WebSockets.java:200) | |
| at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.WebSocketSessionRemoteEndpoint$BasicWebSocketSessionRemoteEndpoint.sendText(WebSocketSessionRemoteEndpoint.java:258) | |
| at deployment.wsc_platform_jakarta_websocket_handshakeresponse_authenticated_logoff_web.war//com.sun.ts.tests.websocket.platform.jakarta.websocket.server.handshakerequest.authenticatedlogoff.WSCCloseHttpSessionServer.onError(WSCCloseHttpSessionServer.java:54) | |
| at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) | |
| at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| at java.base/java.lang.reflect.Method.invoke(Method.java:569) | |
| at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.annotated.BoundMethod.invoke(BoundMethod.java:87) | |
| at io.undertow.websocket@2.3.20.Final//io.undertow.websockets.jsr.annotated.AnnotatedEndpoint$5.run(AnnotatedEndpoint.java:229) | |
| ... 17 more | |
| [0m[0m14:22:05,206 INFO [io.undertow.servlet] (default task-2) Close code: 1008 | |
| [0m[javatest.batch] 01-14-2026 14:22:05: TRACE: SLEPT FOR: 1000 | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: in custom vehicle so call on EETest. | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: *** in EETest.run(argv,p) | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: TESTCLASS=com.sun.ts.tests.websocket.platform.jakarta.websocket.server.handshakerequest.authenticatedlogoff.WSCClient | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.websocket.platform.jakarta.websocket.server.handshakerequest.authenticatedlogoff.WSCClient | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: ** IN getRunMethod: testname=connectionHasBeenClosedWithStatus1008AfterInvalidationTest | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: ** GOT RUN METHOD! | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: **runmethod=connectionHasBeenClosedWithStatus1008AfterInvalidationTest | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: ABOUT TO GET SETUP METHOD! | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: No setupMethod annotation present | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: getSetupMethod - checking for testcase specific setup method: connectionHasBeenClosedWithStatus1008AfterInvalidationTest_setup | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: getSetupMethod - checking for default class specific setup method | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: GOT SETUP METHOD! | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: No cleanupMethod annotation present | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: getCleanupMethod - checking for testcase specific cleanup method: connectionHasBeenClosedWithStatus1008AfterInvalidationTest_cleanup | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: getCleanupMethod - checking for default class specific cleanup method | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: GOT CLEANUP METHOD! | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: ABOUT TO INVOKE SETUP METHOD! | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: user j2ee | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: password j2ee | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: setup method WebSocketCommonClient | |
| [javatest.batch] 01-14-2026 14:22:05: [WebSocketCommonClient] Test setup OK | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: INVOKED SETUP METHOD! | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: [WebSocketCommonClient] invoke | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: [WebSocketCommonClient] EXECUTING | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: Reseting callback and message | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: [WebSocketCommonClient] A new test case has been created | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: [WebSocketCommonClient] setTestProperties | |
| [javatest.batch] 01-14-2026 14:22:05: [WebSocketCommonClient] Connecting to ws://localhost:8080/wsc_platform_jakarta_websocket_handshakeresponse_authenticated_logoff_web/closehttpsession | |
| [javatest.batch] 01-14-2026 14:22:05: [WebSocketCommonClient] Authorization : Basic ajJlZTpqMmVl | |
| [javatest.batch] 01-14-2026 14:22:05: [WebSocketCommonClient] Sec-WebSocket-Key : e5ljrcC8REQIw5KdwV15bg== | |
| [javatest.batch] 01-14-2026 14:22:05: [WebSocketCommonClient] Connection : upgrade | |
| [javatest.batch] 01-14-2026 14:22:05: [WebSocketCommonClient] Sec-WebSocket-Version : 13 | |
| [javatest.batch] 01-14-2026 14:22:05: [WebSocketCommonClient] Host : localhost:8080 | |
| [javatest.batch] 01-14-2026 14:22:05: [WebSocketCommonClient] Upgrade : websocket | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: On open on session id _5nI4bCLE9iybb9vMHVtAHfP6dkF6u7vkZ3oe-Hc | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: RequestUri: ws://localhost:8080/wsc_platform_jakarta_websocket_handshakeresponse_authenticated_logoff_web/closehttpsession | |
| [javatest.batch] 01-14-2026 14:22:05: Sending entity 1 part: invalidate, | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: RemoteEndpoint.Basic.sendText( invalidate ) | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: [WebSocketCommonClient] Connection session id: _5nI4bCLE9iybb9vMHVtAHfP6dkF6u7vkZ3oe-Hc | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: [WebSocketCommonClient] Setting CountDownLatch to 30 seconds, should be hit 1 times | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: [WebSocketCommonClient] On close on session id _5nI4bCLE9iybb9vMHVtAHfP6dkF6u7vkZ3oe-Hc reason CloseReason[1008] | |
| [javatest.batch] 01-14-2026 14:22:05: TRACE: [WebSocketCommonClient] onClose has been called before a message was received | |
| [javatest.batch] 01-14-2026 14:22:35: TRACE: [WebValidatorBase] Expected Status Code '200' found in response line! | |
| [javatest.batch] 01-14-2026 14:22:35: [WebSocketCommonClient] Response: | |
| [javatest.batch] 01-14-2026 14:22:35: TRACE: [WebValidatorBase] Scanning response for search string: 'invalidate' starting at index location: 0 | |
| [javatest.batch] 01-14-2026 14:22:35: ERROR: [WebValidatorBase] Unable to find the following search string in the server's response: 'invalidate' at index: 0 | |
| [javatest.batch] [WebValidatorBase] Server's response: | |
| [javatest.batch] ------------------------------------------- | |
| [javatest.batch] | |
| [javatest.batch] ------------------------------------------- | |
| [javatest.batch] | |
| [javatest.batch] 01-14-2026 14:22:35: TRACE: Sleeping 5 seconds | |
| [0m14:22:40,216 INFO [io.undertow.servlet] (default task-2) Close code: 1000 | |
| [0m[javatest.batch] 01-14-2026 14:22:40: TRACE: [WebSocketCommonClient] invoke | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebSocketCommonClient] EXECUTING | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebSocketCommonClient] setTestProperties | |
| [javatest.batch] 01-14-2026 14:22:40: Sending entity 1 part: ok, | |
| [javatest.batch] 01-14-2026 14:22:40: [WebSocketCommonClient] Test cleanup OK | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: Connection has been closed as expected: UT002002: Channel is closed | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebSocketCommonClient] invoke | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebSocketCommonClient] EXECUTING | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: Reseting callback and message | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebSocketCommonClient] A new test case has been created | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebSocketCommonClient] setTestProperties | |
| [javatest.batch] 01-14-2026 14:22:40: [WebSocketCommonClient] Connecting to ws://localhost:8080/wsc_platform_jakarta_websocket_handshakeresponse_authenticated_logoff_web/closehttpsession | |
| [javatest.batch] 01-14-2026 14:22:40: [WebSocketCommonClient] Authorization : Basic ajJlZTpqMmVl | |
| [javatest.batch] 01-14-2026 14:22:40: [WebSocketCommonClient] Sec-WebSocket-Key : aTQgDxzl3+mW7nD9J+R7gQ== | |
| [javatest.batch] 01-14-2026 14:22:40: [WebSocketCommonClient] Connection : upgrade | |
| [javatest.batch] 01-14-2026 14:22:40: [WebSocketCommonClient] Sec-WebSocket-Version : 13 | |
| [javatest.batch] 01-14-2026 14:22:40: [WebSocketCommonClient] Host : localhost:8080 | |
| [javatest.batch] 01-14-2026 14:22:40: [WebSocketCommonClient] Upgrade : websocket | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: On open on session id Qez7_y1D102bJNu9961HawOawTZnXDLJAGZH0Pbz | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: RequestUri: ws://localhost:8080/wsc_platform_jakarta_websocket_handshakeresponse_authenticated_logoff_web/closehttpsession | |
| [javatest.batch] 01-14-2026 14:22:40: Sending entity 1 part: lastcode, | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: RemoteEndpoint.Basic.sendText( lastcode ) | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebSocketCommonClient] Connection session id: Qez7_y1D102bJNu9961HawOawTZnXDLJAGZH0Pbz | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebSocketCommonClient] Setting CountDownLatch to 30 seconds, should be hit 1 times | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: Received message so far 1008 | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebSocketCommonClient] CountDownLatch hit | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebValidatorBase] Expected Status Code '200' found in response line! | |
| [javatest.batch] 01-14-2026 14:22:40: [WebSocketCommonClient] Response: 1008 | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebValidatorBase] Scanning response for search string: '1008' starting at index location: 0 | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebValidatorBase] Found search string: '1008' at index '0' in the server's response | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebSocketCommonClient] CountDownLatch has been hit 1 times as expected | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebSocketCommonClient] session.close() on session id Qez7_y1D102bJNu9961HawOawTZnXDLJAGZH0Pbz | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebSocketCommonClient] On close on session id Qez7_y1D102bJNu9961HawOawTZnXDLJAGZH0Pbz reason CloseReason[1000] | |
| [javatest.batch] 01-14-2026 14:22:40: TRACE: [WebSocketCommonClient] onClose has been called | |
| [javatest.batch] 01-14-2026 14:22:40: [WebSocketCommonClient] Test cleanup OK | |
| [javatest.batch] 01-14-2026 14:22:40: After invalidation of HTTP session, connection has been closed with expected status 1008 | |
| [javatest.batch] 01-14-2026 14:22:40: [WebSocketCommonClient] Test cleanup OK | |
| [javatest.batch] 01-14-2026 14:22:41: TRACE: SLEPT FOR: 1000 | |
| [javatest.batch] STATUS:Passed. | |
| [javatest.batch] Passed. | |
| [javatest.batch] ******************************************************************************** | |
| [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/websocket/platform/jakarta/websocket/server/handshakerequest/authenticatedlogoff/WSCClient.java#connectionHasBeenClosedWithStatus1008AfterI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment