Push event to branch 2.0.5-BRANCH Connecting to https://api.github.com using GitHub bot (username/token) Obtained etc/jenkins/Jenkinsfile_ci_build from e96ef0f2ffaa15b1e2bc1e54e166663bf55beacf [Pipeline] Start of Pipeline [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Jersey build) [Pipeline] parallel [Pipeline] { (Branch: JDK 11 ) [Pipeline] { (Branch: JDK 13 ) [Pipeline] stage [Pipeline] { (JDK 11 ) [Pipeline] stage [Pipeline] { (JDK 13 ) [Pipeline] node [Pipeline] node Agent centos-7-k54lp is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-k54lp" namespace: "tyrus" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.tyrus.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-k54lp" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-k54lp" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.tyrus.svc.cluster.local/tyrus/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3131.vf2b_b_798b_ce99" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-tyrus" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-k54lp in /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH [Pipeline] { [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-ee4j/tyrus.git > git init /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/tyrus.git > git --version # timeout=10 > git --version # 'git version 2.36.6' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/tyrus.git +refs/heads/2.0.5-BRANCH:refs/remotes/origin/2.0.5-BRANCH # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/tyrus.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/2.0.5-BRANCH:refs/remotes/origin/2.0.5-BRANCH # timeout=10 Avoid second fetch Checking out Revision e96ef0f2ffaa15b1e2bc1e54e166663bf55beacf (2.0.5-BRANCH) Commit message: "Prepare next development cycle for 2.0.99-SNAPSHOT" First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f e96ef0f2ffaa15b1e2bc1e54e166663bf55beacf # timeout=10 + mvn -U -C -Dtyrus.test.container.client=org.glassfish.tyrus.container.grizzly.client.GrizzlyClientContainer -Pbundles clean install -Dmaven.javadoc.skip=true [INFO] Scanning for projects... Still waiting to schedule task Waiting for next available executor on ‘centos-7’ Agent centos-7-0wmpn is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-0wmpn" namespace: "tyrus" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.tyrus.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-0wmpn" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-0wmpn" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.tyrus.svc.cluster.local/tyrus/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3131.vf2b_b_798b_ce99" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-tyrus" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-0wmpn in /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH [Pipeline] { [Pipeline] checkout [WARNING] [WARNING] Some problems were encountered while building the effective model for org.glassfish.tyrus:tyrus-bom:pom:2.0.99-SNAPSHOT [WARNING] 'parent.relativePath' of POM org.glassfish.tyrus:tyrus-bom:2.0.99-SNAPSHOT (/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bom/pom.xml) points at org.glassfish.tyrus:tyrus-project instead of org.eclipse.ee4j:project, please verify your project structure @ line 24, column 13 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] tyrus [pom] [INFO] tyrus-archetypes [pom] [INFO] Tyrus Echo Archetype [jar] [INFO] Tyrus BOM [pom] [INFO] Tyrus Container SPI [bundle] [INFO] Tyrus Core [bundle] [INFO] Tyrus Client [bundle] [INFO] Tyrus Container Modules [pom] [INFO] Tyrus Containers For Glassfish [pom] [INFO] Tyrus CDI Component Provider [bundle] [INFO] Tyrus EJB Component Provider [bundle] [INFO] Tyrus Grizzly Client Container [bundle] [INFO] Tyrus Server [bundle] [INFO] Tyrus Grizzly Server Container [bundle] [INFO] Tyrus InMemory Container [bundle] [INFO] Tyrus Servlet Bundle [bundle] [INFO] Tyrus Tests [pom] [INFO] Tyrus Test Tools [bundle] [INFO] Tyrus JDK Client Container [bundle] [INFO] Tyrus Documentation [pom] [INFO] Tyrus Extension Modules [pom] [INFO] Tyrus CLI Client [bundle] [INFO] Tyrus Monitoring JMX [jar] [INFO] Tyrus Extension - Per Message Deflate [bundle] [INFO] Tyrus Java8 Client Extension [bundle] [INFO] Tyrus Samples [pom] [INFO] Tyrus Auction Sample [war] [INFO] Tyrus CDI Sample [war] [INFO] Tyrus Chat Sample [war] [INFO] Tyrus Draw Sample [war] [INFO] Tyrus Echo Sample [war] [INFO] Tyrus Basic Auth Sample [war] [INFO] Tyrus Secure Echo Sample [war] [INFO] Tyrus Programmatic Echo Sample [war] [INFO] Tyrus Simple Life Sample [war] [INFO] Tyrus Shared Collection Sample [war] [INFO] Tyrus Container Tests [pom] [INFO] Tyrus JDK Containers Tests [war] [INFO] Tyrus Servlet Containers Tests [war] [INFO] Tyrus End-to-End Tests [pom] [INFO] Tyrus End-to-End Application Config Tests [war] [INFO] Tyrus End-to-End Non-deployable Tests [war] [INFO] Tyrus End-to-End Standard Config Tests [war] [INFO] Tyrus End-to-End Java 8 Tests [war] [INFO] Tyrus End-to-End Tests running on Jetty [pom] [INFO] Tyrus End-to-End Basic Auth Tests [jar] [INFO] Tyrus End-to-End Digest Auth Tests [jar] [INFO] Tyrus Server Integration Tests [pom] [INFO] Tyrus Servlet Async Tests [war] [INFO] Tyrus Autobahn Echo Server [war] [INFO] Tyrus Servlet Basic Tests [war] [INFO] Tyrus Servlet Tests on Glassfish [war] [INFO] Tyrus Servlet Dynamic Deploy Test [war] [INFO] Tyrus Servlet No App Config [war] [INFO] Tyrus Servlet One App Config [war] [INFO] Tyrus Servlet RemoteEndpoint Timeout [war] [INFO] Tyrus Servlet Session Closing [war] [INFO] Tyrus Servlet Two App Config [war] [INFO] Tyrus Servlet Monitoring Test [war] [INFO] Tyrus Servlet Inject Test [war] [INFO] Tyrus Servlet Max Sessions Per App Tests [war] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests [war] [INFO] Tyrus Debug Debug Samples [war] [INFO] Tyrus Bundles [pom] [INFO] Tyrus Samples Bundle [pom] [INFO] Tyrus Standalone Client [jar] [INFO] Tyrus Standalone Client - JDK [jar] [INFO] Tyrus Websocket RI Archive [pom] [INFO] Tyrus Websocket RI Bundle [bundle] [INFO] [INFO] -----------------< org.glassfish.tyrus:tyrus-project >------------------ [INFO] Building tyrus 2.0.99-SNAPSHOT [1/69] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-project --- The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-ee4j/tyrus.git > git init /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/tyrus.git > git --version # timeout=10 > git --version # 'git version 2.36.6' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/tyrus.git +refs/heads/2.0.5-BRANCH:refs/remotes/origin/2.0.5-BRANCH # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/tyrus.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/2.0.5-BRANCH:refs/remotes/origin/2.0.5-BRANCH # timeout=10 Avoid second fetch Checking out Revision e96ef0f2ffaa15b1e2bc1e54e166663bf55beacf (2.0.5-BRANCH) Commit message: "Prepare next development cycle for 2.0.99-SNAPSHOT" [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-project --- > git config core.sparsecheckout # timeout=10 > git checkout -f e96ef0f2ffaa15b1e2bc1e54e166663bf55beacf # timeout=10 + mvn -U -C -Dtyrus.test.container.client=org.glassfish.tyrus.container.grizzly.client.GrizzlyClientContainer -Pbundles clean install -Dmaven.javadoc.skip=true [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.0.99-SNAPSHOT/tyrus-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.tyrus.archetypes:tyrus-archetypes-project >------- [INFO] Building tyrus-archetypes 2.0.99-SNAPSHOT [2/69] [INFO] from archetypes/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-archetypes-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-archetypes-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-archetypes-project --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-archetypes-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.0.99-SNAPSHOT/tyrus-archetypes-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.archetypes:tyrus-archetype-echo >--------- [INFO] Building Tyrus Echo Archetype 2.0.99-SNAPSHOT [3/69] [INFO] from archetypes/echo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-archetype-echo --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-archetype-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:2.6:resources (default-resources) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-archetype-echo --- [INFO] Scanning for projects... [INFO] No sources to compile [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/archetypes/echo/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-archetype-echo --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-archetype-echo --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-archetype-echo --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/archetypes/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0.99-SNAPSHOT/tyrus-archetype-echo-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0.99-SNAPSHOT/tyrus-archetype-echo-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0.99-SNAPSHOT/tyrus-archetype-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:2.2:update-local-catalog (update-local-catalog) @ tyrus-archetype-echo --- [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-bom >-------------------- [INFO] Building Tyrus BOM 2.0.99-SNAPSHOT [4/69] [INFO] from bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-bom --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-bom --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.0.99-SNAPSHOT/tyrus-bom-2.0.99-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-spi >-------------------- [INFO] Building Tyrus Container SPI 2.0.99-SNAPSHOT [5/69] [INFO] from spi/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-spi --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-spi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-spi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-spi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-spi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-spi --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-spi --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-spi --- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-spi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/target/tyrus-spi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-spi --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0.99-SNAPSHOT/tyrus-spi-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/target/tyrus-spi-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0.99-SNAPSHOT/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/target/tyrus-spi-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0.99-SNAPSHOT/tyrus-spi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-spi --- [INFO] Writing OBR metadata [INFO] Installing org/glassfish/tyrus/tyrus-spi/2.0.99-SNAPSHOT/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-core >------------------- [INFO] Building Tyrus Core 2.0.99-SNAPSHOT [6/69] [INFO] from core/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] [WARNING] Some problems were encountered while building the effective model for org.glassfish.tyrus:tyrus-bom:pom:2.0.99-SNAPSHOT [WARNING] 'parent.relativePath' of POM org.glassfish.tyrus:tyrus-bom:2.0.99-SNAPSHOT (/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bom/pom.xml) points at org.glassfish.tyrus:tyrus-project instead of org.eclipse.ee4j:project, please verify your project structure @ line 24, column 13 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] tyrus [pom] [INFO] tyrus-archetypes [pom] [INFO] Tyrus Echo Archetype [jar] [INFO] Tyrus BOM [pom] [INFO] Tyrus Container SPI [bundle] [INFO] Tyrus Core [bundle] [INFO] Tyrus Client [bundle] [INFO] Tyrus Container Modules [pom] [INFO] Tyrus Containers For Glassfish [pom] [INFO] Tyrus CDI Component Provider [bundle] [INFO] Tyrus EJB Component Provider [bundle] [INFO] Tyrus Grizzly Client Container [bundle] [INFO] Tyrus Server [bundle] [INFO] Tyrus Grizzly Server Container [bundle] [INFO] Tyrus InMemory Container [bundle] [INFO] Tyrus Servlet Bundle [bundle] [INFO] Tyrus Tests [pom] [INFO] Tyrus Test Tools [bundle] [INFO] Tyrus JDK Client Container [bundle] [INFO] Tyrus Documentation [pom] [INFO] Tyrus Extension Modules [pom] [INFO] Tyrus CLI Client [bundle] [INFO] Tyrus Monitoring JMX [jar] [INFO] Tyrus Extension - Per Message Deflate [bundle] [INFO] Tyrus Java8 Client Extension [bundle] [INFO] Tyrus Samples [pom] [INFO] Tyrus Auction Sample [war] [INFO] Tyrus CDI Sample [war] [INFO] Tyrus Chat Sample [war] [INFO] Tyrus Draw Sample [war] [INFO] Tyrus Echo Sample [war] [INFO] Tyrus Basic Auth Sample [war] [INFO] Tyrus Secure Echo Sample [war] [INFO] Tyrus Programmatic Echo Sample [war] [INFO] Tyrus Simple Life Sample [war] [INFO] Tyrus Shared Collection Sample [war] [INFO] Tyrus Container Tests [pom] [INFO] Tyrus JDK Containers Tests [war] [INFO] Tyrus Servlet Containers Tests [war] [INFO] Tyrus End-to-End Tests [pom] [INFO] Tyrus End-to-End Application Config Tests [war] [INFO] Tyrus End-to-End Non-deployable Tests [war] [INFO] Tyrus End-to-End Standard Config Tests [war] [INFO] Tyrus End-to-End Java 8 Tests [war] [INFO] Tyrus End-to-End Tests running on Jetty [pom] [INFO] Tyrus End-to-End Basic Auth Tests [jar] [INFO] Tyrus End-to-End Digest Auth Tests [jar] [INFO] Tyrus Server Integration Tests [pom] [INFO] Tyrus Servlet Async Tests [war] [INFO] Tyrus Autobahn Echo Server [war] [INFO] Tyrus Servlet Basic Tests [war] [INFO] Tyrus Servlet Tests on Glassfish [war] [INFO] Tyrus Servlet Dynamic Deploy Test [war] [INFO] Tyrus Servlet No App Config [war] [INFO] Tyrus Servlet One App Config [war] [INFO] Tyrus Servlet RemoteEndpoint Timeout [war] [INFO] Tyrus Servlet Session Closing [war] [INFO] Tyrus Servlet Two App Config [war] [INFO] Tyrus Servlet Monitoring Test [war] [INFO] Tyrus Servlet Inject Test [war] [INFO] Tyrus Servlet Max Sessions Per App Tests [war] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests [war] [INFO] Tyrus Debug Debug Samples [war] [INFO] Tyrus Bundles [pom] [INFO] Tyrus Samples Bundle [pom] [INFO] Tyrus Standalone Client [jar] [INFO] Tyrus Standalone Client - JDK [jar] [INFO] Tyrus Websocket RI Archive [pom] [INFO] Tyrus Websocket RI Bundle [bundle] [INFO] [INFO] -----------------< org.glassfish.tyrus:tyrus-project >------------------ [INFO] Building tyrus 2.0.99-SNAPSHOT [1/69] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-project --- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-core --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper:1.8:parse-version (parse-version) @ tyrus-core --- [INFO] [INFO] --- istack-commons:2.6.1:rs-gen (default) @ tyrus-core --- Resources: org/glassfish/tyrus/core/l10n/localization.properties Processing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/main/resources/org/glassfish/tyrus/core/l10n/localization.properties org/glassfish/tyrus/core/l10n/LocalizationMessages.java [INFO] [INFO] --- build-helper:1.8:add-source (default) @ tyrus-core --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jaxb:1.1.1:generate (default) @ tyrus-core --- [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/generated-sources/xjc/org/glassfish/tyrus/core/wsadl/model is not found and thus excluded from the dependency check [INFO] Compiling file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/etc/wsadl.xsd [INFO] Writing output to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/generated-sources/xjc [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-core --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-core --- [WARNING] *********************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [org.osgi.core-4.2.0.jar]. Please don't publish this project to a public artifact repository! * [WARNING] *********************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/classes [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-project --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.0.99-SNAPSHOT/tyrus-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.tyrus.archetypes:tyrus-archetypes-project >------- [INFO] Building tyrus-archetypes 2.0.99-SNAPSHOT [2/69] [INFO] from archetypes/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-archetypes-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-archetypes-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-archetypes-project --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-archetypes-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.0.99-SNAPSHOT/tyrus-archetypes-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.archetypes:tyrus-archetype-echo >--------- [INFO] Building Tyrus Echo Archetype 2.0.99-SNAPSHOT [3/69] [INFO] from archetypes/echo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-archetype-echo --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-archetype-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:2.6:resources (default-resources) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-archetype-echo --- [INFO] No sources to compile [INFO] [INFO] --- resources:2.6:testResources (default-testResources) @ tyrus-archetype-echo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/archetypes/echo/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-archetype-echo --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-archetype-echo --- [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/main/java/org/glassfish/tyrus/core/uri/internal/MultivaluedMap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/main/java/org/glassfish/tyrus/core/uri/internal/MultivaluedMap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/test-classes [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-archetype-echo --- [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/test/java/org/glassfish/tyrus/core/uri/EquivalentPathsTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/test/java/org/glassfish/tyrus/core/uri/EquivalentPathsTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-archetype-echo --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/archetypes/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0.99-SNAPSHOT/tyrus-archetype-echo-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0.99-SNAPSHOT/tyrus-archetype-echo-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/archetypes/echo/target/tyrus-archetype-echo-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0.99-SNAPSHOT/tyrus-archetype-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:2.2:update-local-catalog (update-local-catalog) @ tyrus-archetype-echo --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.core.TyrusExtensionTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.glassfish.tyrus.core.TyrusExtensionTest [INFO] Running org.glassfish.tyrus.core.TyrusServerEndpointConfiguratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.tyrus.core.TyrusServerEndpointConfiguratorTest [INFO] Running org.glassfish.tyrus.core.TyrusFutureTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.tyrus.core.TyrusFutureTest [INFO] Running org.glassfish.tyrus.core.CloseReasonsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.tyrus.core.CloseReasonsTest [INFO] Running org.glassfish.tyrus.core.uri.EquivalentPathsTest [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-bom >-------------------- [INFO] Building Tyrus BOM 2.0.99-SNAPSHOT [4/69] [INFO] from bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-bom --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-bom --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.0.99-SNAPSHOT/tyrus-bom-2.0.99-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-spi >-------------------- [INFO] Building Tyrus Container SPI 2.0.99-SNAPSHOT [5/69] [INFO] from spi/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.glassfish.tyrus.core.uri.EquivalentPathsTest [INFO] Running org.glassfish.tyrus.core.uri.BestMatchTest Match for /a calculated is: /a Match for /a/b calculated is: /a/b Match for /a/b/c calculated is: /a/b/c Match for /d calculated is: null Match for / calculated is: null Match for /a/b/c/d calculated is: null Match for /d/d/d calculated is: null Match for /a calculated is: /{var1} Match for /a/b calculated is: /{var1}/{var2} Match for /a/b/c calculated is: /{var1}/{var2}/{var3} Match for /a/b/c/d calculated is: null Match for /a calculated is: null Match for /a/b/c calculated is: null Match for /a/b calculated is: /a/{var} Match for /b/d calculated is: /b/{var2} Match for /a/b/c calculated is: /a/b/c Match for /a/d/c calculated is: /a/{var2}/c Match for /a/x/y calculated is: /a/{var2}/{var3} Match for /a calculated is: /a Match for /x calculated is: /{var1} Match for /a/b calculated is: /a/b Match for /x/y calculated is: null Match for /x/b calculated is: /{var1}/b Match for /a/y calculated is: /a/{var2} [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.glassfish.tyrus.core.uri.BestMatchTest [INFO] Running org.glassfish.tyrus.core.TyrusRemoteEndpointTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 s - in org.glassfish.tyrus.core.TyrusRemoteEndpointTest [INFO] Running org.glassfish.tyrus.core.MessageHandlerManagerTest [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-spi --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-spi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-spi --- [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.glassfish.tyrus.core.MessageHandlerManagerTest [INFO] Running org.glassfish.tyrus.core.TyrusSessionTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.glassfish.tyrus.core.TyrusSessionTest [INFO] Running org.glassfish.tyrus.core.ProtocolHandlerTest Oct 20, 2023 10:36:10 AM org.glassfish.tyrus.core.ProtocolHandler close WARNING: Exception thrown when closing connection with message: java.net.SocketException: Connection reset [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.glassfish.tyrus.core.ProtocolHandlerTest [INFO] Running org.glassfish.tyrus.core.UtilsPropertiesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.tyrus.core.UtilsPropertiesTest [INFO] Running org.glassfish.tyrus.core.WriterInfoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.tyrus.core.WriterInfoTest [INFO] Running org.glassfish.tyrus.core.FrameTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.tyrus.core.FrameTest [INFO] Running org.glassfish.tyrus.core.HandshakeUnitTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.glassfish.tyrus.core.HandshakeUnitTest [INFO] Running org.glassfish.tyrus.core.UtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.glassfish.tyrus.core.UtilsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-spi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/target/classes [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] Class path [Jar:., Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.0.99-SNAPSHOT : Unused Export-Package instructions: [org.glassfish.tyrus.core.extension.*, org.glassfish.tyrus.core.cluster.*, org.glassfish.tyrus.core.coder.*, org.glassfish.tyrus.core.frame.*, org.glassfish.tyrus.core.wsadl.model.*] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/tyrus-core-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-core --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0.99-SNAPSHOT/tyrus-core-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/tyrus-core-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0.99-SNAPSHOT/tyrus-core-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/tyrus-core-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0.99-SNAPSHOT/tyrus-core-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-core --- [INFO] Installing org/glassfish/tyrus/tyrus-core/2.0.99-SNAPSHOT/tyrus-core-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-client >------------------ [INFO] Building Tyrus Client 2.0.99-SNAPSHOT [7/69] [INFO] from client/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-client --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-spi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-spi --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-spi --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-spi --- [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-client --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-spi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/target/tyrus-spi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-spi --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0.99-SNAPSHOT/tyrus-spi-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/target/tyrus-spi-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0.99-SNAPSHOT/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/target/tyrus-spi-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0.99-SNAPSHOT/tyrus-spi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-spi --- [INFO] Writing OBR metadata [INFO] Installing org/glassfish/tyrus/tyrus-spi/2.0.99-SNAPSHOT/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-core >------------------- [INFO] Building Tyrus Core 2.0.99-SNAPSHOT [6/69] [INFO] from core/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Running org.glassfish.tyrus.client.ClientManagerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.glassfish.tyrus.client.ClientManagerTest [INFO] Running org.glassfish.tyrus.client.auth.AuthConfigTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.tyrus.client.auth.AuthConfigTest [INFO] Running org.glassfish.tyrus.client.auth.CredentialsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.glassfish.tyrus.client.auth.CredentialsTest [INFO] Running org.glassfish.tyrus.client.TyrusClientEngineTest [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-core --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-core --- [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.glassfish.tyrus.client.TyrusClientEngineTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-client:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/tyrus-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0.99-SNAPSHOT/tyrus-client-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/tyrus-client-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0.99-SNAPSHOT/tyrus-client-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/tyrus-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0.99-SNAPSHOT/tyrus-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-client --- [INFO] Installing org/glassfish/tyrus/tyrus-client/2.0.99-SNAPSHOT/tyrus-client-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-containers-project >------------ [INFO] Building Tyrus Container Modules 2.0.99-SNAPSHOT [8/69] [INFO] from containers/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-containers-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-containers-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-containers-project --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-containers-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.0.99-SNAPSHOT/tyrus-containers-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.tyrus:tyrus-containers-glassfish-project >------- [INFO] Building Tyrus Containers For Glassfish 2.0.99-SNAPSHOT [9/69] [INFO] from containers/glassfish/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-containers-glassfish-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-containers-glassfish-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.0.99-SNAPSHOT/tyrus-containers-glassfish-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-cdi >---------- [INFO] Building Tyrus CDI Component Provider 2.0.99-SNAPSHOT [10/69] [INFO] from containers/glassfish/cdi/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-glassfish-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-glassfish-cdi --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-container-glassfish-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/cdi/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-glassfish-cdi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/cdi/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-container-glassfish-cdi --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-container-glassfish-cdi --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-container-glassfish-cdi --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-glassfish-cdi:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.annotation-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-ejb >---------- [INFO] Building Tyrus EJB Component Provider 2.0.99-SNAPSHOT [11/69] [INFO] from containers/glassfish/ejb/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-glassfish-ejb --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-glassfish-ejb --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-container-glassfish-ejb --- [WARNING] ************************************************************************************************************************************************* [WARNING] * Required filename-based automodules detected: [jakarta.ejb-api-4.0.0.jar]. Please don't publish this project to a public artifact repository! * [WARNING] ************************************************************************************************************************************************* [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-glassfish-ejb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-container-glassfish-ejb --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-container-glassfish-ejb --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-container-glassfish-ejb --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-glassfish-ejb:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-client >--------- [INFO] Building Tyrus Grizzly Client Container 2.0.99-SNAPSHOT [12/69] [INFO] from containers/grizzly-client/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-grizzly-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-grizzly-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-container-grizzly-client --- [WARNING] *************************************************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar]. Please don't publish this project to a public artifact repository! * [WARNING] *************************************************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/target/classes [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper:1.8:parse-version (parse-version) @ tyrus-core --- [INFO] [INFO] --- istack-commons:2.6.1:rs-gen (default) @ tyrus-core --- [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyWriter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-grizzly-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-container-grizzly-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-container-grizzly-client --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-container-grizzly-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-grizzly-client:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.0.99-SNAPSHOT/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.0.99-SNAPSHOT/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.0.99-SNAPSHOT/tyrus-container-grizzly-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-client/2.0.99-SNAPSHOT/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-server >------------------ [INFO] Building Tyrus Server 2.0.99-SNAPSHOT [13/69] [INFO] from server/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-server --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper:1.8:parse-version (parse-version) @ tyrus-server --- [INFO] [INFO] --- istack-commons:2.6.1:rs-gen (default) @ tyrus-server --- Resources: [INFO] [INFO] --- build-helper:1.8:add-source (default) @ tyrus-server --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-server --- Resources: org/glassfish/tyrus/core/l10n/localization.properties Processing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/main/resources/org/glassfish/tyrus/core/l10n/localization.properties org/glassfish/tyrus/core/l10n/LocalizationMessages.java [INFO] [INFO] --- build-helper:1.8:add-source (default) @ tyrus-core --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jaxb:1.1.1:generate (default) @ tyrus-core --- [WARNING] *********************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [org.osgi.core-4.2.0.jar]. Please don't publish this project to a public artifact repository! * [WARNING] *********************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-server --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/generated-sources/xjc/org/glassfish/tyrus/core/wsadl/model is not found and thus excluded from the dependency check [INFO] Compiling file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/etc/wsadl.xsd [INFO] Running org.glassfish.tyrus.server.TyrusServerConfigurationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.glassfish.tyrus.server.TyrusServerConfigurationTest [INFO] Writing output to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/generated-sources/xjc [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-core --- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-server --- [WARNING] Bundle org.glassfish.tyrus:tyrus-server:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client, Jar:org.osgi.core] Class path [Jar:., Jar:jakarta.websocket-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:org.osgi.core] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/target/tyrus-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0.99-SNAPSHOT/tyrus-server-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/target/tyrus-server-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0.99-SNAPSHOT/tyrus-server-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/target/tyrus-server-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0.99-SNAPSHOT/tyrus-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-server --- [INFO] Installing org/glassfish/tyrus/tyrus-server/2.0.99-SNAPSHOT/tyrus-server-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-server >--------- [INFO] Building Tyrus Grizzly Server Container 2.0.99-SNAPSHOT [14/69] [INFO] from containers/grizzly-server/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-grizzly-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-grizzly-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-container-grizzly-server --- [WARNING] ********************************************************************************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [grizzly-framework-3.0.1.jar, grizzly-http-server-3.0.1.jar, grizzly-http-3.0.1.jar]. Please don't publish this project to a public artifact repository! * [WARNING] ********************************************************************************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-grizzly-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-container-grizzly-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-container-grizzly-server --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-container-grizzly-server --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-core --- [WARNING] *********************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [org.osgi.core-4.2.0.jar]. Please don't publish this project to a public artifact repository! * [WARNING] *********************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/classes [WARNING] Bundle org.glassfish.tyrus:tyrus-container-grizzly-server:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-server, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.0.99-SNAPSHOT/tyrus-container-grizzly-server-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.0.99-SNAPSHOT/tyrus-container-grizzly-server-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.0.99-SNAPSHOT/tyrus-container-grizzly-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-server/2.0.99-SNAPSHOT/tyrus-container-grizzly-server-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-inmemory >------------ [INFO] Building Tyrus InMemory Container 2.0.99-SNAPSHOT [15/69] [INFO] from containers/inmemory/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-inmemory --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-inmemory --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-inmemory --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/inmemory/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-inmemory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/inmemory/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/inmemory/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-container-inmemory --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.container.inmemory.EchoTest # client sent: in-memory echo! # server echoed: in-memory echo! # client received: in-memory echo! [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s - in org.glassfish.tyrus.container.inmemory.EchoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-container-inmemory --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-inmemory:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-server, Jar:tyrus-container-grizzly-client, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] Class path [Jar:., Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0.99-SNAPSHOT/tyrus-container-inmemory-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0.99-SNAPSHOT/tyrus-container-inmemory-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0.99-SNAPSHOT/tyrus-container-inmemory-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing org/glassfish/tyrus/tyrus-container-inmemory/2.0.99-SNAPSHOT/tyrus-container-inmemory-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-servlet >------------- [INFO] Building Tyrus Servlet Bundle 2.0.99-SNAPSHOT [16/69] [INFO] from containers/servlet/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-servlet --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-servlet --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-container-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-container-servlet --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-container-servlet --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-container-servlet --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-servlet:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-server, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client] Class path [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.servlet-api, Jar:tyrus-server, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] [INFO] [INFO] --- javadoc:3.3.1:jar (attach-javadocs) @ tyrus-container-servlet --- [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/main/java/org/glassfish/tyrus/core/uri/internal/MultivaluedMap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/main/java/org/glassfish/tyrus/core/uri/internal/MultivaluedMap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/test/java/org/glassfish/tyrus/core/uri/EquivalentPathsTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/src/test/java/org/glassfish/tyrus/core/uri/EquivalentPathsTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.core.TyrusExtensionTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.glassfish.tyrus.core.TyrusExtensionTest [INFO] Running org.glassfish.tyrus.core.TyrusServerEndpointConfiguratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.tyrus.core.TyrusServerEndpointConfiguratorTest [INFO] Running org.glassfish.tyrus.core.TyrusFutureTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.tyrus.core.TyrusFutureTest [INFO] Running org.glassfish.tyrus.core.CloseReasonsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.tyrus.core.CloseReasonsTest [INFO] Running org.glassfish.tyrus.core.uri.EquivalentPathsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.tyrus.core.uri.EquivalentPathsTest [INFO] Running org.glassfish.tyrus.core.uri.BestMatchTest Match for /a calculated is: /a Match for /a/b calculated is: /a/b Match for /a/b/c calculated is: /a/b/c Match for /d calculated is: null Match for / calculated is: null Match for /a/b/c/d calculated is: null Match for /d/d/d calculated is: null Match for /a calculated is: /{var1} Match for /a/b calculated is: /{var1}/{var2} Match for /a/b/c calculated is: /{var1}/{var2}/{var3} Match for /a/b/c/d calculated is: null Match for /a calculated is: null Match for /a/b/c calculated is: null Match for /a/b calculated is: /a/{var} Match for /b/d calculated is: /b/{var2} Match for /a/b/c calculated is: /a/b/c Match for /a/d/c calculated is: /a/{var2}/c Match for /a/x/y calculated is: /a/{var2}/{var3} Match for /a calculated is: /a Match for /x calculated is: /{var1} Match for /a/b calculated is: /a/b Match for /x/y calculated is: null Match for /x/b calculated is: /{var1}/b Match for /a/y calculated is: /a/{var2} [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.glassfish.tyrus.core.uri.BestMatchTest [INFO] Running org.glassfish.tyrus.core.TyrusRemoteEndpointTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.glassfish.tyrus.core.TyrusRemoteEndpointTest [INFO] Running org.glassfish.tyrus.core.MessageHandlerManagerTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.glassfish.tyrus.core.MessageHandlerManagerTest [INFO] Running org.glassfish.tyrus.core.TyrusSessionTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.glassfish.tyrus.core.TyrusSessionTest [INFO] Running org.glassfish.tyrus.core.ProtocolHandlerTest Oct 20, 2023 10:36:18 AM org.glassfish.tyrus.core.ProtocolHandler close WARNING: Exception thrown when closing connection with message: java.net.SocketException: Connection reset [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.glassfish.tyrus.core.ProtocolHandlerTest [INFO] Running org.glassfish.tyrus.core.UtilsPropertiesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.tyrus.core.UtilsPropertiesTest [INFO] Running org.glassfish.tyrus.core.WriterInfoTest [INFO] Skipping javadoc generation [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/target/tyrus-container-servlet-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-container-servlet --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0.99-SNAPSHOT/tyrus-container-servlet-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/target/tyrus-container-servlet-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0.99-SNAPSHOT/tyrus-container-servlet-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/target/tyrus-container-servlet-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0.99-SNAPSHOT/tyrus-container-servlet-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-container-servlet --- [INFO] Installing org/glassfish/tyrus/tyrus-container-servlet/2.0.99-SNAPSHOT/tyrus-container-servlet-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-project >------------ [INFO] Building Tyrus Tests 2.0.99-SNAPSHOT [17/69] [INFO] from tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-project --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.0.99-SNAPSHOT/tyrus-tests-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-test-tools >------------- [INFO] Building Tyrus Test Tools 2.0.99-SNAPSHOT [18/69] [INFO] from tests/tools/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-test-tools --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-test-tools --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-test-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-test-tools --- [WARNING] ********************************************************************************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [grizzly-framework-3.0.1.jar, grizzly-http-server-3.0.1.jar, grizzly-http-3.0.1.jar]. Please don't publish this project to a public artifact repository! * [WARNING] ********************************************************************************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-test-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-test-tools --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-test-tools --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-test-tools --- [WARNING] Bundle org.glassfish.tyrus.tests:tyrus-test-tools:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-container-servlet, Jar:tyrus-container-grizzly-server, Jar:tyrus-container-grizzly-client, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-server, Jar:junit, Jar:hamcrest-core] Class path [Jar:., Jar:tyrus-container-servlet, Jar:jakarta.websocket-api, Jar:tyrus-container-grizzly-server, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-grizzly-client, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-server, Jar:junit, Jar:hamcrest-core] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/target/tyrus-test-tools-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-test-tools --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0.99-SNAPSHOT/tyrus-test-tools-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/target/tyrus-test-tools-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0.99-SNAPSHOT/tyrus-test-tools-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/target/tyrus-test-tools-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0.99-SNAPSHOT/tyrus-test-tools-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-test-tools --- [INFO] Installing org/glassfish/tyrus/tests/tyrus-test-tools/2.0.99-SNAPSHOT/tyrus-test-tools-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus:tyrus-container-jdk-client >----------- [INFO] Building Tyrus JDK Client Container 2.0.99-SNAPSHOT [19/69] [INFO] from containers/jdk-client/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-jdk-client --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-jdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-jdk-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/target/classes [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.tyrus.core.WriterInfoTest [INFO] Running org.glassfish.tyrus.core.FrameTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.tyrus.core.FrameTest [INFO] Running org.glassfish.tyrus.core.HandshakeUnitTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.tyrus.core.HandshakeUnitTest [INFO] Running org.glassfish.tyrus.core.UtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.glassfish.tyrus.core.UtilsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-core --- [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/ClientFilter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/ClientFilter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-jdk-client --- [INFO] Copying 7 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/EnqueuedTasksTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/EnqueuedTasksTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-container-jdk-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] Class path [Jar:., Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.0.99-SNAPSHOT : Unused Export-Package instructions: [org.glassfish.tyrus.core.extension.*, org.glassfish.tyrus.core.cluster.*, org.glassfish.tyrus.core.coder.*, org.glassfish.tyrus.core.frame.*, org.glassfish.tyrus.core.wsadl.model.*] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-core --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/tyrus-core-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-core --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0.99-SNAPSHOT/tyrus-core-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/tyrus-core-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0.99-SNAPSHOT/tyrus-core-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/tyrus-core-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0.99-SNAPSHOT/tyrus-core-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-core --- [INFO] Installing org/glassfish/tyrus/tyrus-core/2.0.99-SNAPSHOT/tyrus-core-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-client >------------------ [INFO] Building Tyrus Client 2.0.99-SNAPSHOT [7/69] [INFO] from client/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-client --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/classes [INFO] Running org.glassfish.tyrus.container.jdk.client.EchoTest [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-client --- Oct 20, 2023 10:36:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:36:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. # server echoed: Do or do not, there is no try. ### Received: onOpen ### Received: Do or do not, there is no try. (from your server) Oct 20, 2023 10:36:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s - in org.glassfish.tyrus.container.jdk.client.EchoTest [INFO] Running org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Oct 20, 2023 10:36:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:36:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.client.ClientManagerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.glassfish.tyrus.client.ClientManagerTest [INFO] Running org.glassfish.tyrus.client.auth.AuthConfigTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.tyrus.client.auth.AuthConfigTest [INFO] Running org.glassfish.tyrus.client.auth.CredentialsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.glassfish.tyrus.client.auth.CredentialsTest [INFO] Running org.glassfish.tyrus.client.TyrusClientEngineTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.glassfish.tyrus.client.TyrusClientEngineTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-client:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/tyrus-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0.99-SNAPSHOT/tyrus-client-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/tyrus-client-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0.99-SNAPSHOT/tyrus-client-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/tyrus-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0.99-SNAPSHOT/tyrus-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-client --- [INFO] Installing org/glassfish/tyrus/tyrus-client/2.0.99-SNAPSHOT/tyrus-client-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-containers-project >------------ [INFO] Building Tyrus Container Modules 2.0.99-SNAPSHOT [8/69] [INFO] from containers/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-containers-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-containers-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-containers-project --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-containers-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.0.99-SNAPSHOT/tyrus-containers-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.tyrus:tyrus-containers-glassfish-project >------- [INFO] Building Tyrus Containers For Glassfish 2.0.99-SNAPSHOT [9/69] [INFO] from containers/glassfish/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-containers-glassfish-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-containers-glassfish-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.0.99-SNAPSHOT/tyrus-containers-glassfish-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-cdi >---------- [INFO] Building Tyrus CDI Component Provider 2.0.99-SNAPSHOT [10/69] [INFO] from containers/glassfish/cdi/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-glassfish-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-glassfish-cdi --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-container-glassfish-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/cdi/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-glassfish-cdi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/cdi/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-container-glassfish-cdi --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-container-glassfish-cdi --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-container-glassfish-cdi --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-glassfish-cdi:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.annotation-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-ejb >---------- [INFO] Building Tyrus EJB Component Provider 2.0.99-SNAPSHOT [11/69] [INFO] from containers/glassfish/ejb/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-glassfish-ejb --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-glassfish-ejb --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-container-glassfish-ejb --- [WARNING] ************************************************************************************************************************************************* [WARNING] * Required filename-based automodules detected: [jakarta.ejb-api-4.0.0.jar]. Please don't publish this project to a public artifact repository! * [WARNING] ************************************************************************************************************************************************* [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-glassfish-ejb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-container-glassfish-ejb --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-container-glassfish-ejb --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-container-glassfish-ejb --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-glassfish-ejb:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-client >--------- [INFO] Building Tyrus Grizzly Client Container 2.0.99-SNAPSHOT [12/69] [INFO] from containers/grizzly-client/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-grizzly-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-grizzly-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-container-grizzly-client --- [WARNING] *************************************************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar]. Please don't publish this project to a public artifact repository! * [WARNING] *************************************************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyWriter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-grizzly-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-container-grizzly-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-container-grizzly-client --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-container-grizzly-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-grizzly-client:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.0.99-SNAPSHOT/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.0.99-SNAPSHOT/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.0.99-SNAPSHOT/tyrus-container-grizzly-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-client/2.0.99-SNAPSHOT/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-server >------------------ [INFO] Building Tyrus Server 2.0.99-SNAPSHOT [13/69] [INFO] from server/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-server --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper:1.8:parse-version (parse-version) @ tyrus-server --- [INFO] [INFO] --- istack-commons:2.6.1:rs-gen (default) @ tyrus-server --- Resources: [INFO] [INFO] --- build-helper:1.8:add-source (default) @ tyrus-server --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-server --- [WARNING] *********************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [org.osgi.core-4.2.0.jar]. Please don't publish this project to a public artifact repository! * [WARNING] *********************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-server --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.server.TyrusServerConfigurationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.glassfish.tyrus.server.TyrusServerConfigurationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-server --- [WARNING] Bundle org.glassfish.tyrus:tyrus-server:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client, Jar:org.osgi.core] Class path [Jar:., Jar:jakarta.websocket-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:org.osgi.core] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/target/tyrus-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0.99-SNAPSHOT/tyrus-server-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/target/tyrus-server-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0.99-SNAPSHOT/tyrus-server-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/target/tyrus-server-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0.99-SNAPSHOT/tyrus-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-server --- [INFO] Installing org/glassfish/tyrus/tyrus-server/2.0.99-SNAPSHOT/tyrus-server-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-server >--------- [INFO] Building Tyrus Grizzly Server Container 2.0.99-SNAPSHOT [14/69] [INFO] from containers/grizzly-server/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-grizzly-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-grizzly-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-container-grizzly-server --- [WARNING] ********************************************************************************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [grizzly-framework-3.0.1.jar, grizzly-http-server-3.0.1.jar, grizzly-http-3.0.1.jar]. Please don't publish this project to a public artifact repository! * [WARNING] ********************************************************************************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/target/classes Oct 20, 2023 10:36:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:36:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:22 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.222 s - in org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-grizzly-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-container-grizzly-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-container-grizzly-server --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-container-grizzly-server --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-grizzly-server:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-server, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client] Class path [Jar:., Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.0.99-SNAPSHOT/tyrus-container-grizzly-server-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.0.99-SNAPSHOT/tyrus-container-grizzly-server-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.0.99-SNAPSHOT/tyrus-container-grizzly-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing org/glassfish/tyrus/tyrus-container-grizzly-server/2.0.99-SNAPSHOT/tyrus-container-grizzly-server-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-inmemory >------------ [INFO] Building Tyrus InMemory Container 2.0.99-SNAPSHOT [15/69] [INFO] from containers/inmemory/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-inmemory --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-inmemory --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-inmemory --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/inmemory/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-inmemory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/inmemory/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-container-inmemory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/inmemory/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-container-inmemory --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.container.inmemory.EchoTest # client sent: in-memory echo! # server echoed: in-memory echo! # client received: in-memory echo! [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.glassfish.tyrus.container.inmemory.EchoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-container-inmemory --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-inmemory:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-server, Jar:tyrus-container-grizzly-client, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] Class path [Jar:., Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0.99-SNAPSHOT/tyrus-container-inmemory-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0.99-SNAPSHOT/tyrus-container-inmemory-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/inmemory/target/tyrus-container-inmemory-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0.99-SNAPSHOT/tyrus-container-inmemory-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing org/glassfish/tyrus/tyrus-container-inmemory/2.0.99-SNAPSHOT/tyrus-container-inmemory-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-servlet >------------- [INFO] Building Tyrus Servlet Bundle 2.0.99-SNAPSHOT [16/69] [INFO] from containers/servlet/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-servlet --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-servlet --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-container-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-container-servlet --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-container-servlet --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-container-servlet --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-servlet:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-server, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client] Class path [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.servlet-api, Jar:tyrus-server, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] [INFO] [INFO] --- javadoc:3.3.1:jar (attach-javadocs) @ tyrus-container-servlet --- Oct 20, 2023 10:36:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:36:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:22 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.058 s - in org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest [INFO] Running org.glassfish.tyrus.container.jdk.client.SslFilterTest [INFO] Skipping javadoc generation [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/target/tyrus-container-servlet-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-container-servlet --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0.99-SNAPSHOT/tyrus-container-servlet-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/target/tyrus-container-servlet-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0.99-SNAPSHOT/tyrus-container-servlet-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/target/tyrus-container-servlet-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0.99-SNAPSHOT/tyrus-container-servlet-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-container-servlet --- [INFO] Installing org/glassfish/tyrus/tyrus-container-servlet/2.0.99-SNAPSHOT/tyrus-container-servlet-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-project >------------ [INFO] Building Tyrus Tests 2.0.99-SNAPSHOT [17/69] [INFO] from tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-project --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.0.99-SNAPSHOT/tyrus-tests-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-test-tools >------------- [INFO] Building Tyrus Test Tools 2.0.99-SNAPSHOT [18/69] [INFO] from tests/tools/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-test-tools --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-test-tools --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-test-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-test-tools --- [WARNING] ********************************************************************************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [grizzly-framework-3.0.1.jar, grizzly-http-server-3.0.1.jar, grizzly-http-3.0.1.jar]. Please don't publish this project to a public artifact repository! * [WARNING] ********************************************************************************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-test-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-test-tools --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-test-tools --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-test-tools --- [WARNING] Bundle org.glassfish.tyrus.tests:tyrus-test-tools:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-container-servlet, Jar:tyrus-container-grizzly-server, Jar:tyrus-container-grizzly-client, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-server, Jar:junit, Jar:hamcrest-core] Class path [Jar:., Jar:tyrus-container-servlet, Jar:jakarta.websocket-api, Jar:tyrus-container-grizzly-server, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-grizzly-client, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-server, Jar:junit, Jar:hamcrest-core] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/target/tyrus-test-tools-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-test-tools --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0.99-SNAPSHOT/tyrus-test-tools-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/target/tyrus-test-tools-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0.99-SNAPSHOT/tyrus-test-tools-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/tools/target/tyrus-test-tools-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0.99-SNAPSHOT/tyrus-test-tools-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-test-tools --- [INFO] Installing org/glassfish/tyrus/tests/tyrus-test-tools/2.0.99-SNAPSHOT/tyrus-test-tools-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus:tyrus-container-jdk-client >----------- [INFO] Building Tyrus JDK Client Container 2.0.99-SNAPSHOT [19/69] [INFO] from containers/jdk-client/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-jdk-client --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-jdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-jdk-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/ClientFilter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/ClientFilter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-jdk-client --- [INFO] Copying 7 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-container-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/EnqueuedTasksTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/EnqueuedTasksTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-container-jdk-client --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.container.jdk.client.EchoTest Oct 20, 2023 10:36:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:36:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Received: onOpen # server echoed: Do or do not, there is no try. ### Received: Do or do not, there is no try. (from your server) Oct 20, 2023 10:36:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 s - in org.glassfish.tyrus.container.jdk.client.EchoTest [INFO] Running org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Oct 20, 2023 10:36:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:36:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. === SSLHandshakeException (certificate_unknown) on the server expected === [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.15 s - in org.glassfish.tyrus.container.jdk.client.SslFilterTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest javax.net.ssl.SSLException: readHandshakeRecord at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1072) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:716) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:799) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:758) at org.glassfish.tyrus.container.jdk.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.jdk.client.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.net.SocketException: Socket closed at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:150) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:251) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.CertificateVerify$T13CertificateVerifyProducer.onProduceCertificateVerify(CertificateVerify.java:1086) at java.base/sun.security.ssl.CertificateVerify$T13CertificateVerifyProducer.produce(CertificateVerify.java:1070) at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:436) at java.base/sun.security.ssl.ClientHello$T13ClientHelloConsumer.goServerHello(ClientHello.java:1224) at java.base/sun.security.ssl.ClientHello$T13ClientHelloConsumer.consume(ClientHello.java:1160) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:849) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:810) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063) ... 8 more Oct 20, 2023 10:36:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Oct 20, 2023 10:36:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Oct 20, 2023 10:36:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:29 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.134 s - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest Oct 20, 2023 10:36:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Oct 20, 2023 10:36:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:29 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest [INFO] Running org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Oct 20, 2023 10:36:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Oct 20, 2023 10:36:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:29 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-container-jdk-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-jdk-client:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.websocket-api] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.0.99-SNAPSHOT/tyrus-container-jdk-client-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.0.99-SNAPSHOT/tyrus-container-jdk-client-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.0.99-SNAPSHOT/tyrus-container-jdk-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-jdk-client/2.0.99-SNAPSHOT/tyrus-container-jdk-client-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.glassfish.tyrus:tyrus-documentation >--------------- [INFO] Building Tyrus Documentation 2.0.99-SNAPSHOT [20/69] [INFO] from docs/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- Oct 20, 2023 10:36:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:36:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:29 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.247 s - in org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-documentation --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-documentation --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper:1.8:parse-version (parse-version) @ tyrus-documentation --- [INFO] [INFO] --- build-helper:1.8:add-source (default) @ tyrus-documentation --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- antrun:1.3:run (process-entities) @ tyrus-documentation --- [INFO] Executing tasks [echo] Preparing char entities [mkdir] Created dir: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/gen-src [copy] Copying 16 files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/gen-src [INFO] Executed tasks [INFO] [INFO] --- docbkx:2.0.15:generate-html (Single page HTML and PDF) @ tyrus-documentation --- [INFO] Processing input file: user-guide.xml Oct 20, 2023 10:36:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:36:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:29 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.066 s - in org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest [INFO] Running org.glassfish.tyrus.container.jdk.client.SslFilterTest [INFO] Applying customization parameters after docbkx parameters [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/docbook/user-guide.html has been generated. [INFO] [INFO] --- docbkx:2.0.15:generate-pdf (Single page HTML and PDF) @ tyrus-documentation --- [INFO] Processing input file: user-guide.xml [INFO] Applying customization parameters after docbkx parameters [INFO] targetFileExtension pdf [INFO] type fo Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #1. Oct 20, 2023 10:36:35 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree SEVERE: Couldn't find hyphenation pattern for lang="en". Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #2. Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #3. Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 73:944) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 73:944) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 73:944) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 73:944) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 73:944) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 73:944) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 73:944) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 159:365) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 159:365) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #4. Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #5. Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #6. Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #7. Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 183:2622) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 183:2622) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 183:2622) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 187:962) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 187:962) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 187:962) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 191:948) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 191:948) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 191:948) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 8 of a paragraph overflows the available area by 7140 millipoints. (See position 195:962) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 195:962) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 195:962) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 195:962) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 5140 millipoints. (See position 195:962) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 199:923) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 199:923) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 199:923) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 15 of a paragraph overflows the available area by 700 millipoints. (See position 203:924) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 14 of a paragraph overflows the available area by 9580 millipoints. (See position 203:924) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 12 of a paragraph overflows the available area by 150 millipoints. (See position 203:924) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 11 of a paragraph overflows the available area by 9030 millipoints. (See position 203:924) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7350 millipoints. (See position 203:924) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 203:924) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 209:552) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 209:552) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 209:552) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 213:3089) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 213:3089) Oct 20, 2023 10:36:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 213:3089) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 217:913) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 217:913) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 217:913) === SSLHandshakeException (certificate_unknown) on the server expected === [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.728 s - in org.glassfish.tyrus.container.jdk.client.SslFilterTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 221:913) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 221:913) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 221:913) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 225:916) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 225:916) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 225:916) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #8. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #9. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #10. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #11. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1080) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 252:1080) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1080) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 252:1080) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 29640 millipoints. (See position 311:685) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #12. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #13. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #14. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 377:1000) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 413:939) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 501:365) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 525:926) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 579:957) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 595:955) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 634:927) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 634:927) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #15. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #16. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #17. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #18. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #19. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #20. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #21. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #22. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 690:651) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 709:950) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 755:943) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 755:943) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 755:943) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 45106 millipoints. (See position 758:659) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 768:949) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #23. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #24. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 835:955) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 863:980) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 875:980) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 875:980) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #25. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #26. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #27. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 912:943) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 912:943) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #28. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #29. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #30. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 949:866) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:866) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:866) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:866) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48000 millipoints. (See position 949:866) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 949:866) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:866) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 975:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 989:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 989:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 994:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 994:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 994:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1010:670) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1016:426) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1038:654) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1060:570) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1062:609) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1066:487) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1066:487) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1078:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1136:471) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1136:471) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1171:1438) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1171:1438) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1233:584) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 1246:554) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1323:378) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1333:378) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1347:378) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1416:390) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1416:390) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1421:390) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1421:390) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1421:390) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1450:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1497:378) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1497:378) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1567:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1571:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1619:578) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1649:389) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1649:389) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1649:389) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1683:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1716:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1729:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 6000 millipoints. (See position 1741:787) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1759:513) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1788:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1796:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1796:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1796:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1812:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1812:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1812:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1812:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1828:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1828:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1828:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1828:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1853:393) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1858:393) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1884:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1884:382) Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #31. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #32. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #33. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #34. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #35. javax.net.ssl.SSLException: readHandshakeRecord at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1377) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:437) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:878) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:969) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:929) at org.glassfish.tyrus.container.jdk.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.jdk.client.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:830) Caused by: java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.ensureOpenAndConnected(NioSocketImpl.java:166) at java.base/sun.nio.ch.NioSocketImpl.beginWrite(NioSocketImpl.java:367) at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:412) at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:441) at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:825) at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1007) at java.base/sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:268) at java.base/sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) at java.base/sun.security.ssl.CertificateVerify$T13CertificateVerifyProducer.onProduceCertificateVerify(CertificateVerify.java:1119) at java.base/sun.security.ssl.CertificateVerify$T13CertificateVerifyProducer.produce(CertificateVerify.java:1103) at java.base/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:440) at java.base/sun.security.ssl.ClientHello$T13ClientHelloConsumer.goServerHello(ClientHello.java:1252) at java.base/sun.security.ssl.ClientHello$T13ClientHelloConsumer.consume(ClientHello.java:1188) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:851) at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:812) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:422) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:181) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1460) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1368) ... 8 more Oct 20, 2023 10:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Oct 20, 2023 10:36:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #36. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #37. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #38. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #39. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #40. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #41. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #42. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #43. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #44. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #45. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #46. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #47. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #48. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #49. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #50. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #51. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #52. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #53. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #54. Oct 20, 2023 10:36:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #55. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/docbook/user-guide.pdf has been generated. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/docbook/user-guide.fo has been generated. [INFO] [INFO] --- docbkx:2.0.15:generate-html (Multiple HTML pages) @ tyrus-documentation --- [INFO] Processing input file: index.xml [INFO] Applying customization parameters after docbkx parameters [INFO] Chunking output. [INFO] See /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/docbook for generated file(s) [INFO] [INFO] --- assembly:2.2-beta-5:attached (make-assembly) @ tyrus-documentation --- Oct 20, 2023 10:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Oct 20, 2023 10:36:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.2 s - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest Oct 20, 2023 10:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Oct 20, 2023 10:36:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest [INFO] Running org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Oct 20, 2023 10:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Oct 20, 2023 10:36:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-container-jdk-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-jdk-client:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.websocket-api] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-container-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.0.99-SNAPSHOT/tyrus-container-jdk-client-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.0.99-SNAPSHOT/tyrus-container-jdk-client-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.0.99-SNAPSHOT/tyrus-container-jdk-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing org/glassfish/tyrus/tyrus-container-jdk-client/2.0.99-SNAPSHOT/tyrus-container-jdk-client-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.glassfish.tyrus:tyrus-documentation >--------------- [INFO] Building Tyrus Documentation 2.0.99-SNAPSHOT [20/69] [INFO] from docs/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-documentation --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-documentation --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper:1.8:parse-version (parse-version) @ tyrus-documentation --- [INFO] [INFO] --- build-helper:1.8:add-source (default) @ tyrus-documentation --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- antrun:1.3:run (process-entities) @ tyrus-documentation --- [INFO] Executing tasks [echo] Preparing char entities [mkdir] Created dir: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/gen-src [copy] Copying 16 files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/gen-src [INFO] Executed tasks [INFO] [INFO] --- docbkx:2.0.15:generate-html (Single page HTML and PDF) @ tyrus-documentation --- [INFO] Reading assembly descriptor: src/main/assembly/docbook.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/tyrus-documentation-2.0.99-SNAPSHOT-docbook.zip [INFO] [INFO] --- build-helper:1.8:attach-artifact (attach-artifacts) @ tyrus-documentation --- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-documentation --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-documentation --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0.99-SNAPSHOT/tyrus-documentation-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/tyrus-documentation-2.0.99-SNAPSHOT-docbook.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0.99-SNAPSHOT/tyrus-documentation-2.0.99-SNAPSHOT-docbook.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/docbook/user-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0.99-SNAPSHOT/tyrus-documentation-2.0.99-SNAPSHOT-user-guide.pdf [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extensions-project >---------- [INFO] Building Tyrus Extension Modules 2.0.99-SNAPSHOT [21/69] [INFO] from ext/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-extensions-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-extensions-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-extensions-project --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-extensions-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.0.99-SNAPSHOT/tyrus-extensions-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.tyrus.ext:tyrus-client-cli >-------------- [INFO] Building Tyrus CLI Client 2.0.99-SNAPSHOT [22/69] [INFO] from ext/client-cli/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-client-cli --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-client-cli --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-client-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-client-cli --- [WARNING] **************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [jline-2.14.5.jar]. Please don't publish this project to a public artifact repository! * [WARNING] **************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-client-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-client-cli --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-client-cli --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-client-cli --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-client-cli:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:jline] [INFO] [INFO] --- shade:3.2.4:shade (default) @ tyrus-client-cli --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.0.0 in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:3.0.1 in the shaded jar. [INFO] Including jline:jline:jar:2.14.5 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-server-3.0.1.jar, jakarta.activation-2.0.1.jar, jakarta.websocket-api-2.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jline-2.14.5.jar, tyrus-client-2.0.99-SNAPSHOT.jar, tyrus-client-cli-2.0.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar, tyrus-core-2.0.99-SNAPSHOT.jar, tyrus-spi-2.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] tyrus-client-2.0.99-SNAPSHOT.jar, tyrus-client-cli-2.0.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar, tyrus-core-2.0.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - LICENSE [WARNING] - about.html [WARNING] jakarta.activation-2.0.1.jar, jakarta.websocket-api-2.0.0.jar, jakarta.xml.bind-api-3.0.1.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-server-3.0.1.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/dependency-reduced-pom.xml [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-client-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-client-cli --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0.99-SNAPSHOT/tyrus-client-cli-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0.99-SNAPSHOT/tyrus-client-cli-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0.99-SNAPSHOT/tyrus-client-cli-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-client-cli --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-cli/2.0.99-SNAPSHOT/tyrus-client-cli-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus.ext:tyrus-monitoring-jmx >------------ [INFO] Building Tyrus Monitoring JMX 2.0.99-SNAPSHOT [23/69] [INFO] from ext/monitoring-jmx/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-monitoring-jmx --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-monitoring-jmx --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-monitoring-jmx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-monitoring-jmx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/SessionCleanUpTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/SessionCleanUpTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-monitoring-jmx --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest [INFO] Processing input file: user-guide.xml Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 s - in org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-monitoring-jmx --- [INFO] Applying customization parameters after docbkx parameters [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-monitoring-jmx --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0.99-SNAPSHOT/tyrus-monitoring-jmx-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0.99-SNAPSHOT/tyrus-monitoring-jmx-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0.99-SNAPSHOT/tyrus-monitoring-jmx-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extension-deflate >----------- [INFO] Building Tyrus Extension - Per Message Deflate 2.0.99-SNAPSHOT [24/69] [INFO] from ext/extension-deflate/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-extension-deflate --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-extension-deflate --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-extension-deflate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-extension-deflate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-extension-deflate --- [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/docbook/user-guide.html has been generated. [INFO] [INFO] --- docbkx:2.0.15:generate-pdf (Single page HTML and PDF) @ tyrus-documentation --- [INFO] Processing input file: user-guide.xml [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest [INFO] Applying customization parameters after docbkx parameters Oct 20, 2023 10:36:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:36:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ##### beforeRequest {Connection=[Upgrade], Host=[localhost:8025], Origin=[http://localhost:8025], Sec-WebSocket-Extensions=[permessage-deflate], Sec-WebSocket-Key=[q5jir7NCR7Dd1m+/LAmWvA==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[ETlMubiaxbepuV6CQl8wrDFgnYU=], sec-websocket-extensions=[permessage-deflate], upgrade=[websocket]} client onMessage: Always pass on what you have learned. client onMessage: Always pass on what you have learned. client onMessage: Always pass on what you have learned. client onMessage: Always pass on what you have learned. client onMessage: Always pass on what you have learned. Oct 20, 2023 10:36:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s - in org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-extension-deflate --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-extension-deflate:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.websocket-api] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-extension-deflate --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0.99-SNAPSHOT/tyrus-extension-deflate-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0.99-SNAPSHOT/tyrus-extension-deflate-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0.99-SNAPSHOT/tyrus-extension-deflate-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0.99-SNAPSHOT/tyrus-extension-deflate-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.glassfish.tyrus.ext:tyrus-client-java8 >------------- [INFO] Building Tyrus Java8 Client Extension 2.0.99-SNAPSHOT [25/69] [INFO] from ext/client-java8/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-client-java8 --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-client-java8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-client-java8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-client-java8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-client-java8 --- [INFO] targetFileExtension pdf [INFO] type fo [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". [INFO] Running org.glassfish.tyrus.ext.client.java8.SessionBuilderTest Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #1. Oct 20, 2023 10:36:44 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree SEVERE: Couldn't find hyphenation pattern for lang="en". Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #2. Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. partial: I find your lack of faith disturbing true Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #3. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 73:944) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 73:944) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 73:944) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 73:944) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 73:944) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 73:944) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 73:944) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 159:365) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 159:365) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #4. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #5. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #6. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #7. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 183:2622) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 183:2622) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 183:2622) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 187:962) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 187:962) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 187:962) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 191:948) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 191:948) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 191:948) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 8 of a paragraph overflows the available area by 7140 millipoints. (See position 195:962) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 195:962) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 195:962) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 195:962) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 5140 millipoints. (See position 195:962) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 199:923) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 199:923) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 199:923) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 15 of a paragraph overflows the available area by 700 millipoints. (See position 203:924) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 14 of a paragraph overflows the available area by 9580 millipoints. (See position 203:924) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 12 of a paragraph overflows the available area by 150 millipoints. (See position 203:924) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 11 of a paragraph overflows the available area by 9030 millipoints. (See position 203:924) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7350 millipoints. (See position 203:924) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 203:924) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 209:552) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 209:552) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 209:552) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 213:3089) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 213:3089) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 213:3089) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 217:913) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 217:913) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 217:913) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 221:913) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 221:913) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 221:913) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 225:916) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 225:916) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 225:916) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #8. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #9. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #10. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #11. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1080) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 252:1080) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1080) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 252:1080) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 252:1080) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 29640 millipoints. (See position 311:685) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 316:976) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #12. Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s - in org.glassfish.tyrus.ext.client.java8.SessionBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-client-java8 --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-client-java8:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.websocket-api] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-client-java8 --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/target/tyrus-client-java8-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-client-java8 --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0.99-SNAPSHOT/tyrus-client-java8-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/target/tyrus-client-java8-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0.99-SNAPSHOT/tyrus-client-java8-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/target/tyrus-client-java8-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0.99-SNAPSHOT/tyrus-client-java8-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-client-java8 --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-java8/2.0.99-SNAPSHOT/tyrus-client-java8-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus.samples:tyrus-samples-project >---------- [INFO] Building Tyrus Samples 2.0.99-SNAPSHOT [26/69] [INFO] from samples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-samples-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-samples-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-samples-project --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-samples-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.0.99-SNAPSHOT/tyrus-samples-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.tyrus.samples:tyrus-sample-auction >---------- [INFO] Building Tyrus Auction Sample 2.0.99-SNAPSHOT [27/69] [INFO] from samples/auction/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-auction --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-auction --- Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #13. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #14. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 377:1000) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 413:939) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 501:365) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 501:365) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 525:926) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 579:957) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 595:955) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 634:927) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 634:927) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #15. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #16. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #17. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #18. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #19. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #20. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #21. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #22. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 690:651) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 709:950) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 755:943) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 755:943) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 755:943) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 45106 millipoints. (See position 758:659) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 768:949) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #23. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #24. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 835:955) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 863:980) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 875:980) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 875:980) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #25. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #26. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #27. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 912:943) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 912:943) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #28. [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-auction --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-auction --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-auction --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-auction --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-auction --- [INFO] No tests to run. [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-auction --- Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #29. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #30. Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 949:866) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:866) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:866) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:866) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48000 millipoints. (See position 949:866) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 949:866) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 949:866) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 975:382) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 989:382) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 989:382) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 994:382) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 994:382) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 994:382) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1010:670) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1016:426) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1030:482) Oct 20, 2023 10:36:44 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1038:654) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1060:570) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1062:609) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1066:487) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1066:487) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1078:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1136:471) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1136:471) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1171:1438) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1171:1438) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1233:584) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 1246:554) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1246:554) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1277:482) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1323:378) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1333:378) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1347:378) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1377:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1416:390) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1416:390) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1421:390) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1421:390) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1421:390) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1450:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1450:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1467:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1497:378) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1497:378) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1567:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1571:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1575:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1585:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1619:578) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1649:389) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1649:389) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1649:389) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1683:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1716:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1729:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 6000 millipoints. (See position 1741:787) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1759:513) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1759:513) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1788:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1796:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1796:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1796:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1812:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1812:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1812:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1812:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1828:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1828:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1828:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1828:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1853:393) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1858:393) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1884:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1884:382) Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #31. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #32. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #33. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #34. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #35. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #36. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #37. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #38. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #39. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #40. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #41. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #42. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #43. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #44. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #45. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #46. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #47. [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-auction] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-auction --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-auction --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-auction --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0.99-SNAPSHOT/tyrus-sample-auction-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0.99-SNAPSHOT/tyrus-sample-auction-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0.99-SNAPSHOT/tyrus-sample-auction-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0.99-SNAPSHOT/tyrus-sample-auction-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.glassfish.tyrus.samples:tyrus-sample-cdi >------------ [INFO] Building Tyrus CDI Sample 2.0.99-SNAPSHOT [28/69] [INFO] from samples/cdi/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-cdi --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-cdi --- Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #48. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #49. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #50. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #51. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #52. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #53. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #54. Oct 20, 2023 10:36:45 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #55. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/docbook/user-guide.pdf has been generated. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/docbook/user-guide.fo has been generated. [INFO] [INFO] --- docbkx:2.0.15:generate-html (Multiple HTML pages) @ tyrus-documentation --- [INFO] Processing input file: index.xml [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-cdi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-cdi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-cdi --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.cdi.CdiTest [INFO] Applying customization parameters after docbkx parameters [INFO] Chunking output. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.glassfish.tyrus.sample.cdi.CdiTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-cdi --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-cdi] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-cdi --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-cdi --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0.99-SNAPSHOT/tyrus-sample-cdi-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0.99-SNAPSHOT/tyrus-sample-cdi-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0.99-SNAPSHOT/tyrus-sample-cdi-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0.99-SNAPSHOT/tyrus-sample-cdi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-chat >------------ [INFO] Building Tyrus Chat Sample 2.0.99-SNAPSHOT [29/69] [INFO] from samples/chat/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-chat --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-chat --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-chat --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-chat --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/chatdata/ChatMessage.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/chatdata/ChatMessage.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-chat --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-chat --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-chat --- [INFO] See /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/docbook for generated file(s) [INFO] No tests to run. [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-chat --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-chat] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-chat --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-chat --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-chat --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0.99-SNAPSHOT/tyrus-sample-chat-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0.99-SNAPSHOT/tyrus-sample-chat-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0.99-SNAPSHOT/tyrus-sample-chat-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0.99-SNAPSHOT/tyrus-sample-chat-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-draw >------------ [INFO] Building Tyrus Draw Sample 2.0.99-SNAPSHOT [30/69] [INFO] from samples/draw/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-draw --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-draw --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-draw --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-draw --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-draw --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-draw --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-draw --- [INFO] No tests to run. [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-draw --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-draw] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-draw --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-draw --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-draw --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0.99-SNAPSHOT/tyrus-sample-draw-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0.99-SNAPSHOT/tyrus-sample-draw-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0.99-SNAPSHOT/tyrus-sample-draw-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0.99-SNAPSHOT/tyrus-sample-draw-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-echo >------------ [INFO] Building Tyrus Echo Sample 2.0.99-SNAPSHOT [31/69] [INFO] from samples/echo/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-echo --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-echo --- [INFO] [INFO] --- assembly:2.2-beta-5:attached (make-assembly) @ tyrus-documentation --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-echo --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.echo.EchoTest [INFO] Reading assembly descriptor: src/main/assembly/docbook.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/tyrus-documentation-2.0.99-SNAPSHOT-docbook.zip Oct 20, 2023 10:36:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:36:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Received: onOpen ### Received: Do or do not, there is no try. (from your server) ### Client session closed: CloseReason[1000] Oct 20, 2023 10:36:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:47 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 s - in org.glassfish.tyrus.sample.echo.EchoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-echo --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0.99-SNAPSHOT/tyrus-sample-echo-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0.99-SNAPSHOT/tyrus-sample-echo-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0.99-SNAPSHOT/tyrus-sample-echo-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0.99-SNAPSHOT/tyrus-sample-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-basic-auth >--------- [INFO] Building Tyrus Basic Auth Sample 2.0.99-SNAPSHOT [32/69] [INFO] from samples/echo-basic-auth/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-basic-auth --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-basic-auth --- [INFO] [INFO] --- build-helper:1.8:attach-artifact (attach-artifacts) @ tyrus-documentation --- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-documentation --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-documentation --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0.99-SNAPSHOT/tyrus-documentation-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/tyrus-documentation-2.0.99-SNAPSHOT-docbook.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0.99-SNAPSHOT/tyrus-documentation-2.0.99-SNAPSHOT-docbook.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/docs/target/docbook/user-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0.99-SNAPSHOT/tyrus-documentation-2.0.99-SNAPSHOT-user-guide.pdf [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extensions-project >---------- [INFO] Building Tyrus Extension Modules 2.0.99-SNAPSHOT [21/69] [INFO] from ext/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-extensions-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-extensions-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-extensions-project --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-extensions-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.0.99-SNAPSHOT/tyrus-extensions-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.tyrus.ext:tyrus-client-cli >-------------- [INFO] Building Tyrus CLI Client 2.0.99-SNAPSHOT [22/69] [INFO] from ext/client-cli/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-client-cli --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-client-cli --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-client-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-client-cli --- [WARNING] **************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [jline-2.14.5.jar]. Please don't publish this project to a public artifact repository! * [WARNING] **************************************************************************************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-client-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-client-cli --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-client-cli --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-client-cli --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-client-cli:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:jline] [INFO] [INFO] --- shade:3.2.4:shade (default) @ tyrus-client-cli --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-basic-auth --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-basic-auth --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-basic-auth --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-basic-auth --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-basic-auth] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-basic-auth --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.0.0 in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:3.0.1 in the shaded jar. [INFO] Including jline:jline:jar:2.14.5 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-server-3.0.1.jar, jakarta.activation-2.0.1.jar, jakarta.websocket-api-2.0.0.jar, jakarta.xml.bind-api-3.0.1.jar, jline-2.14.5.jar, tyrus-client-2.0.99-SNAPSHOT.jar, tyrus-client-cli-2.0.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar, tyrus-core-2.0.99-SNAPSHOT.jar, tyrus-spi-2.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] tyrus-client-2.0.99-SNAPSHOT.jar, tyrus-client-cli-2.0.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar, tyrus-core-2.0.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - LICENSE [WARNING] - about.html [WARNING] jakarta.activation-2.0.1.jar, jakarta.websocket-api-2.0.0.jar, jakarta.xml.bind-api-3.0.1.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-server-3.0.1.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/dependency-reduced-pom.xml [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-client-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-client-cli --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0.99-SNAPSHOT/tyrus-client-cli-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0.99-SNAPSHOT/tyrus-client-cli-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0.99-SNAPSHOT/tyrus-client-cli-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-client-cli --- [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-basic-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-basic-auth --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0.99-SNAPSHOT/tyrus-sample-basic-auth-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0.99-SNAPSHOT/tyrus-sample-basic-auth-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0.99-SNAPSHOT/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0.99-SNAPSHOT/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-echo-https >--------- [INFO] Building Tyrus Secure Echo Sample 2.0.99-SNAPSHOT [33/69] [INFO] from samples/echo-https/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-echo-https --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-echo-https --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-echo-https --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-echo-https --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/test-classes [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-cli/2.0.99-SNAPSHOT/tyrus-client-cli-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus.ext:tyrus-monitoring-jmx >------------ [INFO] Building Tyrus Monitoring JMX 2.0.99-SNAPSHOT [23/69] [INFO] from ext/monitoring-jmx/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-monitoring-jmx --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-monitoring-jmx --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-monitoring-jmx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/target/classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-echo-https --- [INFO] Tests are skipped. [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-echo-https --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo-https] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-echo-https --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-echo-https --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-echo-https --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0.99-SNAPSHOT/tyrus-sample-echo-https-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0.99-SNAPSHOT/tyrus-sample-echo-https-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0.99-SNAPSHOT/tyrus-sample-echo-https-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0.99-SNAPSHOT/tyrus-sample-echo-https-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-programmatic-echo >----- [INFO] Building Tyrus Programmatic Echo Sample 2.0.99-SNAPSHOT [34/69] [INFO] from samples/programmatic-echo/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-programmatic-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-programmatic-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-programmatic-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-monitoring-jmx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-monitoring-jmx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/SessionCleanUpTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/SessionCleanUpTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-monitoring-jmx --- [INFO] Running org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest Oct 20, 2023 10:36:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:36:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Server: Message received: Do or do not, there is no try. ### Server: Sending: Do or do not, there is no try. (from your server) ### Client session closed: CloseReason[1000] Oct 20, 2023 10:36:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:48 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.469 s - in org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-programmatic-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-programmatic-echo] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-programmatic-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-programmatic-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-programmatic-echo --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-simplelife >--------- [INFO] Building Tyrus Simple Life Sample 2.0.99-SNAPSHOT [35/69] [INFO] from samples/simplelife/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-simplelife --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-simplelife --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-simplelife --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-simplelife --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-simplelife --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-simplelife --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-simplelife --- [INFO] No tests to run. [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-simplelife --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-simplelife] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-simplelife --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-simplelife --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-simplelife --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0.99-SNAPSHOT/tyrus-sample-simplelife-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0.99-SNAPSHOT/tyrus-sample-simplelife-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0.99-SNAPSHOT/tyrus-sample-simplelife-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0.99-SNAPSHOT/tyrus-sample-simplelife-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-shared-collection >----- [INFO] Building Tyrus Shared Collection Sample 2.0.99-SNAPSHOT [36/69] [INFO] from samples/shared-collection/pom.xml [INFO] --------------------------------[ war ]--------------------------------- Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 s - in org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-shared-collection --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-shared-collection --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-shared-collection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/classes Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-shared-collection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-shared-collection --- [INFO] Tests are skipped. [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-shared-collection --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-shared-collection] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-shared-collection --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-shared-collection --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-shared-collection --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0.99-SNAPSHOT/tyrus-sample-shared-collection-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0.99-SNAPSHOT/tyrus-sample-shared-collection-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0.99-SNAPSHOT/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0.99-SNAPSHOT/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.tests:tyrus-tests-containers >---------- [INFO] Building Tyrus Container Tests 2.0.99-SNAPSHOT [37/69] [INFO] from tests/containers/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-containers --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-containers --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-containers --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-containers --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers/2.0.99-SNAPSHOT/tyrus-tests-containers-2.0.99-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.tyrus.tests:tyrus-tests-containers-jdk-client >----- [INFO] Building Tyrus JDK Containers Tests 2.0.99-SNAPSHOT [38/69] [INFO] from tests/containers/jdk-client/pom.xml [INFO] --------------------------------[ war ]--------------------------------- Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-containers-jdk-client --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-containers-jdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-containers-jdk-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/jdk-client/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-containers-jdk-client --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-containers-jdk-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/jdk-client/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-containers-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/jdk-client/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-containers-jdk-client --- Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0.99-SNAPSHOT.jar [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-monitoring-jmx --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0.99-SNAPSHOT/tyrus-monitoring-jmx-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0.99-SNAPSHOT/tyrus-monitoring-jmx-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0.99-SNAPSHOT/tyrus-monitoring-jmx-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extension-deflate >----------- [INFO] Building Tyrus Extension - Per Message Deflate 2.0.99-SNAPSHOT [24/69] [INFO] from ext/extension-deflate/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-extension-deflate --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-extension-deflate --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-extension-deflate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-extension-deflate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-extension-deflate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/target/test-classes [INFO] Running org.glassfish.tyrus.container.jdk.client.UnknownHostTest [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-extension-deflate --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Oct 20, 2023 10:36:50 AM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: BEGIN COUNT: 30 Oct 20, 2023 10:36:51 AM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: AFTER WARMUP COUNT: 33 Oct 20, 2023 10:36:51 AM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: END COUNT: 33 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 s - in org.glassfish.tyrus.container.jdk.client.UnknownHostTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-containers-jdk-client --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-containers-jdk-client] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-containers-jdk-client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-containers-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.0.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.0.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT.war [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-containers-servlet >------ [INFO] Building Tyrus Servlet Containers Tests 2.0.99-SNAPSHOT [39/69] [INFO] from tests/containers/servlet/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-containers-servlet --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-containers-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-containers-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/servlet/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-containers-servlet --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-containers-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/servlet/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-containers-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/servlet/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-containers-servlet --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest [INFO] Running org.glassfish.tyrus.test.container.servlet.TyrusServletContainerInitializerLoaderTest Oct 20, 2023 10:36:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:36:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ##### beforeRequest {Connection=[Upgrade], Host=[localhost:8025], Origin=[http://localhost:8025], Sec-WebSocket-Extensions=[permessage-deflate], Sec-WebSocket-Key=[O57rVjacrIULJyz+hhXBzg==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[t8MMgz51UK0zWNVNkC72/WjwnbY=], sec-websocket-extensions=[permessage-deflate], upgrade=[websocket]} client onMessage: Always pass on what you have learned. client onMessage: Always pass on what you have learned. client onMessage: Always pass on what you have learned. client onMessage: Always pass on what you have learned. client onMessage: Always pass on what you have learned. Oct 20, 2023 10:36:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.431 s - in org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-extension-deflate --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-extension-deflate:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.websocket-api] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-extension-deflate --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0.99-SNAPSHOT/tyrus-extension-deflate-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0.99-SNAPSHOT/tyrus-extension-deflate-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/extension-deflate/target/tyrus-extension-deflate-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0.99-SNAPSHOT/tyrus-extension-deflate-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0.99-SNAPSHOT/tyrus-extension-deflate-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.glassfish.tyrus.ext:tyrus-client-java8 >------------- [INFO] Building Tyrus Java8 Client Extension 2.0.99-SNAPSHOT [25/69] [INFO] from ext/client-java8/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-client-java8 --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-client-java8 --- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.glassfish.tyrus.test.container.servlet.TyrusServletContainerInitializerLoaderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-containers-servlet --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-containers-servlet] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-containers-servlet --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-containers-servlet --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.0.99-SNAPSHOT/tyrus-tests-containers-servlet-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.0.99-SNAPSHOT/tyrus-tests-containers-servlet-2.0.99-SNAPSHOT.war [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-tests-e2e >-------------- [INFO] Building Tyrus End-to-End Tests 2.0.99-SNAPSHOT [40/69] [INFO] from tests/e2e/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.0.99-SNAPSHOT/tyrus-tests-e2e-2.0.99-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-appconfig >--------- [INFO] Building Tyrus End-to-End Application Config Tests 2.0.99-SNAPSHOT [41/69] [INFO] from tests/e2e/application-config/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-appconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-client-java8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-client-java8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-client-java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-client-java8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-e2e-appconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-e2e-appconfig --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-e2e-appconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-appconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/target/test-classes [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.ext.client.java8.SessionBuilderTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. partial: I find your lack of faith disturbing true Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s - in org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### MyEndpointProgrammatic onOpen() ### ClientEndpoint onOpen() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpointProgrammatic onMessage() TyrusSession{uri=/e2e-test-appconfig/myEndpoint, id='badb02ff-ba94-4efe-bb03-5aec1e8e411a', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyEndpointProgrammatic, endpoint=null, contextPath='/e2e-test-appconfig', endpointPath=/e2e-test-appconfig/myEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyEncoder, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2c4d1ac, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7f0d96f2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@545b995e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@76a2ddf3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyDecoderNotToBeCalled, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyDecoder, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@524f3b3a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@41e68d87, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@49ff7d8c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@29526c05, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2ef14fe, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@77102b91, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@45312be2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7fb95505, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@58be6e8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7331196b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3f9342d4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@ab7395e, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@50d13246, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpointProgrammatic onMessage() TyrusSession{uri=/e2e-test-appconfig/myEndpoint, id='badb02ff-ba94-4efe-bb03-5aec1e8e411a', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyEndpointProgrammatic, endpoint=null, contextPath='/e2e-test-appconfig', endpointPath=/e2e-test-appconfig/myEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyEncoder, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2c4d1ac, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7f0d96f2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@545b995e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@76a2ddf3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyDecoderNotToBeCalled, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyDecoder, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@524f3b3a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@41e68d87, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@49ff7d8c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@29526c05, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2ef14fe, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@77102b91, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@45312be2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7fb95505, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@58be6e8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7331196b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3f9342d4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@ab7395e, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@50d13246, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() ### MyEndpointProgrammatic onOpen() ### ClientEndpoint onOpen() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpointProgrammatic onMessage() TyrusSession{uri=/e2e-test-appconfig/myEndpoint, id='14cde7d8-450a-4262-90ef-51dee991adb0', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyEndpointProgrammatic, endpoint=null, contextPath='/e2e-test-appconfig', endpointPath=/e2e-test-appconfig/myEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyEncoder, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2c4d1ac, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7f0d96f2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@545b995e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@76a2ddf3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyDecoderNotToBeCalled, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyDecoder, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@524f3b3a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@41e68d87, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@49ff7d8c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@29526c05, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2ef14fe, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@77102b91, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@45312be2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7fb95505, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@58be6e8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7331196b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3f9342d4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@ab7395e, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@50d13246, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.448 s - in org.glassfish.tyrus.ext.client.java8.SessionBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ tyrus-client-java8 --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-client-java8:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package: Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:jakarta.websocket-api] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-client-java8 --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/target/tyrus-client-java8-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-client-java8 --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0.99-SNAPSHOT/tyrus-client-java8-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/target/tyrus-client-java8-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0.99-SNAPSHOT/tyrus-client-java8-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/ext/client-java8/target/tyrus-client-java8-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0.99-SNAPSHOT/tyrus-client-java8-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ tyrus-client-java8 --- [INFO] Installing org/glassfish/tyrus/ext/tyrus-client-java8/2.0.99-SNAPSHOT/tyrus-client-java8-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus.samples:tyrus-samples-project >---------- [INFO] Building Tyrus Samples 2.0.99-SNAPSHOT [26/69] [INFO] from samples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-samples-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-samples-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-samples-project --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-samples-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.0.99-SNAPSHOT/tyrus-samples-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.tyrus.samples:tyrus-sample-auction >---------- [INFO] Building Tyrus Auction Sample 2.0.99-SNAPSHOT [27/69] [INFO] from samples/auction/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-auction --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-auction --- Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### ClientEndpoint onOpen() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpoint onMessage() ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpoint onMessage() ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() ### ClientEndpoint onOpen() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpoint onMessage() ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() Oct 20, 2023 10:36:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Oct 20, 2023 10:36:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:36:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:36:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:36:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:36:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-auction --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-auction --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-auction --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-auction --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-auction --- [INFO] No tests to run. [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-auction --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-auction] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-auction --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-auction --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-auction --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0.99-SNAPSHOT/tyrus-sample-auction-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0.99-SNAPSHOT/tyrus-sample-auction-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0.99-SNAPSHOT/tyrus-sample-auction-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0.99-SNAPSHOT/tyrus-sample-auction-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.glassfish.tyrus.samples:tyrus-sample-cdi >------------ [INFO] Building Tyrus CDI Sample 2.0.99-SNAPSHOT [28/69] [INFO] from samples/cdi/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-cdi --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-cdi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-cdi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-cdi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-cdi --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.cdi.CdiTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.glassfish.tyrus.sample.cdi.CdiTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-cdi --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-cdi] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-cdi --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml Oct 20, 2023 10:36:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Oct 20, 2023 10:36:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.178 s - in org.glassfish.tyrus.test.e2e.appconfig.ErrorTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. CLIENT onOpen: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic, id='d3494b10-3474-4a71-8768-420a6e0d511b', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@7dd5b8de, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@38d72900, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@217e2d17, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@92531f8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@59666b4a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@58f8d64f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@8be5ed2, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@283404cc, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@426206bb, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5cb6ea16, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2604779c, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2e9e05f4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7c9b9942, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@17163a9d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@12ab0774, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4c440170, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6c35c033, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4ad1cdfa, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic, id='d3494b10-3474-4a71-8768-420a6e0d511b', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@7dd5b8de, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@38d72900, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@217e2d17, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@92531f8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@59666b4a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@58f8d64f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@8be5ed2, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@283404cc, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@426206bb, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5cb6ea16, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2604779c, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2e9e05f4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7c9b9942, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@17163a9d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@12ab0774, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4c440170, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6c35c033, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4ad1cdfa, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. CLIENT onOpen: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o, id='d7aa7183-5a84-47fb-bab2-61a9d9150d70', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@4d42f45d, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@8407391, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1b10c643, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@39025ca2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@63b8b7c3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@686f8cde, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@75d06d4e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5e9cc81a, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@78bc7aa5, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6c211010, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1a6dbac7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@22896d88, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@39fb422e, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5d3e6491, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2a724673, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@437e8b98, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@20f74beb, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@ec3a988, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o, id='d7aa7183-5a84-47fb-bab2-61a9d9150d70', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@4d42f45d, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@8407391, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1b10c643, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@39025ca2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@63b8b7c3, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@686f8cde, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@75d06d4e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5e9cc81a, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@78bc7aa5, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6c211010, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1a6dbac7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@22896d88, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@39fb422e, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5d3e6491, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2a724673, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@437e8b98, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@20f74beb, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@ec3a988, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. CLIENT onOpen: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc, id='a13cf9f8-aca8-4704-9e28-800c5f65e1ca', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@772f93a8, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@322d0329, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@70fe3c8c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3d5f318, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@8ec9219, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5202fc66, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5399b0f6, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7f78d4ae, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@13e8fd02, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@564cc2d5, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@484cc6ea, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7128a6e9, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@25fc4523, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@15166123, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3bc38efd, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@fe86882, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@487af101, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6ec38e54, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc, id='a13cf9f8-aca8-4704-9e28-800c5f65e1ca', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@772f93a8, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@322d0329, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@70fe3c8c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3d5f318, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@8ec9219, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5202fc66, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5399b0f6, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7f78d4ae, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@13e8fd02, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@564cc2d5, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@484cc6ea, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7128a6e9, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@25fc4523, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@15166123, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3bc38efd, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@fe86882, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@487af101, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6ec38e54, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. CLIENT onOpen: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c, id='4c9ec6fa-be56-47ed-8daf-4cce6cddd5e4', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@4263be58, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7613870, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@11459f21, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@362c3928, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@69e2c0cb, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@674ec73f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5acff060, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@dfd7768, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@72e60a84, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@63005cd8, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@46e9ec28, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@204985aa, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6239190d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3be7f0e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@abf4bfd, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@66b7fbd5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4c6c777f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3c5a37f3, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c, id='4c9ec6fa-be56-47ed-8daf-4cce6cddd5e4', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@4263be58, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7613870, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@11459f21, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@362c3928, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@69e2c0cb, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@674ec73f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5acff060, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@dfd7768, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@72e60a84, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@63005cd8, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@46e9ec28, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@204985aa, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6239190d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3be7f0e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@abf4bfd, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@66b7fbd5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4c6c777f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3c5a37f3, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1000] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. CLIENT onOpen: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m, id='711e63f3-164c-4cc8-b037-3310d8e5feda', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@237529b2, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6677b3b8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@25af66e6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@57db5571, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5de9de81, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6584cf7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@581e828c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@55e33423, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@46edf5c8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2163616, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2e30ce3a, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@623eb5f3, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4b545fc9, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@78c16633, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@50a8260f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@472e80c4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2eed25ff, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5dee3eef, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m, id='711e63f3-164c-4cc8-b037-3310d8e5feda', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@237529b2, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6677b3b8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@25af66e6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@57db5571, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5de9de81, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6584cf7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@581e828c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@55e33423, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@46edf5c8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2163616, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2e30ce3a, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@623eb5f3, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4b545fc9, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@78c16633, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@50a8260f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@472e80c4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2eed25ff, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5dee3eef, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. CLIENT onOpen: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce, id='11e10802-caf5-48cd-92e8-d560fdecdca1', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@2d7f4de9, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@687dd622, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@76d0965a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@59df3c8d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@e98225a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@852296d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7a420c7b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5ad96cea, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@159c0f19, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@c1c5586, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6657b1aa, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@77f82fb6, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2e91297, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6c37c729, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@37b6f1e4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@105ed3b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4b323a26, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@19eeb2e6, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce, id='11e10802-caf5-48cd-92e8-d560fdecdca1', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@2d7f4de9, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@687dd622, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@76d0965a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@59df3c8d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@e98225a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@852296d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7a420c7b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5ad96cea, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@159c0f19, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@c1c5586, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6657b1aa, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@77f82fb6, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2e91297, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6c37c729, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@37b6f1e4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@105ed3b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4b323a26, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@19eeb2e6, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Client connected to the server! Client connected to the server! Client session closed with reason: 'CloseReason[1000]' Client session closed with reason: 'CloseReason[1013,Maximal number of open sessions per endpoint exceeded.]' Server onClose c15efdbf-1486-4d72-b14a-86a6110be89e, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose ab7cdd7a-296a-47bc-accb-e61567871cfa, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose a8567406-3a9a-4f93-a3cf-041ccef79712, CloseReason[1000] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Client connected to the server! Client connected to the server! Client session closed with reason: 'CloseReason[1013,Maximal number of open sessions per endpoint exceeded.]' Client session closed with reason: 'CloseReason[1000]' Server onClose eeca1e56-835f-4ff3-9a7d-feab832ce474, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose a2028437-b3dc-4ee8-957c-c554d83951f6, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose d9dd9492-d4f5-4316-9380-c552b24a187c, CloseReason[1000] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-cdi --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0.99-SNAPSHOT/tyrus-sample-cdi-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0.99-SNAPSHOT/tyrus-sample-cdi-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0.99-SNAPSHOT/tyrus-sample-cdi-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0.99-SNAPSHOT/tyrus-sample-cdi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-chat >------------ [INFO] Building Tyrus Chat Sample 2.0.99-SNAPSHOT [29/69] [INFO] from samples/chat/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-chat --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-chat --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-chat --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-chat --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/chatdata/ChatMessage.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/chatdata/ChatMessage.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-chat --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-chat --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-chat --- [INFO] No tests to run. [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-chat --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-chat] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT.war [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### beforeRequest {Connection=[Upgrade], Host=[localhost:8025], Origin=[http://localhost:8025], Sec-WebSocket-Extensions=[ext1, ext2], Sec-WebSocket-Key=[vBN5YNgtRLKUcybn3LVqjQ==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@3a185b4f :: [] ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@3a185b4f :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@44eb5458 :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@44eb5458 :: [] ##### TestExtendedExtension getName: ext2 org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='0032ff97-9361-4b02-aec2-c101814a1714', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint, endpoint=null, contextPath='/e2e-test-appconfig', endpointPath=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@46ab18da, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@790174f2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@42257bdd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7689ddef, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@687a762c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1a2e2935, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@733c423e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4b629f13, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@70925b45, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1b9ea3e3, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@aa22f1c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@55e7a35c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@37cd92d6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5922ae77, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4263b080, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2af616d3, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@71f67a79, type=class java.io.InputStream}]}} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[AcL6eps5gdxcajHkVd7sOWkUmTE=], sec-websocket-extensions=[ext1, ext2], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint server onMessage. client onMessage. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='0032ff97-9361-4b02-aec2-c101814a1714', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint, endpoint=null, contextPath='/e2e-test-appconfig', endpointPath=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@46ab18da, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@790174f2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@42257bdd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7689ddef, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@687a762c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1a2e2935, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@733c423e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4b629f13, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@70925b45, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1b9ea3e3, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@aa22f1c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@55e7a35c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@37cd92d6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5922ae77, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4263b080, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2af616d3, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@71f67a79, type=class java.io.InputStream}]}} Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@3a185b4f ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@3a185b4f ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@44eb5458 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@44eb5458 Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ##### TestExtendedExtension getName: TestExtendedExtension ##### beforeRequest {Connection=[Upgrade], Host=[localhost:8025], Origin=[http://localhost:8025], Sec-WebSocket-Extensions=[TestExtendedExtension], Sec-WebSocket-Key=[aJdlZ3fo1qv6mjdBZlcRkw==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@1630dc5f :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@1c45975 :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[6YfNJcQd6DC8hUfyDaf1ZRpw9Ko=], sec-websocket-extensions=[TestExtendedExtension], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='de0ba21f-7f2e-416e-a545-88626b09db2e', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint, endpoint=null, contextPath='/e2e-test-appconfig', endpointPath=/e2e-test-appconfig/extendedExtensionEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2a492f2a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3277e499, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@585811a4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@22c01ab0, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@411341bd, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4c4d362a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5400db36, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@76b74e9c, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2d72f75e, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@8ab78bc, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5aa0dbf4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@16afbd92, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2c5d601e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7fe083b1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@23c388c2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@486be205, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@f713686, type=class java.io.InputStream}]}} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint server onMessage. client onMessage. Oct 20, 2023 10:36:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='de0ba21f-7f2e-416e-a545-88626b09db2e', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint, endpoint=null, contextPath='/e2e-test-appconfig', endpointPath=/e2e-test-appconfig/extendedExtensionEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2a492f2a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3277e499, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@585811a4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@22c01ab0, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@411341bd, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4c4d362a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5400db36, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@76b74e9c, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2d72f75e, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@8ab78bc, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5aa0dbf4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@16afbd92, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2c5d601e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7fe083b1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@23c388c2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@486be205, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@f713686, type=class java.io.InputStream}]}} Oct 20, 2023 10:36:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@1630dc5f [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@1c45975 [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-e2e-appconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-appconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-appconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e-appconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.0.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.0.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-e2e-nondeployable >------- [INFO] Building Tyrus End-to-End Non-deployable Tests 2.0.99-SNAPSHOT [42/69] [INFO] from tests/e2e/non-deployable/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-chat --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-chat --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-chat --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0.99-SNAPSHOT/tyrus-sample-chat-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0.99-SNAPSHOT/tyrus-sample-chat-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0.99-SNAPSHOT/tyrus-sample-chat-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0.99-SNAPSHOT/tyrus-sample-chat-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-draw >------------ [INFO] Building Tyrus Draw Sample 2.0.99-SNAPSHOT [30/69] [INFO] from samples/draw/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-draw --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-draw --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-draw --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-draw --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-draw --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-draw --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-draw --- [INFO] No tests to run. [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-draw --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-draw] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-draw --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-e2e-nondeployable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-e2e-nondeployable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-nondeployable --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/target/test-classes [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-draw --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-draw --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0.99-SNAPSHOT/tyrus-sample-draw-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0.99-SNAPSHOT/tyrus-sample-draw-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0.99-SNAPSHOT/tyrus-sample-draw-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0.99-SNAPSHOT/tyrus-sample-draw-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-echo >------------ [INFO] Building Tyrus Echo Sample 2.0.99-SNAPSHOT [31/69] [INFO] from samples/echo/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-echo --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-echo --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.echo.EchoTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest Oct 20, 2023 10:36:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:36:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Received: onOpen ### Received: Do or do not, there is no try. (from your server) ### Client session closed: CloseReason[1000] Oct 20, 2023 10:36:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 s - in org.glassfish.tyrus.sample.echo.EchoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-echo --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0.99-SNAPSHOT/tyrus-sample-echo-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0.99-SNAPSHOT/tyrus-sample-echo-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0.99-SNAPSHOT/tyrus-sample-echo-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0.99-SNAPSHOT/tyrus-sample-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-basic-auth >--------- [INFO] Building Tyrus Basic Auth Sample 2.0.99-SNAPSHOT [32/69] [INFO] from samples/echo-basic-auth/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-basic-auth --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-basic-auth --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-basic-auth --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-basic-auth --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-basic-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/test-classes Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:36:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:36:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-basic-auth --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:36:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:36:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-basic-auth --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-basic-auth] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-basic-auth --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-basic-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-basic-auth --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0.99-SNAPSHOT/tyrus-sample-basic-auth-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0.99-SNAPSHOT/tyrus-sample-basic-auth-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0.99-SNAPSHOT/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.0.99-SNAPSHOT/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-echo-https >--------- [INFO] Building Tyrus Secure Echo Sample 2.0.99-SNAPSHOT [33/69] [INFO] from samples/echo-https/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-echo-https --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-echo-https --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-echo-https --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-echo-https --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-echo-https --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-echo-https --- [INFO] Tests are skipped. [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-echo-https --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo-https] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-echo-https --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-echo-https --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-echo-https --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0.99-SNAPSHOT/tyrus-sample-echo-https-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0.99-SNAPSHOT/tyrus-sample-echo-https-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0.99-SNAPSHOT/tyrus-sample-echo-https-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.0.99-SNAPSHOT/tyrus-sample-echo-https-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-programmatic-echo >----- [INFO] Building Tyrus Programmatic Echo Sample 2.0.99-SNAPSHOT [34/69] [INFO] from samples/programmatic-echo/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-programmatic-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-programmatic-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-programmatic-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-programmatic-echo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:36:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.754 s - in org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.core.AnnotatedEndpoint WARNING: Unknown parameter(s) for org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest$MultipleWrongMethodsBean.wrongOnError method annotated with @OnError annotation: {1=class java.lang.Throwable, 2=class java.lang.String}. This method will be ignored. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.core.AnnotatedEndpoint WARNING: Unknown parameter(s) for org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest$MultipleWrongMethodsBean.wrongOnError method annotated with @OnError annotation: {1=class java.lang.Throwable, 2=class java.lang.String}. This method will be ignored. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.core.AnnotatedEndpoint WARNING: Unknown parameter(s) for org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest$ErrorMethodWithWrongParam.wrongOnError method annotated with @OnError annotation: {1=class java.lang.Throwable, 2=class java.lang.String}. This method will be ignored. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 s - in org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. -1 ### Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Expected message: MaxMessageSize 2 on method onTooBigMessage in endpoint org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest$LargeMaxMessageSizeClientEndpoint is larger than the container incoming buffer size 1. Logged message: MaxMessageSize 2 on method onTooBigMessage in endpoint org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest$LargeMaxMessageSizeClientEndpoint is larger than the container incoming buffer size 1. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Expected message: MaxMessageSize 2 on method onTooBigMessage in endpoint org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest$LargeMaxMessageSizeServerEndpoint is larger than the container incoming buffer size 1. Logged message: MaxMessageSize 2 on method onTooBigMessage in endpoint org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest$LargeMaxMessageSizeServerEndpoint is larger than the container incoming buffer size 1. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Server: Message received: Do or do not, there is no try. ### Server: Sending: Do or do not, there is no try. (from your server) ### Client session closed: CloseReason[1000] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 s - in org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-programmatic-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-programmatic-echo] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-programmatic-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-programmatic-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-programmatic-echo --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.0.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-simplelife >--------- [INFO] Building Tyrus Simple Life Sample 2.0.99-SNAPSHOT [35/69] [INFO] from samples/simplelife/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-simplelife --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-simplelife --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-simplelife --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-simplelife --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-simplelife --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-simplelife --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-simplelife --- [INFO] No tests to run. [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-simplelife --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-simplelife] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-simplelife --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. RetryAfterException received. received message: Do or do not, there is no try. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-simplelife --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-simplelife --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0.99-SNAPSHOT/tyrus-sample-simplelife-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0.99-SNAPSHOT/tyrus-sample-simplelife-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0.99-SNAPSHOT/tyrus-sample-simplelife-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0.99-SNAPSHOT/tyrus-sample-simplelife-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-shared-collection >----- [INFO] Building Tyrus Shared Collection Sample 2.0.99-SNAPSHOT [36/69] [INFO] from samples/shared-collection/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-shared-collection --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-shared-collection --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-sample-shared-collection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-sample-shared-collection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-sample-shared-collection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-sample-shared-collection --- [INFO] Tests are skipped. [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-sample-shared-collection --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-shared-collection] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT.war [INFO] [INFO] --- assembly:2.2-beta-5:attached (assemble-src-zip) @ tyrus-sample-shared-collection --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-sample-shared-collection --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-sample-shared-collection --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0.99-SNAPSHOT/tyrus-sample-shared-collection-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0.99-SNAPSHOT/tyrus-sample-shared-collection-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0.99-SNAPSHOT/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.0.99-SNAPSHOT/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.tests:tyrus-tests-containers >---------- [INFO] Building Tyrus Container Tests 2.0.99-SNAPSHOT [37/69] [INFO] from tests/containers/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-containers --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-containers --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-containers --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-containers --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers/2.0.99-SNAPSHOT/tyrus-tests-containers-2.0.99-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.tyrus.tests:tyrus-tests-containers-jdk-client >----- [INFO] Building Tyrus JDK Containers Tests 2.0.99-SNAPSHOT [38/69] [INFO] from tests/containers/jdk-client/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-containers-jdk-client --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-containers-jdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-containers-jdk-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/jdk-client/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-containers-jdk-client --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-containers-jdk-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/jdk-client/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-containers-jdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/jdk-client/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-containers-jdk-client --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.container.jdk.client.UnknownHostTest Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:58 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Oct 20, 2023 10:36:58 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:58 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:58 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Oct 20, 2023 10:36:58 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:58 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:58 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Oct 20, 2023 10:36:58 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:58 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:58 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:58 AM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: BEGIN COUNT: 31 Oct 20, 2023 10:36:59 AM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: AFTER WARMUP COUNT: 33 Oct 20, 2023 10:36:59 AM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: END COUNT: 33 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.431 s - in org.glassfish.tyrus.container.jdk.client.UnknownHostTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-containers-jdk-client --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-containers-jdk-client] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-containers-jdk-client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-containers-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.0.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.0.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT.war [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-containers-servlet >------ [INFO] Building Tyrus Servlet Containers Tests 2.0.99-SNAPSHOT [39/69] [INFO] from tests/containers/servlet/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-containers-servlet --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-containers-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-containers-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/servlet/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-containers-servlet --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-containers-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/servlet/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-containers-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/servlet/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-containers-servlet --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.container.servlet.TyrusServletContainerInitializerLoaderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.glassfish.tyrus.test.container.servlet.TyrusServletContainerInitializerLoaderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-containers-servlet --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-containers-servlet] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-containers-servlet --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-containers-servlet --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.0.99-SNAPSHOT/tyrus-tests-containers-servlet-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.0.99-SNAPSHOT/tyrus-tests-containers-servlet-2.0.99-SNAPSHOT.war [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-tests-e2e >-------------- [INFO] Building Tyrus End-to-End Tests 2.0.99-SNAPSHOT [40/69] [INFO] from tests/e2e/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.0.99-SNAPSHOT/tyrus-tests-e2e-2.0.99-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-appconfig >--------- [INFO] Building Tyrus End-to-End Application Config Tests 2.0.99-SNAPSHOT [41/69] [INFO] from tests/e2e/application-config/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-appconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-e2e-appconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-e2e-appconfig --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-e2e-appconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-appconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s - in org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### MyEndpointProgrammatic onOpen() ### ClientEndpoint onOpen() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpointProgrammatic onMessage() TyrusSession{uri=/e2e-test-appconfig/myEndpoint, id='1bf0eb34-2dee-4668-a3c1-be7856473ca7', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyEndpointProgrammatic, endpoint=null, contextPath='/e2e-test-appconfig', endpointPath=/e2e-test-appconfig/myEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyEncoder, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@543295b0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@54422e18, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@117159c0, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3e27ba32, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyDecoderNotToBeCalled, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyDecoder, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7ef82753, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3b0fe47a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@202b0582, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@235ecd9f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1ca3b418, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@58cbafc2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2034b64c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@75d3a5e0, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@74d1dc36, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7161d8d1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@74e28667, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1cf6d1be, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@663c9e7a, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpointProgrammatic onMessage() TyrusSession{uri=/e2e-test-appconfig/myEndpoint, id='1bf0eb34-2dee-4668-a3c1-be7856473ca7', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyEndpointProgrammatic, endpoint=null, contextPath='/e2e-test-appconfig', endpointPath=/e2e-test-appconfig/myEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyEncoder, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@543295b0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@54422e18, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@117159c0, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3e27ba32, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyDecoderNotToBeCalled, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyDecoder, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7ef82753, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3b0fe47a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@202b0582, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@235ecd9f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1ca3b418, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@58cbafc2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2034b64c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@75d3a5e0, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@74d1dc36, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7161d8d1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@74e28667, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1cf6d1be, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@663c9e7a, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() ### MyEndpointProgrammatic onOpen() ### ClientEndpoint onOpen() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpointProgrammatic onMessage() TyrusSession{uri=/e2e-test-appconfig/myEndpoint, id='9b025618-9827-49f0-9b17-dea171efb879', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyEndpointProgrammatic, endpoint=null, contextPath='/e2e-test-appconfig', endpointPath=/e2e-test-appconfig/myEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyEncoder, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@543295b0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@54422e18, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@117159c0, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3e27ba32, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyDecoderNotToBeCalled, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyDecoder, coder=null, type=class org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest$MyType}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7ef82753, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3b0fe47a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@202b0582, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@235ecd9f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1ca3b418, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@58cbafc2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2034b64c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@75d3a5e0, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@74d1dc36, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7161d8d1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@74e28667, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1cf6d1be, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@663c9e7a, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### ClientEndpoint onOpen() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpoint onMessage() ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpoint onMessage() ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() ### ClientEndpoint onOpen() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpoint onMessage() ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Oct 20, 2023 10:36:58 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:36:58 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:36:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.211 s - in org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ##### MyExtendedExtension getName ##### MyExtendedExtension getParameters ##### beforeRequest # Connection: Upgrade # Host: localhost:8025 # Origin: http://localhost:8025 # Sec-WebSocket-Extensions: MyExtendedExtension; basicParam1=basicValue1 # Sec-WebSocket-Key: QesT0WjijMVzSw+YwAQ5jA== # Sec-WebSocket-Version: 13 # Upgrade: websocket ##### MyExtendedExtension getName ##### MyExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@2b74f912 :: [TyrusParameter{name='basicParam1', value='basicValue1'}] ##### MyExtendedExtension [[param1=value1]] ##### MyExtendedExtension ##### MyExtendedExtension getName ##### MyExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@fad3f44 :: [TyrusParameter{name='param1', value='value1'}] ##### MyExtendedExtension getName org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test/extendedExtensionEndpoint, id='0a69ffb7-25fc-46da-85e4-a152e0641f58', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint, endpoint=null, contextPath='/e2e-test', endpointPath=/e2e-test/extendedExtensionEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@56f6d40b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@36676c1a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5b408dc3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4d098f9b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2dbf4cbd, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@20b5f2ac, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7fc44dec, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7e3060d8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@293d0107, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2692b61e, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7b64240d, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@62fad19, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@47dbb1e2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@74cadd41, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2e54db99, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@55e8ec2f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4f2613d1, type=class java.io.InputStream}]}} ##### afterResponse # connection: Upgrade # sec-websocket-accept: 6dLrxm1CgIS6vlbKffNlyjAbWjY= # sec-websocket-extensions: MyExtendedExtension; param1=value1 # upgrade: websocket ##### MyExtendedExtension processOutgoing :: 1 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=true, opcode=1, payloadLength=37, maskingKey=-147721690} ##### MyExtendedExtension processIncoming :: 1 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=false, opcode=1, payloadLength=37, maskingKey=null} org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onMessage ##### MyExtendedExtension processOutgoing :: 2 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=false, opcode=1, payloadLength=37, maskingKey=null}, textPayload='Always pass on what you have learned.' ##### MyExtendedExtension processIncoming :: 2 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=false, opcode=1, payloadLength=37, maskingKey=null} client onMessage: Always pass on what you have learned. ##### MyExtendedExtension getParameters ##### MyExtendedExtension getParameters ##### MyExtendedExtension getParameters ##### MyExtendedExtension processOutgoing :: 3 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=false, opcode=8, payloadLength=20, maskingKey=null} Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onClose TyrusSession{uri=/e2e-test/extendedExtensionEndpoint, id='0a69ffb7-25fc-46da-85e4-a152e0641f58', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint, endpoint=null, contextPath='/e2e-test', endpointPath=/e2e-test/extendedExtensionEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@56f6d40b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@36676c1a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5b408dc3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4d098f9b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2dbf4cbd, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@20b5f2ac, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7fc44dec, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7e3060d8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@293d0107, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2692b61e, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7b64240d, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@62fad19, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@47dbb1e2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@74cadd41, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2e54db99, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@55e8ec2f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4f2613d1, type=class java.io.InputStream}]}} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@2b74f912 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest ##### MyExtendedExtension processOutgoing :: 4 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=true, opcode=8, payloadLength=20, maskingKey=-1730729553} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@fad3f44 Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 s - in org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:40853] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:40853 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [a4c1d686-1869-47bd-ba50-3d892f2dcbed] SENT: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [a4c1d686-1869-47bd-ba50-3d892f2dcbed] RECEIVED: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:40853] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:42527] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:33831] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:35205] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:36223] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:38009] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:38065] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:40811] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:36223 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:33831 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:35205 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:42527 Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:39379] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:38065 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:38009 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:40811 Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:39379 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:35781] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:35231] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:35231 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:35781 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [87c72b45-d657-4a8b-9429-5e9904058320] SENT: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [e8d41ca6-6aa2-4173-8aa9-25c3dee4f645] SENT: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [33be401c-14fc-4969-ac60-434dad6b269b] SENT: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [03a9737a-10cd-40ae-9ab0-1be63b957364] SENT: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [71e44b1e-ff34-4c8d-9fc2-5fdad02a4d89] SENT: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [a491ec11-ad64-40d9-996e-adf6927821da] SENT: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [3893b464-8ff1-4877-aa8f-a978fa22d661] SENT: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [aa2a21f5-564c-4e5d-b920-ed2a55f4c4b7] SENT: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [33be401c-14fc-4969-ac60-434dad6b269b] RECEIVED: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [8e4f18d3-d0ad-4b0f-882f-2b497c793a26] SENT: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [03a9737a-10cd-40ae-9ab0-1be63b957364] RECEIVED: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [87c72b45-d657-4a8b-9429-5e9904058320] RECEIVED: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [e8d41ca6-6aa2-4173-8aa9-25c3dee4f645] RECEIVED: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:33831] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:38009] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:38065] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [3893b464-8ff1-4877-aa8f-a978fa22d661] RECEIVED: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [71e44b1e-ff34-4c8d-9fc2-5fdad02a4d89] RECEIVED: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:35205] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [a491ec11-ad64-40d9-996e-adf6927821da] RECEIVED: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:35231] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:39379] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [8e4f18d3-d0ad-4b0f-882f-2b497c793a26] RECEIVED: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [c108f895-01e0-4be1-8d4a-c3012d6652b9] SENT: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [aa2a21f5-564c-4e5d-b920-ed2a55f4c4b7] RECEIVED: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:40811] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:36223] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [c108f895-01e0-4be1-8d4a-c3012d6652b9] RECEIVED: It's a trap! Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:42527] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:35781] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/e2e-test/echoProgrammatic Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4a8a60bc Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@361c294e Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7859e786 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@285d851a Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@314b8f2d Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@664a9613 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@5118388b Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@15a902e7 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7876d598 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4a3e3e8b Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 s - in org.glassfish.tyrus.test.e2e.appconfig.ErrorTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. CLIENT onOpen: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic, id='99a2e43f-db01-4c7c-8ac1-58ab75f7a98d', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@7150b978, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@34522936, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@9579526, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5acb84a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@71435afe, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@547dd679, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@61b68775, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1b80de1, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6a473382, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5033eead, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@56b56f1, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@447d84b8, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@17f56496, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@58fcb643, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@77faf73, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2f0fa360, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@13e2b3c3, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2e914152, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic, id='99a2e43f-db01-4c7c-8ac1-58ab75f7a98d', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@7150b978, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@34522936, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@9579526, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5acb84a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@71435afe, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@547dd679, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@61b68775, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1b80de1, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6a473382, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5033eead, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@56b56f1, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@447d84b8, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@17f56496, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@58fcb643, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@77faf73, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2f0fa360, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@13e2b3c3, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2e914152, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. CLIENT onOpen: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o, id='c3fb9e88-00f3-48d5-b559-c6e1fe30312a', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@3ada96ba, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7fd81f85, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@58b37119, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4eedc754, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@206cf775, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1ff7e0ca, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5c8f7194, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7cf8da36, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3b685d83, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1bb91b94, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3c1dcaa6, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@68e9e79, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7f735f6e, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2cc58eaf, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7edf296b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@cd01d9f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@69bdab44, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@698de02a, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o, id='c3fb9e88-00f3-48d5-b559-c6e1fe30312a', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@3ada96ba, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7fd81f85, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@58b37119, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4eedc754, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@206cf775, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1ff7e0ca, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5c8f7194, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7cf8da36, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3b685d83, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1bb91b94, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3c1dcaa6, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@68e9e79, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7f735f6e, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2cc58eaf, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7edf296b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@cd01d9f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@69bdab44, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@698de02a, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start CLIENT onOpen: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc, id='63ed55cd-690b-4f30-bf4b-abd997288f8c', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@5f326c2b, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1a30f9a9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1fc5c56b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2be02462, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@67ff4601, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7a1f06e6, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4b407a53, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@61a9946d, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7cfb0917, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7e511858, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@360b7723, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1bac8773, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3fbb96a0, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@495edad7, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@24810eb0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5be9824c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@38040107, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@733ecb2, type=class java.io.InputStream}]}} INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 s - in org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Received headers: [my-header-value-1, my-header-value-2] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6b9c69a9 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6622a690 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@30b9eadd Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@497570fb Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@412c995d Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@3249a1ce Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4dd94a58 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2f4919b0 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@a8a8b75 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@75b21c3b Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 4.0.0 org.glassfish.tyrus.tests tyrus-tests-e2e 2.0.99-SNAPSHOT war tyrus-tests-e2e-nondeployable Tyrus End-to-End Non-deployable Tests org.glassfish.tyrus tyrus-core org.glassfish.tyrus tyrus-container-grizzly-client org.glassfish.tyrus tyrus-container-jdk-client org.glassfish.tyrus tyrus-container-inmemory org.glassfish.tyrus.tests tyrus-test-tools com.sun.xml.bind jaxb-osgi test Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest CLIENT onOpen: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c, id='74d82578-455a-4a0b-b4b8-630b2bf48933', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@4b15848e, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@e171388, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@20ab8fab, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3fd3fd8c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@58853f0c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6e38ecc7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1212e07c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@328d502f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4381742d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6a76f64e, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6f62fa7c, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3736c397, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7f5ee940, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@22c7b463, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5a8e0b5d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5ba551e0, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@53b9a73d, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4c426585, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c, id='74d82578-455a-4a0b-b4b8-630b2bf48933', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@4b15848e, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@e171388, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@20ab8fab, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3fd3fd8c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@58853f0c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6e38ecc7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1212e07c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@328d502f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4381742d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6a76f64e, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6f62fa7c, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3736c397, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7f5ee940, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@22c7b463, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5a8e0b5d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5ba551e0, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@53b9a73d, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4c426585, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1000] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. CLIENT onOpen: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m, id='45a82840-1207-47ca-bdaa-ab953d5cf0df', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@178acffb, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5288536e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5a56e348, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@631066a6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@22248828, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@32a7ac21, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5f06459e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3fc32d8e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@39208796, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@36e9f237, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5b2e7bc1, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7da78277, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4006a662, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@39878c1f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@115f089d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@50aa84fb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@256a0d3a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@20888afc, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m, id='45a82840-1207-47ca-bdaa-ab953d5cf0df', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@178acffb, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5288536e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5a56e348, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@631066a6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@22248828, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@32a7ac21, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5f06459e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3fc32d8e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@39208796, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@36e9f237, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5b2e7bc1, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7da78277, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4006a662, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@39878c1f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@115f089d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@50aa84fb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@256a0d3a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@20888afc, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. CLIENT onOpen: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce, id='a4ceb818-8d1b-4f2b-ba32-1f60599adcc3', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@6b4ee5c4, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2e4c76c9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7b5a8e9a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1fa8fbef, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3545d1b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@4e638986, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@61e2f08e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@39cd18de, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@18503679, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4a2db34c, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3cbd4c07, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6d67a8a6, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@749da88d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@538dd281, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5867183, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5574db0d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4cb4c8ee, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@71900223, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce, id='a4ceb818-8d1b-4f2b-ba32-1f60599adcc3', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@6b4ee5c4, contextPath='ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2e4c76c9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7b5a8e9a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1fa8fbef, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3545d1b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@4e638986, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@61e2f08e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@39cd18de, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@18503679, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4a2db34c, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3cbd4c07, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6d67a8a6, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@749da88d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@538dd281, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5867183, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5574db0d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4cb4c8ee, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@71900223, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Client connected to the server! Client connected to the server! Client session closed with reason: 'CloseReason[1000]' Client session closed with reason: 'CloseReason[1013,Maximal number of open sessions per endpoint exceeded.]' Server onClose 40d40723-eabf-4824-b33a-4683958a080f, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose ea20e9a7-878d-43df-9f04-ffe46b37ff72, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 5fe71692-19ea-40c4-91f2-f0200ce6baa4, CloseReason[1000] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Client connected to the server! Client connected to the server! Client session closed with reason: 'CloseReason[1000]' Client session closed with reason: 'CloseReason[1013,Maximal number of open sessions per endpoint exceeded.]' Server onClose 8a622b78-0205-4e6c-9a16-46590c192322, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose afa11e42-1f66-46f6-bcdb-b9eb4fa89884, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose de3e7c75-8eb5-4835-8a43-2c18cad72428, CloseReason[1000] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### beforeRequest {Connection=[Upgrade], Host=[localhost:8025], Origin=[http://localhost:8025], Sec-WebSocket-Extensions=[ext1, ext2], Sec-WebSocket-Key=[akwTXtjlWRVob3AHI3a+IA==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@3ab26494 :: [] ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@3ab26494 :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@27471d06 :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@27471d06 :: [] ##### TestExtendedExtension getName: ext2 org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='d667e4f0-d618-4185-b5ff-0203f4bd9932', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint, endpoint=null, contextPath='/e2e-test-appconfig', endpointPath=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@47c4ecdc, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@42f33b5d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5c8504fd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4b7e96a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6475472c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3f07b12c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4bd1f8dd, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7096b474, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3e14c16d, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3c989952, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@784b990c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3d3ba765, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@25bc0606, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5d1659ea, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@793138bd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1951b871, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5c18016b, type=class java.io.InputStream}]}} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[cPsAAzpulBXJJXxhEL2qgO7F+N0=], sec-websocket-extensions=[ext1, ext2], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint server onMessage. client onMessage. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='d667e4f0-d618-4185-b5ff-0203f4bd9932', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint, endpoint=null, contextPath='/e2e-test-appconfig', endpointPath=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@47c4ecdc, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@42f33b5d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5c8504fd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4b7e96a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6475472c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3f07b12c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4bd1f8dd, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7096b474, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3e14c16d, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3c989952, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@784b990c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3d3ba765, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@25bc0606, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5d1659ea, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@793138bd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1951b871, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5c18016b, type=class java.io.InputStream}]}} ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@3ab26494 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@3ab26494 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@27471d06 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@27471d06 Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ##### TestExtendedExtension getName: TestExtendedExtension ##### beforeRequest {Connection=[Upgrade], Host=[localhost:8025], Origin=[http://localhost:8025], Sec-WebSocket-Extensions=[TestExtendedExtension], Sec-WebSocket-Key=[F2sniospycy37KdyR+cxmg==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@327ecde3 :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@55689edd :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[2Ujq/Z6LTwSZSfIabWGWEuL6QPs=], sec-websocket-extensions=[TestExtendedExtension], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='48f261d3-f897-4b25-89db-5286b1883feb', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint, endpoint=null, contextPath='/e2e-test-appconfig', endpointPath=/e2e-test-appconfig/extendedExtensionEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@72ea6193, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@31aa3ca5, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@45905bff, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2a2c13a8, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@b6b1987, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6b44435b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2ccca26f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@66b7550d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3543df7d, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7c541c15, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3542162a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@698122b2, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4212a0c8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1e7aa82b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3b2c0e88, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5bd82fed, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@c1bd0be, type=class java.io.InputStream}]}} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint server onMessage. client onMessage. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='48f261d3-f897-4b25-89db-5286b1883feb', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint, endpoint=null, contextPath='/e2e-test-appconfig', endpointPath=/e2e-test-appconfig/extendedExtensionEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@72ea6193, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@31aa3ca5, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@45905bff, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2a2c13a8, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@b6b1987, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6b44435b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2ccca26f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@66b7550d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3543df7d, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7c541c15, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3542162a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@698122b2, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4212a0c8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1e7aa82b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3b2c0e88, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5bd82fed, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@c1bd0be, type=class java.io.InputStream}]}} ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@327ecde3 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@55689edd [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-e2e-appconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-appconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-appconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e-appconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.0.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.0.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-e2e-nondeployable >------- [INFO] Building Tyrus End-to-End Non-deployable Tests 2.0.99-SNAPSHOT [42/69] [INFO] from tests/e2e/non-deployable/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-nondeployable --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-e2e-nondeployable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-e2e-nondeployable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-nondeployable --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/target/test-classes Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-203] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-204] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-205] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-206] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-207] Started. Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-208] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-209] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-210] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-211] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-212] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-213] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-214] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-215] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-216] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-217] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-218] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-219] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-220] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-221] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-222] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-223] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-224] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-225] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-226] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-227] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-228] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-229] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-230] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-231] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-232] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-233] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-234] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-235] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-236] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-237] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-238] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-239] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-240] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-241] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-242] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-243] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-244] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-245] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-246] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.109 s - in org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 66, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-e2e-nondeployable --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-nondeployable] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e-nondeployable --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.0.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.0.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT.war [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-stdconfig >--------- [INFO] Building Tyrus End-to-End Standard Config Tests 2.0.99-SNAPSHOT [43/69] [INFO] from tests/e2e/standard-config/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-stdconfig --- Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:37:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:37:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:37:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:04 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:37:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:04 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:37:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:37:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:04 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:37:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-e2e-stdconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/standard-config/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-e2e-stdconfig --- [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-stdconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/standard-config/target/test-classes Oct 20, 2023 10:37:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:37:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.595 s - in org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.core.AnnotatedEndpoint WARNING: Unknown parameter(s) for org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest$MultipleWrongMethodsBean.wrongOnError method annotated with @OnError annotation: {1=class java.lang.Throwable, 2=class java.lang.String}. This method will be ignored. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.core.AnnotatedEndpoint WARNING: Unknown parameter(s) for org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest$MultipleWrongMethodsBean.wrongOnError method annotated with @OnError annotation: {1=class java.lang.Throwable, 2=class java.lang.String}. This method will be ignored. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.core.AnnotatedEndpoint WARNING: Unknown parameter(s) for org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest$ErrorMethodWithWrongParam.wrongOnError method annotated with @OnError annotation: {1=class java.lang.Throwable, 2=class java.lang.String}. This method will be ignored. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 s - in org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. -1 ### Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s - in org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Expected message: MaxMessageSize 2 on method onTooBigMessage in endpoint org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest$LargeMaxMessageSizeClientEndpoint is larger than the container incoming buffer size 1. Logged message: MaxMessageSize 2 on method onTooBigMessage in endpoint org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest$LargeMaxMessageSizeClientEndpoint is larger than the container incoming buffer size 1. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Expected message: MaxMessageSize 2 on method onTooBigMessage in endpoint org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest$LargeMaxMessageSizeServerEndpoint is larger than the container incoming buffer size 1. Logged message: MaxMessageSize 2 on method onTooBigMessage in endpoint org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest$LargeMaxMessageSizeServerEndpoint is larger than the container incoming buffer size 1. Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow [INFO] Running org.glassfish.tyrus.test.standard_config.RequestParameterMapTest INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. RetryAfterException received. received message: Do or do not, there is no try. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.glassfish.tyrus.test.standard_config.RequestParameterMapTest [INFO] Running org.glassfish.tyrus.test.standard_config.PartialBinaryTest Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.glassfish.tyrus.test.standard_config.PartialBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.QueryParamTest Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.glassfish.tyrus.test.standard_config.QueryParamTest [INFO] Running org.glassfish.tyrus.test.standard_config.HandshakeTest Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Test Bean: Received message: hello Received message = hello Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.tyrus.test.standard_config.HandshakeTest [INFO] Running org.glassfish.tyrus.test.standard_config.BufferSizeTest Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.StringEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TextBuffer.appendMessagePart(TextBuffer.java:41) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:950) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.checkClosedSession(InputStreamBuffer.java:197) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.getNextByte(InputStreamBuffer.java:92) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.BufferedInputStream.read(BufferedInputStream.java:42) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.BufferSizeTest$InputStreamEndpoint.doThat(BufferSizeTest.java:349) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:651) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer$1.run(InputStreamBuffer.java:158) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.appendMessagePart(InputStreamBuffer.java:141) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1033) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ByteArrayEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.BinaryBuffer.appendMessagePart(BinaryBuffer.java:54) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1053) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.checkClosedSession(ReaderBuffer.java:195) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.getNextChars(ReaderBuffer.java:92) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.BufferedStringReader.read(BufferedStringReader.java:42) at java.base/java.io.Reader.read(Reader.java:210) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.BufferSizeTest$ReaderEndpoint.doThat(BufferSizeTest.java:250) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:651) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer$1.run(ReaderBuffer.java:155) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.appendMessagePart(ReaderBuffer.java:136) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:930) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.glassfish.tyrus.test.standard_config.BufferSizeTest [INFO] Running org.glassfish.tyrus.test.standard_config.ProxyTest Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Handle CONNECT start . . . Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Handle CONNECT start . . . Connection to proxy established. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.189 s - in org.glassfish.tyrus.test.standard_config.ProxyTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientTest Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Test Bean: Received message: hello Received message = hello Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.tyrus.test.standard_config.ClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.BroadcasterTest Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.glassfish.tyrus.test.standard_config.BroadcasterTest [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus203Test Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 11361b92-7872-4040-9e16-f728bf31e9e6 Client1 @OnMessage -> first:test 639f1078-ad26-44fc-bfb6-cc7d57f2c33c Client2 @OnMessage -> second:test Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.glassfish.tyrus.test.standard_config.Tyrus203Test [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTextTest Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. HELLOSERVER opened HELLOCLIENT opened !! HELLOSERVER got message: Client says hello from session TyrusSession{uri=/e2e-test/hellotext, id='496accda-0ef5-4972-a7f2-5d31df720465', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@47a5b70d, contextPath='/e2e-test', endpointPath=/e2e-test/hellotext, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@424fd310, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1a45193b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@38f116f6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5286c33a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6e6d5d29, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5c530d1e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6c25e6c4, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@85e6769, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@c5ee75e, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@48a12036, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@bf1ec20, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@70efb718, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@b70da4c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4a11eb84, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4e858e0a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@435fb7b5, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4e70a728, type=class java.io.InputStream}]}} HELLOCLIENT received: server hello Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.tyrus.test.standard_config.HelloTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:07 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Oct 20, 2023 10:37:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:07 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Oct 20, 2023 10:37:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Message received: Nothing Message received: Nothing Message received: Nothing Client message received Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.256 s - in org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ##### MyExtendedExtension getName ##### MyExtendedExtension getParameters ##### beforeRequest # Connection: Upgrade # Host: localhost:8025 # Origin: http://localhost:8025 # Sec-WebSocket-Extensions: MyExtendedExtension; basicParam1=basicValue1 # Sec-WebSocket-Key: LcItJJuDkbgAIQwhi1Q7nw== # Sec-WebSocket-Version: 13 # Upgrade: websocket ##### MyExtendedExtension getName ##### MyExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@2510cda6 :: [TyrusParameter{name='basicParam1', value='basicValue1'}] ##### MyExtendedExtension [[param1=value1]] ##### MyExtendedExtension ##### MyExtendedExtension getName ##### MyExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@46359ae8 :: [TyrusParameter{name='param1', value='value1'}] ##### MyExtendedExtension getName org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test/extendedExtensionEndpoint, id='669be420-9e75-4c4c-a0f2-889432c462ee', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint, endpoint=null, contextPath='/e2e-test', endpointPath=/e2e-test/extendedExtensionEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@31dadd46, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4ed5eb72, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@12f9af83, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@19b93fa8, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7e6ef134, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1f010bf0, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@40db2a24, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@10cf09e8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1921ad94, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@ee86bcb, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@177bea38, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7f132176, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6bca7e0d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2631f68c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6ed3f258, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@8ad6665, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@30af5b6b, type=class java.io.InputStream}]}} ##### afterResponse # connection: Upgrade # sec-websocket-accept: cyNQVFie9nH0duW33/oqXsGoiqs= # sec-websocket-extensions: MyExtendedExtension; param1=value1 # upgrade: websocket ##### MyExtendedExtension processOutgoing :: 1 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=true, opcode=1, payloadLength=37, maskingKey=430107421} ##### MyExtendedExtension processIncoming :: 1 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=false, opcode=1, payloadLength=37, maskingKey=null} org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onMessage ##### MyExtendedExtension processOutgoing :: 2 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=false, opcode=1, payloadLength=37, maskingKey=null}, textPayload='Always pass on what you have learned.' ##### MyExtendedExtension processIncoming :: 2 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=false, opcode=1, payloadLength=37, maskingKey=null} client onMessage: Always pass on what you have learned. ##### MyExtendedExtension getParameters ##### MyExtendedExtension getParameters ##### MyExtendedExtension getParameters ##### MyExtendedExtension processOutgoing :: 3 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=false, opcode=8, payloadLength=20, maskingKey=null} Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onClose TyrusSession{uri=/e2e-test/extendedExtensionEndpoint, id='669be420-9e75-4c4c-a0f2-889432c462ee', endpointWrapper=TyrusEndpointWrapper{endpointClass=class org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint, endpoint=null, contextPath='/e2e-test', endpointPath=/e2e-test/extendedExtensionEndpoint, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@31dadd46, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4ed5eb72, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@12f9af83, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@19b93fa8, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7e6ef134, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1f010bf0, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@40db2a24, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@10cf09e8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1921ad94, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@ee86bcb, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@177bea38, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7f132176, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6bca7e0d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2631f68c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6ed3f258, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@8ad6665, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@30af5b6b, type=class java.io.InputStream}]}} Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### MyExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@2510cda6 ##### MyExtendedExtension processOutgoing :: 4 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=true, opcode=8, payloadLength=20, maskingKey=-640103716} [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest ##### MyExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@46359ae8 [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 s - in org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:37955] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:37955 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [f8beac1e-4565-4e91-ae87-df0b25302967] SENT: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [f8beac1e-4565-4e91-ae87-df0b25302967] RECEIVED: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:37955] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:38937] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:40051] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:46391] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:40051 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:38937 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:40295] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:42103] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:46677] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:35915] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41431] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:46391 Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:40295 Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:35915 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:42103 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:46677 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41431 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:37091] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:38637] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:37091 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:38637 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [832a05c5-0646-47fb-8d62-84640494bdbf] SENT: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [263c2280-fb73-49f3-b4d9-b6d951e35008] SENT: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [5951a1ba-a14a-43ea-8cff-7a9074947481] SENT: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [3988c5a0-efa3-4cc8-b85d-7618d2d6565f] SENT: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [a0ae707a-747c-4f0f-9eed-ffa8118c48ed] SENT: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [98403659-e728-4135-ae15-c7e133196736] SENT: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [5dde88a4-157b-48c0-b542-9c204b22ba4e] SENT: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [57fe0b21-1186-415c-b873-1f7145e15000] SENT: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [f92b10ab-59d3-4a1c-802c-69574182f749] SENT: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [5dde88a4-157b-48c0-b542-9c204b22ba4e] RECEIVED: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [98403659-e728-4135-ae15-c7e133196736] RECEIVED: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:40051] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:46677] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [5951a1ba-a14a-43ea-8cff-7a9074947481] RECEIVED: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [832a05c5-0646-47fb-8d62-84640494bdbf] RECEIVED: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [a0ae707a-747c-4f0f-9eed-ffa8118c48ed] RECEIVED: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [57fe0b21-1186-415c-b873-1f7145e15000] RECEIVED: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [3988c5a0-efa3-4cc8-b85d-7618d2d6565f] RECEIVED: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:35915] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:42103] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41431] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [f92b10ab-59d3-4a1c-802c-69574182f749] RECEIVED: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [263c2280-fb73-49f3-b4d9-b6d951e35008] RECEIVED: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [4d489a86-d590-4696-974d-926084840ff7] SENT: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:38937] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:46391] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:40295] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:38637] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [4d489a86-d590-4696-974d-926084840ff7] RECEIVED: It's a trap! Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:37091] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/e2e-test/echoProgrammatic Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1338fb5 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@42463763 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@59f63e24 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@61f05988 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7ca33c24 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@fade1fc Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@67c2e933 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@41dd05a Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@613a8ee1 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@178213b Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. received message: Do or do not, there is no try. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.779 s - in org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Received headers: [my-header-value-1, my-header-value-2] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@3591009c Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@5398edd0 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@b5cc23a Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@5cc5b667 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@61edc883 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@758f4f03 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@182f1e9a Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6928f576 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@660e9100 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@69f63d95 Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 4.0.0 org.glassfish.tyrus.tests tyrus-tests-e2e 2.0.99-SNAPSHOT war tyrus-tests-e2e-nondeployable Tyrus End-to-End Non-deployable Tests org.glassfish.tyrus tyrus-core org.glassfish.tyrus tyrus-container-grizzly-client org.glassfish.tyrus tyrus-container-jdk-client org.glassfish.tyrus tyrus-container-inmemory org.glassfish.tyrus.tests tyrus-test-tools com.sun.xml.bind jaxb-osgi test Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-203] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-204] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-205] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-206] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-207] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-208] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-209] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-210] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-211] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-212] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-213] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-214] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-215] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-216] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-217] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-218] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-219] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-220] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-221] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-222] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-223] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-224] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-225] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-226] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-227] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-228] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-229] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-230] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-231] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-232] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-233] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-234] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-235] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-236] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-237] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-238] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-239] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-240] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-241] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-242] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-243] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-244] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-245] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-246] Started. Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.987 s - in org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 66, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-e2e-nondeployable --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-nondeployable] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e-nondeployable --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.0.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.0.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT.war [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-stdconfig >--------- [INFO] Building Tyrus End-to-End Standard Config Tests 2.0.99-SNAPSHOT [43/69] [INFO] from tests/e2e/standard-config/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-stdconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-e2e-stdconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/standard-config/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-e2e-stdconfig --- [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-stdconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/standard-config/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Running org.glassfish.tyrus.test.standard_config.RequestParameterMapTest Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s - in org.glassfish.tyrus.test.standard_config.RequestParameterMapTest [INFO] Running org.glassfish.tyrus.test.standard_config.PartialBinaryTest Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.glassfish.tyrus.test.standard_config.PartialBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.QueryParamTest Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.glassfish.tyrus.test.standard_config.QueryParamTest [INFO] Running org.glassfish.tyrus.test.standard_config.HandshakeTest Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Test Bean: Received message: hello Received message = hello Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.glassfish.tyrus.test.standard_config.HandshakeTest [INFO] Running org.glassfish.tyrus.test.standard_config.BufferSizeTest Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.StringEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TextBuffer.appendMessagePart(TextBuffer.java:41) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:950) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.checkClosedSession(InputStreamBuffer.java:197) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.getNextByte(InputStreamBuffer.java:92) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.BufferedInputStream.read(BufferedInputStream.java:42) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.BufferSizeTest$InputStreamEndpoint.doThat(BufferSizeTest.java:349) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:651) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer$1.run(InputStreamBuffer.java:158) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:830) Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.appendMessagePart(InputStreamBuffer.java:141) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1033) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ByteArrayEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.BinaryBuffer.appendMessagePart(BinaryBuffer.java:54) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1053) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.checkClosedSession(ReaderBuffer.java:195) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.getNextChars(ReaderBuffer.java:92) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.BufferedStringReader.read(BufferedStringReader.java:42) at java.base/java.io.Reader.read(Reader.java:210) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.BufferSizeTest$ReaderEndpoint.doThat(BufferSizeTest.java:250) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:651) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer$1.run(ReaderBuffer.java:155) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:830) Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.appendMessagePart(ReaderBuffer.java:136) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:930) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.glassfish.tyrus.test.standard_config.BufferSizeTest [INFO] Running org.glassfish.tyrus.test.standard_config.ProxyTest Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Handle CONNECT start . . . Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Handle CONNECT start . . . Connection to proxy established. Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.111 s - in org.glassfish.tyrus.test.standard_config.ProxyTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientTest Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Test Bean: Received message: hello Received message = hello Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.tyrus.test.standard_config.ClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.BroadcasterTest Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.glassfish.tyrus.test.standard_config.BroadcasterTest [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus203Test Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 094a65e8-a176-422a-b344-c6d82a98a2d7 Client2 @OnMessage -> second:test 97557397-5179-40bb-b432-e5c3657ecc7b Client1 @OnMessage -> first:test Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.glassfish.tyrus.test.standard_config.Tyrus203Test [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTextTest Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. HELLOSERVER opened HELLOCLIENT opened !! HELLOSERVER got message: Client says hello from session TyrusSession{uri=/e2e-test/hellotext, id='9fa18419-2fa4-4838-bc60-1e2426b02e77', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@6fa34d52, contextPath='/e2e-test', endpointPath=/e2e-test/hellotext, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@57576994, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@616ac46a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@67b9b51a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1205bd62, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7ef27d7f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@490caf5f, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6337c201, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5c669da8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@31920ade, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1d483de4, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4032d386, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@28d18df5, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@934b6cb, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@55cf0d14, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3b74ac8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@27adc16e, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@b83a9be, type=class java.io.InputStream}]}} HELLOCLIENT received: server hello Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.tyrus.test.standard_config.HelloTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:15 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Oct 20, 2023 10:37:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:15 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Oct 20, 2023 10:37:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:15 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Oct 20, 2023 10:37:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Message received: Nothing Message received: Nothing Message received: Nothing Client message received Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. 1697798232921### !closed CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.173 s - in org.glassfish.tyrus.test.standard_config.SessionTimeoutTest 1697798236929### !closed CloseReason[1006,Closed abnormally.] [INFO] Running org.glassfish.tyrus.test.standard_config.HelloBinaryTest Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. HELLOBSERVER opened HELLOBCLIENT opened !! ## HELLOBCLIENT - message sent HELLOBSERVER got message: java.nio.HeapByteBuffer[pos=0 lim=5 cap=5] ### HELLOBSERVER sent message: java.nio.HeapByteBuffer[pos=0 lim=5 cap=5] HELLOBCLIENT received: hello true Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.tyrus.test.standard_config.HelloBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTest Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.glassfish.tyrus.test.standard_config.HelloTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. BLOCKINGSERVER opened ! BLOCKINGCLIENT opened ! BLOCKINGSTREAMSERVER: on message reader called BLOCKINGCLIENT Sent: blk0blk1blk2blk3blk4blk5blk6blk7blk8blk9END BLOCKINGSTREAMSERVER received: blk0blk1blk2blk3blk4blk5blk6blk7blk8blk9END BLOCKINGSTREAMSERVER sent back: blk0blk1blk2blk3blk4blk5blk6blk7blk8blk9END BLOCKINGCLIENT onMessage called BLOCKINGCLIENT received: blk0blk1blk2blk3blk4blk5blk6blk7blk8blk9END SENT: blk0blk1blk2blk3blk4blk5blk6blk7blk8blk9END RECEIVED: blk0blk1blk2blk3blk4blk5blk6blk7blk8blk9END Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.EncodedObjectTest Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Encode Test Bean: Received message: hello Received message = hello Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = hello Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Encode Test Bean: Received message: hello Received message = hello Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = encoded5 Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.glassfish.tyrus.test.standard_config.EncodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.ExtensionsTest Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.glassfish.tyrus.test.standard_config.ExtensionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageSequenceTest Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### text: Always pass on what you have learned. end: true Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ### CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### text: Always pass on what you have learned. end: true ### CloseReason[1001,Going away.] ### OnError: Oct 20, 2023 10:37:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@58184de9[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@192547d2[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@1d1ac02e]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@5a22a5ef[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] Oct 20, 2023 10:37:18 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:488) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1011) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:72) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Oct 20, 2023 10:37:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Oct 20, 2023 10:37:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:21 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Oct 20, 2023 10:37:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### text: Always pass on what you have learned. end: true ### OnError: ### CloseReason[1001,Going away.] java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@71db9c97[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@7b23f7e7[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@75e416f3]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@34d91cc8[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:488) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:849) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) Oct 20, 2023 10:37:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Oct 20, 2023 10:37:21 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] 1697798240317### !closed CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Oct 20, 2023 10:37:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.182 s - in org.glassfish.tyrus.test.standard_config.SessionTimeoutTest 1697798244325### !closed CloseReason[1006,Closed abnormally.] [INFO] Running org.glassfish.tyrus.test.standard_config.HelloBinaryTest Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. HELLOBSERVER opened HELLOBCLIENT opened !! ## HELLOBCLIENT - message sent HELLOBSERVER got message: java.nio.HeapByteBuffer[pos=0 lim=5 cap=5] ### HELLOBSERVER sent message: java.nio.HeapByteBuffer[pos=0 lim=5 cap=5] HELLOBCLIENT received: hello true Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.tyrus.test.standard_config.HelloBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTest Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.glassfish.tyrus.test.standard_config.HelloTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. BLOCKINGSERVER opened ! BLOCKINGCLIENT opened ! BLOCKINGSTREAMSERVER: on message reader called BLOCKINGCLIENT Sent: blk0blk1blk2blk3blk4blk5blk6blk7blk8blk9END BLOCKINGSTREAMSERVER received: blk0blk1blk2blk3blk4blk5blk6blk7blk8blk9END BLOCKINGSTREAMSERVER sent back: blk0blk1blk2blk3blk4blk5blk6blk7blk8blk9END BLOCKINGCLIENT onMessage called BLOCKINGCLIENT received: blk0blk1blk2blk3blk4blk5blk6blk7blk8blk9END SENT: blk0blk1blk2blk3blk4blk5blk6blk7blk8blk9END RECEIVED: blk0blk1blk2blk3blk4blk5blk6blk7blk8blk9END Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.EncodedObjectTest Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Encode Test Bean: Received message: hello Received message = hello Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = hello Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Encode Test Bean: Received message: hello Received message = hello Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = encoded5 Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.glassfish.tyrus.test.standard_config.EncodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.ExtensionsTest Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.glassfish.tyrus.test.standard_config.ExtensionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageSequenceTest Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### text: Always pass on what you have learned. end: true ### CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Oct 20, 2023 10:37:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### text: Always pass on what you have learned. end: true ### OnError: ### CloseReason[1001,Going away.] Oct 20, 2023 10:37:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@33373f13[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@720a3528[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@7635afb1]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@21ce0e78[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] Oct 20, 2023 10:37:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:488) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1011) Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:72) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Oct 20, 2023 10:37:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Oct 20, 2023 10:37:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Oct 20, 2023 10:37:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### text: Always pass on what you have learned. end: true ### CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Oct 20, 2023 10:37:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false ### CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:30 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Oct 20, 2023 10:37:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:31 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Oct 20, 2023 10:37:30 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:30 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false ### CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Oct 20, 2023 10:37:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### text: Always pass on what you have learned. end: true ### CloseReason[1001,Going away.] ### binary: Always pass on what you have learned. end: false Oct 20, 2023 10:37:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Oct 20, 2023 10:37:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Oct 20, 2023 10:37:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.077 s - in org.glassfish.tyrus.test.standard_config.MessageSequenceTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientManagerTest Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Test Bean: Received message: hello Received message = hello Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.tyrus.test.standard_config.ClientManagerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest [INFO] Running org.glassfish.tyrus.test.standard_config.RemoteTest Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.glassfish.tyrus.test.standard_config.RemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.DecodedObjectTest Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! #### onOpen Client side #### Sent message: hello ##### Test Bean: Received message: hello ### DecodedMessageHandler ### Extended hello Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Test Bean: Received message: hello org.glassfish.tyrus.test.standard_config.DecodedObjectTest$CustomDecoderThrowingDecodeException Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Test Bean: Received message: hello ### DecodedMessageHandler ### hello Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.glassfish.tyrus.test.standard_config.DecodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.OriginTest Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. jakarta.websocket.DeploymentException: Handshake error. at org.glassfish.tyrus.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager$3$1.run(ClientManager.java:658) at org.glassfish.tyrus.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager$3.run(ClientManager.java:696) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.tyrus.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager$SameThreadExecutorService.execute(ClientManager.java:849) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118) at org.glassfish.tyrus.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:493) at org.glassfish.tyrus.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:337) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.OriginTest.testInvalidOrigin(OriginTest.java:93) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit@4.13.2/org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at junit@4.13.2/org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at junit@4.13.2/org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at junit@4.13.2/org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at junit@4.13.2/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at junit@4.13.2/org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at junit@4.13.2/org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at junit@4.13.2/org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at junit@4.13.2/org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at junit@4.13.2/org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at junit@4.13.2/org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at junit@4.13.2/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at junit@4.13.2/org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Caused by: org.glassfish.tyrus.core.HandshakeException: Response code was not 101: 403. at org.glassfish.tyrus.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.client.TyrusClientEngine.processResponse(TyrusClientEngine.java:301) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleHandshake(GrizzlyClientFilter.java:323) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleRead(GrizzlyClientFilter.java:292) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.glassfish.tyrus.test.standard_config.OriginTest [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus109Test Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:36 AM org.glassfish.tyrus.core.AnnotatedEndpoint callMethod INFO: Exception thrown from onError method public void org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(java.lang.Throwable,jakarta.websocket.Session). java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.onError(AnnotatedEndpoint.java:582) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:555) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.onOpen(AnnotatedEndpoint.java:602) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onConnect(TyrusEndpointWrapper.java:750) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onConnect(TyrusWebSocket.java:139) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusConnection.(TyrusWebSocketEngine.java:793) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$SuccessfulUpgradeInfo.createConnection(TyrusWebSocketEngine.java:729) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleHandshake(GrizzlyServerFilter.java:242) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:179) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.lang.RuntimeException: java.lang.RuntimeException: testException at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(Tyrus109Test.java:66) ... 28 more Caused by: java.lang.RuntimeException: testException at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.open(Tyrus109Test.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) ... 21 more Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.02 s - in org.glassfish.tyrus.test.standard_config.Tyrus109Test [INFO] Running org.glassfish.tyrus.test.standard_config.AnnotatedClientTest Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.glassfish.tyrus.test.standard_config.AnnotatedClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryTest Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.glassfish.tyrus.test.standard_config.BinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageHandlersTest Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Oct 20, 2023 10:37:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false ### CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false ### CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:40 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Oct 20, 2023 10:37:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### text: Always pass on what you have learned. end: true ### CloseReason[1001,Going away.] ### binary: Always pass on what you have learned. end: false Oct 20, 2023 10:37:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:40 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: In my experience, there's no such thing as luck. Client received message: In my experience, there's no such thing as luck. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.177 s - in org.glassfish.tyrus.test.standard_config.MessageHandlersTest [INFO] Running org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest [INFO] Running org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.ReaderWriterTest Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.glassfish.tyrus.test.standard_config.ReaderWriterTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. BLOCKINGBSERVER opened ! BLOCKINGBCLIENT opened ! BLOCKINGBCLIENT Client sending data to the blocking output stream. ### BLOCKINGBCLIENT stream closed BLOCKINGBSERVER read h from the input stream. BLOCKINGBSERVER read e from the input stream. BLOCKINGBSERVER read r from the input stream. BLOCKINGBSERVER read e from the input stream. BLOCKINGBSERVER read from the input stream. BLOCKINGBSERVER read i from the input stream. BLOCKINGBSERVER read s from the input stream. BLOCKINGBSERVER read from the input stream. BLOCKINGBSERVER read a from the input stream. BLOCKINGBSERVER read from the input stream. BLOCKINGBSERVER read s from the input stream. BLOCKINGBSERVER read t from the input stream. BLOCKINGBSERVER read r from the input stream. BLOCKINGBSERVER read i from the input stream. BLOCKINGBSERVER read n from the input stream. BLOCKINGBSERVER read g from the input stream. BLOCKINGBSERVER read from the input stream. BLOCKINGBSERVER read ! from the input stream. BLOCKINGBSERVER read from the input stream. BLOCKINGBSERVER read here is a string ! from the input stream. BLOCKINGBSERVER replying BLOCKINGBSERVER replied BLOCKINGBCLIENT received whole message:here is a string ! Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.glassfish.tyrus.test.standard_config.BlockingBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientCloseTest Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.tyrus.test.standard_config.ClientCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.OnCloseTest Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.SessionTestAllMethodsAfterCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:513) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:654) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:559) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 #### received: CloseReason[1000] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 #### received: CloseReason[1001] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 #### received: CloseReason[1002] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 #### received: CloseReason[1003] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 #### received: CloseReason[1007] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 #### received: CloseReason[1008] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 #### received: CloseReason[1009] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 #### received: CloseReason[1010] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 #### received: CloseReason[1011] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 #### received: CloseReason[1012] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 #### received: CloseReason[1013] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 ### Received closeReason: 1000 Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 ### Received closeReason: 1001 Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 ### Received closeReason: 1002 Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 ### Received closeReason: 1003 Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 ### Received closeReason: 1007 Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 ### Received closeReason: 1008 Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 ### Received closeReason: 1009 Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 ### Received closeReason: 1010 Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 ### Received closeReason: 1011 Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 ### Received closeReason: 1000 Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 ### Received closeReason: 1000 Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.DoubleCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:513) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:654) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:559) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.306 s - in org.glassfish.tyrus.test.standard_config.OnCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Message from client sent. ### Message from client running inside server endpoint sent. ### Server endpoint received: Message for connectToServer. ### Client received: ws://localhost:8025/e2e-test/connectToServerEchoEndpoint Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.HeartbeatTest Oct 20, 2023 10:37:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Oct 20, 2023 10:37:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### CloseReason[1006,Closed abnormally.] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.108 s - in org.glassfish.tyrus.test.standard_config.MessageSequenceTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientManagerTest Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Test Bean: Received message: hello Received message = hello Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.tyrus.test.standard_config.ClientManagerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest [INFO] Running org.glassfish.tyrus.test.standard_config.RemoteTest Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.glassfish.tyrus.test.standard_config.RemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.DecodedObjectTest Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! #### onOpen Client side #### Sent message: hello ##### Test Bean: Received message: hello ### DecodedMessageHandler ### Extended hello Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Test Bean: Received message: hello org.glassfish.tyrus.test.standard_config.DecodedObjectTest$CustomDecoderThrowingDecodeException Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Sent message: hello ##### Test Bean: Received message: hello ### DecodedMessageHandler ### hello Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.glassfish.tyrus.test.standard_config.DecodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.OriginTest Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. jakarta.websocket.DeploymentException: Handshake error. at org.glassfish.tyrus.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager$3$1.run(ClientManager.java:658) at org.glassfish.tyrus.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager$3.run(ClientManager.java:696) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.tyrus.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager$SameThreadExecutorService.execute(ClientManager.java:849) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118) at org.glassfish.tyrus.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:493) at org.glassfish.tyrus.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:337) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.OriginTest.testInvalidOrigin(OriginTest.java:93) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at junit@4.13.2/org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at junit@4.13.2/org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at junit@4.13.2/org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at junit@4.13.2/org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at junit@4.13.2/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at junit@4.13.2/org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at junit@4.13.2/org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at junit@4.13.2/org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at junit@4.13.2/org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at junit@4.13.2/org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at junit@4.13.2/org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at junit@4.13.2/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at junit@4.13.2/org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Caused by: org.glassfish.tyrus.core.HandshakeException: Response code was not 101: 403. at org.glassfish.tyrus.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.client.TyrusClientEngine.processResponse(TyrusClientEngine.java:301) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleHandshake(GrizzlyClientFilter.java:323) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleRead(GrizzlyClientFilter.java:292) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.tyrus.test.standard_config.OriginTest [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus109Test Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:43 AM org.glassfish.tyrus.core.AnnotatedEndpoint callMethod INFO: Exception thrown from onError method public void org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(java.lang.Throwable,jakarta.websocket.Session). java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.onError(AnnotatedEndpoint.java:582) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:555) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.onOpen(AnnotatedEndpoint.java:602) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onConnect(TyrusEndpointWrapper.java:750) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onConnect(TyrusWebSocket.java:139) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusConnection.(TyrusWebSocketEngine.java:793) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$SuccessfulUpgradeInfo.createConnection(TyrusWebSocketEngine.java:729) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleHandshake(GrizzlyServerFilter.java:242) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:179) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Caused by: java.lang.RuntimeException: java.lang.RuntimeException: testException at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(Tyrus109Test.java:66) ... 28 more Caused by: java.lang.RuntimeException: testException at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.open(Tyrus109Test.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) ... 21 more Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.023 s - in org.glassfish.tyrus.test.standard_config.Tyrus109Test [INFO] Running org.glassfish.tyrus.test.standard_config.AnnotatedClientTest Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.glassfish.tyrus.test.standard_config.AnnotatedClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryTest Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.glassfish.tyrus.test.standard_config.BinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageHandlersTest Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Oct 20, 2023 10:37:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.226 s - in org.glassfish.tyrus.test.standard_config.HeartbeatTest [INFO] Running org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. RECEIVED HEADERS: [my-header-value-1, my-header-value-2] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGBSERVER opened ! STREAMINGBCLIENT opened ! STREAMINGBCLIENT Client sending: here false STREAMINGBCLIENT Client sending: is false STREAMINGBCLIENT Client sending: a false STREAMINGBCLIENT Client sending: string ! true STREAMINGBSERVER piece came: here STREAMINGBSERVER piece came: is STREAMINGBSERVER piece came: a STREAMINGBSERVER piece came: string ! STREAMINGBSERVER whole message: here is a string ! STREAMINGBSERVER Server sending: here STREAMINGBSERVER Server sending: is STREAMINGBSERVER Server sending: a STREAMINGBSERVER Server sending: string ! STREAMINGBCLIENT piece came: here STREAMINGBCLIENT piece came: is STREAMINGBCLIENT piece came: a STREAMINGBCLIENT piece came: string ! STREAMINGBCLIENT received whole message: here is a string ! Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.tyrus.test.standard_config.StreamingBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextTest Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! STREAMINGCLIENT opened ! Client sending: here Waiting for the server to process the partial string... Wrapped: Basic Server sending: thank Server sending: you Server sending: very Server sending: much Server sending: ! STREAMINGSERVER piece came: here Resuming the client... Client sending: is Waiting for the server to process the partial string... STREAMINGSERVER piece came: is Resuming the client... Client sending: a Waiting for the server to process the partial string... STREAMINGSERVER piece came: a Resuming the client... Client sending: stream. STREAMINGSERVER piece came: stream. STREAMINGSERVER whole message: hereis a stream. STREAMINGCLIENT piece came: thank STREAMINGCLIENT piece came: you STREAMINGCLIENT piece came: very STREAMINGCLIENT piece came: much STREAMINGCLIENT piece came: ! STREAMINGCLIENT received whole message: thank you very much ! Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.tyrus.test.standard_config.StreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.glassfish.tyrus.test.standard_config.MessageParamOrderTest [INFO] Running org.glassfish.tyrus.test.standard_config.SubProtocolTest Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.tyrus.test.standard_config.SubProtocolTest [INFO] Running org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. BufferedInputStreamServer opened BufferedInputStreamClient opened !! ## BufferedInputStreamClient - binary message sent BufferedInputStreamServer got message: org.glassfish.tyrus.core.BufferedInputStream@4088aed9 Server successfully got message: 1234 Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest.Endpoint2. org.glassfish.tyrus.core.MessageTooBigException: Message too long; allowed message size is 5 bytes. (Current message length is 6 bytes). at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkMessageSize(TyrusSession.java:525) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:596) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:911) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:118) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:834) Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest [INFO] Running org.glassfish.tyrus.test.standard_config.PingPongTest Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "" ### PingPongEndpoint - received pong "" Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "" ### Client - received pong "" Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "ping message client" ### Client - received pong "ping message client" Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "ping message server" ### PingPongEndpoint - received pong "ping message server" Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.glassfish.tyrus.test.standard_config.PingPongTest [INFO] Running org.glassfish.tyrus.test.standard_config.SimpleRemoteTest Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in org.glassfish.tyrus.test.standard_config.SimpleRemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! Wrapped: Basic STREAMINGCLIENT opened ! Client sending: here Waiting for the server to process the partial string... Server sending: thank Server sending: you Server sending: very Server sending: much Server sending: ! STREAMINGSERVER piece came: here Resuming the client... Client sending: is Waiting for the server to process the partial string... STREAMINGSERVER piece came: is Resuming the client... Client sending: a Waiting for the server to process the partial string... STREAMINGSERVER piece came: a Resuming the client... Client sending: stream. STREAMINGSERVER piece came: stream. STREAMINGSERVER whole message: hereis a stream. STREAMINGCLIENT piece came: thank STREAMINGCLIENT piece came: you STREAMINGCLIENT piece came: very STREAMINGCLIENT piece came: much STREAMINGCLIENT piece came: ! STREAMINGCLIENT received whole message: thank you very much ! Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest [INFO] Running org.glassfish.tyrus.test.standard_config.HostVerificationTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.003 s - in org.glassfish.tyrus.test.standard_config.HostVerificationTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingInputTest Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.44 s - in org.glassfish.tyrus.test.standard_config.BlockingInputTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Reconnecting... (reconnect count: 1) ### Reconnecting... (reconnect count: 2) ### Reconnecting... (reconnect count: 3) Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Reconnecting... (reconnect count: 1) Connection failed. ### Reconnecting... (reconnect count: 2) Connection failed. ### Reconnecting... (reconnect count: 3) Connection failed. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. pool-14-thread-4 <429, 572) pool-14-thread-5 <572, 715) pool-14-thread-1 <0, 143) pool-14-thread-7 <858, 1000) pool-14-thread-3 <286, 429) pool-14-thread-6 <715, 858) pool-14-thread-2 <143, 286) Received messages: 1000/1000 Oct 20, 2023 10:37:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:48 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: In my experience, there's no such thing as luck. Client received message: In my experience, there's no such thing as luck. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.177 s - in org.glassfish.tyrus.test.standard_config.MessageHandlersTest [INFO] Running org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest [INFO] Running org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.ReaderWriterTest Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.glassfish.tyrus.test.standard_config.ReaderWriterTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. BLOCKINGBSERVER opened ! BLOCKINGBCLIENT opened ! BLOCKINGBCLIENT Client sending data to the blocking output stream. ### BLOCKINGBCLIENT stream closed BLOCKINGBSERVER read h from the input stream. BLOCKINGBSERVER read e from the input stream. BLOCKINGBSERVER read r from the input stream. BLOCKINGBSERVER read e from the input stream. BLOCKINGBSERVER read from the input stream. BLOCKINGBSERVER read i from the input stream. BLOCKINGBSERVER read s from the input stream. BLOCKINGBSERVER read from the input stream. BLOCKINGBSERVER read a from the input stream. BLOCKINGBSERVER read from the input stream. BLOCKINGBSERVER read s from the input stream. BLOCKINGBSERVER read t from the input stream. BLOCKINGBSERVER read r from the input stream. BLOCKINGBSERVER read i from the input stream. BLOCKINGBSERVER read n from the input stream. BLOCKINGBSERVER read g from the input stream. BLOCKINGBSERVER read from the input stream. BLOCKINGBSERVER read ! from the input stream. BLOCKINGBSERVER read from the input stream. BLOCKINGBSERVER read here is a string ! from the input stream. BLOCKINGBSERVER replying BLOCKINGBSERVER replied BLOCKINGBCLIENT received whole message:here is a string ! Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.tyrus.test.standard_config.BlockingBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientCloseTest Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.tyrus.test.standard_config.ClientCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.OnCloseTest Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.SessionTestAllMethodsAfterCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:513) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:654) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:559) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 #### received: CloseReason[1000] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 #### received: CloseReason[1001] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 #### received: CloseReason[1002] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 #### received: CloseReason[1003] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 #### received: CloseReason[1007] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 #### received: CloseReason[1008] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 #### received: CloseReason[1009] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 #### received: CloseReason[1010] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 #### received: CloseReason[1011] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 #### received: CloseReason[1012] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 #### received: CloseReason[1013] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 ### Received closeReason: 1000 Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 ### Received closeReason: 1001 Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 ### Received closeReason: 1002 Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 ### Received closeReason: 1003 Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 ### Received closeReason: 1007 Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 ### Received closeReason: 1008 Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 ### Received closeReason: 1009 Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 ### Received closeReason: 1010 Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 ### Received closeReason: 1011 Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 ### Received closeReason: 1000 Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 ### Received closeReason: 1000 Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Oct 20, 2023 10:37:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:50 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.DoubleCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:513) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:654) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:559) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Oct 20, 2023 10:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.304 s - in org.glassfish.tyrus.test.standard_config.OnCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest Oct 20, 2023 10:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Oct 20, 2023 10:37:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Message from client sent. ### Message from client running inside server endpoint sent. ### Server endpoint received: Message for connectToServer. ### Client received: ws://localhost:8025/e2e-test/connectToServerEchoEndpoint Oct 20, 2023 10:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.HeartbeatTest Oct 20, 2023 10:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Oct 20, 2023 10:37:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Oct 20, 2023 10:37:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Oct 20, 2023 10:37:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Oct 20, 2023 10:37:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Oct 20, 2023 10:37:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Oct 20, 2023 10:37:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.223 s - in org.glassfish.tyrus.test.standard_config.HeartbeatTest [INFO] Running org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. RECEIVED HEADERS: [my-header-value-1, my-header-value-2] Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGBSERVER opened ! STREAMINGBCLIENT opened ! STREAMINGBCLIENT Client sending: here false STREAMINGBCLIENT Client sending: is false STREAMINGBCLIENT Client sending: a false STREAMINGBSERVER piece came: here STREAMINGBCLIENT Client sending: string ! true STREAMINGBSERVER piece came: is STREAMINGBSERVER piece came: a STREAMINGBSERVER piece came: string ! STREAMINGBSERVER whole message: here is a string ! STREAMINGBSERVER Server sending: here STREAMINGBSERVER Server sending: is STREAMINGBSERVER Server sending: a STREAMINGBCLIENT piece came: here STREAMINGBSERVER Server sending: string ! STREAMINGBCLIENT piece came: is STREAMINGBCLIENT piece came: a STREAMINGBCLIENT piece came: string ! STREAMINGBCLIENT received whole message: here is a string ! Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.tyrus.test.standard_config.StreamingBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextTest Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! STREAMINGCLIENT opened ! Client sending: here Waiting for the server to process the partial string... Wrapped: Basic Server sending: thank Server sending: you Server sending: very Server sending: much Server sending: ! STREAMINGSERVER piece came: here Resuming the client... Client sending: is Waiting for the server to process the partial string... STREAMINGSERVER piece came: is Resuming the client... Client sending: a Waiting for the server to process the partial string... STREAMINGSERVER piece came: a Resuming the client... Client sending: stream. STREAMINGSERVER piece came: stream. STREAMINGSERVER whole message: hereis a stream. STREAMINGCLIENT piece came: thank STREAMINGCLIENT piece came: you STREAMINGCLIENT piece came: very STREAMINGCLIENT piece came: much STREAMINGCLIENT piece came: ! STREAMINGCLIENT received whole message: thank you very much ! Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.glassfish.tyrus.test.standard_config.StreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.tyrus.test.standard_config.MessageParamOrderTest [INFO] Running org.glassfish.tyrus.test.standard_config.SubProtocolTest Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.tyrus.test.standard_config.SubProtocolTest [INFO] Running org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. BufferedInputStreamServer opened BufferedInputStreamClient opened !! ## BufferedInputStreamClient - binary message sent BufferedInputStreamServer got message: org.glassfish.tyrus.core.BufferedInputStream@41deb324 Server successfully got message: 1234 Oct 20, 2023 10:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest.Endpoint2. org.glassfish.tyrus.core.MessageTooBigException: Message too long; allowed message size is 5 bytes. (Current message length is 6 bytes). at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkMessageSize(TyrusSession.java:525) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:596) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:911) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:118) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.0.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:539) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:356) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.0.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at grizzly.framework@3.0.1/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at grizzly.framework@3.0.1/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at grizzly.framework@3.0.1/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at grizzly.framework@3.0.1/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at grizzly.framework@3.0.1/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:830) Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest [INFO] Running org.glassfish.tyrus.test.standard_config.PingPongTest Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "" ### PingPongEndpoint - received pong "" Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "" ### Client - received pong "" Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "ping message client" ### Client - received pong "ping message client" Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "ping message server" ### PingPongEndpoint - received pong "ping message server" Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.glassfish.tyrus.test.standard_config.PingPongTest [INFO] Running org.glassfish.tyrus.test.standard_config.SimpleRemoteTest Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.glassfish.tyrus.test.standard_config.SimpleRemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! Wrapped: Basic STREAMINGCLIENT opened ! Client sending: here Server sending: thank Waiting for the server to process the partial string... Server sending: you Server sending: very Server sending: much Server sending: ! STREAMINGSERVER piece came: here Resuming the client... Client sending: is Waiting for the server to process the partial string... STREAMINGSERVER piece came: is Resuming the client... Client sending: a Waiting for the server to process the partial string... STREAMINGSERVER piece came: a Resuming the client... Client sending: stream. STREAMINGSERVER piece came: stream. STREAMINGSERVER whole message: hereis a stream. STREAMINGCLIENT piece came: thank STREAMINGCLIENT piece came: you STREAMINGCLIENT piece came: very STREAMINGCLIENT piece came: much STREAMINGCLIENT piece came: ! STREAMINGCLIENT received whole message: thank you very much ! Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest [INFO] Running org.glassfish.tyrus.test.standard_config.HostVerificationTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.003 s - in org.glassfish.tyrus.test.standard_config.HostVerificationTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingInputTest Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 s - in org.glassfish.tyrus.test.standard_config.BlockingInputTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Reconnecting... (reconnect count: 1) ### Reconnecting... (reconnect count: 2) ### Reconnecting... (reconnect count: 3) Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Reconnecting... (reconnect count: 1) Connection failed. ### Reconnecting... (reconnect count: 2) Connection failed. ### Reconnecting... (reconnect count: 3) Connection failed. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest Oct 20, 2023 10:37:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Oct 20, 2023 10:37:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. pool-14-thread-7 <858, 1000) pool-14-thread-6 <715, 858) pool-14-thread-4 <429, 572) pool-14-thread-5 <572, 715) pool-14-thread-1 <0, 143) pool-14-thread-3 <286, 429) pool-14-thread-2 <143, 286) Received messages: 1000/1000 Oct 20, 2023 10:37:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Oct 20, 2023 10:37:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Oct 20, 2023 10:37:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Oct 20, 2023 10:37:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:59 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Oct 20, 2023 10:37:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Oct 20, 2023 10:38:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.736 s - in org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Oct 20, 2023 10:38:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Oct 20, 2023 10:38:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Oct 20, 2023 10:38:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:37:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:37:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Oct 20, 2023 10:37:59 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:37:59 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Oct 20, 2023 10:38:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Oct 20, 2023 10:38:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8026] Oct 20, 2023 10:38:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Oct 20, 2023 10:38:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Oct 20, 2023 10:38:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Oct 20, 2023 10:38:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.076 s - in org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest Oct 20, 2023 10:38:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Oct 20, 2023 10:38:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='87a94945-236d-438b-ae86-a85901f22551', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@54326e9, contextPath='/e2e-test', endpointPath=/e2e-test/customremote/hello1, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@20216016, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2b441e56, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@267891bf, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3a109ff7, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@111a7973, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1a2773a8, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@78b0ec3a, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@46612bfc, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4f213a2, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@25699aa7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5a47730c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@15369d73, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1cde374, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6818fd48, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@9263c54, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@28daf506, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4662752a, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='58aeacc2-8807-480d-a164-836c9370ea37', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@3ebd4e08, contextPath='ws://localhost:8025/e2e-test/customremote/hello1', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7bbfd7bb, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@66cc4351, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4a0eecd5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1e972692, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1b9028f4, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1fc2361c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@22970975, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5930803, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1fde57cd, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1122e0fc, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@be49f0c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@16aa5d63, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7ba71044, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7d842acc, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@52b7d68f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1632c8ff, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@55d4df4d, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='9908c18d-795f-4c21-afea-b24551e182eb', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@54326e9, contextPath='/e2e-test', endpointPath=/e2e-test/customremote/hello1, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@20216016, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2b441e56, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@267891bf, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3a109ff7, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@111a7973, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1a2773a8, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@78b0ec3a, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@46612bfc, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4f213a2, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@25699aa7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5a47730c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@15369d73, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1cde374, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6818fd48, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@9263c54, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@28daf506, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4662752a, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='adf4eb88-4932-4d8e-ade1-1020c12cccdf', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@2efc77b, contextPath='ws://localhost:8025/e2e-test/customremote/hello1', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@47ed4942, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@72afc240, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@76e08ce7, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@a48595f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@27c2b60d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@2b73dd77, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5906fb4a, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@114cd394, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@238c6d6e, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1621940d, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7893e128, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@fb44ddd, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4f13a658, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5588c24b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@32f5e373, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1f029a55, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4d71de8b, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='b32b71be-9d60-47c9-9fd8-172333108e74', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@54326e9, contextPath='/e2e-test', endpointPath=/e2e-test/customremote/hello1, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@20216016, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2b441e56, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@267891bf, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3a109ff7, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@111a7973, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1a2773a8, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@78b0ec3a, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@46612bfc, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4f213a2, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@25699aa7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5a47730c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@15369d73, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1cde374, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6818fd48, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@9263c54, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@28daf506, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4662752a, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='24cc4347-9954-42ff-a905-b22e9f8b9162', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@20988999, contextPath='ws://localhost:8025/e2e-test/customremote/hello1', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@659a03ee, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4840d21e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@54b58362, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@30850c2c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5b5fca1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4bab1e2b, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@337d2aaf, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2b81a480, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1fb05a5, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@12b219f7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4840615c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6ec37970, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@37cc9f20, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3533458f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7eb298f4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@b4f66ab, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5829dd7d, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='85003ec9-6457-4d2f-aa52-85d031159106', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@54326e9, contextPath='/e2e-test', endpointPath=/e2e-test/customremote/hello1, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@20216016, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2b441e56, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@267891bf, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3a109ff7, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@111a7973, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1a2773a8, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@78b0ec3a, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@46612bfc, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4f213a2, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@25699aa7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5a47730c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@15369d73, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1cde374, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6818fd48, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@9263c54, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@28daf506, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4662752a, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='340db0f3-8af5-4a62-8f1d-9c2e4f45a4c0', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@207e4414, contextPath='ws://localhost:8025/e2e-test/customremote/hello1', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@657cde7f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7e9a30bb, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@54d338d8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@6df88b2, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5532130, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@2a63d6c9, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@67bb3ea5, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@1ddba0f8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@11d58d2, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@35fc03a6, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@b8c4daa, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4b90e043, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2020fa2b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@75942cba, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1c9cdebf, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@50c2a797, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7714fe06, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='45a529c2-5024-455e-8995-9a37c9e23c9e', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@54326e9, contextPath='/e2e-test', endpointPath=/e2e-test/customremote/hello1, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@20216016, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2b441e56, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@267891bf, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3a109ff7, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@111a7973, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1a2773a8, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@78b0ec3a, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@46612bfc, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4f213a2, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@25699aa7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5a47730c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@15369d73, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1cde374, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6818fd48, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@9263c54, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@28daf506, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4662752a, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='04115af0-a557-47c7-b5b5-cf5064523650', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$3@652ce131, contextPath='ws://localhost:8025/e2e-test/customremote/hello1', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7fe1baa4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@548347e9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7a442d2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5031e7e, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7745b0e0, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@39b70dee, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1ca06ad8, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@14d67dc, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5bd505a5, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5a8cbb4c, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@45e5ec6f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2f7c0088, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5cf7d0ef, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@639e56e6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@9f2486e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@46456198, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@24d7b117, type=class java.io.InputStream}]}} Oct 20, 2023 10:38:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 s - in org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Oct 20, 2023 10:38:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Oct 20, 2023 10:38:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.TestHello404 Oct 20, 2023 10:38:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Oct 20, 2023 10:38:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.tyrus.test.standard_config.TestHello404 [INFO] Running org.glassfish.tyrus.test.standard_config.JsonTest Oct 20, 2023 10:38:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Oct 20, 2023 10:38:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: {"REPLY":"Danny"} Oct 20, 2023 10:38:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.glassfish.tyrus.test.standard_config.JsonTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 186, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-e2e-stdconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-stdconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/standard-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e-stdconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/standard-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.0.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.0.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jdk8 >----------- [INFO] Building Tyrus End-to-End Java 8 Tests 2.0.99-SNAPSHOT [44/69] [INFO] from tests/e2e/jdk8/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-jdk8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-e2e-jdk8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jdk8/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-e2e-jdk8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jdk8/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-jdk8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jdk8/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Received: Do or do not, there is no try. (from your server) false ### Received: true ### Client session closed: CloseReason[1000] Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Received: Do or do not, there is no try. (from your server) ### Client session closed: CloseReason[1000] Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s - in org.glassfish.tyrus.test.e2e.jdk8.LambdaTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Received: Do or do not, there is no try. (from your server) ### Client session closed: CloseReason[1000] Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Received: Do or do not, there is no try. (from your server) false ### Received: true ### Client session closed: CloseReason[1000] Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Received: Do or do not, there is no try. (from your server) ### Client session closed: CloseReason[1000] Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-e2e-jdk8 --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-jdk8] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e-jdk8 --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jdk8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.0.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.0.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT.war [INFO] [INFO] ----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jetty >----------- [INFO] Building Tyrus End-to-End Tests running on Jetty 2.0.99-SNAPSHOT [45/69] [INFO] from tests/e2e/jetty/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-jetty --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e-jetty --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jetty/2.0.99-SNAPSHOT/tyrus-tests-e2e-jetty-2.0.99-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-basic >-------- [INFO] Building Tyrus End-to-End Basic Auth Tests 2.0.99-SNAPSHOT [46/69] [INFO] from tests/e2e/jetty/auth-basic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-auth-basic --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-e2e-auth-basic --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-e2e-auth-basic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/test-classes [INFO] [INFO] >>> jetty:9.2.1.v20140609:start (start-jetty) > validate @ tyrus-tests-e2e-auth-basic >>> [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] <<< jetty:9.2.1.v20140609:start (start-jetty) < validate @ tyrus-tests-e2e-auth-basic <<< [INFO] [INFO] [INFO] --- jetty:9.2.1.v20140609:start (start-jetty) @ tyrus-tests-e2e-auth-basic --- Oct 20, 2023 10:38:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Oct 20, 2023 10:38:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Logging initialized @142218ms [INFO] Configuring Jetty for project: Tyrus End-to-End Basic Auth Tests [INFO] webAppSourceDirectory not set. Trying src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp [INFO] jetty-9.2.1.v20140609 [WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@428257d1{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/} java.lang.RuntimeException: Error scanning file BasicAuthEchoEndpoint.class at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:708) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:834) Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.eclipse.jetty.annotations.AnnotationParser.scanClass (AnnotationParser.java:973) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:702) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:834) [WARNING] !RequestLog [INFO] Started ServerConnector@5a672e7d{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @142399ms [INFO] Started Jetty Server [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-auth-basic --- [INFO] [INFO] --- jetty:9.2.1.v20140609:stop (stop-jetty) @ tyrus-tests-e2e-auth-basic --- [INFO] Waiting 5 seconds for jetty to stop [INFO] Stopped ServerConnector@5a672e7d{HTTP/1.1}{0.0.0.0:8025} [INFO] Stopped o.e.j.m.p.JettyWebAppContext@428257d1{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/} [INFO] Server reports itself as stopped [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e-auth-basic --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.0.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.0.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.0.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-digest >-------- [INFO] Building Tyrus End-to-End Digest Auth Tests 2.0.99-SNAPSHOT [47/69] [INFO] from tests/e2e/jetty/auth-digest/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-auth-digest --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-e2e-auth-digest --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-e2e-auth-digest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/test-classes [INFO] [INFO] >>> jetty:9.2.1.v20140609:start (start-jetty) > validate @ tyrus-tests-e2e-auth-digest >>> [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Starting audit... Audit done. [INFO] [INFO] <<< jetty:9.2.1.v20140609:start (start-jetty) < validate @ tyrus-tests-e2e-auth-digest <<< [INFO] [INFO] [INFO] --- jetty:9.2.1.v20140609:start (start-jetty) @ tyrus-tests-e2e-auth-digest --- [INFO] Configuring Jetty for project: Tyrus End-to-End Digest Auth Tests [INFO] webAppSourceDirectory not set. Trying src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp [INFO] jetty-9.2.1.v20140609 [WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@54074f07{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/} java.lang.RuntimeException: Error scanning file DigestAuthEchoEndpoint.class at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:708) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:834) Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.eclipse.jetty.annotations.AnnotationParser.scanClass (AnnotationParser.java:973) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:702) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:834) [WARNING] !RequestLog [INFO] Started ServerConnector@2bcc7bc9{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @143155ms [INFO] Started Jetty Server [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-auth-digest --- [INFO] [INFO] --- jetty:9.2.1.v20140609:stop (stop-jetty) @ tyrus-tests-e2e-auth-digest --- [INFO] Waiting 5 seconds for jetty to stop [INFO] Stopped ServerConnector@2bcc7bc9{HTTP/1.1}{0.0.0.0:8025} Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Oct 20, 2023 10:38:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:07 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.684 s - in org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Oct 20, 2023 10:38:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Oct 20, 2023 10:38:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:07 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Oct 20, 2023 10:38:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:07 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Stopped o.e.j.m.p.JettyWebAppContext@54074f07{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/} [INFO] Server reports itself as stopped [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e-auth-digest --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.0.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.0.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.0.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-project >---- [INFO] Building Tyrus Server Integration Tests 2.0.99-SNAPSHOT [48/69] [INFO] from tests/servlet/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-project/2.0.99-SNAPSHOT/tyrus-tests-servlet-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-async >----- [INFO] Building Tyrus Servlet Async Tests 2.0.99-SNAPSHOT [49/69] [INFO] from tests/servlet/async/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-async --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-async --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-async --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncTextTest Oct 20, 2023 10:38:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 s - in org.glassfish.tyrus.tests.servlet.async.AsyncTextTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-async --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-async] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-async --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-async --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.0.99-SNAPSHOT/tyrus-tests-servlet-async-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.0.99-SNAPSHOT/tyrus-tests-servlet-async-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.0.99-SNAPSHOT/tyrus-tests-servlet-async-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-autobahn-server >-- [INFO] Building Tyrus Autobahn Echo Server 2.0.99-SNAPSHOT [50/69] [INFO] from tests/servlet/autobahn-server/pom.xml [INFO] --------------------------------[ war ]--------------------------------- Oct 20, 2023 10:38:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Oct 20, 2023 10:38:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8026] Oct 20, 2023 10:38:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.137 s - in org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-autobahn-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-autobahn-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-autobahn-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-autobahn-server --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-autobahn-server] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-autobahn-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.0.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.0.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.0.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-basic >----- [INFO] Building Tyrus Servlet Basic Tests 2.0.99-SNAPSHOT [51/69] [INFO] from tests/servlet/basic/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-basic --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-basic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-basic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-basic --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.basic.WsServletTest Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='95691a7f-d40f-4d90-b651-fde4e3522163', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@6296a320, contextPath='ws://localhost:8025/e2e-test/customremote/hello1', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@27943116, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@39a641fc, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@167975b6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@41a15bfa, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@47bbce59, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4c99cef3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1190c613, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5aa53150, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@43f5f55b, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@41195580, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@562eb3ee, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@257227ca, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@49415112, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@42ffb8ef, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@616dc29d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5595f50d, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@161fe76c, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='9eb51b3f-6c57-47d0-9758-9a5eee1f209a', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@66f5b8fe, contextPath='/e2e-test', endpointPath=/e2e-test/customremote/hello1, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@233f52f8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@69ec93c2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@19fec3d6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5287ba5f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@b768a65, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6897a4a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6986f93e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6bce313, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@39266403, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@74b00247, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2aa14ae6, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4be490da, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4168f3d9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@353e6389, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@15e8f9b2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7a65c995, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7c950b3b, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='8e42275f-e537-4870-9698-36f8a5f72735', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@66f5b8fe, contextPath='/e2e-test', endpointPath=/e2e-test/customremote/hello1, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@233f52f8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@69ec93c2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@19fec3d6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5287ba5f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@b768a65, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6897a4a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6986f93e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6bce313, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@39266403, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@74b00247, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2aa14ae6, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4be490da, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4168f3d9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@353e6389, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@15e8f9b2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7a65c995, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7c950b3b, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='57ac13db-a0dd-4f82-a1ad-7abbe63e9731', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@1622056b, contextPath='ws://localhost:8025/e2e-test/customremote/hello1', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@532089cb, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1cc59f02, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@62399d69, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@6436d518, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@330f7684, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@302d268, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2dfec5b4, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7f325b06, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3741a932, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2245ac20, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@79cd0eb9, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@144a90ed, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2e78b36f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@21d32e2c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@30fa5469, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@70f77763, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1b7f51d9, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='f58aa71e-bffe-4f20-9bd1-b6bf1cf24739', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@66f5b8fe, contextPath='/e2e-test', endpointPath=/e2e-test/customremote/hello1, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@233f52f8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@69ec93c2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@19fec3d6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5287ba5f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@b768a65, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6897a4a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6986f93e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6bce313, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@39266403, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@74b00247, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2aa14ae6, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4be490da, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4168f3d9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@353e6389, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@15e8f9b2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7a65c995, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7c950b3b, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='6b083b64-9d8e-449e-8f6e-34dbf3a0b6a1', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@5d354e04, contextPath='ws://localhost:8025/e2e-test/customremote/hello1', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1837cbc6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@266fab31, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@29659328, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5ed7ad6e, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@78183489, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@23f53e98, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@268c151d, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@45d3607f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7c56a830, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@76dd58dc, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@303f9fe7, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6e31d107, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@27eff3d9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3be85440, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@77e4347d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@173d7a6f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4f14226a, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='9c54717a-20e2-49cc-9236-f5d0ece41b27', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@66f5b8fe, contextPath='/e2e-test', endpointPath=/e2e-test/customremote/hello1, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@233f52f8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@69ec93c2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@19fec3d6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5287ba5f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@b768a65, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6897a4a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6986f93e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6bce313, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@39266403, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@74b00247, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2aa14ae6, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4be490da, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4168f3d9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@353e6389, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@15e8f9b2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7a65c995, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7c950b3b, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='cc5ce6af-53be-4095-9882-31cc405b9203', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@789371c2, contextPath='ws://localhost:8025/e2e-test/customremote/hello1', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3d91f0b4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1785c33e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@ce62bc3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@6f1846fc, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5dbe0ffb, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@649bbb41, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@599e3c22, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@741cae4b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@59f0b6e4, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@60084f28, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@485f0027, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@59a08191, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@53b5bd7, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@27e83557, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@178657b5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4a77f0dd, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@15cdffa7, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='f32c77ca-f21c-4a31-9b2c-d1e68c7e2292', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@66f5b8fe, contextPath='/e2e-test', endpointPath=/e2e-test/customremote/hello1, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@233f52f8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@69ec93c2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@19fec3d6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5287ba5f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@b768a65, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6897a4a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6986f93e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6bce313, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@39266403, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@74b00247, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2aa14ae6, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4be490da, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4168f3d9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@353e6389, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@15e8f9b2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7a65c995, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7c950b3b, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='2940b648-eee6-4dd7-a1d2-5be30d52af13', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$3@5a715f6d, contextPath='ws://localhost:8025/e2e-test/customremote/hello1', endpointPath=null, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@12fe12b5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6b610359, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6a041038, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3a5ea022, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@58576666, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3bcfcdfe, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@71009f6f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3e107edd, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5d174b2f, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@18f2dd4e, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6d7cc2d8, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5027bf3c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@378ed824, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@39186b36, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@32f914cf, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5fca93f3, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1ec43fd6, type=class java.io.InputStream}]}} Oct 20, 2023 10:38:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 s - in org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Oct 20, 2023 10:38:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Oct 20, 2023 10:38:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.TestHello404 Oct 20, 2023 10:38:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Oct 20, 2023 10:38:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.tyrus.test.standard_config.TestHello404 [INFO] Running org.glassfish.tyrus.test.standard_config.JsonTest Oct 20, 2023 10:38:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Oct 20, 2023 10:38:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: {"REPLY":"Danny"} Oct 20, 2023 10:38:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.tyrus.test.standard_config.JsonTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 186, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-e2e-stdconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-stdconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/standard-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e-stdconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/standard-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.0.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.0.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jdk8 >----------- [INFO] Building Tyrus End-to-End Java 8 Tests 2.0.99-SNAPSHOT [44/69] [INFO] from tests/e2e/jdk8/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-jdk8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-e2e-jdk8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jdk8/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-e2e-jdk8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jdk8/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-jdk8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jdk8/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Oct 20, 2023 10:38:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:38:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:11 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Oct 20, 2023 10:38:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:38:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:11 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:38:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Received: Do or do not, there is no try. (from your server) false ### Received: true ### Client session closed: CloseReason[1000] Oct 20, 2023 10:38:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:38:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Received: Do or do not, there is no try. (from your server) ### Client session closed: CloseReason[1000] Oct 20, 2023 10:38:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s - in org.glassfish.tyrus.test.e2e.jdk8.LambdaTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest Oct 20, 2023 10:38:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:38:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Received: Do or do not, there is no try. (from your server) ### Client session closed: CloseReason[1000] Oct 20, 2023 10:38:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Oct 20, 2023 10:38:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:38:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Received: Do or do not, there is no try. (from your server) false ### Received: true ### Client session closed: CloseReason[1000] Oct 20, 2023 10:38:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:38:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Received: Do or do not, there is no try. (from your server) ### Client session closed: CloseReason[1000] Oct 20, 2023 10:38:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-e2e-jdk8 --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-jdk8] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e-jdk8 --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jdk8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.0.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.0.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT.war [INFO] [INFO] ----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jetty >----------- [INFO] Building Tyrus End-to-End Tests running on Jetty 2.0.99-SNAPSHOT [45/69] [INFO] from tests/e2e/jetty/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-jetty --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e-jetty --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jetty/2.0.99-SNAPSHOT/tyrus-tests-e2e-jetty-2.0.99-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-basic >-------- [INFO] Building Tyrus End-to-End Basic Auth Tests 2.0.99-SNAPSHOT [46/69] [INFO] from tests/e2e/jetty/auth-basic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-auth-basic --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-e2e-auth-basic --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-e2e-auth-basic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/test-classes [INFO] [INFO] >>> jetty:9.2.1.v20140609:start (start-jetty) > validate @ tyrus-tests-e2e-auth-basic >>> [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] <<< jetty:9.2.1.v20140609:start (start-jetty) < validate @ tyrus-tests-e2e-auth-basic <<< [INFO] [INFO] [INFO] --- jetty:9.2.1.v20140609:start (start-jetty) @ tyrus-tests-e2e-auth-basic --- [INFO] Logging initialized @137605ms [INFO] Configuring Jetty for project: Tyrus End-to-End Basic Auth Tests [INFO] webAppSourceDirectory not set. Trying src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp [INFO] jetty-9.2.1.v20140609 [WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@18c4d1ef{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/} java.lang.RuntimeException: Error scanning file BasicAuthEchoEndpoint.class at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:708) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:830) Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.eclipse.jetty.annotations.AnnotationParser.scanClass (AnnotationParser.java:973) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:702) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:830) [WARNING] !RequestLog [INFO] Started ServerConnector@2241c55b{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @137796ms [INFO] Started Jetty Server [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-auth-basic --- [INFO] [INFO] --- jetty:9.2.1.v20140609:stop (stop-jetty) @ tyrus-tests-e2e-auth-basic --- [INFO] Waiting 5 seconds for jetty to stop [INFO] Stopped ServerConnector@2241c55b{HTTP/1.1}{0.0.0.0:8025} Oct 20, 2023 10:38:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:38:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 800 ### 800 ### 800 ### 800 ### 800 ### 800 ### 800 ### 792 ### 792 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 785 ### 782 ### 781 ### 780 ### 780 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 772 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 755 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 722 ### 720 ### 722 ### 718 ### 717 ### 716 ### 730 ### 714 ### 713 ### 712 ### 712 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 702 ### 700 ### 699 ### 699 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 686 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 664 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 655 ### 652 ### 651 ### 650 ### 649 ### 648 ### 648 ### 646 ### 646 ### 644 ### 643 ### 642 ### 642 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 630 ### 627 ### 626 ### 625 ### 624 ### 623 ### 623 ### 623 ### 623 ### 619 ### 618 ### 617 ### 617 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 607 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 586 ### 585 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 577 ### 577 ### 574 ### 573 ### 572 ### 572 ### 570 ### 569 ### 568 ### 567 ### 567 ### 565 ### 564 ### 564 ### 562 ### 561 ### 560 ### 560 ### 558 ### 557 ### 557 ### 555 ### 554 ### 554 ### 552 ### 551 ### 550 ### 549 ### 549 ### 547 ### 546 ### 545 ### 544 ### 543 ### 543 ### 543 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 529 ### 527 ### 526 ### 526 ### 524 ### 523 ### 522 ### 522 ### 520 ### 519 ### 518 ### 517 ### 516 ### 516 ### 514 ### 513 ### 513 ### 511 ### 510 ### 510 ### 508 ### 507 ### 507 ### 505 ### 504 ### 503 ### 503 ### 501 ### 501 ### 499 ### 498 ### 497 ### 497 ### 497 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 488 ### 486 ### 485 ### 484 ### 483 ### 482 ### 482 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 475 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 462 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 454 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 430 ### 428 ### 427 ### 426 ### 425 ### 424 ### 424 ### 422 ### 421 ### 420 ### 419 ### 418 ### 418 ### 418 ### 418 ### 414 ### 413 ### 413 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 405 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 398 ### 396 ### 395 ### 395 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 371 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 364 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 336 ### 334 ### 333 ### 332 ### 332 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 320 ### 318 ### 317 ### 316 ### 316 ### 316 ### 313 ### 312 ### 311 ### 311 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 295 ### 293 ### 293 ### 291 ### 290 ### 289 ### 288 ### 287 ### 287 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 277 ### 275 ### 274 ### 273 ### 273 ### 271 ### 270 ### 270 ### 268 ### 267 ### 267 ### 265 ### 264 ### 295 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 256 ### 254 ### 253 ### 253 ### 251 ### 251 ### 249 ### 248 ### 247 ### 246 ### 245 ### 245 ### 243 [INFO] Stopped o.e.j.m.p.JettyWebAppContext@18c4d1ef{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/src/main/webapp/} [INFO] Server reports itself as stopped [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e-auth-basic --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.0.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.0.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.0.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-digest >-------- [INFO] Building Tyrus End-to-End Digest Auth Tests 2.0.99-SNAPSHOT [47/69] [INFO] from tests/e2e/jetty/auth-digest/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-auth-digest --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-e2e-auth-digest --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-e2e-auth-digest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-digest --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/test-classes ### 242 ### 241 ### 240 ### 240 ### 240 ### 237 ### 237 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 229 ### 227 ### 226 ### 225 ### 225 ### 223 ### 222 ### 221 ### 221 ### 219 ### 218 ### 217 ### 216 ### 215 ### 215 ### 213 ### 212 ### 211 ### 210 ### 209 ### 209 ### 207 ### 206 ### 205 ### 205 ### 203 ### 202 ### 201 ### 200 ### 200 ### 198 ### 197 ### 197 ### 197 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 186 ### 184 ### 183 ### 183 ### 181 ### 180 ### 180 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 162 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 155 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 147 ### 145 ### 144 ### 143 ### 142 ### 141 ### 141 ### 139 ### 138 ### 138 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 120 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 103 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 93 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 80 ### 78 ### 78 ### 76 ### 75 ### 74 ### 74 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 61 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 53 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 46 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 34 ### 34 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 16 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 2161 Oct 20, 2023 10:38:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] [INFO] >>> jetty:9.2.1.v20140609:start (start-jetty) > validate @ tyrus-tests-e2e-auth-digest >>> [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Starting audit... Audit done. [INFO] [INFO] <<< jetty:9.2.1.v20140609:start (start-jetty) < validate @ tyrus-tests-e2e-auth-digest <<< [INFO] [INFO] [INFO] --- jetty:9.2.1.v20140609:start (start-jetty) @ tyrus-tests-e2e-auth-digest --- [INFO] Configuring Jetty for project: Tyrus End-to-End Digest Auth Tests [INFO] webAppSourceDirectory not set. Trying src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp [INFO] jetty-9.2.1.v20140609 [WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@7368b7db{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/} java.lang.RuntimeException: Error scanning file DigestAuthEchoEndpoint.class at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:708) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:830) Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.eclipse.jetty.annotations.AnnotationParser.scanClass (AnnotationParser.java:973) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:702) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:830) [WARNING] !RequestLog [INFO] Started ServerConnector@12083adf{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @138530ms [INFO] Started Jetty Server [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-e2e-auth-digest --- [INFO] [INFO] --- jetty:9.2.1.v20140609:stop (stop-jetty) @ tyrus-tests-e2e-auth-digest --- [INFO] Waiting 5 seconds for jetty to stop [INFO] Stopped ServerConnector@12083adf{HTTP/1.1}{0.0.0.0:8025} [INFO] Stopped o.e.j.m.p.JettyWebAppContext@7368b7db{/,file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/src/main/webapp/} [INFO] Server reports itself as stopped [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-e2e-auth-digest --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.0.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.0.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.0.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-project >---- [INFO] Building Tyrus Server Integration Tests 2.0.99-SNAPSHOT [48/69] [INFO] from tests/servlet/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-project --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-project/2.0.99-SNAPSHOT/tyrus-tests-servlet-project-2.0.99-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-async >----- [INFO] Building Tyrus Servlet Async Tests 2.0.99-SNAPSHOT [49/69] [INFO] from tests/servlet/async/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-async --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-async --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-async --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-async --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncTextTest Oct 20, 2023 10:38:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:38:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:15 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:38:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:15 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s - in org.glassfish.tyrus.tests.servlet.async.AsyncTextTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest Oct 20, 2023 10:38:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:38:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:15 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:38:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest Oct 20, 2023 10:38:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:38:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:38:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-async --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-async] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-async --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-async --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.0.99-SNAPSHOT/tyrus-tests-servlet-async-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.0.99-SNAPSHOT/tyrus-tests-servlet-async-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.0.99-SNAPSHOT/tyrus-tests-servlet-async-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-autobahn-server >-- [INFO] Building Tyrus Autobahn Echo Server 2.0.99-SNAPSHOT [50/69] [INFO] from tests/servlet/autobahn-server/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-autobahn-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-autobahn-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-autobahn-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-autobahn-server --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-autobahn-server] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-autobahn-server --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.0.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.0.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.0.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-basic >----- [INFO] Building Tyrus Servlet Basic Tests 2.0.99-SNAPSHOT [51/69] [INFO] from tests/servlet/basic/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-basic --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-basic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-basic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-basic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-basic --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.basic.WsServletTest Oct 20, 2023 10:38:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:38:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 788 ### 774 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 755 ### 751 ### 750 ### 749 ### 749 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 732 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 711 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 694 ### 692 ### 691 ### 690 ### 690 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 625 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 610 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 600 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 554 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 505 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 460 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 437 ### 435 ### 434 ### 434 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 424 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 416 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 406 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 376 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 356 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 298 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 287 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 273 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 261 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 216 ### 214 ### 213 ### 213 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 192 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 167 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 158 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 151 ### 151 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 117 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 101 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 74 ### 74 ### 74 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 49 ### 47 ### 46 ### 45 ### 45 ### 43 ### 42 ### 42 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 32 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 3410 Oct 20, 2023 10:38:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:38:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:18 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:38:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:18 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:38:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 776 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 767 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 630 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 596 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 578 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 569 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 561 ### 559 ### 558 ### 557 ### 557 ### 557 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 531 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 501 ### 499 ### 499 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 483 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 467 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 458 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 462 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 441 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 414 ### 412 ### 411 ### 410 ### 409 ### 408 ### 408 ### 406 ### 405 ### 404 ### 403 ### 402 ### 402 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 383 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 365 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 332 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 233 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 219 ### 217 ### 216 ### 216 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 186 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 178 ### 178 ### 175 ### 174 ### 173 ### 172 ### 171 ### 171 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 146 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 131 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 106 ### 104 ### 103 ### 102 ### 102 ### 100 ### 99 ### 98 ### 98 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 86 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 65 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 51 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 2901 Oct 20, 2023 10:38:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:38:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 800 ### 798 ### 800 ### 800 ### 795 ### 800 ### 793 ### 793 ### 793 ### 793 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 780 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 709 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 704 ### 699 ### 709 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 647 ### 640 ### 647 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 630 ### 635 ### 628 ### 628 ### 625 ### 624 ### 634 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 598 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 586 ### 584 ### 583 ### 582 ### 581 ### 580 ### 580 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 573 ### 571 ### 570 ### 569 ### 568 ### 567 ### 567 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 560 ### 561 ### 557 ### 557 ### 556 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 534 ### 532 ### 531 ### 531 ### 529 ### 528 ### 527 ### 527 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 511 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 498 ### 496 ### 496 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 485 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 478 ### 476 ### 475 ### 478 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 468 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 446 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 428 ### 428 ### 425 ### 424 ### 423 ### 422 ### 423 ### 421 ### 421 ### 418 ### 417 ### 417 ### 417 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 409 ### 410 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 395 ### 393 ### 393 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 386 ### 384 ### 383 ### 382 ### 382 ### 382 ### 379 ### 378 ### 378 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 364 ### 362 ### 361 ### 360 ### 359 ### 359 ### 359 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 345 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 336 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 328 ### 326 ### 325 ### 324 ### 324 ### 322 ### 321 ### 320 ### 319 ### 318 ### 318 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 308 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 296 ### 294 ### 293 ### 292 ### 291 ### 291 ### 289 ### 288 ### 287 ### 286 ### 285 ### 285 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 271 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 264 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 255 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 247 ### 247 ### 244 ### 244 ### 242 ### 242 ### 240 ### 239 ### 238 ### 238 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 229 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 222 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 227 ### 213 ### 227 ### 211 ### 210 ### 209 ### 209 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 202 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 194 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 185 ### 183 ### 182 ### 181 ### 181 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 166 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 156 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 145 ### 143 ### 142 ### 142 ### 140 ### 139 ### 138 ### 137 ### 137 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 128 ### 126 ### 126 ### 124 ### 123 ### 123 ### 121 ### 120 ### 120 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 111 ### 109 ### 108 ### 108 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 91 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 82 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 75 ### 75 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 65 ### 64 ### 62 ### 62 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 48 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 44 ### 37 ### 37 ### 35 ### 34 ### 33 ### 33 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 26 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 2117 Oct 20, 2023 10:38:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:38:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:38:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:38:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:38:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 715 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 634 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 631 ### 624 ### 623 ### 622 ### 621 ### 621 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 593 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 566 ### 564 ### 563 ### 563 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 548 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 537 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 453 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 431 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 415 ### 413 ### 413 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 364 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 331 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 311 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 304 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 294 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 274 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 229 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 198 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 189 ### 187 ### 186 ### 185 ### 185 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 177 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 168 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 79 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 65 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 36 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 13 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 3799 Oct 20, 2023 10:38:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:38:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 785 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 777 ### 777 ### 777 ### 777 ### 777 ### 766 ### 765 ### 777 ### 763 ### 762 ### 764 ### 764 ### 759 ### 764 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 747 ### 741 ### 746 ### 739 ### 738 ### 744 ### 736 ### 735 ### 738 ### 738 ### 732 ### 731 ### 730 ### 729 ### 728 ### 730 ### 730 ### 725 ### 730 ### 729 ### 722 ### 721 ### 720 ### 720 ### 718 ### 720 ### 717 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 687 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 631 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 616 ### 614 ### 613 ### 612 ### 611 ### 611 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 583 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 576 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 556 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 514 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 491 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 456 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 443 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 434 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 369 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 322 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 308 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 289 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 265 ### 263 ### 262 ### 261 ### 260 ### 260 ### 258 ### 257 ### 256 ### 255 ### 254 ### 254 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 208 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 199 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 174 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 157 ### 155 ### 154 ### 153 ### 153 ### 151 ### 150 ### 149 ### 148 ### 148 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 136 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 124 ### 122 ### 121 ### 121 ### 119 ### 118 ### 117 ### 116 ### 115 ### 115 ### 113 ### 112 ### 112 ### 110 ### 109 ### 109 ### 107 ### 106 ### 105 ### 104 ### 104 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 2866 Oct 20, 2023 10:38:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Oct 20, 2023 10:38:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 778 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 759 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 716 ### 717 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 626 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 616 ### 616 ### 615 ### 614 ### 612 ### 612 ### 611 ### 610 ### 609 ### 607 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 560 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 446 ### 447 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 382 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 262 ### 263 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 244 ### 244 ### 242 ### 242 ### 240 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 207 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 189 ### 190 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 179 ### 180 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 125 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 50 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 23 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 11 ### 12 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ### 0 ***** WebSocket broadcast ***** 4121 Oct 20, 2023 10:38:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Oct 20, 2023 10:38:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:38:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:30 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:38:30 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:30 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:30 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:38:30 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:30 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:30 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Oct 20, 2023 10:38:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 772 ### 771 ### 770 ### 769 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 746 ### 745 ### 744 ### 742 ### 741 ### 740 ### 747 ### 743 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 702 ### 703 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 673 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 571 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 460 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 399 ### 400 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 347 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 259 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 248 ### 249 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 226 ### 227 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 118 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ### 0 ***** WebSocket broadcast ***** 3991 Oct 20, 2023 10:38:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Oct 20, 2023 10:38:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Oct 20, 2023 10:38:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Oct 20, 2023 10:38:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 800 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 676 ### 673 ### 672 ### 672 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 636 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 609 ### 607 ### 606 ### 606 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 591 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 549 ### 547 ### 546 ### 545 ### 544 ### 544 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 534 ### 534 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 505 ### 503 ### 502 ### 501 ### 500 ### 500 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 470 ### 468 ### 468 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 454 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 441 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 418 ### 416 ### 415 ### 415 ### 413 ### 412 ### 412 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 386 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 375 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 352 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 324 ### 322 ### 322 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 310 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 195 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 153 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 134 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 125 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 47 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 38 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 30 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 1512 Oct 20, 2023 10:38:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Oct 20, 2023 10:38:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Oct 20, 2023 10:38:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.854 s - in org.glassfish.tyrus.tests.servlet.basic.WsServletTest [INFO] Running org.glassfish.tyrus.tests.servlet.basic.WssServletTest [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 16, Time elapsed: 0.005 s - in org.glassfish.tyrus.tests.servlet.basic.WssServletTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 32, Failures: 0, Errors: 0, Skipped: 16 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-basic --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-basic] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT-sources.jar Oct 20, 2023 10:38:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Oct 20, 2023 10:38:30 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:30 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 691 ### 692 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 666 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 645 ### 633 ### 646 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 472 ### 471 ### 473 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 356 ### 357 ### 355 ### 354 ### 353 ### 352 ### 350 ### 351 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 301 ### 302 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 290 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 237 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 203 ### 203 ### 201 ### 202 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 144 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 10 ### 11 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ### 0 ***** WebSocket broadcast ***** 3969 Oct 20, 2023 10:38:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Oct 20, 2023 10:38:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-basic --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.0.99-SNAPSHOT/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.0.99-SNAPSHOT/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.0.99-SNAPSHOT/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-embedded-gf >-- [INFO] Building Tyrus Servlet Tests on Glassfish 2.0.99-SNAPSHOT [52/69] [INFO] from tests/servlet/embedded-glassfish-test/pom.xml [INFO] --------------------------------[ war ]--------------------------------- Oct 20, 2023 10:38:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Oct 20, 2023 10:38:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 759 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 658 ### 657 ### 659 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 534 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 503 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 454 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 379 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 366 ### 367 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 267 ### 268 ### 266 ### 265 ### 263 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 236 ### 237 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 153 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 107 ### 108 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 91 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ### 0 ***** WebSocket broadcast ***** 3577 Oct 20, 2023 10:38:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:38 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Oct 20, 2023 10:38:38 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:38 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:38 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Oct 20, 2023 10:38:38 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:38 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-embedded-gf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ tyrus-tests-servlet-embedded-gf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/src/main/java/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/src/main/java/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/src/main/java/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Copying 1 resource [INFO] [INFO] --- dependency:3.2.0:unpack (unpack) @ tyrus-tests-servlet-embedded-gf --- [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:6.2.1:zip Oct 20, 2023 10:38:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Oct 20, 2023 10:38:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 799 ### 798 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 768 ### 767 ### 766 ### 765 ### 764 ### 763 ### 762 ### 761 ### 760 ### 766 ### 758 ### 757 ### 756 ### 755 ### 754 ### 753 ### 752 ### 751 ### 750 ### 749 ### 748 ### 747 ### 746 ### 745 ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 727 ### 721 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 638 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 621 ### 619 ### 619 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 598 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 584 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 549 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 513 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 467 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 434 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 412 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 398 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 379 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 360 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 324 ### 322 ### 321 ### 320 ### 319 ### 318 ### 318 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 ### 245 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 225 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 207 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 193 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 164 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 121 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 112 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 85 ### 83 ### 82 ### 81 ### 80 ### 79 ### 79 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 64 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 3 ### 1 ***** Tyrus broadcast - binary ***** 1509 Oct 20, 2023 10:38:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Oct 20, 2023 10:38:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:38:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Oct 20, 2023 10:38:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:38:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:38:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:38:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.461 s - in org.glassfish.tyrus.tests.servlet.basic.WsServletTest [INFO] Running org.glassfish.tyrus.tests.servlet.basic.WssServletTest [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 16, Time elapsed: 0.008 s - in org.glassfish.tyrus.tests.servlet.basic.WssServletTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 32, Failures: 0, Errors: 0, Skipped: 16 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-basic --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-basic] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-basic --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.0.99-SNAPSHOT/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.0.99-SNAPSHOT/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.0.99-SNAPSHOT/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-embedded-gf >-- [INFO] Building Tyrus Servlet Tests on Glassfish 2.0.99-SNAPSHOT [52/69] [INFO] from tests/servlet/embedded-glassfish-test/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/6.2.1/glassfish-6.2.1.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target with includes "" and excludes "" [INFO] [INFO] --- dependency:3.2.0:copy (copy) @ tyrus-tests-servlet-embedded-gf --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:2.0.0:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-ejb:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:2.0.99-SNAPSHOT:jar [INFO] Copying jakarta.websocket-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/jakarta.websocket-api.jar [INFO] Copying tyrus-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-client.jar [INFO] Copying tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-container-glassfish-cdi.jar [INFO] Copying tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-container-glassfish-ejb.jar [INFO] Copying tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-container-grizzly-client.jar [INFO] Copying tyrus-container-servlet-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-container-servlet.jar [INFO] Copying tyrus-core-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-core.jar [INFO] Copying tyrus-server-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-server.jar [INFO] Copying tyrus-spi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-spi.jar [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ tyrus-tests-servlet-embedded-gf --- [WARNING] Can't extract module name from shrinkwrap-impl-base-1.2.6.jar: Provider class implementingClassName=org.jboss.shrinkwrap.impl.base.importer.zip.ZipImporterImpl not in module [WARNING] Can't extract module name from arquillian-protocol-servlet-jakarta-1.7.0.Alpha2.jar: Provider class implClass=org.jboss.arquillian.protocol.servlet5.arq514hack.descriptors.impl.web.WebAppDescriptorImpl not in module [WARNING] Can't extract module name from arquillian-config-impl-base-1.7.0.Alpha10.jar: Provider class implClass=org.jboss.arquillian.config.descriptor.impl.ArquillianDescriptorImpl not in module [WARNING] Can't extract module name from arquillian-glassfish-managed-6-1.0.0.Alpha1.jar: arquillian.glassfish.managed.6: Invalid module name: '6' is not a Java identifier [WARNING] Can't extract module name from arquillian-container-test-impl-base-1.7.0.Alpha10.jar: Provider class !org.jboss.arquillian.test.impl.TestExtension not in module [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-embedded-gf --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-embedded-gf] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT.war [INFO] [INFO] --- failsafe:3.0.0-M5:integration-test (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.embedded.WsServletTestIT [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-embedded-gf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ tyrus-tests-servlet-embedded-gf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/src/main/java/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/src/main/java/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/src/main/java/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Copying 1 resource [INFO] [INFO] --- dependency:3.2.0:unpack (unpack) @ tyrus-tests-servlet-embedded-gf --- [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:6.2.1:zip [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/6.2.1/glassfish-6.2.1.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target with includes "" and excludes "" [INFO] [INFO] --- dependency:3.2.0:copy (copy) @ tyrus-tests-servlet-embedded-gf --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:2.0.0:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-ejb:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:2.0.99-SNAPSHOT:jar [INFO] Copying jakarta.websocket-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/jakarta.websocket-api.jar [INFO] Copying tyrus-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-client.jar [INFO] Copying tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-container-glassfish-cdi.jar [INFO] Copying tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-container-glassfish-ejb.jar [INFO] Copying tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-container-grizzly-client.jar [INFO] Copying tyrus-container-servlet-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-container-servlet.jar [INFO] Copying tyrus-core-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-core.jar [INFO] Copying tyrus-server-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-server.jar [INFO] Copying tyrus-spi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-spi.jar [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ tyrus-tests-servlet-embedded-gf --- [WARNING] Can't extract module name from shrinkwrap-impl-base-1.2.6.jar: Provider class implementingClassName=org.jboss.shrinkwrap.impl.base.importer.zip.ZipImporterImpl not in module [WARNING] Can't extract module name from arquillian-protocol-servlet-jakarta-1.7.0.Alpha2.jar: Provider class implClass=org.jboss.arquillian.protocol.servlet5.arq514hack.descriptors.impl.web.WebAppDescriptorImpl not in module [WARNING] Can't extract module name from arquillian-config-impl-base-1.7.0.Alpha10.jar: Provider class implClass=org.jboss.arquillian.config.descriptor.impl.ArquillianDescriptorImpl not in module [WARNING] Can't extract module name from arquillian-glassfish-managed-6-1.0.0.Alpha1.jar: arquillian.glassfish.managed.6: Invalid module name: '6' is not a Java identifier [WARNING] Can't extract module name from arquillian-container-test-impl-base-1.7.0.Alpha10.jar: Provider class !org.jboss.arquillian.test.impl.TestExtension not in module [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-embedded-gf --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-embedded-gf] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT.war [INFO] [INFO] --- failsafe:3.0.0-M5:integration-test (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.embedded.WsServletTestIT Starting container using command: [java, -jar, /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/admin-cli.jar, start-domain, --debug, -t] Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/domains/domain1/logs/server.log Admin Port: 4848 servlet-test.war: /WEB-INF/ /WEB-INF/classes/ /WEB-INF/classes/org/ /WEB-INF/classes/org/glassfish/ /WEB-INF/classes/org/glassfish/tyrus/ /WEB-INF/classes/org/glassfish/tyrus/tests/ /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/ /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/ /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/OnOpenCloseEndpoint.class /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/PlainEchoEndpoint.class /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletFilter.class /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletFilter$OP.class /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletFilter$ProgramaticEndpoint.class /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletFilter$ProgramaticEndpoint$ProgramaticEndpointMessageHandler.class /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.class /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig$ProgrammaticEndpointConfigurator.class /WEB-INF/glassfish-web.xml [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.967 s - in org.glassfish.tyrus.tests.servlet.embedded.WsServletTestIT Starting container using command: [java, -jar, /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/admin-cli.jar, start-domain, --debug, -t] Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/domains/domain1/logs/server.log Admin Port: 4848 servlet-test.war: /WEB-INF/ /WEB-INF/classes/ /WEB-INF/classes/org/ /WEB-INF/classes/org/glassfish/ /WEB-INF/classes/org/glassfish/tyrus/ /WEB-INF/classes/org/glassfish/tyrus/tests/ /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/ /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/ /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/OnOpenCloseEndpoint.class /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/PlainEchoEndpoint.class /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletFilter.class /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletFilter$OP.class /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletFilter$ProgramaticEndpoint.class /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletFilter$ProgramaticEndpoint$ProgramaticEndpointMessageHandler.class /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.class /WEB-INF/classes/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig$ProgrammaticEndpointConfigurator.class /WEB-INF/glassfish-web.xml [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.081 s - in org.glassfish.tyrus.tests.servlet.embedded.WsServletTestIT Stopping container using command: [java, -jar, /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/admin-cli.jar, stop-domain, --kill, -t] [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-embedded-gf --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-embedded-gf/2.0.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-embedded-gf/2.0.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-embedded-gf/2.0.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-dynamic-deploy >-- [INFO] Building Tyrus Servlet Dynamic Deploy Test 2.0.99-SNAPSHOT [53/69] [INFO] from tests/servlet/dynamic-deploy/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-dynamic-deploy] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.0.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.0.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.0.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-noappconfig >-- [INFO] Building Tyrus Servlet No App Config 2.0.99-SNAPSHOT [54/69] [INFO] from tests/servlet/noappconfig/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-noappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-noappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-noappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest Oct 20, 2023 10:39:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:39:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:39:59 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:39:59 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/noappconfig-test/one Oct 20, 2023 10:39:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:39:59 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:39:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:39:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:39:59 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:39:59 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:39:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:39:59 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 s - in org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-noappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-noappconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-noappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-noappconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-oneappconfig >-- [INFO] Building Tyrus Servlet One App Config 2.0.99-SNAPSHOT [55/69] [INFO] from tests/servlet/oneappconfig/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-oneappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-oneappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-oneappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest Oct 20, 2023 10:40:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:40:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:40:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 s - in org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-oneappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-oneappconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-oneappconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-remote >---- [INFO] Building Tyrus Servlet RemoteEndpoint Timeout 2.0.99-SNAPSHOT [56/69] [INFO] from tests/servlet/remote-endpoint-timeout/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-remote --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-remote --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-remote --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-remote --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-remote --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.014 s - in org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-remote --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-remote] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-remote --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-remote --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.0.99-SNAPSHOT/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.0.99-SNAPSHOT/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.0.99-SNAPSHOT/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-session >---- [INFO] Building Tyrus Servlet Session Closing 2.0.99-SNAPSHOT [57/69] [INFO] from tests/servlet/session/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-session --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-session --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-session --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-session --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionIdleTimeoutTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionIdleTimeoutTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-session --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Oct 20, 2023 10:40:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:40:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Oct 20, 2023 10:40:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:04 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:40:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:40:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:40:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Oct 20, 2023 10:40:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:07 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:40:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.236 s - in org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest [INFO] Running org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest Stopping container using command: [java, -jar, /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/admin-cli.jar, stop-domain, --kill, -t] [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-embedded-gf --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-embedded-gf/2.0.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-embedded-gf/2.0.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-embedded-gf/2.0.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-dynamic-deploy >-- [INFO] Building Tyrus Servlet Dynamic Deploy Test 2.0.99-SNAPSHOT [53/69] [INFO] from tests/servlet/dynamic-deploy/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-dynamic-deploy] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.0.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.0.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.0.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-noappconfig >-- [INFO] Building Tyrus Servlet No App Config 2.0.99-SNAPSHOT [54/69] [INFO] from tests/servlet/noappconfig/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-noappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-noappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-noappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-noappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest Oct 20, 2023 10:40:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:40:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/noappconfig-test/one Oct 20, 2023 10:40:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:40:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 s - in org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-noappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-noappconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-noappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-noappconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-oneappconfig >-- [INFO] Building Tyrus Servlet One App Config 2.0.99-SNAPSHOT [55/69] [INFO] from tests/servlet/oneappconfig/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-oneappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-oneappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-oneappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest Oct 20, 2023 10:40:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:40:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:04 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:40:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:04 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s - in org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-oneappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-oneappconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-oneappconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-remote >---- [INFO] Building Tyrus Servlet RemoteEndpoint Timeout 2.0.99-SNAPSHOT [56/69] [INFO] from tests/servlet/remote-endpoint-timeout/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-remote --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-remote --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-remote --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-remote --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-remote --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-remote --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.021 s - in org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-remote --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-remote] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-remote --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-remote --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.0.99-SNAPSHOT/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.0.99-SNAPSHOT/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.0.99-SNAPSHOT/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-session >---- [INFO] Building Tyrus Servlet Session Closing 2.0.99-SNAPSHOT [57/69] [INFO] from tests/servlet/session/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-session --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-session --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-session --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-session --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-session --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionIdleTimeoutTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionIdleTimeoutTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-session --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Oct 20, 2023 10:40:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:40:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Oct 20, 2023 10:40:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:07 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:40:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:40:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:40:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Oct 20, 2023 10:40:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:40:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:11 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.031 s - in org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest [INFO] Running org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest Oct 20, 2023 10:40:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:40:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Exception in thread "Timer-3" java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:513) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.tests.servlet.session.IdleTimeoutSendingPingEndpoint$1.run(IdleTimeoutSendingPingEndpoint.java:49) at java.base/java.util.TimerThread.mainLoop(Timer.java:556) at java.base/java.util.TimerThread.run(Timer.java:506) Oct 20, 2023 10:40:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:40:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Exception in thread "Timer-3" java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:513) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.tests.servlet.session.IdleTimeoutSendingPingEndpoint$1.run(IdleTimeoutSendingPingEndpoint.java:49) at java.base/java.util.TimerThread.mainLoop(Timer.java:556) at java.base/java.util.TimerThread.run(Timer.java:506) Oct 20, 2023 10:40:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:40:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:18 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:40:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:18 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.242 s - in org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-session --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-session] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-session --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-session --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.0.99-SNAPSHOT/tyrus-tests-servlet-session-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.0.99-SNAPSHOT/tyrus-tests-servlet-session-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.0.99-SNAPSHOT/tyrus-tests-servlet-session-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet.twoappconfig:tyrus-tests-servlet-twoappconfig >-- [INFO] Building Tyrus Servlet Two App Config 2.0.99-SNAPSHOT [58/69] [INFO] from tests/servlet/twoappconfig/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-twoappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-twoappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-twoappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest Oct 20, 2023 10:40:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:40:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:19 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:40:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:19 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.651 s - in org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-twoappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-twoappconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-twoappconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-mbean-test >-- [INFO] Building Tyrus Servlet Monitoring Test 2.0.99-SNAPSHOT [59/69] [INFO] from tests/servlet/mbean/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-mbean-test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-mbean-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-mbean-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.MBeanTest Oct 20, 2023 10:40:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:40:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 s - in org.glassfish.tyrus.tests.servlet.MBeanTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-mbean-test --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-mbean-test] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-mbean-test --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.0.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.0.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.0.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-inject >---- [INFO] Building Tyrus Servlet Inject Test 2.0.99-SNAPSHOT [60/69] [INFO] from tests/servlet/inject/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-inject --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-inject --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-inject --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-inject --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-inject] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-inject --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.0.99-SNAPSHOT/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.0.99-SNAPSHOT/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.0.99-SNAPSHOT/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-app >-- [INFO] Building Tyrus Servlet Max Sessions Per App Tests 2.0.99-SNAPSHOT [61/69] [INFO] from tests/servlet/maxsessions-per-app/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest Oct 20, 2023 10:40:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:40:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:21 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:40:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:21 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.249 s - in org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-session --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-session] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-session --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-session --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.0.99-SNAPSHOT/tyrus-tests-servlet-session-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.0.99-SNAPSHOT/tyrus-tests-servlet-session-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.0.99-SNAPSHOT/tyrus-tests-servlet-session-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet.twoappconfig:tyrus-tests-servlet-twoappconfig >-- [INFO] Building Tyrus Servlet Two App Config 2.0.99-SNAPSHOT [58/69] [INFO] from tests/servlet/twoappconfig/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-twoappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-twoappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-twoappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest Oct 20, 2023 10:40:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:40:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:22 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:40:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:22 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s - in org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-twoappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-twoappconfig] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-twoappconfig --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.0.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-mbean-test >-- [INFO] Building Tyrus Servlet Monitoring Test 2.0.99-SNAPSHOT [59/69] [INFO] from tests/servlet/mbean/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-mbean-test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-mbean-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-mbean-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-mbean-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.MBeanTest Oct 20, 2023 10:40:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:40:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 s - in org.glassfish.tyrus.tests.servlet.MBeanTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-mbean-test --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-mbean-test] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-mbean-test --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.0.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.0.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.0.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-inject >---- [INFO] Building Tyrus Servlet Inject Test 2.0.99-SNAPSHOT [60/69] [INFO] from tests/servlet/inject/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-inject --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-inject --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-inject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-inject --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Oct 20, 2023 10:40:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:40:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== Oct 20, 2023 10:40:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:40:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== Oct 20, 2023 10:40:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.037 s - in org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-maxsessions-per-app] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.0.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.0.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.0.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-remoteaddr >-- [INFO] Building Tyrus Servlet Max Sessions Per Remote Addr Tests 2.0.99-SNAPSHOT [62/69] [INFO] from tests/servlet/maxsessions-per-remoteaddr/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Running org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.glassfish.tyrus.tests.servlet.inject.Tyrus319Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-inject --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-inject] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-inject --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.0.99-SNAPSHOT/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.0.99-SNAPSHOT/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.0.99-SNAPSHOT/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-app >-- [INFO] Building Tyrus Servlet Max Sessions Per App Tests 2.0.99-SNAPSHOT [61/69] [INFO] from tests/servlet/maxsessions-per-app/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/target/test-classes [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest [INFO] Running org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest Oct 20, 2023 10:40:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:40:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== Oct 20, 2023 10:40:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:40:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. Oct 20, 2023 10:40:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:40:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== Oct 20, 2023 10:40:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:26 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.938 s - in org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-maxsessions-per-app] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.0.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.0.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.0.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-maxsessions-per-remoteaddr >-- [INFO] Building Tyrus Servlet Max Sessions Per Remote Addr Tests 2.0.99-SNAPSHOT [62/69] [INFO] from tests/servlet/maxsessions-per-remoteaddr/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/test-classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== Oct 20, 2023 10:40:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:26 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Running org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest Oct 20, 2023 10:40:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:40:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false Oct 20, 2023 10:40:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:26 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.259 s - in org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-maxsessions-per-remoteaddr] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.0.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.0.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.0.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-debug >----- [INFO] Building Tyrus Debug Debug Samples 2.0.99-SNAPSHOT [63/69] [INFO] from tests/servlet/debug/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-debug --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-debug --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-debug --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/debug/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-debug --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-debug --- [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-debug --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/debug/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-debug --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest Oct 20, 2023 10:40:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:40:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 375f981f-0198-4468-9ed6-3f9441849648 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: ZtrsgsQKXL6NFFKVNzHi6g== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 375f981f-0198-4468-9ed6-3f9441849648 [19 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 375f981f-0198-4468-9ed6-3f9441849648 [19 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 375f981f-0198-4468-9ed6-3f9441849648 [19 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 375f981f-0198-4468-9ed6-3f9441849648 [19 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 375f981f-0198-4468-9ed6-3f9441849648 [19 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 375f981f-0198-4468-9ed6-3f9441849648 [19 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 375f981f-0198-4468-9ed6-3f9441849648 [19 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 375f981f-0198-4468-9ed6-3f9441849648 [19 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 375f981f-0198-4468-9ed6-3f9441849648 [19 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 375f981f-0198-4468-9ed6-3f9441849648 [19 ms]: Segment "a" does not match Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 375f981f-0198-4468-9ed6-3f9441849648 [19 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 375f981f-0198-4468-9ed6-3f9441849648 [19 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 375f981f-0198-4468-9ed6-3f9441849648 [20 ms]: Endpoints matched to the request URI: [] Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 5451cc52-dbd4-4539-9ee5-694ea33d2be6 [11 ms]: Redirect enabled: false Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 5451cc52-dbd4-4539-9ee5-694ea33d2be6 [18 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: ZtrsgsQKXL6NFFKVNzHi6g== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 5451cc52-dbd4-4539-9ee5-694ea33d2be6 [106 ms]: Received handshake response: < 404 < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-01: [19 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length < x-tyrus-tracing-02: [19 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-03: [19 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length < x-tyrus-tracing-04: [19 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-05: [19 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length < x-tyrus-tracing-06: [19 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-07: [19 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length < x-tyrus-tracing-08: [19 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a < x-tyrus-tracing-09: [19 ms] Segment "a" does not match < x-tyrus-tracing-10: [19 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-11: [19 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length < x-tyrus-tracing-12: [20 ms] Endpoints matched to the request URI: [] Oct 20, 2023 10:40:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== Oct 20, 2023 10:40:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Oct 20, 2023 10:40:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false Oct 20, 2023 10:40:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.11 s - in org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-maxsessions-per-remoteaddr] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.0.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.0.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.0.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-debug >----- [INFO] Building Tyrus Debug Debug Samples 2.0.99-SNAPSHOT [63/69] [INFO] from tests/servlet/debug/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-debug --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-debug --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-tests-servlet-debug --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/debug/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-tests-servlet-debug --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-tests-servlet-debug --- [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-tests-servlet-debug --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/debug/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-tests-servlet-debug --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest > Session 355e5d89-c462-4d86-9ac2-c14c73c0cf0f [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/a/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: nPHEg2Ci9YpjdwV0uP58Lg== > Sec-WebSocket-Version: 13 > Upgrade: websocket < Session 355e5d89-c462-4d86-9ac2-c14c73c0cf0f [5 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: hqYR2LP37tXDf8mDeB9LhjxrUaY= < upgrade: websocket Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 60b832ea-7a14-49e0-9c65-aed490406053 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: DTVWuvj33rW475R0rSrs3w== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 60b832ea-7a14-49e0-9c65-aed490406053 [4 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 60b832ea-7a14-49e0-9c65-aed490406053 [4 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 60b832ea-7a14-49e0-9c65-aed490406053 [4 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 60b832ea-7a14-49e0-9c65-aed490406053 [4 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 60b832ea-7a14-49e0-9c65-aed490406053 [4 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 60b832ea-7a14-49e0-9c65-aed490406053 [4 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 60b832ea-7a14-49e0-9c65-aed490406053 [4 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 60b832ea-7a14-49e0-9c65-aed490406053 [4 ms]: Segment "a" does not match Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 60b832ea-7a14-49e0-9c65-aed490406053 [5 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 60b832ea-7a14-49e0-9c65-aed490406053 [5 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 60b832ea-7a14-49e0-9c65-aed490406053 [5 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 60b832ea-7a14-49e0-9c65-aed490406053 [5 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 60b832ea-7a14-49e0-9c65-aed490406053 [5 ms]: Endpoints matched to the request URI: [] Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 156ebd8f-a973-4aa3-a1b1-7e2b02a96d2f [9 ms]: Redirect enabled: false Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 156ebd8f-a973-4aa3-a1b1-7e2b02a96d2f [15 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: DTVWuvj33rW475R0rSrs3w== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 156ebd8f-a973-4aa3-a1b1-7e2b02a96d2f [95 ms]: Received handshake response: < 404 < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-01: [4 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length < x-tyrus-tracing-02: [4 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-03: [4 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length < x-tyrus-tracing-04: [4 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-05: [4 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length < x-tyrus-tracing-06: [4 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a < x-tyrus-tracing-07: [4 ms] Segment "a" does not match < x-tyrus-tracing-08: [4 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-09: [5 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length < x-tyrus-tracing-10: [5 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-11: [5 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length < x-tyrus-tracing-12: [5 ms] Endpoints matched to the request URI: [] Oct 20, 2023 10:40:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 945f9dc2-0eb8-435c-af50-195cf11cca21 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: LdIVMZvkgXYk43BibNKMxg== < sec-websocket-version: 13 < upgrade: websocket Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 945f9dc2-0eb8-435c-af50-195cf11cca21 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 945f9dc2-0eb8-435c-af50-195cf11cca21 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 945f9dc2-0eb8-435c-af50-195cf11cca21 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 945f9dc2-0eb8-435c-af50-195cf11cca21 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 945f9dc2-0eb8-435c-af50-195cf11cca21 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 945f9dc2-0eb8-435c-af50-195cf11cca21 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 945f9dc2-0eb8-435c-af50-195cf11cca21 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 945f9dc2-0eb8-435c-af50-195cf11cca21 [0 ms]: Segment "a" does not match Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 945f9dc2-0eb8-435c-af50-195cf11cca21 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 945f9dc2-0eb8-435c-af50-195cf11cca21 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 945f9dc2-0eb8-435c-af50-195cf11cca21 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 945f9dc2-0eb8-435c-af50-195cf11cca21 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 945f9dc2-0eb8-435c-af50-195cf11cca21 [0 ms]: Endpoints matched to the request URI: [] Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session ac9dc8c8-c92e-428f-a458-f48ac56f602f [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session ac9dc8c8-c92e-428f-a458-f48ac56f602f [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: LdIVMZvkgXYk43BibNKMxg== > Sec-WebSocket-Version: 13 > Upgrade: websocket Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ac9dc8c8-c92e-428f-a458-f48ac56f602f [6 ms]: Received handshake response: < 404 Oct 20, 2023 10:40:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:29 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. > Session c457c72a-4327-4d29-9f45-9df768840e57 [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/a/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: drC2lpfI3z/T/hvLLU0jYA== > Sec-WebSocket-Version: 13 > Upgrade: websocket < Session c457c72a-4327-4d29-9f45-9df768840e57 [5 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: LygPblk0Zel3J4foQO3C9ib/sXA= < upgrade: websocket Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: zd/HUxhqUX8MAyWpaoNZ8w== < sec-websocket-version: 13 < upgrade: websocket Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session c23010dd-53ed-4a9c-8950-c81fb865a4e7 [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Segment "a" does not match Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session c23010dd-53ed-4a9c-8950-c81fb865a4e7 [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/a/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: zd/HUxhqUX8MAyWpaoNZ8w== > Sec-WebSocket-Version: 13 > Upgrade: websocket Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c23010dd-53ed-4a9c-8950-c81fb865a4e7 [5 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: ggs7sVl76uVZldDEO8fYvo6VkSs= < upgrade: websocket Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session c23010dd-53ed-4a9c-8950-c81fb865a4e7 [6 ms]: Incoming buffer size: 4194315 Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [0 ms]: Using negotiated subprotocol: null Oct 20, 2023 10:40:30 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session cdc93875-1eeb-4c31-90b7-6197a700cc09 [2 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: ggs7sVl76uVZldDEO8fYvo6VkSs= > Upgrade: websocket Oct 20, 2023 10:40:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$EchoEndpoint Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session efbd3d1c-abee-4fd4-b6e9-406551e60778 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/echo < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: RDNopRF4QuYE6xJ0ZJh1Dg== < sec-websocket-version: 13 < upgrade: websocket Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session efbd3d1c-abee-4fd4-b6e9-406551e60778 [0 ms]: Matching request URI /samples-debug/endpoint/echo against /samples-debug/endpoint/echo Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session c7a326b6-b736-4203-9cdf-d3c724814dac [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session efbd3d1c-abee-4fd4-b6e9-406551e60778 [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/echo] Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session c7a326b6-b736-4203-9cdf-d3c724814dac [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/echo > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: RDNopRF4QuYE6xJ0ZJh1Dg== > Sec-WebSocket-Version: 13 > Upgrade: websocket Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session efbd3d1c-abee-4fd4-b6e9-406551e60778 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/echo Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c7a326b6-b736-4203-9cdf-d3c724814dac [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 6iH7b5HclKrz0kq9Qwqzcf3PgTE= < upgrade: websocket Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session efbd3d1c-abee-4fd4-b6e9-406551e60778 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session efbd3d1c-abee-4fd4-b6e9-406551e60778 [0 ms]: Using negotiated subprotocol: null Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session efbd3d1c-abee-4fd4-b6e9-406551e60778 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: 6iH7b5HclKrz0kq9Qwqzcf3PgTE= > Upgrade: websocket Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session c7a326b6-b736-4203-9cdf-d3c724814dac [7 ms]: Incoming buffer size: 4194315 Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session efbd3d1c-abee-4fd4-b6e9-406551e60778 [4 ms]: Received text message Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session efbd3d1c-abee-4fd4-b6e9-406551e60778 [5 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@52851b44, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@584f54e6, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5d8bafa9, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@576f63f6, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2dca0d64, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@f80945f, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@ff684e1, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@23aa363a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5ef6ae06, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1cdc4c27, type=class java.io.Reader}] Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session efbd3d1c-abee-4fd4-b6e9-406551e60778 [6 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5ef6ae06, type=class java.lang.String} Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session c7a326b6-b736-4203-9cdf-d3c724814dac [10 ms]: Received text message Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session efbd3d1c-abee-4fd4-b6e9-406551e60778 [7 ms]: Received binary message Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session efbd3d1c-abee-4fd4-b6e9-406551e60778 [8 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@55dfebeb, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6e35bc3d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@77b14724, type=class java.io.InputStream}] Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session c7a326b6-b736-4203-9cdf-d3c724814dac [10 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@229f0c3b, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@679d860c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7453e88b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@56b00302, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@c94333b, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7b27943, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6ccece8e, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3a306806, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@17909990, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3fc8240, type=class java.io.Reader}] Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session efbd3d1c-abee-4fd4-b6e9-406551e60778 [8 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@55dfebeb, type=class java.nio.ByteBuffer} Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session c7a326b6-b736-4203-9cdf-d3c724814dac [11 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@17909990, type=class java.lang.String} Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session c7a326b6-b736-4203-9cdf-d3c724814dac [12 ms]: Received binary message Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session c7a326b6-b736-4203-9cdf-d3c724814dac [12 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2b94b563, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@339a5c93, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1471563a, type=class java.io.InputStream}] Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session c7a326b6-b736-4203-9cdf-d3c724814dac [12 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2b94b563, type=class java.nio.ByteBuffer} Oct 20, 2023 10:40:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9f51edf7-0cee-4367-894d-5d62bf79f558 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: 02+N9uvZqn/EqnUjdpmbLA== < sec-websocket-version: 13 < upgrade: websocket Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9f51edf7-0cee-4367-894d-5d62bf79f558 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9f51edf7-0cee-4367-894d-5d62bf79f558 [0 ms]: Segment "a" does not match Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9f51edf7-0cee-4367-894d-5d62bf79f558 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9f51edf7-0cee-4367-894d-5d62bf79f558 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9f51edf7-0cee-4367-894d-5d62bf79f558 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9f51edf7-0cee-4367-894d-5d62bf79f558 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9f51edf7-0cee-4367-894d-5d62bf79f558 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9f51edf7-0cee-4367-894d-5d62bf79f558 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9f51edf7-0cee-4367-894d-5d62bf79f558 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9f51edf7-0cee-4367-894d-5d62bf79f558 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9f51edf7-0cee-4367-894d-5d62bf79f558 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9f51edf7-0cee-4367-894d-5d62bf79f558 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9f51edf7-0cee-4367-894d-5d62bf79f558 [0 ms]: Endpoints matched to the request URI: [] Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cd63ec6b-8dcc-47ea-b2d7-0b2c95af178d [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session cd63ec6b-8dcc-47ea-b2d7-0b2c95af178d [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: 02+N9uvZqn/EqnUjdpmbLA== > Sec-WebSocket-Version: 13 > Upgrade: websocket Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cd63ec6b-8dcc-47ea-b2d7-0b2c95af178d [6 ms]: Received handshake response: < 404 Oct 20, 2023 10:40:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:31 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Oct 20, 2023 10:40:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session e6ef8179-eafe-4101-893a-412e5359b806 [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session e6ef8179-eafe-4101-893a-412e5359b806 [0 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: G56JbMrW/cah5MKjcCVt7Q== > Sec-WebSocket-Version: 13 > Upgrade: websocket Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e6ef8179-eafe-4101-893a-412e5359b806 [3 ms]: Received handshake response: < 401 < upgrade: websocket < www-authenticate: Basic realm="my realm" Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session e6ef8179-eafe-4101-893a-412e5359b806 [4 ms]: Using authentication config: AuthConfig{Basic->org.glassfish.tyrus.client.auth.BasicAuthenticator, Digest->org.glassfish.tyrus.client.auth.DigestAuthenticator} Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session e6ef8179-eafe-4101-893a-412e5359b806 [4 ms]: Using authentication scheme: Basic Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session e6ef8179-eafe-4101-893a-412e5359b806 [5 ms]: Using authenticator: org.glassfish.tyrus.client.auth.BasicAuthenticator Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session e6ef8179-eafe-4101-893a-412e5359b806 [5 ms]: Using credentials: Credentials{username: Petr, password: *****} Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session e6ef8179-eafe-4101-893a-412e5359b806 [6 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Authorization: ***** > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: G56JbMrW/cah5MKjcCVt7Q== > Sec-WebSocket-Version: 13 > Upgrade: websocket Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e6ef8179-eafe-4101-893a-412e5359b806 [9 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: Hk0JEJDlKTop4GEjFdvzTGJXjcg= < upgrade: websocket Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session e6ef8179-eafe-4101-893a-412e5359b806 [11 ms]: Incoming buffer size: 4194315 Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: 027SuyFmKnc26dGpJSd1mQ== < sec-websocket-version: 13 < upgrade: websocket Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 5da1e2a7-40f2-48bd-bb0c-f3d23f4066d5 [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 5da1e2a7-40f2-48bd-bb0c-f3d23f4066d5 [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/a/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: 027SuyFmKnc26dGpJSd1mQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 5da1e2a7-40f2-48bd-bb0c-f3d23f4066d5 [5 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: XEcsWmaL84O04FcKbh7/sjcCblU= < upgrade: websocket Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Segment "a" does not match Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 5da1e2a7-40f2-48bd-bb0c-f3d23f4066d5 [6 ms]: Incoming buffer size: 4194315 Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [0 ms]: Using negotiated subprotocol: null Oct 20, 2023 10:40:32 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session a5d7bbcb-a3e3-4233-8fec-a24fea634ab8 [1 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: XEcsWmaL84O04FcKbh7/sjcCblU= > Upgrade: websocket Oct 20, 2023 10:40:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$EchoEndpoint Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 11468e3e-d5b5-4785-968e-9b5b718c9b8f [0 ms]: Received handshake request: < GET /samples-debug/endpoint/echo < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: prtn539kgZIhRtxp4E76XA== < sec-websocket-version: 13 < upgrade: websocket Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 11468e3e-d5b5-4785-968e-9b5b718c9b8f [0 ms]: Matching request URI /samples-debug/endpoint/echo against /samples-debug/endpoint/echo Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 11468e3e-d5b5-4785-968e-9b5b718c9b8f [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/echo] Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 11468e3e-d5b5-4785-968e-9b5b718c9b8f [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/echo Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session e608ea11-4476-46cc-9c99-6fd748ef0077 [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 11468e3e-d5b5-4785-968e-9b5b718c9b8f [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session e608ea11-4476-46cc-9c99-6fd748ef0077 [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/echo > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: prtn539kgZIhRtxp4E76XA== > Sec-WebSocket-Version: 13 > Upgrade: websocket Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 11468e3e-d5b5-4785-968e-9b5b718c9b8f [0 ms]: Using negotiated subprotocol: null Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e608ea11-4476-46cc-9c99-6fd748ef0077 [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: LD5MmmT9hexJYgzsDhvfUQaaiXQ= < upgrade: websocket Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 11468e3e-d5b5-4785-968e-9b5b718c9b8f [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: LD5MmmT9hexJYgzsDhvfUQaaiXQ= > Upgrade: websocket Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 11468e3e-d5b5-4785-968e-9b5b718c9b8f [4 ms]: Received text message Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session e608ea11-4476-46cc-9c99-6fd748ef0077 [7 ms]: Incoming buffer size: 4194315 Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 11468e3e-d5b5-4785-968e-9b5b718c9b8f [5 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5167f57d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@64b0598, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@18f8cd79, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3e2055d6, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@50029372, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@e3b3b2f, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@50f6ac94, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6cc4cdb9, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@28194a50, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5038d0b5, type=class java.io.Reader}] Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 11468e3e-d5b5-4785-968e-9b5b718c9b8f [5 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@28194a50, type=class java.lang.String} Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e608ea11-4476-46cc-9c99-6fd748ef0077 [9 ms]: Received text message Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 11468e3e-d5b5-4785-968e-9b5b718c9b8f [6 ms]: Received binary message Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e608ea11-4476-46cc-9c99-6fd748ef0077 [10 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1bc12620, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5ec3ab3c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5cb3e79, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6fd7515e, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7d359aa2, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3eec5473, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@62888d21, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@37806d8f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@66311157, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3aa28e2e, type=class java.io.Reader}] Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 11468e3e-d5b5-4785-968e-9b5b718c9b8f [7 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7f2cfe3f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1a5b6f42, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@32115b28, type=class java.io.InputStream}] Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e608ea11-4476-46cc-9c99-6fd748ef0077 [10 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@66311157, type=class java.lang.String} Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 11468e3e-d5b5-4785-968e-9b5b718c9b8f [8 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7f2cfe3f, type=class java.nio.ByteBuffer} Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e608ea11-4476-46cc-9c99-6fd748ef0077 [12 ms]: Received binary message Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e608ea11-4476-46cc-9c99-6fd748ef0077 [12 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6393d325, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2e559f2d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6c78409e, type=class java.io.InputStream}] Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e608ea11-4476-46cc-9c99-6fd748ef0077 [13 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6393d325, type=class java.nio.ByteBuffer} Oct 20, 2023 10:40:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: ctLfRPhGzsE3oaYNhbsbZQ== < sec-websocket-version: 12 < upgrade: websocket Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Segment "a" does not match Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/b Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Upgrade request contains unsupported version of Websocket protocol Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session e1af29dd-a967-404d-a722-6c3fdffea16e [0 ms]: Sending handshake response: > 426 > Sec-WebSocket-Version: 13 Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session afe89d91-238a-4e61-829b-11883cdf4664 [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session afe89d91-238a-4e61-829b-11883cdf4664 [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/a/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: ctLfRPhGzsE3oaYNhbsbZQ== > Sec-WebSocket-Version: 12 > Upgrade: websocket Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session afe89d91-238a-4e61-829b-11883cdf4664 [7 ms]: Received handshake response: < 426 < sec-websocket-version: 13 < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-01: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-05: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-06: [0 ms] Segment "a" does not match < x-tyrus-tracing-07: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-08: [0 ms] Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b < x-tyrus-tracing-09: [0 ms] /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path < x-tyrus-tracing-10: [0 ms] Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} < x-tyrus-tracing-11: [0 ms] /samples-debug/endpoint/a/b is an exact match < x-tyrus-tracing-12: [0 ms] Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/b < x-tyrus-tracing-13: [0 ms] /samples-debug/endpoint/a/b is an exact match < x-tyrus-tracing-14: [0 ms] Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} < x-tyrus-tracing-15: [0 ms] /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path < x-tyrus-tracing-16: [0 ms] Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b < x-tyrus-tracing-17: [0 ms] /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables < x-tyrus-tracing-18: [0 ms] Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] < x-tyrus-tracing-19: [0 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b < x-tyrus-tracing-20: [0 ms] Upgrade request contains unsupported version of Websocket protocol Oct 20, 2023 10:40:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Oct 20, 2023 10:40:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 564680dd-0f49-49bd-a61c-3821c6267382 [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 564680dd-0f49-49bd-a61c-3821c6267382 [0 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: e691oeNsBDSQI3/VOCbenw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 564680dd-0f49-49bd-a61c-3821c6267382 [3 ms]: Received handshake response: < 401 < upgrade: websocket < www-authenticate: Basic realm="my realm" Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 564680dd-0f49-49bd-a61c-3821c6267382 [4 ms]: Using authentication config: AuthConfig{Basic->org.glassfish.tyrus.client.auth.BasicAuthenticator, Digest->org.glassfish.tyrus.client.auth.DigestAuthenticator} Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 564680dd-0f49-49bd-a61c-3821c6267382 [4 ms]: Using authentication scheme: Basic Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 564680dd-0f49-49bd-a61c-3821c6267382 [5 ms]: Using authenticator: org.glassfish.tyrus.client.auth.BasicAuthenticator Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 564680dd-0f49-49bd-a61c-3821c6267382 [5 ms]: Using credentials: Credentials{username: Petr, password: *****} Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 564680dd-0f49-49bd-a61c-3821c6267382 [5 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Authorization: ***** > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: e691oeNsBDSQI3/VOCbenw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 564680dd-0f49-49bd-a61c-3821c6267382 [8 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: XJqvVDJjeZehG7aX96m39LC5K5Y= < upgrade: websocket Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 564680dd-0f49-49bd-a61c-3821c6267382 [10 ms]: Incoming buffer size: 4194315 Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: 3IX9HSx9QbEXk1AIXs1+kg== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session da605448-7f79-4d10-b659-51bc47899922 [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Segment "a" does not match Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session da605448-7f79-4d10-b659-51bc47899922 [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/a/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: 3IX9HSx9QbEXk1AIXs1+kg== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session da605448-7f79-4d10-b659-51bc47899922 [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: Q9jkLc5njADEjIlNIKXCI2XTYK4= < upgrade: websocket < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-01: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-02: [0 ms] Segment "a" does not match < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-05: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-07: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-08: [0 ms] Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] < x-tyrus-tracing-09: [0 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session da605448-7f79-4d10-b659-51bc47899922 [5 ms]: Incoming buffer size: 4194315 Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Oct 20, 2023 10:40:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/b Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Using negotiated subprotocol: null Oct 20, 2023 10:40:34 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session fc744ab8-5070-459b-8878-dcfc96406de8 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: Q9jkLc5njADEjIlNIKXCI2XTYK4= > Upgrade: websocket Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: v+/biq10gWnw0aCQv3DiVg== < sec-websocket-version: 12 < upgrade: websocket Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: Segment "a" does not match Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: Upgrade request contains unsupported version of Websocket protocol Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 1c805759-e990-4ef4-bf95-a7aa67ec69aa [0 ms]: Sending handshake response: > 426 > Sec-WebSocket-Version: 13 Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session f6216cf9-1ea9-4953-bbcf-db129efc62a5 [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session f6216cf9-1ea9-4953-bbcf-db129efc62a5 [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/a/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: v+/biq10gWnw0aCQv3DiVg== > Sec-WebSocket-Version: 12 > Upgrade: websocket Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f6216cf9-1ea9-4953-bbcf-db129efc62a5 [6 ms]: Received handshake response: < 426 < sec-websocket-version: 13 < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-01: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-03: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-05: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-07: [0 ms] Segment "a" does not match < x-tyrus-tracing-08: [0 ms] Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b < x-tyrus-tracing-09: [0 ms] /samples-debug/endpoint/a/b is an exact match < x-tyrus-tracing-10: [0 ms] Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} < x-tyrus-tracing-11: [0 ms] /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path < x-tyrus-tracing-12: [0 ms] Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b < x-tyrus-tracing-13: [0 ms] /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables < x-tyrus-tracing-14: [0 ms] Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] < x-tyrus-tracing-15: [0 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b < x-tyrus-tracing-16: [0 ms] Upgrade request contains unsupported version of Websocket protocol Oct 20, 2023 10:40:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: 2NfAvPqY8CxoOR2msfkRzw== < sec-websocket-version: 13 < upgrade: websocket Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 8c3dae47-024c-4033-9837-027ea79067f8 [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Segment "a" does not match Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 8c3dae47-024c-4033-9837-027ea79067f8 [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/a/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: 2NfAvPqY8CxoOR2msfkRzw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8c3dae47-024c-4033-9837-027ea79067f8 [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 9FuCDBFb2hsJYQW6xC5p1ca+iYg= < upgrade: websocket Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 8c3dae47-024c-4033-9837-027ea79067f8 [4 ms]: Incoming buffer size: 4194315 Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Oct 20, 2023 10:40:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Using negotiated subprotocol: null Oct 20, 2023 10:40:35 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 9bf05585-166a-4d96-8eec-7c4196103aa4 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: 9FuCDBFb2hsJYQW6xC5p1ca+iYg= > Upgrade: websocket Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: 1GA9Aq89iIjXVEXOMTsN3Q== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Segment "a" does not match Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 263f2dc0-50e5-4f62-85b6-534fd6fcea4a [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 263f2dc0-50e5-4f62-85b6-534fd6fcea4a [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/a/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: 1GA9Aq89iIjXVEXOMTsN3Q== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 263f2dc0-50e5-4f62-85b6-534fd6fcea4a [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 4edCgd7Fl1M+OrYVxtRX/3vvXXo= < upgrade: websocket < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-01: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-02: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-05: [0 ms] Segment "a" does not match < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-07: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-08: [0 ms] Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] < x-tyrus-tracing-09: [0 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 263f2dc0-50e5-4f62-85b6-534fd6fcea4a [4 ms]: Incoming buffer size: 4194315 Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Using negotiated subprotocol: null Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 1e0dfe8e-afe9-49f8-8391-ab3508b7ba48 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: 4edCgd7Fl1M+OrYVxtRX/3vvXXo= > Upgrade: websocket [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.597 s - in org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-debug --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-debug] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/debug/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-debug --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-debug --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/debug/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.0.99-SNAPSHOT/tyrus-tests-servlet-debug-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.0.99-SNAPSHOT/tyrus-tests-servlet-debug-2.0.99-SNAPSHOT.war [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-bundles >-------------- [INFO] Building Tyrus Bundles 2.0.99-SNAPSHOT [64/69] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-bundles --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-bundles --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-bundles --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-bundles --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.0.99-SNAPSHOT/tyrus-bundles-2.0.99-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-samples >-------------- [INFO] Building Tyrus Samples Bundle 2.0.99-SNAPSHOT [65/69] [INFO] from bundles/samples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-samples --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-samples --- Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: wx0n/sjAHxbrrxPiH2rACA== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Segment "a" does not match Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 86322f22-3185-491b-9f26-dc98d2b6fa81 [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 86322f22-3185-491b-9f26-dc98d2b6fa81 [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/a/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: wx0n/sjAHxbrrxPiH2rACA== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 86322f22-3185-491b-9f26-dc98d2b6fa81 [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: fP0K3yy8xn1DDTnk/njPrBhJbRI= < upgrade: websocket < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-01: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-02: [0 ms] Segment "a" does not match < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-05: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-07: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-08: [0 ms] Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] < x-tyrus-tracing-09: [0 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 86322f22-3185-491b-9f26-dc98d2b6fa81 [4 ms]: Incoming buffer size: 4194315 Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Using negotiated subprotocol: null Oct 20, 2023 10:40:36 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 79dcf089-4328-44dd-bb70-2c43816b8ac1 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: fP0K3yy8xn1DDTnk/njPrBhJbRI= > Upgrade: websocket [INFO] Starting audit... Audit done. [INFO] [INFO] --- dependency:2.8:unpack-dependencies (unpack-examples) @ tyrus-samples --- Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: kkJJ5N/C5s1HyrWq8Q9A5w== < sec-websocket-version: 13 < upgrade: websocket Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 284e76c7-9ac7-49e7-9890-65fb4c648bd8 [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 284e76c7-9ac7-49e7-9890-65fb4c648bd8 [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/a/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: kkJJ5N/C5s1HyrWq8Q9A5w== > Sec-WebSocket-Version: 13 > Upgrade: websocket Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 284e76c7-9ac7-49e7-9890-65fb4c648bd8 [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: vMud7u0DZcTzfeK9K6WQMs2soUU= < upgrade: websocket Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Segment "a" does not match Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 284e76c7-9ac7-49e7-9890-65fb4c648bd8 [4 ms]: Incoming buffer size: 4194315 Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Using negotiated subprotocol: null Oct 20, 2023 10:40:37 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 55101ab8-13aa-4b73-8319-51b91645823d [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: vMud7u0DZcTzfeK9K6WQMs2soUU= > Upgrade: websocket [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] [INFO] --- assembly:2.2-beta-5:attached (make-assembly) @ tyrus-samples --- [INFO] Reading assembly descriptor: src/main/assembly/examples-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/tyrus-samples-all.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-samples --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-samples --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.0.99-SNAPSHOT/tyrus-samples-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/tyrus-samples-all.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.0.99-SNAPSHOT/tyrus-samples-2.0.99-SNAPSHOT-all.zip [INFO] [INFO] --------< org.glassfish.tyrus.bundles:tyrus-standalone-client >--------- [INFO] Building Tyrus Standalone Client 2.0.99-SNAPSHOT [66/69] [INFO] from bundles/client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-standalone-client --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-standalone-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper:1.8:parse-version (parse-version) @ tyrus-standalone-client --- [INFO] [INFO] --- dependency:2.8:unpack (unpack) @ tyrus-standalone-client --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-client-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-framework:sources:3.0.1:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http-server:sources:3.0.1:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http:sources:3.0.1:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.0.0/jakarta.websocket-client-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/tyrus-core-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/tyrus-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/target/tyrus-spi-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-standalone-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-standalone-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-standalone-client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-standalone-client --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- shade:3.2.4:shade (default) @ tyrus-standalone-client --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.0.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:3.0.1 in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.0.0 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-server-3.0.1.jar, jakarta.websocket-api-2.0.0.jar, jakarta.websocket-client-api-2.0.0.jar, tyrus-client-2.0.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar, tyrus-core-2.0.99-SNAPSHOT.jar, tyrus-spi-2.0.99-SNAPSHOT.jar, tyrus-standalone-client-2.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.websocket-api-2.0.0.jar, jakarta.websocket-client-api-2.0.0.jar define 47 overlapping classes and resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] - jakarta.websocket.ClientEndpoint [WARNING] - jakarta.websocket.ClientEndpointConfig [WARNING] - jakarta.websocket.ClientEndpointConfig$Builder [WARNING] - jakarta.websocket.ClientEndpointConfig$Builder$1 [WARNING] - jakarta.websocket.ClientEndpointConfig$Configurator [WARNING] - jakarta.websocket.CloseReason [WARNING] - jakarta.websocket.CloseReason$CloseCode [WARNING] - jakarta.websocket.CloseReason$CloseCodes [WARNING] - 37 more... [WARNING] grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-server-3.0.1.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/dependency-reduced-pom.xml [INFO] [INFO] --- build-helper:1.8:add-source (default) @ tyrus-standalone-client --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources added. [INFO] [INFO] --- javadoc:3.3.1:jar (attach-javadocs) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.3.1:jar (default) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-standalone-client --- Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Oct 20, 2023 10:40:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: 0sO5dnspz4yAUqDCrEA2tw== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Segment "a" does not match Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session fc2101e4-b50a-4353-a65b-d292e37d85b8 [0 ms]: Redirect enabled: false Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session fc2101e4-b50a-4353-a65b-d292e37d85b8 [0 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/a/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: 0sO5dnspz4yAUqDCrEA2tw== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session fc2101e4-b50a-4353-a65b-d292e37d85b8 [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: i34Av+k4/8NstDDZNjx5kOqotRw= < upgrade: websocket < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-01: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-02: [0 ms] Segment "a" does not match < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-05: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-06: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-07: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-08: [0 ms] Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] < x-tyrus-tracing-09: [0 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session fc2101e4-b50a-4353-a65b-d292e37d85b8 [5 ms]: Incoming buffer size: 4194315 Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Oct 20, 2023 10:40:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: /samples-debug/endpoint/a/b is an exact match Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Using negotiated subprotocol: null Oct 20, 2023 10:40:38 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 56930a01-ef88-42c5-8f98-0d594bdd0e1d [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: i34Av+k4/8NstDDZNjx5kOqotRw= > Upgrade: websocket [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.521 s - in org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.3.1:war (default-war) @ tyrus-tests-servlet-debug --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-debug] in [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/debug/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0.99-SNAPSHOT.war [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-debug --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-tests-servlet-debug --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/debug/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.0.99-SNAPSHOT/tyrus-tests-servlet-debug-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.0.99-SNAPSHOT/tyrus-tests-servlet-debug-2.0.99-SNAPSHOT.war [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-bundles >-------------- [INFO] Building Tyrus Bundles 2.0.99-SNAPSHOT [64/69] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-bundles --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-bundles --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-bundles --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-bundles --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.0.99-SNAPSHOT/tyrus-bundles-2.0.99-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-samples >-------------- [INFO] Building Tyrus Samples Bundle 2.0.99-SNAPSHOT [65/69] [INFO] from bundles/samples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-samples --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-samples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- dependency:2.8:unpack-dependencies (unpack-examples) @ tyrus-samples --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-standalone-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0.99-SNAPSHOT/tyrus-standalone-client-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0.99-SNAPSHOT/tyrus-standalone-client-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0.99-SNAPSHOT/tyrus-standalone-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk >------- [INFO] Building Tyrus Standalone Client - JDK 2.0.99-SNAPSHOT [67/69] [INFO] from bundles/client-jdk/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-standalone-client-jdk --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper:1.8:parse-version (parse-version) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- dependency:2.8:unpack (unpack) @ tyrus-standalone-client-jdk --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-jdk-client:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.0.99-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/tyrus-core-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/tyrus-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/target/tyrus-spi-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-standalone-client-jdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-standalone-client-jdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-standalone-client-jdk --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-standalone-client-jdk --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- shade:3.2.4:shade (default) @ tyrus-standalone-client-jdk --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.0.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-jdk-client:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.0.0 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jakarta.websocket-api-2.0.0.jar, jakarta.websocket-client-api-2.0.0.jar, tyrus-client-2.0.99-SNAPSHOT.jar, tyrus-container-jdk-client-2.0.99-SNAPSHOT.jar, tyrus-core-2.0.99-SNAPSHOT.jar, tyrus-spi-2.0.99-SNAPSHOT.jar, tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.websocket-api-2.0.0.jar, jakarta.websocket-client-api-2.0.0.jar define 47 overlapping classes and resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] - jakarta.websocket.ClientEndpoint [WARNING] - jakarta.websocket.ClientEndpointConfig [WARNING] - jakarta.websocket.ClientEndpointConfig$Builder [WARNING] - jakarta.websocket.ClientEndpointConfig$Builder$1 [WARNING] - jakarta.websocket.ClientEndpointConfig$Configurator [WARNING] - jakarta.websocket.CloseReason [WARNING] - jakarta.websocket.CloseReason$CloseCode [WARNING] - jakarta.websocket.CloseReason$CloseCodes [WARNING] - 37 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/dependency-reduced-pom.xml [INFO] [INFO] --- build-helper:1.8:add-source (default) @ tyrus-standalone-client-jdk --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/client-bundle-sources added. [INFO] [INFO] --- javadoc:3.3.1:jar (attach-javadocs) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.3.1:jar (default) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-standalone-client-jdk --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-standalone-client-jdk --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.0.99-SNAPSHOT/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.0.99-SNAPSHOT/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.0.99-SNAPSHOT/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-archive >---------- [INFO] Building Tyrus Websocket RI Archive 2.0.99-SNAPSHOT [68/69] [INFO] from bundles/websocket-ri-archive/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ websocket-ri-archive --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ websocket-ri-archive --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- dependency:2.8:copy-dependencies (copy-dependencies) @ websocket-ri-archive --- [INFO] Copying tyrus-server-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-server-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.transaction-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.transaction-api-2.0.0.jar [INFO] Copying grizzly-framework-3.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-framework-3.0.1.jar [INFO] Copying tyrus-spi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.xml.bind-api-3.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.xml.bind-api-3.0.1.jar [INFO] Copying jakarta.interceptor-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.interceptor-api-2.0.0.jar [INFO] Copying tyrus-core-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-core-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.el-api-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.el-api-4.0.0.jar [INFO] Copying jakarta.enterprise.cdi-api-3.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.enterprise.cdi-api-3.0.0.jar [INFO] Copying tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar [INFO] Copying grizzly-http-server-3.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-http-server-3.0.1.jar [INFO] Copying tyrus-container-servlet-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-servlet-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.websocket-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.websocket-api-2.0.0.jar [INFO] Copying tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-client-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.activation-2.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.activation-2.0.1.jar [INFO] Copying jakarta.annotation-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.annotation-api-2.0.0.jar [INFO] Copying jakarta.ejb-api-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.ejb-api-4.0.0.jar [INFO] Copying grizzly-http-3.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-http-3.0.1.jar [INFO] Copying jakarta.inject-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.inject-api-2.0.0.jar [INFO] [INFO] --- dependency:2.8:copy (copy) @ websocket-ri-archive --- [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:2.0.99-SNAPSHOT:jar [INFO] Copying tyrus-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-client-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-server-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-server-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-core-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-core-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-container-servlet-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-servlet-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-spi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- assembly:2.2-beta-5:attached (make-assembly) @ websocket-ri-archive --- [INFO] Reading assembly descriptor: src/main/assembly/archive.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.zip [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT-project-src.zip to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/dependency/samples with includes "" and excludes "**/module-info.java" [INFO] [INFO] --- assembly:2.2-beta-5:attached (make-assembly) @ tyrus-samples --- [INFO] Reading assembly descriptor: src/main/assembly/examples-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/tyrus-samples-all.zip [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-samples --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-samples --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.0.99-SNAPSHOT/tyrus-samples-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/samples/target/tyrus-samples-all.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.0.99-SNAPSHOT/tyrus-samples-2.0.99-SNAPSHOT-all.zip [INFO] [INFO] --------< org.glassfish.tyrus.bundles:tyrus-standalone-client >--------- [INFO] Building Tyrus Standalone Client 2.0.99-SNAPSHOT [66/69] [INFO] from bundles/client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Building tar : /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.tar.gz [INFO] Building tar : /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.tar.bz2 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-standalone-client --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-standalone-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper:1.8:parse-version (parse-version) @ tyrus-standalone-client --- [INFO] [INFO] --- dependency:2.8:unpack (unpack) @ tyrus-standalone-client --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-client-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-framework:sources:3.0.1:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http-server:sources:3.0.1:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http:sources:3.0.1:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-client-api/2.0.0/jakarta.websocket-client-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/tyrus-core-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/tyrus-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/target/tyrus-spi-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/3.0.1/grizzly-framework-3.0.1-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-standalone-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-standalone-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-standalone-client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-standalone-client --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- shade:3.2.4:shade (default) @ tyrus-standalone-client --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.0.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:3.0.1 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:3.0.1 in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.0.0 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-server-3.0.1.jar, jakarta.websocket-api-2.0.0.jar, jakarta.websocket-client-api-2.0.0.jar, tyrus-client-2.0.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar, tyrus-core-2.0.99-SNAPSHOT.jar, tyrus-spi-2.0.99-SNAPSHOT.jar, tyrus-standalone-client-2.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.websocket-api-2.0.0.jar, jakarta.websocket-client-api-2.0.0.jar define 47 overlapping classes and resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] - jakarta.websocket.ClientEndpoint [WARNING] - jakarta.websocket.ClientEndpointConfig [WARNING] - jakarta.websocket.ClientEndpointConfig$Builder [WARNING] - jakarta.websocket.ClientEndpointConfig$Builder$1 [WARNING] - jakarta.websocket.ClientEndpointConfig$Configurator [WARNING] - jakarta.websocket.CloseReason [WARNING] - jakarta.websocket.CloseReason$CloseCode [WARNING] - jakarta.websocket.CloseReason$CloseCodes [WARNING] - 37 more... [WARNING] grizzly-framework-3.0.1.jar, grizzly-http-3.0.1.jar, grizzly-http-server-3.0.1.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/dependency-reduced-pom.xml [INFO] [INFO] --- build-helper:1.8:add-source (default) @ tyrus-standalone-client --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/client-bundle-sources added. [INFO] [INFO] --- javadoc:3.3.1:jar (attach-javadocs) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.3.1:jar (default) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-standalone-client --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0.99-SNAPSHOT/tyrus-standalone-client-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0.99-SNAPSHOT/tyrus-standalone-client-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0.99-SNAPSHOT/tyrus-standalone-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk >------- [INFO] Building Tyrus Standalone Client - JDK 2.0.99-SNAPSHOT [67/69] [INFO] from bundles/client-jdk/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-standalone-client-jdk --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper:1.8:parse-version (parse-version) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- dependency:2.8:unpack (unpack) @ tyrus-standalone-client-jdk --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-jdk-client:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.0.99-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/tyrus-core-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/tyrus-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/jdk-client/target/tyrus-container-jdk-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/target/tyrus-spi-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/client-bundle-sources with includes "" and excludes "**/module-info.java" [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ tyrus-standalone-client-jdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ tyrus-standalone-client-jdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ tyrus-standalone-client-jdk --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-standalone-client-jdk --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- shade:3.2.4:shade (default) @ tyrus-standalone-client-jdk --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.0.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-jdk-client:jar:2.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.0.0 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jakarta.websocket-api-2.0.0.jar, jakarta.websocket-client-api-2.0.0.jar, tyrus-client-2.0.99-SNAPSHOT.jar, tyrus-container-jdk-client-2.0.99-SNAPSHOT.jar, tyrus-core-2.0.99-SNAPSHOT.jar, tyrus-spi-2.0.99-SNAPSHOT.jar, tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.websocket-api-2.0.0.jar, jakarta.websocket-client-api-2.0.0.jar define 47 overlapping classes and resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] - jakarta.websocket.ClientEndpoint [WARNING] - jakarta.websocket.ClientEndpointConfig [WARNING] - jakarta.websocket.ClientEndpointConfig$Builder [WARNING] - jakarta.websocket.ClientEndpointConfig$Builder$1 [WARNING] - jakarta.websocket.ClientEndpointConfig$Configurator [WARNING] - jakarta.websocket.CloseReason [WARNING] - jakarta.websocket.CloseReason$CloseCode [WARNING] - jakarta.websocket.CloseReason$CloseCodes [WARNING] - 37 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/dependency-reduced-pom.xml [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ websocket-ri-archive --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ websocket-ri-archive --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0.99-SNAPSHOT/websocket-ri-archive-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0.99-SNAPSHOT/websocket-ri-archive-2.0.99-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.tar.gz to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0.99-SNAPSHOT/websocket-ri-archive-2.0.99-SNAPSHOT.tar.gz [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0.99-SNAPSHOT/websocket-ri-archive-2.0.99-SNAPSHOT.tar.bz2 [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-bundle >----------- [INFO] Building Tyrus Websocket RI Bundle 2.0.99-SNAPSHOT [69/69] [INFO] from bundles/websocket-ri-bundle/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ websocket-ri-bundle --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ websocket-ri-bundle --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper:1.8:parse-version (parse-version) @ websocket-ri-bundle --- [INFO] [INFO] --- build-helper:1.8:add-source (default) @ websocket-ri-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java added. [INFO] [INFO] --- dependency:2.8:unpack (unpack) @ websocket-ri-bundle --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-ejb:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-server:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.0.99-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/tyrus-core-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/tyrus-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/target/tyrus-server-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider,**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider,**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/target/tyrus-container-servlet-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/target/tyrus-spi-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ websocket-ri-bundle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/resources [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 12 resources from target/src/main/java to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ websocket-ri-bundle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 206 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/classes [INFO] [INFO] --- build-helper:1.8:add-source (default) @ tyrus-standalone-client-jdk --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/client-bundle-sources added. [INFO] [INFO] --- javadoc:3.3.1:jar (attach-javadocs) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.3.1:jar (default) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ tyrus-standalone-client-jdk --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ tyrus-standalone-client-jdk --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.0.99-SNAPSHOT/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.0.99-SNAPSHOT/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.0.99-SNAPSHOT/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-archive >---------- [INFO] Building Tyrus Websocket RI Archive 2.0.99-SNAPSHOT [68/69] [INFO] from bundles/websocket-ri-archive/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ websocket-ri-archive --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ websocket-ri-archive --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- dependency:2.8:copy-dependencies (copy-dependencies) @ websocket-ri-archive --- [INFO] Copying tyrus-server-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-server-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.transaction-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.transaction-api-2.0.0.jar [INFO] Copying grizzly-framework-3.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-framework-3.0.1.jar [INFO] Copying tyrus-spi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.xml.bind-api-3.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.xml.bind-api-3.0.1.jar [INFO] Copying jakarta.interceptor-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.interceptor-api-2.0.0.jar [INFO] Copying tyrus-core-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-core-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.el-api-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.el-api-4.0.0.jar [INFO] Copying jakarta.enterprise.cdi-api-3.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.enterprise.cdi-api-3.0.0.jar [INFO] Copying tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar [INFO] Copying grizzly-http-server-3.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-http-server-3.0.1.jar [INFO] Copying tyrus-container-servlet-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-servlet-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.websocket-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.websocket-api-2.0.0.jar [INFO] Copying tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/tyrus-client-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.activation-2.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.activation-2.0.1.jar [INFO] Copying jakarta.annotation-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.annotation-api-2.0.0.jar [INFO] Copying jakarta.ejb-api-4.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.ejb-api-4.0.0.jar [INFO] Copying grizzly-http-3.0.1.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/grizzly-http-3.0.1.jar [INFO] Copying jakarta.inject-api-2.0.0.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/dependency/jakarta.inject-api-2.0.0.jar [INFO] [INFO] --- dependency:2.8:copy (copy) @ websocket-ri-archive --- [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:2.0.99-SNAPSHOT:jar [INFO] Copying tyrus-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-client-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-server-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-server-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-core-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-core-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-container-servlet-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-container-servlet-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-spi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/assembly/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- assembly:2.2-beta-5:attached (make-assembly) @ websocket-ri-archive --- [INFO] Reading assembly descriptor: src/main/assembly/archive.xml [INFO] Building zip: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.zip [INFO] Building tar : /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.tar.gz [INFO] Building tar : /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.tar.bz2 [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/uri/internal/AbstractMultivaluedMap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/uri/internal/AbstractMultivaluedMap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ websocket-ri-bundle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ websocket-ri-bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ websocket-ri-bundle --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ websocket-ri-bundle --- [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/l10n Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/wsadl/model Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/uri/internal Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/uri Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/frame Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/coder Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/cluster Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/extension Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/collection Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/monitoring Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/spi Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-spi] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/gf/ejb Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-container-glassfish-ejb] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/websocket Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/websocket/server Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Version for package jakarta.websocket is set to different values in the source (2.0.0) and in the manifest (2.0.0.SNAPSHOT). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Version for package jakarta.websocket.server is set to different values in the source (2.0.0) and in the manifest (2.0.0.SNAPSHOT). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [INFO] [INFO] --- javadoc:3.3.1:jar (attach-javadocs) @ websocket-ri-bundle --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ websocket-ri-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ websocket-ri-bundle --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0.99-SNAPSHOT/websocket-ri-bundle-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0.99-SNAPSHOT/websocket-ri-bundle-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0.99-SNAPSHOT/websocket-ri-bundle-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ websocket-ri-bundle --- [INFO] Installing org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0.99-SNAPSHOT/websocket-ri-bundle-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for tyrus 2.0.99-SNAPSHOT: [INFO] [INFO] tyrus .............................................. SUCCESS [ 5.460 s] [INFO] tyrus-archetypes ................................... SUCCESS [ 0.036 s] [INFO] Tyrus Echo Archetype ............................... SUCCESS [ 3.361 s] [INFO] Tyrus BOM .......................................... SUCCESS [ 0.004 s] [INFO] Tyrus Container SPI ................................ SUCCESS [ 2.108 s] [INFO] Tyrus Core ......................................... SUCCESS [ 8.134 s] [INFO] Tyrus Client ....................................... SUCCESS [ 1.692 s] [INFO] Tyrus Container Modules ............................ SUCCESS [ 0.030 s] [INFO] Tyrus Containers For Glassfish ..................... SUCCESS [ 0.070 s] [INFO] Tyrus CDI Component Provider ....................... SUCCESS [ 0.389 s] [INFO] Tyrus EJB Component Provider ....................... SUCCESS [ 0.204 s] [INFO] Tyrus Grizzly Client Container ..................... SUCCESS [ 0.523 s] [INFO] Tyrus Server ....................................... SUCCESS [ 1.010 s] [INFO] Tyrus Grizzly Server Container ..................... SUCCESS [ 0.223 s] [INFO] Tyrus InMemory Container ........................... SUCCESS [ 1.001 s] [INFO] Tyrus Servlet Bundle ............................... SUCCESS [ 2.556 s] [INFO] Tyrus Tests ........................................ SUCCESS [ 0.029 s] [INFO] Tyrus Test Tools ................................... SUCCESS [ 0.193 s] [INFO] Tyrus JDK Client Container ......................... SUCCESS [ 11.416 s] [INFO] Tyrus Documentation ................................ SUCCESS [ 8.808 s] [INFO] Tyrus Extension Modules ............................ SUCCESS [ 0.037 s] [INFO] Tyrus CLI Client ................................... SUCCESS [ 0.866 s] [INFO] Tyrus Monitoring JMX ............................... SUCCESS [ 2.471 s] [INFO] Tyrus Extension - Per Message Deflate .............. SUCCESS [ 1.090 s] [INFO] Tyrus Java8 Client Extension ....................... SUCCESS [ 1.314 s] [INFO] Tyrus Samples ...................................... SUCCESS [ 0.019 s] [INFO] Tyrus Auction Sample ............................... SUCCESS [ 0.788 s] [INFO] Tyrus CDI Sample ................................... SUCCESS [ 0.691 s] [INFO] Tyrus Chat Sample .................................. SUCCESS [ 0.220 s] [INFO] Tyrus Draw Sample .................................. SUCCESS [ 0.140 s] [INFO] Tyrus Echo Sample .................................. SUCCESS [ 0.817 s] [INFO] Tyrus Basic Auth Sample ............................ SUCCESS [ 0.606 s] [INFO] Tyrus Secure Echo Sample ........................... SUCCESS [ 0.299 s] [INFO] Tyrus Programmatic Echo Sample ..................... SUCCESS [ 0.902 s] [INFO] Tyrus Simple Life Sample ........................... SUCCESS [ 0.196 s] [INFO] Tyrus Shared Collection Sample ..................... SUCCESS [ 0.612 s] [INFO] Tyrus Container Tests .............................. SUCCESS [ 0.020 s] [INFO] Tyrus JDK Containers Tests ......................... SUCCESS [ 1.202 s] [INFO] Tyrus Servlet Containers Tests ..................... SUCCESS [ 0.589 s] [INFO] Tyrus End-to-End Tests ............................. SUCCESS [ 0.020 s] [INFO] Tyrus End-to-End Application Config Tests .......... SUCCESS [ 2.981 s] [INFO] Tyrus End-to-End Non-deployable Tests .............. SUCCESS [ 9.173 s] [INFO] Tyrus End-to-End Standard Config Tests ............. SUCCESS [ 59.913 s] [INFO] Tyrus End-to-End Java 8 Tests ...................... SUCCESS [ 1.026 s] [INFO] Tyrus End-to-End Tests running on Jetty ............ SUCCESS [ 0.050 s] [INFO] Tyrus End-to-End Basic Auth Tests .................. SUCCESS [ 2.379 s] [INFO] Tyrus End-to-End Digest Auth Tests ................. SUCCESS [ 0.748 s] [INFO] Tyrus Server Integration Tests ..................... SUCCESS [ 0.025 s] [INFO] Tyrus Servlet Async Tests .......................... SUCCESS [ 1.603 s] [INFO] Tyrus Autobahn Echo Server ......................... SUCCESS [ 0.189 s] [INFO] Tyrus Servlet Basic Tests .......................... SUCCESS [ 25.659 s] [INFO] Tyrus Servlet Tests on Glassfish ................... SUCCESS [01:23 min] [INFO] Tyrus Servlet Dynamic Deploy Test .................. SUCCESS [ 0.479 s] [INFO] Tyrus Servlet No App Config ........................ SUCCESS [ 0.908 s] [INFO] Tyrus Servlet One App Config ....................... SUCCESS [ 1.069 s] [INFO] Tyrus Servlet RemoteEndpoint Timeout ............... SUCCESS [ 0.480 s] [INFO] Tyrus Servlet Session Closing ...................... SUCCESS [ 17.057 s] [INFO] Tyrus Servlet Two App Config ....................... SUCCESS [ 1.153 s] [INFO] Tyrus Servlet Monitoring Test ...................... SUCCESS [ 1.028 s] [INFO] Tyrus Servlet Inject Test .......................... SUCCESS [ 0.473 s] [INFO] Tyrus Servlet Max Sessions Per App Tests ........... SUCCESS [ 2.553 s] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests ... SUCCESS [ 2.759 s] [INFO] Tyrus Debug Debug Samples .......................... SUCCESS [ 11.220 s] [INFO] Tyrus Bundles ...................................... SUCCESS [ 0.018 s] [INFO] Tyrus Samples Bundle ............................... SUCCESS [ 1.349 s] [INFO] Tyrus Standalone Client ............................ SUCCESS [ 0.954 s] [INFO] Tyrus Standalone Client - JDK ...................... SUCCESS [ 0.301 s] [INFO] Tyrus Websocket RI Archive ......................... SUCCESS [ 1.805 s] [INFO] Tyrus Websocket RI Bundle .......................... SUCCESS [ 1.437 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:57 min [INFO] Finished at: 2023-10-20T10:40:43Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 22 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5 [WARNING] * org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0 [WARNING] * org.apache.maven.plugins:maven-archetype-plugin:2.2 [WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.8.1 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:2.6 [WARNING] * com.agilejava.docbkx:docbkx-maven-plugin:2.0.15 [WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.10.1 [WARNING] * org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 [WARNING] * org.eclipse.jetty:jetty-maven-plugin:9.2.1.v20140609 [WARNING] * org.apache.maven.plugins:maven-shade-plugin:3.2.4 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.3.0 [WARNING] * com.sun.tools.xjc.maven2:maven-jaxb-plugin:1.1.1 [WARNING] * org.apache.maven.plugins:maven-javadoc-plugin:3.3.1 [WARNING] * org.apache.maven.plugins:maven-war-plugin:3.3.1 [WARNING] * org.apache.maven.plugins:maven-dependency-plugin:3.2.0 [WARNING] * org.apache.felix:maven-bundle-plugin:5.1.2 [WARNING] * org.codehaus.mojo:build-helper-maven-plugin:1.8 [WARNING] * org.apache.maven.plugins:maven-antrun-plugin:1.3 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5 [WARNING] * org.apache.maven.plugins:maven-dependency-plugin:2.8 [WARNING] * com.sun.istack:maven-istack-commons-plugin:2.6.1 [WARNING] * org.apache.maven.plugins:maven-source-plugin:2.2.1 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ websocket-ri-archive --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ websocket-ri-archive --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0.99-SNAPSHOT/websocket-ri-archive-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0.99-SNAPSHOT/websocket-ri-archive-2.0.99-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.tar.gz to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0.99-SNAPSHOT/websocket-ri-archive-2.0.99-SNAPSHOT.tar.gz [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0.99-SNAPSHOT/websocket-ri-archive-2.0.99-SNAPSHOT.tar.bz2 [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-bundle >----------- [INFO] Building Tyrus Websocket RI Bundle 2.0.99-SNAPSHOT [69/69] [INFO] from bundles/websocket-ri-bundle/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ websocket-ri-bundle --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ websocket-ri-bundle --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- build-helper:1.8:parse-version (parse-version) @ websocket-ri-bundle --- [INFO] [INFO] --- build-helper:1.8:add-source (default) @ websocket-ri-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java added. [INFO] [INFO] --- dependency:2.8:unpack (unpack) @ websocket-ri-bundle --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-ejb:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-server:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:sources:2.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.0.99-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/core/target/tyrus-core-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/client/target/tyrus-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/server/target/tyrus-server-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider,**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "META-INF/services/org.glassfish.tyrus.core.ComponentProvider,**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/containers/servlet/target/tyrus-container-servlet-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] Unpacking /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/spi/target/tyrus-spi-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java with includes "" and excludes "**/module-info.java" [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ websocket-ri-bundle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/resources [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 12 resources from target/src/main/java to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ websocket-ri-bundle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 206 source files to /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/classes [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/uri/internal/AbstractMultivaluedMap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/uri/internal/AbstractMultivaluedMap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ websocket-ri-bundle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ websocket-ri-bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ websocket-ri-bundle --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.2:bundle (default-bundle) @ websocket-ri-bundle --- [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/l10n Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/wsadl/model Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/uri/internal Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/uri Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/frame Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/coder Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/cluster Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/extension Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/collection Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/core/monitoring Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-core] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/spi Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-spi] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:org/glassfish/tyrus/gf/ejb Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:tyrus-container-glassfish-ejb] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/websocket Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/websocket/server Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.annotation-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-container-glassfish-ejb, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Version for package jakarta.websocket is set to different values in the source (2.0.0) and in the manifest (2.0.0.SNAPSHOT). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.0.99-SNAPSHOT : Version for package jakarta.websocket.server is set to different values in the source (2.0.0) and in the manifest (2.0.0.SNAPSHOT). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [INFO] [INFO] --- javadoc:3.3.1:jar (attach-javadocs) @ websocket-ri-bundle --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ websocket-ri-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ websocket-ri-bundle --- [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0.99-SNAPSHOT/websocket-ri-bundle-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0.99-SNAPSHOT/websocket-ri-bundle-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tinuous-integration_2.0.5-BRANCH/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0.99-SNAPSHOT/websocket-ri-bundle-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.2:install (default-install) @ websocket-ri-bundle --- [INFO] Installing org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0.99-SNAPSHOT/websocket-ri-bundle-2.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for tyrus 2.0.99-SNAPSHOT: [INFO] [INFO] tyrus .............................................. SUCCESS [ 4.418 s] [INFO] tyrus-archetypes ................................... SUCCESS [ 0.040 s] [INFO] Tyrus Echo Archetype ............................... SUCCESS [ 2.712 s] [INFO] Tyrus BOM .......................................... SUCCESS [ 0.004 s] [INFO] Tyrus Container SPI ................................ SUCCESS [ 1.933 s] [INFO] Tyrus Core ......................................... SUCCESS [ 7.859 s] [INFO] Tyrus Client ....................................... SUCCESS [ 1.292 s] [INFO] Tyrus Container Modules ............................ SUCCESS [ 0.040 s] [INFO] Tyrus Containers For Glassfish ..................... SUCCESS [ 0.022 s] [INFO] Tyrus CDI Component Provider ....................... SUCCESS [ 0.313 s] [INFO] Tyrus EJB Component Provider ....................... SUCCESS [ 0.197 s] [INFO] Tyrus Grizzly Client Container ..................... SUCCESS [ 0.435 s] [INFO] Tyrus Server ....................................... SUCCESS [ 0.798 s] [INFO] Tyrus Grizzly Server Container ..................... SUCCESS [ 0.255 s] [INFO] Tyrus InMemory Container ........................... SUCCESS [ 0.817 s] [INFO] Tyrus Servlet Bundle ............................... SUCCESS [ 2.402 s] [INFO] Tyrus Tests ........................................ SUCCESS [ 0.023 s] [INFO] Tyrus Test Tools ................................... SUCCESS [ 0.173 s] [INFO] Tyrus JDK Client Container ......................... SUCCESS [ 12.028 s] [INFO] Tyrus Documentation ................................ SUCCESS [ 8.953 s] [INFO] Tyrus Extension Modules ............................ SUCCESS [ 0.019 s] [INFO] Tyrus CLI Client ................................... SUCCESS [ 0.799 s] [INFO] Tyrus Monitoring JMX ............................... SUCCESS [ 2.554 s] [INFO] Tyrus Extension - Per Message Deflate .............. SUCCESS [ 1.245 s] [INFO] Tyrus Java8 Client Extension ....................... SUCCESS [ 1.161 s] [INFO] Tyrus Samples ...................................... SUCCESS [ 0.018 s] [INFO] Tyrus Auction Sample ............................... SUCCESS [ 0.803 s] [INFO] Tyrus CDI Sample ................................... SUCCESS [ 0.785 s] [INFO] Tyrus Chat Sample .................................. SUCCESS [ 0.327 s] [INFO] Tyrus Draw Sample .................................. SUCCESS [ 0.210 s] [INFO] Tyrus Echo Sample .................................. SUCCESS [ 0.898 s] [INFO] Tyrus Basic Auth Sample ............................ SUCCESS [ 0.689 s] [INFO] Tyrus Secure Echo Sample ........................... SUCCESS [ 0.294 s] [INFO] Tyrus Programmatic Echo Sample ..................... SUCCESS [ 0.723 s] [INFO] Tyrus Simple Life Sample ........................... SUCCESS [ 0.184 s] [INFO] Tyrus Shared Collection Sample ..................... SUCCESS [ 0.570 s] [INFO] Tyrus Container Tests .............................. SUCCESS [ 0.037 s] [INFO] Tyrus JDK Containers Tests ......................... SUCCESS [ 0.876 s] [INFO] Tyrus Servlet Containers Tests ..................... SUCCESS [ 0.546 s] [INFO] Tyrus End-to-End Tests ............................. SUCCESS [ 0.040 s] [INFO] Tyrus End-to-End Application Config Tests .......... SUCCESS [ 2.801 s] [INFO] Tyrus End-to-End Non-deployable Tests .............. SUCCESS [ 8.723 s] [INFO] Tyrus End-to-End Standard Config Tests ............. SUCCESS [ 59.771 s] [INFO] Tyrus End-to-End Java 8 Tests ...................... SUCCESS [ 1.038 s] [INFO] Tyrus End-to-End Tests running on Jetty ............ SUCCESS [ 0.017 s] [INFO] Tyrus End-to-End Basic Auth Tests .................. SUCCESS [ 1.998 s] [INFO] Tyrus End-to-End Digest Auth Tests ................. SUCCESS [ 0.730 s] [INFO] Tyrus Server Integration Tests ..................... SUCCESS [ 0.026 s] [INFO] Tyrus Servlet Async Tests .......................... SUCCESS [ 1.163 s] [INFO] Tyrus Autobahn Echo Server ......................... SUCCESS [ 0.156 s] [INFO] Tyrus Servlet Basic Tests .......................... SUCCESS [ 25.272 s] [INFO] Tyrus Servlet Tests on Glassfish ................... SUCCESS [01:20 min] [INFO] Tyrus Servlet Dynamic Deploy Test .................. SUCCESS [ 0.483 s] [INFO] Tyrus Servlet No App Config ........................ SUCCESS [ 0.799 s] [INFO] Tyrus Servlet One App Config ....................... SUCCESS [ 0.821 s] [INFO] Tyrus Servlet RemoteEndpoint Timeout ............... SUCCESS [ 0.560 s] [INFO] Tyrus Servlet Session Closing ...................... SUCCESS [ 16.755 s] [INFO] Tyrus Servlet Two App Config ....................... SUCCESS [ 0.770 s] [INFO] Tyrus Servlet Monitoring Test ...................... SUCCESS [ 0.944 s] [INFO] Tyrus Servlet Inject Test .......................... SUCCESS [ 0.538 s] [INFO] Tyrus Servlet Max Sessions Per App Tests ........... SUCCESS [ 2.377 s] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests ... SUCCESS [ 2.562 s] [INFO] Tyrus Debug Debug Samples .......................... SUCCESS [ 11.044 s] [INFO] Tyrus Bundles ...................................... SUCCESS [ 0.025 s] [INFO] Tyrus Samples Bundle ............................... SUCCESS [ 1.079 s] [INFO] Tyrus Standalone Client ............................ SUCCESS [ 1.119 s] [INFO] Tyrus Standalone Client - JDK ...................... SUCCESS [ 0.331 s] [INFO] Tyrus Websocket RI Archive ......................... SUCCESS [ 1.764 s] [INFO] Tyrus Websocket RI Bundle .......................... SUCCESS [ 1.448 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:47 min [INFO] Finished at: 2023-10-20T10:40:45Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 22 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5 [WARNING] * org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0 [WARNING] * org.apache.maven.plugins:maven-archetype-plugin:2.2 [WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.8.1 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:2.6 [WARNING] * com.agilejava.docbkx:docbkx-maven-plugin:2.0.15 [WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.10.1 [WARNING] * org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 [WARNING] * org.eclipse.jetty:jetty-maven-plugin:9.2.1.v20140609 [WARNING] * org.apache.maven.plugins:maven-shade-plugin:3.2.4 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.3.0 [WARNING] * com.sun.tools.xjc.maven2:maven-jaxb-plugin:1.1.1 [WARNING] * org.apache.maven.plugins:maven-javadoc-plugin:3.3.1 [WARNING] * org.apache.maven.plugins:maven-war-plugin:3.3.1 [WARNING] * org.apache.maven.plugins:maven-dependency-plugin:3.2.0 [WARNING] * org.apache.felix:maven-bundle-plugin:5.1.2 [WARNING] * org.codehaus.mojo:build-helper-maven-plugin:1.8 [WARNING] * org.apache.maven.plugins:maven-antrun-plugin:1.3 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5 [WARNING] * org.apache.maven.plugins:maven-dependency-plugin:2.8 [WARNING] * com.sun.istack:maven-istack-commons-plugin:2.6.1 [WARNING] * org.apache.maven.plugins:maven-source-plugin:2.2.1 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS