Push event to branch 2.0.x Connecting to https://api.github.com using GitHub bot (username/token) Obtained etc/jenkins/Jenkinsfile_ci_build from 0dbed81a7dd5cdabfd778c681a388f973ffcd31c [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 8 ) [Pipeline] { (Branch: JDK 17 ) [Pipeline] stage [Pipeline] { (JDK 8 ) [Pipeline] stage [Pipeline] { (JDK 17 ) [Pipeline] node [Pipeline] node Agent centos-7-3x490 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718959838433" labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" kubernetes.jenkins.io/controller: "http___jenkins-ui_tyrus_svc_cluster_local_tyrusx" name: "centos-7-3x490" 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-3x490" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-3x490" - 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-3206.vb_15dcf73f6a_9" 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-3x490 in /home/jenkins/agent/workspace/continuous-integration_2.0.x [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/continuous-integration_2.0.x # 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.x:refs/remotes/origin/2.0.x # timeout=10 Avoid second fetch Checking out Revision 0dbed81a7dd5cdabfd778c681a388f973ffcd31c (2.0.x) > git config remote.origin.url https://github.com/eclipse-ee4j/tyrus.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/2.0.x:refs/remotes/origin/2.0.x # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0dbed81a7dd5cdabfd778c681a388f973ffcd31c # timeout=10 Commit message: "Prepare next development cycle for 2.0.99-SNAPSHOT" > git rev-list --no-walk 6cef534924c8ff5578952b97b230769c3c779983 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn -U -C -Dtyrus.test.container.client=org.glassfish.tyrus.container.grizzly.client.GrizzlyClientContainer -Pbundles clean install -Dmaven.javadoc.skip=true Still waiting to schedule task Waiting for next available executor on ‘centos-7-3x490’ [INFO] Scanning for projects... Agent centos-7-jjq6z is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718959855002" labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" kubernetes.jenkins.io/controller: "http___jenkins-ui_tyrus_svc_cluster_local_tyrusx" name: "centos-7-jjq6z" 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-jjq6z" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-jjq6z" - 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-3206.vb_15dcf73f6a_9" 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-jjq6z in /home/jenkins/agent/workspace/continuous-integration_2.0.x [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/continuous-integration_2.0.x # 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.x:refs/remotes/origin/2.0.x # 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.x:refs/remotes/origin/2.0.x # timeout=10 Avoid second fetch Checking out Revision 0dbed81a7dd5cdabfd778c681a388f973ffcd31c (2.0.x) [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 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 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/67] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- Commit message: "Prepare next development cycle for 2.0.99-SNAPSHOT" [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-project --- [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-project --- [Pipeline] withEnv [Pipeline] { [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 0dbed81a7dd5cdabfd778c681a388f973ffcd31c # 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... [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-project --- [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 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 Servlet Tests on Glassfish [war] [INFO] Tyrus Release Test [jar] [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/70] [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] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-project --- [INFO] CycloneDX: Resolving Aggregated Dependencies [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-project --- [INFO] CycloneDX: Resolving Aggregated Dependencies [INFO] Excluding tyrus-tests-project [INFO] Excluding tyrus-test-tools [INFO] Excluding tyrus-tests-project [INFO] Excluding tyrus-test-tools [INFO] Excluding tyrus-tests-containers [INFO] Excluding tyrus-tests-containers-jdk-client [INFO] Excluding tyrus-tests-containers-servlet [INFO] Excluding tyrus-tests-e2e [INFO] Excluding tyrus-tests-e2e-appconfig [INFO] Excluding tyrus-tests-e2e-nondeployable [INFO] Excluding tyrus-tests-e2e-stdconfig [INFO] Excluding tyrus-tests-e2e-jdk8 [INFO] Excluding tyrus-tests-e2e-jetty [INFO] Excluding tyrus-tests-e2e-auth-basic [INFO] Excluding tyrus-tests-e2e-auth-digest [INFO] Excluding tyrus-tests-servlet-project [INFO] Excluding tyrus-tests-servlet-async [INFO] Excluding tyrus-tests-servlet-autobahn-server [INFO] Excluding tyrus-tests-servlet-basic [INFO] Excluding tyrus-tests-servlet-dynamic-deploy [INFO] Excluding tyrus-tests-servlet-noappconfig [INFO] Excluding tyrus-tests-servlet-oneappconfig [INFO] Excluding tyrus-tests-servlet-remote [INFO] Excluding tyrus-tests-servlet-session [INFO] Excluding tyrus-tests-servlet-twoappconfig [INFO] Excluding tyrus-tests-servlet-mbean-test [INFO] Excluding tyrus-tests-servlet-inject [INFO] Excluding tyrus-tests-servlet-maxsessions-per-app [INFO] Excluding tyrus-tests-servlet-maxsessions-per-remoteaddr [INFO] Excluding tyrus-tests-servlet-debug [INFO] Excluding tyrus-tests-servlet-embedded-gf [INFO] Excluding tyrus-release-test [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.tyrus/tyrus-bom@2.0.99-SNAPSHOT?type=pom [INFO] CycloneDX: Creating BOM version 1.4 with 81 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/target/bom.xml [INFO] Excluding tyrus-tests-containers [INFO] Excluding tyrus-tests-containers-jdk-client [INFO] Excluding tyrus-tests-e2e [INFO] Excluding tyrus-tests-e2e-appconfig [INFO] Excluding tyrus-tests-e2e-nondeployable [INFO] Excluding tyrus-tests-e2e-stdconfig [INFO] Excluding tyrus-tests-e2e-jdk8 [INFO] Excluding tyrus-tests-e2e-jetty [INFO] Excluding tyrus-tests-e2e-auth-basic [INFO] Excluding tyrus-tests-e2e-auth-digest [INFO] Excluding tyrus-tests-servlet-project [INFO] Excluding tyrus-tests-servlet-async [INFO] Excluding tyrus-tests-servlet-autobahn-server [INFO] Excluding tyrus-tests-servlet-basic [INFO] Excluding tyrus-tests-servlet-dynamic-deploy [INFO] Excluding tyrus-tests-servlet-noappconfig [INFO] Excluding tyrus-tests-servlet-oneappconfig [INFO] Excluding tyrus-tests-servlet-remote [INFO] Excluding tyrus-tests-servlet-session [INFO] Excluding tyrus-tests-servlet-twoappconfig [INFO] Excluding tyrus-tests-servlet-mbean-test [INFO] Excluding tyrus-tests-servlet-inject [INFO] Excluding tyrus-tests-servlet-maxsessions-per-app [INFO] Excluding tyrus-tests-servlet-maxsessions-per-remoteaddr [INFO] Excluding tyrus-tests-servlet-debug [INFO] attaching as tyrus-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/target/bom.json [INFO] attaching as tyrus-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-project --- [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.tyrus/tyrus-bom@2.0.99-SNAPSHOT?type=pom [INFO] CycloneDX: Creating BOM version 1.4 with 81 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/target/bom.xml [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.0.99-SNAPSHOT/tyrus-project-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.0.99-SNAPSHOT/tyrus-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.0.99-SNAPSHOT/tyrus-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ------< org.glassfish.tyrus.archetypes:tyrus-archetypes-project >------- [INFO] Building tyrus-archetypes 2.0.99-SNAPSHOT [2/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-archetypes-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-archetypes-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/target/bom.xml [INFO] attaching as tyrus-archetypes-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/target/bom.json [INFO] attaching as tyrus-archetypes-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-archetypes-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-archetypes-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] attaching as tyrus-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.0.99-SNAPSHOT/tyrus-archetypes-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.0.99-SNAPSHOT/tyrus-archetypes-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --------< org.glassfish.tyrus.archetypes:tyrus-archetype-echo >--------- [INFO] Building Tyrus Echo Archetype 2.0.99-SNAPSHOT [3/70] [INFO] from archetypes/echo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/target/bom.json [INFO] attaching as tyrus-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-project --- [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] --- directory:1.0:highest-basedir (directories) @ tyrus-archetype-echo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-archetype-echo --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-archetype-echo --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-archetype-echo --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-archetype-echo --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-archetype-echo --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.0.99-SNAPSHOT/tyrus-project-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.0.99-SNAPSHOT/tyrus-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.0.99-SNAPSHOT/tyrus-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ------< org.glassfish.tyrus.archetypes:tyrus-archetypes-project >------- [INFO] Building tyrus-archetypes 2.0.99-SNAPSHOT [2/67] [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] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-archetype-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/echo/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-archetype-echo --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-archetype-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-archetypes-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-archetypes-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/target/bom.xml [INFO] attaching as tyrus-archetypes-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/target/bom.json [INFO] attaching as tyrus-archetypes-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-archetypes-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-archetypes-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.0.99-SNAPSHOT/tyrus-archetypes-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.0.99-SNAPSHOT/tyrus-archetypes-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --------< org.glassfish.tyrus.archetypes:tyrus-archetype-echo >--------- [INFO] Building Tyrus Echo Archetype 2.0.99-SNAPSHOT [3/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-archetype-echo --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-archetype-echo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-archetype-echo --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-archetype-echo --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-archetype-echo --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-archetype-echo --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/echo/target/tyrus-archetype-echo-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-archetype-echo --- [INFO] CycloneDX: Resolving Dependencies [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-archetype-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/echo/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-archetype-echo --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-archetype-echo --- [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/echo/target/bom.xml [INFO] attaching as tyrus-archetype-echo-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/echo/target/bom.json [INFO] attaching as tyrus-archetype-echo-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/echo/target/tyrus-archetype-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-archetype-echo --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/archetypes/echo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0.99-SNAPSHOT/tyrus-archetype-echo-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/echo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0.99-SNAPSHOT/tyrus-archetype-echo-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/echo/target/tyrus-archetype-echo-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-archetype-echo --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/echo/target/bom.xml [INFO] attaching as tyrus-archetype-echo-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/echo/target/bom.json [INFO] attaching as tyrus-archetype-echo-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/echo/target/tyrus-archetype-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-archetype-echo --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/archetypes/echo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0.99-SNAPSHOT/tyrus-archetype-echo-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/archetypes/echo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.0.99-SNAPSHOT/tyrus-archetype-echo-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/70] [INFO] from bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-bom --- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-bom --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bom/target/bom.xml [INFO] attaching as tyrus-bom-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bom/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as tyrus-bom-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-bom --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bom/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.0.99-SNAPSHOT/tyrus-bom-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bom/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.0.99-SNAPSHOT/tyrus-bom-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-spi >-------------------- [INFO] Building Tyrus Container SPI 2.0.99-SNAPSHOT [5/70] [INFO] from spi/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-spi --- [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-bom >-------------------- [INFO] Building Tyrus BOM 2.0.99-SNAPSHOT [4/67] [INFO] from bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-bom --- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-bom --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-spi --- [INFO] CycloneDX: Resolving Dependencies [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-spi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-spi --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-spi --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-spi --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-spi --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-spi --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-spi --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-spi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-spi --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 15 source files with javac [debug target 11 module-path] to target/classes [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bom/target/bom.xml [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 1 JDK modules [java.base] [WARNING] system modules path not set in conjunction with -source 11 [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/src/main/java/org/glassfish/tyrus/spi/ClientContainer.java:[40,12] deprecated item is not annotated with @Deprecated [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/spi/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-spi --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-spi --- [INFO] No tests to run. [INFO] [INFO] --- antrun:3.1.0:run (default) @ tyrus-spi --- [INFO] attaching as tyrus-bom-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bom/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as tyrus-bom-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-bom --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bom/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.0.99-SNAPSHOT/tyrus-bom-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bom/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.0.99-SNAPSHOT/tyrus-bom-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-spi >-------------------- [INFO] Building Tyrus Container SPI 2.0.99-SNAPSHOT [5/67] [INFO] from spi/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target11/classes [INFO] Executed tasks [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-spi --- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-spi --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-spi --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-spi --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/bom.xml [INFO] attaching as tyrus-spi-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/bom.json [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-spi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-spi --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-spi --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-spi --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-spi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-spi --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 14 source files with javac [debug target 1.8] to target/classes [INFO] attaching as tyrus-spi-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-spi --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-spi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/tyrus-spi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-spi --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/spi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0.99-SNAPSHOT/tyrus-spi-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0.99-SNAPSHOT/tyrus-spi-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/70] [INFO] from core/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-core --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-spi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-spi --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-spi --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-spi --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-spi --- [INFO] CycloneDX: Resolving Dependencies [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-core --- [INFO] [INFO] --- istack-commons:2.6.1:rs-gen (default) @ tyrus-core --- [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/bom.xml [INFO] attaching as tyrus-spi-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/bom.json Resources: org/glassfish/tyrus/core/l10n/localization.properties Processing /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/resources/org/glassfish/tyrus/core/l10n/localization.properties org/glassfish/tyrus/core/l10n/LocalizationMessages.java [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-core --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-core --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java11 added. [INFO] [INFO] --- jaxb:1.1.1:generate (default) @ tyrus-core --- [INFO] attaching as tyrus-spi-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-spi --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-spi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/tyrus-spi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-spi --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/spi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0.99-SNAPSHOT/tyrus-spi-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/spi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.0.99-SNAPSHOT/tyrus-spi-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/67] [INFO] from core/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-core --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-core --- [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/core/etc/wsadl.xsd [INFO] Writing output to /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/generated-sources/xjc [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-core --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-core --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-core --- [INFO] Copying 2 resources from .. to target/legal/META-INF [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.13.0: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] Recompiling the module because of changed dependency. [INFO] Compiling 117 source files with javac [debug target 11 module-path] to target/classes [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-core --- [INFO] [INFO] --- istack-commons:2.6.1:rs-gen (default) @ tyrus-core --- [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 3 JDK modules [java.base, java.logging, java.xml] [WARNING] system modules path not set in conjunction with -source 11 [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java11/module-info.java:[25,32] requires transitive directive for an automatic module [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/frame/TextFrame.java:[223,40] getSecurityManager() in java.lang.System has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/TyrusSession.java:[317,17] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java:[172,16] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java:[549,25] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java:[620,25] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java:[686,38] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java:[814,13] java.lang.SecurityManager in java.lang has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java:[814,46] getSecurityManager() in java.lang.System has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/ReflectionHelper.java:[282,16] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/ReflectionHelper.java:[313,9] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/TyrusWebSocketEngine.java:[579,17] deprecated item is not annotated with @Deprecated [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/MessageHandlerManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/MessageHandlerManager.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/continuous-integration_2.0.x/core/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-core --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 16 source files with javac [debug target 11 module-path] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/test/java/org/glassfish/tyrus/core/uri/BestMatchTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/test/java/org/glassfish/tyrus/core/uri/BestMatchTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-core --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider Resources: org/glassfish/tyrus/core/l10n/localization.properties Processing /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/resources/org/glassfish/tyrus/core/l10n/localization.properties org/glassfish/tyrus/core/l10n/LocalizationMessages.java [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-core --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jaxb:1.1.1:generate (default) @ tyrus-core --- Cannot find CatalogManager.properties [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/core/etc/wsadl.xsd [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.core.CloseReasonsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.glassfish.tyrus.core.CloseReasonsTest [INFO] Running org.glassfish.tyrus.core.FrameTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 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.016 s -- in org.glassfish.tyrus.core.HandshakeUnitTest [INFO] Running org.glassfish.tyrus.core.MessageHandlerManagerTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.glassfish.tyrus.core.MessageHandlerManagerTest [INFO] Running org.glassfish.tyrus.core.ProtocolHandlerTest Jun 21, 2024 8:51:40 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.082 s -- in org.glassfish.tyrus.core.ProtocolHandlerTest [INFO] Running org.glassfish.tyrus.core.TyrusExtensionTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.tyrus.core.TyrusExtensionTest [INFO] Running org.glassfish.tyrus.core.TyrusFutureTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.tyrus.core.TyrusFutureTest [INFO] Running org.glassfish.tyrus.core.TyrusRemoteEndpointTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.glassfish.tyrus.core.TyrusRemoteEndpointTest [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.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.006 s -- in org.glassfish.tyrus.core.uri.BestMatchTest [INFO] Running org.glassfish.tyrus.core.uri.EquivalentPathsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.glassfish.tyrus.core.uri.EquivalentPathsTest [INFO] Running org.glassfish.tyrus.core.TyrusSessionTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.glassfish.tyrus.core.TyrusSessionTest [INFO] Running org.glassfish.tyrus.core.UtilsPropertiesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.glassfish.tyrus.core.UtilsPropertiesTest [INFO] Running org.glassfish.tyrus.core.UtilsTest [INFO] Writing output to /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/generated-sources/xjc [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-core --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-core --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-core --- [INFO] Copying 2 resources from .. to target/legal/META-INF [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.13.0:compile (default-compile) @ tyrus-core --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 116 source files with javac [debug target 1.8] to target/classes [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.tyrus.core.UtilsTest [INFO] Running org.glassfish.tyrus.core.WriterInfoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.tyrus.core.WriterInfoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- antrun:3.1.0:run (default) @ tyrus-core --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target11/classes [INFO] Executed tasks [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-core --- [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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/tyrus-core-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-core --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/bom.xml [INFO] attaching as tyrus-core-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/bom.json [INFO] attaching as tyrus-core-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-core --- [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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/tyrus-core-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-core --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/tyrus-core-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-core --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0.99-SNAPSHOT/tyrus-core-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0.99-SNAPSHOT/tyrus-core-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-client --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-client --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-client --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-client --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 19 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 2 JDK modules [java.base, java.logging] [WARNING] system modules path not set in conjunction with -source 11 [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java:[77,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java:[87,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java:[103,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java:[129,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java:[155,32] deprecated item is not annotated with @Deprecated [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/client/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-client --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 4 source files with javac [debug target 11 module-path] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-client --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [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.077 s -- in org.glassfish.tyrus.client.ClientManagerTest [INFO] Running org.glassfish.tyrus.client.TyrusClientEngineTest [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/MessageHandlerManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/main/java/org/glassfish/tyrus/core/MessageHandlerManager.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/continuous-integration_2.0.x/core/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-core --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 16 source files with javac [debug target 1.8] to target/test-classes [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s -- in org.glassfish.tyrus.client.TyrusClientEngineTest [INFO] Running org.glassfish.tyrus.client.auth.AuthConfigTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.004 s -- in org.glassfish.tyrus.client.auth.CredentialsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- antrun:3.1.0:run (default) @ tyrus-client --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target11/classes [INFO] Executed tasks [INFO] [INFO] --- bundle:5.1.4: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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/tyrus-client-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/bom.xml [INFO] attaching as tyrus-client-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/bom.json [INFO] attaching as tyrus-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-client --- [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/test/java/org/glassfish/tyrus/core/uri/BestMatchTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/src/test/java/org/glassfish/tyrus/core/uri/BestMatchTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-core --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/tyrus-client-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/tyrus-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0.99-SNAPSHOT/tyrus-client-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0.99-SNAPSHOT/tyrus-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-containers-project --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-containers-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/target/bom.xml [INFO] attaching as tyrus-containers-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/target/bom.json [INFO] attaching as tyrus-containers-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-containers-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-containers-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.0.99-SNAPSHOT/tyrus-containers-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.0.99-SNAPSHOT/tyrus-containers-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------< org.glassfish.tyrus:tyrus-containers-glassfish-project >------- [INFO] Building Tyrus Containers For Glassfish 2.0.99-SNAPSHOT [9/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-containers-glassfish-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-containers-glassfish-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/target/bom.xml [INFO] attaching as tyrus-containers-glassfish-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/target/bom.json [INFO] attaching as tyrus-containers-glassfish-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-containers-glassfish-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.0.99-SNAPSHOT/tyrus-containers-glassfish-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-cdi >---------- [INFO] Building Tyrus CDI Component Provider 2.0.99-SNAPSHOT [10/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-container-glassfish-cdi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-container-glassfish-cdi --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-container-glassfish-cdi --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-container-glassfish-cdi --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-glassfish-cdi --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-glassfish-cdi --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [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.13.0:compile (default-compile) @ tyrus-container-glassfish-cdi --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 3 JDK modules [java.base, java.logging, java.naming] [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-glassfish-cdi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-container-glassfish-cdi --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-container-glassfish-cdi --- [INFO] No tests to run. [INFO] [INFO] --- antrun:3.1.0:run (default) @ tyrus-container-glassfish-cdi --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target11/classes [INFO] Executed tasks [INFO] [INFO] --- bundle:5.1.4: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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-container-glassfish-cdi --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.tyrus.core.CloseReasonsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.glassfish.tyrus.core.CloseReasonsTest [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.001 s -- in org.glassfish.tyrus.core.HandshakeUnitTest [INFO] Running org.glassfish.tyrus.core.MessageHandlerManagerTest [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/bom.xml [INFO] attaching as tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/bom.json [INFO] attaching as tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-container-glassfish-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/glassfish/cdi/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-container-glassfish-ejb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-container-glassfish-ejb --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-container-glassfish-ejb --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-container-glassfish-ejb --- [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.glassfish.tyrus.core.MessageHandlerManagerTest [INFO] Running org.glassfish.tyrus.core.ProtocolHandlerTest Jun 21, 2024 8:51:46 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.125 s -- in org.glassfish.tyrus.core.ProtocolHandlerTest [INFO] Running org.glassfish.tyrus.core.TyrusExtensionTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.glassfish.tyrus.core.TyrusExtensionTest [INFO] Running org.glassfish.tyrus.core.TyrusFutureTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.tyrus.core.TyrusFutureTest [INFO] Running org.glassfish.tyrus.core.TyrusRemoteEndpointTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.glassfish.tyrus.core.TyrusRemoteEndpointTest [INFO] Running org.glassfish.tyrus.core.TyrusServerEndpointConfiguratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.tyrus.core.TyrusServerEndpointConfiguratorTest [INFO] Running org.glassfish.tyrus.core.uri.BestMatchTest [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-glassfish-ejb --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-glassfish-ejb --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [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.13.0: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] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 3 JDK modules [java.base, java.logging, java.naming] [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/glassfish/ejb/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-container-glassfish-ejb --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-container-glassfish-ejb --- [INFO] No tests to run. [INFO] [INFO] --- antrun:3.1.0:run (default) @ tyrus-container-glassfish-ejb --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target11/classes [INFO] Executed tasks [INFO] [INFO] --- bundle:5.1.4: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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-container-glassfish-ejb --- [INFO] CycloneDX: Resolving Dependencies 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.058 s -- in org.glassfish.tyrus.core.uri.BestMatchTest [INFO] Running org.glassfish.tyrus.core.uri.EquivalentPathsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.glassfish.tyrus.core.uri.EquivalentPathsTest [INFO] Running org.glassfish.tyrus.core.TyrusSessionTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.tyrus.core.TyrusSessionTest [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.UtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.tyrus.core.UtilsTest [INFO] Running org.glassfish.tyrus.core.WriterInfoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.tyrus.core.WriterInfoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-core --- [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/bom.xml [INFO] attaching as tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/bom.json [INFO] attaching as tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-container-glassfish-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/glassfish/ejb/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-container-grizzly-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-container-grizzly-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-container-grizzly-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-container-grizzly-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-grizzly-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-grizzly-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [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.13.0: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] Recompiling the module because of changed dependency. [INFO] Compiling 11 source files with javac [debug target 11 module-path] to target/classes [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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/tyrus-core-2.0.99-SNAPSHOT.jar [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 2 JDK modules [java.base, java.logging] [WARNING] system modules path not set in conjunction with -source 11 [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientContainer.java:[41,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientContainer.java:[51,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientContainer.java:[60,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[98,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[123,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[134,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[145,32] deprecated item is not annotated with @Deprecated [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/grizzly-client/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-container-grizzly-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-container-grizzly-client --- [INFO] No tests to run. [INFO] [INFO] --- antrun:3.1.0:run (default) @ tyrus-container-grizzly-client --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target11/classes [INFO] Executed tasks [INFO] [INFO] --- bundle:5.1.4: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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-container-grizzly-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-core --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/bom.xml [INFO] attaching as tyrus-container-grizzly-client-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/bom.json [INFO] attaching as tyrus-container-grizzly-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-container-grizzly-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/grizzly-client/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.0.99-SNAPSHOT/tyrus-container-grizzly-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-server --- [INFO] [INFO] --- istack-commons:2.6.1:rs-gen (default) @ tyrus-server --- Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-server --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-server --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-server --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-server --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-server --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-server --- [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/bom.xml [INFO] attaching as tyrus-core-2.0.99-SNAPSHOT-cyclonedx.xml [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] Recompiling the module because of changed dependency. [INFO] Compiling 5 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 2 JDK modules [java.base, java.logging] [WARNING] system modules path not set in conjunction with -source 11 [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/src/main/java11/module-info.java:[24,32] requires transitive directive for an automatic module [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/server/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-server --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug target 11 module-path] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-server --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/bom.json [INFO] attaching as tyrus-core-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/tyrus-core-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-core --- [INFO] Running org.glassfish.tyrus.server.TyrusServerConfigurationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.glassfish.tyrus.server.TyrusServerConfigurationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- antrun:3.1.0:run (default) @ tyrus-server --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target11/classes [INFO] Executed tasks [INFO] [INFO] --- bundle:5.1.4: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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/tyrus-server-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/tyrus-core-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-core --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0.99-SNAPSHOT/tyrus-core-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.0.99-SNAPSHOT/tyrus-core-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/67] [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] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/bom.xml [INFO] attaching as tyrus-server-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/bom.json [INFO] attaching as tyrus-server-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/tyrus-server-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/tyrus-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0.99-SNAPSHOT/tyrus-server-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0.99-SNAPSHOT/tyrus-server-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-container-grizzly-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-container-grizzly-server --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-container-grizzly-server --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-container-grizzly-server --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-grizzly-server --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-grizzly-server --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-grizzly-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/src/main/resources [INFO] [INFO] --- compiler:3.13.0: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] Recompiling the module because of changed dependency. [INFO] Compiling 5 source files with javac [debug target 11 module-path] to target/classes [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-client --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-client --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-client --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-client --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 18 source files with javac [debug target 1.8] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 2 JDK modules [java.base, java.logging] [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/grizzly-server/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-container-grizzly-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-container-grizzly-server --- [INFO] No tests to run. [INFO] [INFO] --- antrun:3.1.0:run (default) @ tyrus-container-grizzly-server --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target11/classes [INFO] Executed tasks [INFO] [INFO] --- bundle:5.1.4: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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-container-grizzly-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/client/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-client --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-client --- [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/bom.xml [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] attaching as tyrus-container-grizzly-server-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/bom.json [INFO] attaching as tyrus-container-grizzly-server-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-container-grizzly-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/grizzly-server/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.0.99-SNAPSHOT/tyrus-container-grizzly-server-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/70] [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] Running org.glassfish.tyrus.client.ClientManagerTest [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-container-inmemory --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-container-inmemory --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-container-inmemory --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-container-inmemory --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-container-inmemory --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-inmemory --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-inmemory --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [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.13.0:compile (default-compile) @ tyrus-container-inmemory --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 4 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 1 JDK modules [java.base] [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-inmemory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-container-inmemory --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 11 module-path] to target/test-classes [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s -- in org.glassfish.tyrus.client.ClientManagerTest [INFO] Running org.glassfish.tyrus.client.TyrusClientEngineTest [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-container-inmemory --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s -- in org.glassfish.tyrus.client.TyrusClientEngineTest [INFO] Running org.glassfish.tyrus.client.auth.AuthConfigTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.006 s -- in org.glassfish.tyrus.client.auth.CredentialsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-client --- [INFO] Running org.glassfish.tyrus.container.inmemory.EchoTest [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/tyrus-client-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-client --- [INFO] CycloneDX: Resolving Dependencies # 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.158 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] --- antrun:3.1.0:run (default) @ tyrus-container-inmemory --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target11/classes [INFO] Executed tasks [INFO] [INFO] --- bundle:5.1.4: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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/tyrus-container-inmemory-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-container-inmemory --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/bom.xml [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/bom.xml [INFO] attaching as tyrus-client-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/bom.json [INFO] attaching as tyrus-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/tyrus-client-2.0.99-SNAPSHOT.jar [INFO] attaching as tyrus-container-inmemory-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/bom.json [INFO] attaching as tyrus-container-inmemory-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/tyrus-container-inmemory-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-container-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/tyrus-container-inmemory-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/inmemory/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0.99-SNAPSHOT/tyrus-container-inmemory-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0.99-SNAPSHOT/tyrus-container-inmemory-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/70] [INFO] from containers/servlet/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/tyrus-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0.99-SNAPSHOT/tyrus-client-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.0.99-SNAPSHOT/tyrus-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-containers-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-containers-project --- [INFO] CycloneDX: Resolving Dependencies [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] --- directory:1.0:highest-basedir (directories) @ tyrus-container-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-container-servlet --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-container-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-container-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-container-servlet --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-servlet --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-servlet --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [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.13.0:compile (default-compile) @ tyrus-container-servlet --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 7 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 2 JDK modules [java.base, java.logging] [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/servlet/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-container-servlet --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-container-servlet --- [INFO] No tests to run. [INFO] [INFO] --- antrun:3.1.0:run (default) @ tyrus-container-servlet --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target11/classes [INFO] Executed tasks [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-container-servlet --- [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/target/bom.xml [INFO] attaching as tyrus-containers-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/target/bom.json [INFO] attaching as tyrus-containers-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-containers-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-containers-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.0.99-SNAPSHOT/tyrus-containers-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.0.99-SNAPSHOT/tyrus-containers-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------< org.glassfish.tyrus:tyrus-containers-glassfish-project >------- [INFO] Building Tyrus Containers For Glassfish 2.0.99-SNAPSHOT [9/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-containers-glassfish-project --- [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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/tyrus-container-servlet-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-container-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-containers-glassfish-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/target/bom.xml [INFO] attaching as tyrus-containers-glassfish-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/target/bom.json [INFO] attaching as tyrus-containers-glassfish-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-containers-glassfish-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.0.99-SNAPSHOT/tyrus-containers-glassfish-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-cdi >---------- [INFO] Building Tyrus CDI Component Provider 2.0.99-SNAPSHOT [10/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-container-glassfish-cdi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-container-glassfish-cdi --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-glassfish-cdi --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-glassfish-cdi --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [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.13.0:compile (default-compile) @ tyrus-container-glassfish-cdi --- [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/bom.xml [INFO] attaching as tyrus-container-servlet-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/bom.json [INFO] attaching as tyrus-container-servlet-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.7.0:jar (attach-javadocs) @ tyrus-container-servlet --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-glassfish-cdi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-container-glassfish-cdi --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-container-glassfish-cdi --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-container-glassfish-cdi --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-container-glassfish-cdi --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/bom.xml [INFO] attaching as tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/bom.json [INFO] attaching as tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-container-glassfish-cdi --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-container-glassfish-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-container-glassfish-cdi --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/glassfish/cdi/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/cdi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.0.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-container-glassfish-ejb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-container-glassfish-ejb --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-glassfish-ejb --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-glassfish-ejb --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [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.13.0:compile (default-compile) @ tyrus-container-glassfish-ejb --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/glassfish/ejb/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-container-glassfish-ejb --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-container-glassfish-ejb --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-container-glassfish-ejb --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-container-glassfish-ejb --- [INFO] CycloneDX: Resolving Dependencies [INFO] Skipping javadoc generation [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/tyrus-container-servlet-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/tyrus-container-servlet-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-container-servlet --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0.99-SNAPSHOT/tyrus-container-servlet-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0.99-SNAPSHOT/tyrus-container-servlet-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/70] [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] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/bom.xml [INFO] attaching as tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/bom.json [INFO] attaching as tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-container-glassfish-ejb --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-container-glassfish-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-sources.jar [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/glassfish/ejb/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/glassfish/ejb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.0.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/67] [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] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/target/bom.xml [INFO] attaching as tyrus-tests-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/target/bom.json [INFO] attaching as tyrus-tests-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.0.99-SNAPSHOT/tyrus-tests-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.0.99-SNAPSHOT/tyrus-tests-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-test-tools >------------- [INFO] Building Tyrus Test Tools 2.0.99-SNAPSHOT [18/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-test-tools --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-test-tools --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-test-tools --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-test-tools --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-test-tools --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-test-tools --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-test-tools --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-test-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/src/main/resources [INFO] [INFO] --- compiler:3.13.0: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] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 11 module-path] to target/classes [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-container-grizzly-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-container-grizzly-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-grizzly-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-grizzly-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [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.13.0:compile (default-compile) @ tyrus-container-grizzly-client --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/grizzly-client/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-container-grizzly-client --- [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 1 JDK modules [java.base] [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/tools/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-test-tools --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-test-tools --- [INFO] No tests to run. [INFO] [INFO] --- antrun:3.1.0:run (default) @ tyrus-test-tools --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target11/classes [INFO] Executed tasks [INFO] [INFO] --- bundle:5.1.4: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.servlet-api, 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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/tyrus-test-tools-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-test-tools --- [INFO] CycloneDX: Resolving Dependencies [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-container-grizzly-client --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-container-grizzly-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-container-grizzly-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/bom.xml [INFO] attaching as tyrus-test-tools-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/bom.json [INFO] attaching as tyrus-test-tools-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-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.servlet-api, 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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/tyrus-test-tools-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/tyrus-test-tools-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-test-tools --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/tools/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0.99-SNAPSHOT/tyrus-test-tools-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0.99-SNAPSHOT/tyrus-test-tools-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/70] [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] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/bom.xml [INFO] attaching as tyrus-container-grizzly-client-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/bom.json [INFO] attaching as tyrus-container-grizzly-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-container-grizzly-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-container-jdk-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-container-jdk-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-container-jdk-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-container-jdk-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-container-jdk-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-jdk-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-jdk-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [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.13.0:compile (default-compile) @ tyrus-container-jdk-client --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 15 source files with javac [debug target 11 module-path] to target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-container-grizzly-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-container-grizzly-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/grizzly-client/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.0.99-SNAPSHOT/tyrus-container-grizzly-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-server --- [INFO] [INFO] --- istack-commons:2.6.1:rs-gen (default) @ tyrus-server --- Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-server --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-server --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-server --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-server --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-server --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 2 JDK modules [java.base, java.logging] [WARNING] system modules path not set in conjunction with -source 11 [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/TransportFilter.java:[354,17] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/SslFilter.java:[126,5] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/SslEngineConfigurator.java:[46,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/SslContextConfigurator.java:[63,8] deprecated item is not annotated with @Deprecated [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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.13.0:testCompile (default-testCompile) @ tyrus-container-jdk-client --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 7 source files with javac [debug target 11 module-path] to target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/server/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-server --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-server --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/EnqueuedTasksTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-container-jdk-client --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.server.TyrusServerConfigurationTest [INFO] Running org.glassfish.tyrus.container.jdk.client.EchoTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 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.4:bundle (default-bundle) @ tyrus-server --- Jun 21, 2024 8:51:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:51:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:51:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:51:56 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) Jun 21, 2024 8:51:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:51:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 s -- in org.glassfish.tyrus.container.jdk.client.EchoTest [INFO] Running org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Jun 21, 2024 8:51:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:51:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:51:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:51:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:51:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:51:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/tyrus-server-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-server --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:51:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:51:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:51:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:51:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/bom.xml [INFO] attaching as tyrus-server-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/bom.json [INFO] attaching as tyrus-server-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-server --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/tyrus-server-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/tyrus-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0.99-SNAPSHOT/tyrus-server-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.0.99-SNAPSHOT/tyrus-server-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-container-grizzly-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-container-grizzly-server --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-grizzly-server --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-grizzly-server --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-container-grizzly-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-container-grizzly-server --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/grizzly-server/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-container-grizzly-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-container-grizzly-server --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-container-grizzly-server --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-container-grizzly-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/bom.xml [INFO] attaching as tyrus-container-grizzly-server-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/bom.json [INFO] attaching as tyrus-container-grizzly-server-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-container-grizzly-server --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-container-grizzly-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-container-grizzly-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/grizzly-server/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/grizzly-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.0.99-SNAPSHOT/tyrus-container-grizzly-server-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-container-inmemory --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-container-inmemory --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-inmemory --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-inmemory --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [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.13.0:compile (default-compile) @ tyrus-container-inmemory --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-inmemory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-container-inmemory --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes Jun 21, 2024 8:51:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:51:58 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.230 s -- in org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest [INFO] Running org.glassfish.tyrus.container.jdk.client.SslFilterTest [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-container-inmemory --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [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.315 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.4:bundle (default-bundle) @ tyrus-container-inmemory --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/tyrus-container-inmemory-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-container-inmemory --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/bom.xml [INFO] attaching as tyrus-container-inmemory-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/bom.json [INFO] attaching as tyrus-container-inmemory-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-container-inmemory --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/tyrus-container-inmemory-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-container-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/tyrus-container-inmemory-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-container-inmemory --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/inmemory/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0.99-SNAPSHOT/tyrus-container-inmemory-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/inmemory/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.0.99-SNAPSHOT/tyrus-container-inmemory-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-container-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-container-servlet --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-servlet --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-servlet --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [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.13.0:compile (default-compile) @ tyrus-container-servlet --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-container-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-container-servlet --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-container-servlet --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-container-servlet --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/tyrus-container-servlet-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-container-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/bom.xml [INFO] attaching as tyrus-container-servlet-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/bom.json [INFO] attaching as tyrus-container-servlet-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.7.0:jar (attach-javadocs) @ tyrus-container-servlet --- === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.029 s -- in org.glassfish.tyrus.container.jdk.client.SslFilterTest at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:358) at java.base/sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:293) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:204) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1500) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1415) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:450) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:915) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1006) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:966) 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:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest Suppressed: java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.ensureOpenAndConnected(NioSocketImpl.java:165) at java.base/sun.nio.ch.NioSocketImpl.available(NioSocketImpl.java:838) at java.base/sun.nio.ch.NioSocketImpl$1.available(NioSocketImpl.java:807) at java.base/java.net.Socket$SocketInputStream.available(Socket.java:970) at java.base/sun.security.ssl.SSLSocketInputRecord.deplete(SSLSocketInputRecord.java:495) at java.base/sun.security.ssl.SSLSocketImpl.closeSocket(SSLSocketImpl.java:1785) at java.base/sun.security.ssl.SSLSocketImpl.shutdown(SSLSocketImpl.java:1756) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:436) ... 13 more Jun 21, 2024 8:52:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:52:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52: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.025 s -- in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest Jun 21, 2024 8:52:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:52:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Skipping javadoc generation [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-container-servlet --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/tyrus-container-servlet-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/tyrus-container-servlet-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-container-servlet --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0.99-SNAPSHOT/tyrus-container-servlet-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.0.99-SNAPSHOT/tyrus-container-servlet-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-project --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:52:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:04 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:52:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/target/bom.xml [INFO] attaching as tyrus-tests-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/target/bom.json [INFO] attaching as tyrus-tests-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.0.99-SNAPSHOT/tyrus-tests-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.0.99-SNAPSHOT/tyrus-tests-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-test-tools >------------- [INFO] Building Tyrus Test Tools 2.0.99-SNAPSHOT [18/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-test-tools --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-test-tools --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-test-tools --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-test-tools --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-test-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-test-tools --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/tools/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-test-tools --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-test-tools --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-test-tools --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/tyrus-test-tools-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-test-tools --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:52:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.295 s -- in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest Jun 21, 2024 8:52:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:52:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/bom.xml [INFO] attaching as tyrus-test-tools-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/bom.json [INFO] attaching as tyrus-test-tools-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-test-tools --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/tyrus-test-tools-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/tyrus-test-tools-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-test-tools --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/tools/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0.99-SNAPSHOT/tyrus-test-tools-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/tools/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.0.99-SNAPSHOT/tyrus-test-tools-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-container-jdk-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-container-jdk-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-container-jdk-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-container-jdk-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [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.13.0:compile (default-compile) @ tyrus-container-jdk-client --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 14 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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.13.0:testCompile (default-testCompile) @ tyrus-container-jdk-client --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/EchoTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/EchoTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-container-jdk-client --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.container.jdk.client.EchoTest Jun 21, 2024 8:52:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:08 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) Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.926 s -- in org.glassfish.tyrus.container.jdk.client.EchoTest [INFO] Running org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.115 s -- in org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest [INFO] Running org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- antrun:3.1.0:run (default) @ tyrus-container-jdk-client --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target11/classes [INFO] Executed tasks [INFO] [INFO] --- bundle:5.1.4: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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/tyrus-container-jdk-client-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-container-jdk-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/bom.xml [INFO] attaching as tyrus-container-jdk-client-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/bom.json [INFO] attaching as tyrus-container-jdk-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/tyrus-container-jdk-client-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-container-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/tyrus-container-jdk-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/jdk-client/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.0.99-SNAPSHOT/tyrus-container-jdk-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-documentation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-documentation --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-documentation --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-documentation --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/bom.xml [INFO] attaching as tyrus-documentation-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/bom.json [INFO] attaching as tyrus-documentation-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- antrun:3.1.0:run (process-entities) @ tyrus-documentation --- [INFO] Executing tasks [WARNING] [echo] Preparing char entities [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/gen-src [INFO] [copy] Copying 16 files to /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/gen-src [INFO] Executed tasks [INFO] [INFO] --- docbkx:2.0.15:generate-html (Single page HTML and PDF) @ tyrus-documentation --- Jun 21, 2024 8:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.480 s -- in org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest [INFO] Running org.glassfish.tyrus.container.jdk.client.SslFilterTest [INFO] Processing input file: user-guide.xml === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:931) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at sun.security.ssl.AppInputStream.read(AppInputStream.java:71) at org.glassfish.tyrus.container.jdk.client.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:502) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.816 s -- in org.glassfish.tyrus.container.jdk.client.SslFilterTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest Jun 21, 2024 8:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:52:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52: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.030 s -- in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest Jun 21, 2024 8:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:52:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:52:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Applying customization parameters after docbkx parameters Jun 21, 2024 8:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:18 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.291 s -- in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest Jun 21, 2024 8:52:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:52:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:19 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #1. Jun 21, 2024 8:52:21 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree SEVERE: Couldn't find hyphenation pattern for lang="en". Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #2. Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #3. Jun 21, 2024 8:52:21 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) Jun 21, 2024 8:52:21 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) Jun 21, 2024 8:52:21 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) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 73:944) Jun 21, 2024 8:52:21 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) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 73:944) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 73:944) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Jun 21, 2024 8:52:21 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) Jun 21, 2024 8:52:21 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) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #4. Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #5. Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #6. Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #7. Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 183:2622) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 183:2622) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 183:2622) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 187:962) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 187:962) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 187:962) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 191:948) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 191:948) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 191:948) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 8 of a paragraph overflows the available area by 7140 millipoints. (See position 195:962) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 195:962) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 195:962) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 195:962) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 5140 millipoints. (See position 195:962) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 199:923) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 199:923) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 199:923) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 15 of a paragraph overflows the available area by 700 millipoints. (See position 203:924) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 14 of a paragraph overflows the available area by 9580 millipoints. (See position 203:924) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 12 of a paragraph overflows the available area by 150 millipoints. (See position 203:924) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 11 of a paragraph overflows the available area by 9030 millipoints. (See position 203:924) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7350 millipoints. (See position 203:924) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 203:924) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 209:552) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 209:552) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 209:552) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 213:3089) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 213:3089) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 213:3089) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 217:913) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 217:913) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 217:913) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 221:913) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 221:913) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 221:913) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 225:916) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 225:916) Jun 21, 2024 8:52:21 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 225:916) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #8. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #9. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #10. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #11. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1080) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 252:1080) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1080) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 252:1080) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 29640 millipoints. (See position 311:685) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #12. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #13. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #14. Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 501:365) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 634:927) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 634:927) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #15. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #16. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #17. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #18. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #19. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #20. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #21. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #22. Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 755:943) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 45106 millipoints. (See position 758:659) Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.131 s -- in org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest [INFO] Running org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:22 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 768:949) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #23. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #24. Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 875:980) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 875:980) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #25. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #26. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #27. Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #28. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #29. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #30. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 949:866) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48000 millipoints. (See position 949:866) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 949:866) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 994:382) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1060:570) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1171:1438) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1171:1438) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1171:1438) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1233:584) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 1246:554) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-container-jdk-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/tyrus-container-jdk-client-2.0.99-SNAPSHOT.jar Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1421:390) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1450:382) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1467:382) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1467:382) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1497:378) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1649:389) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1683:382) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1729:382) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 6000 millipoints. (See position 1741:787) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1759:513) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1796:382) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1796:382) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1796:382) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1812:382) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1812:382) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1812:382) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1828:382) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1828:382) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1828:382) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1884:382) Jun 21, 2024 8:52:22 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) Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #31. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #32. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #33. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #34. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #35. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #36. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #37. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #38. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #39. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #40. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #41. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #42. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #43. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #44. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #45. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #46. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #47. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #48. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #49. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #50. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #51. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #52. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #53. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #54. Jun 21, 2024 8:52:22 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #55. [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-container-jdk-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/docbook/user-guide.pdf has been generated. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/bom.xml [INFO] attaching as tyrus-container-jdk-client-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/bom.json [INFO] attaching as tyrus-container-jdk-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-container-jdk-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/tyrus-container-jdk-client-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-container-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/tyrus-container-jdk-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-container-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/containers/jdk-client/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/containers/jdk-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.0.99-SNAPSHOT/tyrus-container-jdk-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/67] [INFO] from docs/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Applying customization parameters after docbkx parameters [INFO] Chunking output. [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] --- directory:1.0:highest-basedir (directories) @ tyrus-documentation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-documentation --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-documentation --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-documentation --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/bom.xml [INFO] attaching as tyrus-documentation-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/bom.json [INFO] attaching as tyrus-documentation-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- antrun:3.1.0:run (process-entities) @ tyrus-documentation --- [INFO] Executing tasks [WARNING] [echo] Preparing char entities [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/gen-src [INFO] [copy] Copying 16 files to /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/gen-src [INFO] Executed tasks [INFO] [INFO] --- docbkx:2.0.15:generate-html (Single page HTML and PDF) @ tyrus-documentation --- [INFO] See /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/docbook for generated file(s) [INFO] [INFO] --- assembly:3.7.1:single (make-assembly) @ tyrus-documentation --- [INFO] Reading assembly descriptor: src/main/assembly/docbook.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/tyrus-documentation-2.0.99-SNAPSHOT-docbook.zip [INFO] [INFO] --- build-helper:3.4.0:attach-artifact (attach-artifacts) @ tyrus-documentation --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-documentation --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-documentation --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/docs/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0.99-SNAPSHOT/tyrus-documentation-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0.99-SNAPSHOT/tyrus-documentation-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-extensions-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-extensions-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/target/bom.xml [INFO] attaching as tyrus-extensions-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/target/bom.json [INFO] attaching as tyrus-extensions-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-extensions-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-extensions-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.0.99-SNAPSHOT/tyrus-extensions-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.0.99-SNAPSHOT/tyrus-extensions-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --------------< org.glassfish.tyrus.ext:tyrus-client-cli >-------------- [INFO] Building Tyrus CLI Client 2.0.99-SNAPSHOT [22/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-client-cli --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-client-cli --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-client-cli --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-client-cli --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-client-cli --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-client-cli --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-client-cli --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-client-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/src/main/resources [INFO] [INFO] --- compiler:3.13.0: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] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 1 JDK modules [java.base] [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/ext/client-cli/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-client-cli --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-client-cli --- [INFO] No tests to run. [INFO] [INFO] --- antrun:3.1.0:run (default) @ tyrus-client-cli --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target11/classes [INFO] Executed tasks [INFO] [INFO] --- bundle:5.1.4: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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-client-cli --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/bom.xml [INFO] attaching as tyrus-client-cli-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/bom.json [INFO] attaching as tyrus-client-cli-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.5.1: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. [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/dependency-reduced-pom.xml [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] 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] 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] jakarta.activation-2.0.1.jar, jakarta.websocket-api-2.0.0.jar, jakarta.xml.bind-api-3.0.1.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 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 files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file 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 https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-client-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-client-cli --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/ext/client-cli/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0.99-SNAPSHOT/tyrus-client-cli-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0.99-SNAPSHOT/tyrus-client-cli-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-monitoring-jmx --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-monitoring-jmx --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-monitoring-jmx --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-monitoring-jmx --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-monitoring-jmx --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-monitoring-jmx --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-monitoring-jmx --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-monitoring-jmx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-monitoring-jmx --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 29 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 4 JDK modules [java.base, java.desktop, java.logging, java.management] [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-monitoring-jmx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-monitoring-jmx --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 12 source files with javac [debug target 11 module-path] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/BroadcastTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/BroadcastTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-monitoring-jmx --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] Processing input file: user-guide.xml [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 s -- in org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 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.OpenSessionsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:28 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:28 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.ext.monitoring.jmx.SessionErrorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- antrun:3.1.0:run (default) @ tyrus-monitoring-jmx --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target11/classes [INFO] Executed tasks [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-monitoring-jmx --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target/bom.xml [INFO] attaching as tyrus-monitoring-jmx-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target/bom.json [INFO] attaching as tyrus-monitoring-jmx-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-monitoring-jmx --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-monitoring-jmx:jar: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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-monitoring-jmx --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/ext/monitoring-jmx/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0.99-SNAPSHOT/tyrus-monitoring-jmx-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0.99-SNAPSHOT/tyrus-monitoring-jmx-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-extension-deflate --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-extension-deflate --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-extension-deflate --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-extension-deflate --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-extension-deflate --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-extension-deflate --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-extension-deflate --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-extension-deflate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-extension-deflate --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 4 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 2 JDK modules [java.base, java.logging] [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-extension-deflate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-extension-deflate --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 11 module-path] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-extension-deflate --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest Jun 21, 2024 8:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:52:30 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:30 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=[S4xp5aTUupFLrR3cAwSj3Q==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[jIfqCUNbhjGwBsQDxxn01/oocFA=], 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. Jun 21, 2024 8:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:30 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 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] --- antrun:3.1.0:run (default) @ tyrus-extension-deflate --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target11/classes [INFO] Executed tasks [INFO] [INFO] --- bundle:5.1.4: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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/tyrus-extension-deflate-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-extension-deflate --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/bom.xml [INFO] attaching as tyrus-extension-deflate-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/bom.json [INFO] attaching as tyrus-extension-deflate-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/tyrus-extension-deflate-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-extension-deflate --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/tyrus-extension-deflate-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/ext/extension-deflate/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0.99-SNAPSHOT/tyrus-extension-deflate-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0.99-SNAPSHOT/tyrus-extension-deflate-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-client-java8 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-client-java8 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-client-java8 --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- build-helper:3.4.0:add-source (add.java11) @ tyrus-client-java8 --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/src/main/java11 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-client-java8 --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-client-java8 --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-client-java8 --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-client-java8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-client-java8 --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 1 JDK modules [java.base] [WARNING] system modules path not set in conjunction with -source 11 [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/src/main/java11/module-info.java:[21,38] module name component java8 should avoid terminal digits [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/ext/client-java8/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-client-java8 --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 11 module-path] to target/test-classes [INFO] Applying customization parameters after docbkx parameters [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-client-java8 --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Running org.glassfish.tyrus.ext.client.java8.SessionBuilderTest Jun 21, 2024 8:52:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:52:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. partial: I find your lack of faith disturbing true Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 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] --- antrun:3.1.0:run (default) @ tyrus-client-java8 --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target11/classes [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target11/classes [INFO] Executed tasks [INFO] [INFO] --- bundle:5.1.4: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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/tyrus-client-java8-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-client-java8 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/bom.xml [INFO] attaching as tyrus-client-java8-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/bom.json [INFO] attaching as tyrus-client-java8-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/tyrus-client-java8-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-client-java8 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/tyrus-client-java8-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-client-java8 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/ext/client-java8/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0.99-SNAPSHOT/tyrus-client-java8-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0.99-SNAPSHOT/tyrus-client-java8-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-samples-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-samples-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/target/bom.xml [INFO] attaching as tyrus-samples-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/target/bom.json [INFO] attaching as tyrus-samples-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-samples-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-samples-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.0.99-SNAPSHOT/tyrus-samples-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.0.99-SNAPSHOT/tyrus-samples-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ----------< org.glassfish.tyrus.samples:tyrus-sample-auction >---------- [INFO] Building Tyrus Auction Sample 2.0.99-SNAPSHOT [27/70] [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 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-auction --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-auction --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-auction --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-auction --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-auction --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-auction --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] Applying customization parameters after docbkx parameters [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-auction --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-auction --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-auction --- [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-sample-auction --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-auction] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-auction --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/target/bom.xml [INFO] attaching as tyrus-sample-auction-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/target/bom.json [INFO] attaching as tyrus-sample-auction-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-auction --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-auction --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT-sources.jar [INFO] targetFileExtension pdf [INFO] type fo [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-auction --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/auction/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0.99-SNAPSHOT/tyrus-sample-auction-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0.99-SNAPSHOT/tyrus-sample-auction-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-cdi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-cdi --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-cdi --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-cdi --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-cdi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-cdi --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-cdi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-cdi --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-cdi --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Jun 21, 2024 8:52:34 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". Jun 21, 2024 8:52:34 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". Jun 21, 2024 8:52:34 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #1. Jun 21, 2024 8:52:34 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree SEVERE: Couldn't find hyphenation pattern for lang="en". Jun 21, 2024 8:52:34 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #2. [INFO] Running org.glassfish.tyrus.sample.cdi.CdiTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 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.4.0:war (default-war) @ tyrus-sample-cdi --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-cdi] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-cdi --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:52:34 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #3. Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #4. [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/target/bom.xml [INFO] attaching as tyrus-sample-cdi-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/target/bom.json [INFO] attaching as tyrus-sample-cdi-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-cdi --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-cdi --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/cdi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0.99-SNAPSHOT/tyrus-sample-cdi-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0.99-SNAPSHOT/tyrus-sample-cdi-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-chat --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-chat --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-chat --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-chat --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-chat --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-chat --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/ChatEndpoint.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/ChatEndpoint.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-chat --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-chat --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-chat --- [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-sample-chat --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-chat] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-chat --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #5. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #6. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #7. Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 217:913) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 217:913) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 217:913) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 221:913) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 221:913) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 221:913) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 225:916) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 225:916) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 225:916) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #8. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #9. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #10. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #11. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1080) Jun 21, 2024 8:52: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 252:1080) Jun 21, 2024 8:52: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 252:1080) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 252:1080) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 252:1080) Jun 21, 2024 8:52: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 252:1080) Jun 21, 2024 8:52: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 252:1080) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 252:1080) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 29640 millipoints. (See position 311:685) Jun 21, 2024 8:52: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 316:976) Jun 21, 2024 8:52: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 316:976) Jun 21, 2024 8:52: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 316:976) Jun 21, 2024 8:52: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 316:976) Jun 21, 2024 8:52: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 316:976) Jun 21, 2024 8:52: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 316:976) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #12. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #13. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #14. Jun 21, 2024 8:52: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 377:1000) Jun 21, 2024 8:52: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 413:939) [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/target/bom.xml [INFO] attaching as tyrus-sample-chat-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/target/bom.json [INFO] attaching as tyrus-sample-chat-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-chat --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-chat --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-chat --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/chat/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0.99-SNAPSHOT/tyrus-sample-chat-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0.99-SNAPSHOT/tyrus-sample-chat-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/70] [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 --- Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 501:365) Jun 21, 2024 8:52: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 501:365) Jun 21, 2024 8:52: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 501:365) Jun 21, 2024 8:52: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 501:365) Jun 21, 2024 8:52: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 501:365) Jun 21, 2024 8:52: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 525:926) Jun 21, 2024 8:52: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 579:957) Jun 21, 2024 8:52: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 595:955) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 634:927) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 634:927) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #15. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #16. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #17. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #18. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #19. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #20. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #21. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #22. Jun 21, 2024 8:52: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 690:651) Jun 21, 2024 8:52: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 709:950) Jun 21, 2024 8:52: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 755:943) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 755:943) Jun 21, 2024 8:52: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 755:943) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 45106 millipoints. (See position 758:659) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 768:949) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 768:949) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #23. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #24. [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-draw --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-draw --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-draw --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-draw --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-draw --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-draw --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-draw --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-draw --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-draw --- [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-sample-draw --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-draw] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-draw --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/target/bom.xml [INFO] attaching as tyrus-sample-draw-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/target/bom.json [INFO] attaching as tyrus-sample-draw-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-draw --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT-project-src.zip Jun 21, 2024 8:52: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 835:955) Jun 21, 2024 8:52: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 863:980) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 875:980) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 875:980) Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #25. Jun 21, 2024 8:52:35 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #26. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #27. Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #28. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #29. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #30. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-draw --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-draw --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/draw/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0.99-SNAPSHOT/tyrus-sample-draw-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0.99-SNAPSHOT/tyrus-sample-draw-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-echo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-echo --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-echo --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-echo --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-echo --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-echo --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-echo --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) [INFO] Running org.glassfish.tyrus.sample.echo.EchoTest Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52: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) Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #31. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #32. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #33. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #34. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #35. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #36. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #37. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #38. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #39. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #40. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #41. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #42. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #43. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #44. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #45. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #46. Jun 21, 2024 8:52:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:52:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #47. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #48. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #49. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #50. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #51. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #52. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #53. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #54. Jun 21, 2024 8:52:36 AM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #55. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/docbook/user-guide.pdf has been generated. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 ### Received: onOpen ### Received: Do or do not, there is no try. (from your server) ### Client session closed: CloseReason[1000] Jun 21, 2024 8:52:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52: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.449 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.4.0:war (default-war) @ tyrus-sample-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-echo --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/target/bom.xml [INFO] attaching as tyrus-sample-echo-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/target/bom.json [INFO] attaching as tyrus-sample-echo-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-echo --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/echo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0.99-SNAPSHOT/tyrus-sample-echo-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0.99-SNAPSHOT/tyrus-sample-echo-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-basic-auth --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-basic-auth --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-basic-auth --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-basic-auth --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-basic-auth --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-basic-auth --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-basic-auth --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-basic-auth --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-basic-auth --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [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.109 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.4.0:war (default-war) @ tyrus-sample-basic-auth --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-basic-auth] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/echo-basic-auth/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-basic-auth --- [INFO] CycloneDX: Resolving Dependencies [INFO] Applying customization parameters after docbkx parameters [INFO] Chunking output. [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/target/bom.xml [INFO] attaching as tyrus-sample-basic-auth-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/target/bom.json [INFO] attaching as tyrus-sample-basic-auth-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-basic-auth --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-basic-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-basic-auth --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/echo-basic-auth/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-echo-https --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-echo-https --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-echo-https --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-echo-https --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-echo-https --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-echo-https --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-echo-https --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-echo-https --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-echo-https --- [WARNING] Parameter 'skipExec' (user property 'maven.test.skip.exec') is deprecated: Use skipTests instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-sample-echo-https --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo-https] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-echo-https --- [INFO] CycloneDX: Resolving Dependencies [INFO] See /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/docbook for generated file(s) [INFO] [INFO] --- assembly:3.7.1:single (make-assembly) @ tyrus-documentation --- [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/target/bom.xml [INFO] attaching as tyrus-sample-echo-https-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/target/bom.json [INFO] attaching as tyrus-sample-echo-https-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-echo-https --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-echo-https --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-echo-https --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/echo-https/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-programmatic-echo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-programmatic-echo --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-programmatic-echo --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-programmatic-echo --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-programmatic-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-programmatic-echo --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-programmatic-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-programmatic-echo --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-programmatic-echo --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest [INFO] Reading assembly descriptor: src/main/assembly/docbook.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/tyrus-documentation-2.0.99-SNAPSHOT-docbook.zip [INFO] [INFO] --- build-helper:3.4.0:attach-artifact (attach-artifacts) @ tyrus-documentation --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-documentation --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-documentation --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/docs/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0.99-SNAPSHOT/tyrus-documentation-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/docs/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.0.99-SNAPSHOT/tyrus-documentation-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-extensions-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-extensions-project --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:52:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:39 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] Jun 21, 2024 8:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 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.4.0:war (default-war) @ tyrus-sample-programmatic-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-programmatic-echo] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-programmatic-echo --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/target/bom.xml [INFO] attaching as tyrus-extensions-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/target/bom.json [INFO] attaching as tyrus-extensions-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-extensions-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-extensions-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.0.99-SNAPSHOT/tyrus-extensions-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.0.99-SNAPSHOT/tyrus-extensions-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --------------< org.glassfish.tyrus.ext:tyrus-client-cli >-------------- [INFO] Building Tyrus CLI Client 2.0.99-SNAPSHOT [22/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-client-cli --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-client-cli --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-client-cli --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-client-cli --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-client-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-client-cli --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/ext/client-cli/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-client-cli --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-client-cli --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-client-cli --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-client-cli --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/target/bom.xml [INFO] attaching as tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/target/bom.json [INFO] attaching as tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-programmatic-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-programmatic-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-programmatic-echo --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/programmatic-echo/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-simplelife --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-simplelife --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-simplelife --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-simplelife --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-simplelife --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-simplelife --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-simplelife --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-simplelife --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-simplelife --- [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-sample-simplelife --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-simplelife] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-simplelife --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/target/bom.xml [INFO] attaching as tyrus-sample-simplelife-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/target/bom.json [INFO] attaching as tyrus-sample-simplelife-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-simplelife --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-simplelife --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-simplelife --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/simplelife/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0.99-SNAPSHOT/tyrus-sample-simplelife-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0.99-SNAPSHOT/tyrus-sample-simplelife-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-shared-collection --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-shared-collection --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-shared-collection --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-shared-collection --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-shared-collection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-shared-collection --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-shared-collection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-shared-collection --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/bom.xml [INFO] attaching as tyrus-client-cli-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/bom.json [INFO] attaching as tyrus-client-cli-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-client-cli --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.5.1:shade (default) @ tyrus-client-cli --- [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-shared-collection --- [WARNING] Parameter 'skipExec' (user property 'maven.test.skip.exec') is deprecated: Use skipTests instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-sample-shared-collection --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-shared-collection] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-shared-collection --- [INFO] CycloneDX: Resolving Dependencies [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. [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/dependency-reduced-pom.xml [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/target/bom.xml [INFO] attaching as tyrus-sample-shared-collection-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/target/bom.json [INFO] attaching as tyrus-sample-shared-collection-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-shared-collection --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-shared-collection --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-shared-collection --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/shared-collection/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-containers --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-containers --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/target/bom.xml [INFO] attaching as tyrus-tests-containers-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/target/bom.json [INFO] attaching as tyrus-tests-containers-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-containers --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-containers --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers/2.0.99-SNAPSHOT/tyrus-tests-containers-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers/2.0.99-SNAPSHOT/tyrus-tests-containers-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ----< org.glassfish.tyrus.tests:tyrus-tests-containers-jdk-client >----- [INFO] Building Tyrus JDK Containers Tests 2.0.99-SNAPSHOT [38/70] [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 --- [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] jakarta.activation-2.0.1.jar, jakarta.websocket-api-2.0.0.jar, jakarta.xml.bind-api-3.0.1.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 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 files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file 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 https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-client-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/tyrus-client-cli-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-client-cli --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/ext/client-cli/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0.99-SNAPSHOT/tyrus-client-cli-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-cli/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.0.99-SNAPSHOT/tyrus-client-cli-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-containers-jdk-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-containers-jdk-client --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-containers-jdk-client --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-containers-jdk-client --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-containers-jdk-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/jdk-client/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-containers-jdk-client --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-containers-jdk-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/jdk-client/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-containers-jdk-client --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-containers-jdk-client --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-monitoring-jmx --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-monitoring-jmx --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-monitoring-jmx --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-monitoring-jmx --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-monitoring-jmx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-monitoring-jmx --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 28 source files with javac [debug target 1.8] to target/classes [INFO] Running org.glassfish.tyrus.container.jdk.client.UnknownHostTest Jun 21, 2024 8:52:42 AM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: BEGIN COUNT: 32 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-monitoring-jmx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-monitoring-jmx --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 12 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/BroadcastTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/src/test/java/org/glassfish/tyrus/ext/monitoring/jmx/BroadcastTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-monitoring-jmx --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Jun 21, 2024 8:52:42 AM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: AFTER WARMUP COUNT: 34 Jun 21, 2024 8:52:42 AM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: END COUNT: 34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.510 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.4.0:war (default-war) @ tyrus-tests-containers-jdk-client --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-containers-jdk-client] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-containers-jdk-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/jdk-client/target/bom.xml [INFO] attaching as tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/jdk-client/target/bom.json [INFO] attaching as tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-containers-jdk-client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-containers-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/jdk-client/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/jdk-client/target/bom.json 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-cyclonedx.json [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-containers-servlet >------ [INFO] Building Tyrus Servlet Containers Tests 2.0.99-SNAPSHOT [39/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-containers-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-containers-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/servlet/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-containers-servlet --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-containers-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/servlet/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-containers-servlet --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug target 11 module-path] to target/test-classes [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest [INFO] JDK-8318913 workaround: patched module-info.class requires version from [17.0.2] to [null] on 1 JDK modules [java.base] [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-containers-servlet --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [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.046 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.4.0:war (default-war) @ tyrus-tests-containers-servlet --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-containers-servlet] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-containers-servlet --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:52:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:52:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/servlet/target/bom.xml [INFO] attaching as tyrus-tests-containers-servlet-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/servlet/target/bom.json [INFO] attaching as tyrus-tests-containers-servlet-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-containers-servlet --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-containers-servlet --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/servlet/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/servlet/target/bom.json 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-cyclonedx.json [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-tests-e2e >-------------- [INFO] Building Tyrus End-to-End Tests 2.0.99-SNAPSHOT [40/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/target/bom.xml [INFO] attaching as tyrus-tests-e2e-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/target/bom.json [INFO] attaching as tyrus-tests-e2e-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.0.99-SNAPSHOT/tyrus-tests-e2e-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.0.99-SNAPSHOT/tyrus-tests-e2e-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-appconfig >--------- [INFO] Building Tyrus End-to-End Application Config Tests 2.0.99-SNAPSHOT [41/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-appconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-e2e-appconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/application-config/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-e2e-appconfig --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-e2e-appconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/application-config/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-e2e-appconfig --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.382 s -- in org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-e2e-appconfig --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s -- in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:52:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:44 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='51969f58-73c4-437e-a744-95706f22aa00', 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@587e5365, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@22fcf7ab, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2de23121, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@63475ace, 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@4988d8b8, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@c0c2f8d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@305b7c14, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6913c1fb, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@66d18979, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@bccb269, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@609cd4d8, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@17f7cd29, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7d8704ef, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@13b6aecc, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@158a8276, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3c3d9b6b, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@79d8407f, 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='51969f58-73c4-437e-a744-95706f22aa00', 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@587e5365, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@22fcf7ab, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2de23121, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@63475ace, 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@4988d8b8, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@c0c2f8d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@305b7c14, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6913c1fb, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@66d18979, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@bccb269, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@609cd4d8, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@17f7cd29, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7d8704ef, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@13b6aecc, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@158a8276, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3c3d9b6b, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@79d8407f, 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='c632646a-7104-45d6-bbd5-8f58df1688bc', 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@587e5365, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@22fcf7ab, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2de23121, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@63475ace, 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@4988d8b8, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@c0c2f8d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@305b7c14, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6913c1fb, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@66d18979, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@bccb269, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@609cd4d8, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@17f7cd29, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7d8704ef, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@13b6aecc, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@158a8276, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3c3d9b6b, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@79d8407f, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:45 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() Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 s -- in org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest [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 --- Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-monitoring-jmx --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.153 s -- in org.glassfish.tyrus.test.e2e.appconfig.ErrorTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 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=[3vizwA3kKElEXoVgPayKPw==], 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@33d99334 :: [] ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@33d99334 :: [] org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='e993ccbf-9d75-4b68-9500-02be1115ea34', 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@5c45d770, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2ce6c6ec, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1bae316d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@147a5d08, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6676f6a0, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7cbd9d24, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1672fe87, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5026735c, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1b45c0e, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@11f0a5a1, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@10f7f7de, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@73a8da0f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@50dfbc58, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4416d64f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6bf08014, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5e3d57c7, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@732d0d24, type=class java.io.InputStream}]}} ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@175e04ae :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@175e04ae :: [] ##### TestExtendedExtension getName: ext2 ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[PPEefmD5Ur1v6sP5OMK2tK+jx0Q=], sec-websocket-extensions=[ext1, ext2], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint server onMessage. client onMessage. org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='e993ccbf-9d75-4b68-9500-02be1115ea34', 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@5c45d770, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2ce6c6ec, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1bae316d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@147a5d08, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6676f6a0, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7cbd9d24, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1672fe87, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5026735c, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1b45c0e, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@11f0a5a1, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@10f7f7de, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@73a8da0f, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@50dfbc58, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4416d64f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6bf08014, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5e3d57c7, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@732d0d24, type=class java.io.InputStream}]}} Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@33d99334 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@33d99334 Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@175e04ae ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@175e04ae Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 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=[zXziUT15Wy/YvixmLhAKjg==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@3663b3f5 :: [] org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='6d318656-53a7-4c89-8fa9-1c9a118f22c6', 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@4f6f416f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3b8f0a79, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@71e693fa, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@48793bef, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7d286fb6, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3eb77ea8, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7b8b43c7, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7aaca91a, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@44c73c26, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@41005828, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@60b4beb4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7fcf2fc1, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2141a12, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4196c360, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@41294f8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@225129c, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@20435c40, type=class java.io.InputStream}]}} ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@1290a9b7 :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[68ZRFX5DWmkjgimZjvcb1Wag/zI=], sec-websocket-extensions=[TestExtendedExtension], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint server onMessage. client onMessage. org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='6d318656-53a7-4c89-8fa9-1c9a118f22c6', 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@4f6f416f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3b8f0a79, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@71e693fa, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@48793bef, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7d286fb6, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3eb77ea8, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7b8b43c7, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7aaca91a, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@44c73c26, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@41005828, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@60b4beb4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7fcf2fc1, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2141a12, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4196c360, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@41294f8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@225129c, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@20435c40, type=class java.io.InputStream}]}} ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@3663b3f5 Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@1290a9b7 Jun 21, 2024 8:52: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.034 s -- in org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52: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.027 s -- in org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 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 720e46b1-be78-4a0b-a5a6-5e86bb3c4da1, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 9867d18e-956f-417c-8d87-110c98fd45b7, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 351084f5-cc8d-4439-91f8-b1ff3cc0416d, CloseReason[1000] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 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 Client session closed with reason: 'CloseReason[1000]' ff7f26b8-3ca1-45e6-810f-348d52b14f2b, CloseReason[1000] Server onClose 9cf66e1d-43e0-433c-a14f-60cf0e7e5972, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 6e9494e3-c5e0-4e89-8f66-ad2c4277683b, CloseReason[1000] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52: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.106 s -- in org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 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='28bd5ca7-ed35-4cba-9dca-9b3effee60e9', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@3ce05f75, 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@79e2c68d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@ead7da8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4851bab7, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@76f45f3f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@19cd39c2, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7ce8476e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@39a9ce46, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6df073eb, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1d8344be, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@236eb357, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@54428282, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3a43ccca, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3d62d988, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6b403178, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2b56f800, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@f57443c, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@245272c7, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic, id='28bd5ca7-ed35-4cba-9dca-9b3effee60e9', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@3ce05f75, 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@79e2c68d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@ead7da8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4851bab7, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@76f45f3f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@19cd39c2, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7ce8476e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@39a9ce46, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6df073eb, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1d8344be, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@236eb357, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@54428282, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3a43ccca, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3d62d988, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6b403178, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2b56f800, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@f57443c, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@245272c7, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target/bom.xml [INFO] attaching as tyrus-monitoring-jmx-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target/bom.json [INFO] attaching as tyrus-monitoring-jmx-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-monitoring-jmx --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-monitoring-jmx --- Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 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='cf067940-ed78-486a-8f0d-221f1b8283bc', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@228cd45e, 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@678e5e6b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6a0e107b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@56a3d8be, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@12c9c810, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7a1a124, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1d36f463, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5598a953, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@9cd62b8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3ef5a24, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@295023d6, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3912c59e, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5b28a8a6, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@226fe79d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@a893e95, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2598246f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3bebc5e2, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@66e58e0d, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o, id='cf067940-ed78-486a-8f0d-221f1b8283bc', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@228cd45e, 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@678e5e6b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6a0e107b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@56a3d8be, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@12c9c810, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7a1a124, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1d36f463, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5598a953, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@9cd62b8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3ef5a24, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@295023d6, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3912c59e, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5b28a8a6, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@226fe79d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@a893e95, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2598246f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3bebc5e2, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@66e58e0d, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 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='0ef79d87-1d26-49e8-9abe-65fb87c15768', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@23a764b6, 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@66a5fea6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3755fc8b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5709dae0, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4f138663, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@68a01e9, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1ea31417, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@76403f9, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5417ade8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2c47bca, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@441c429, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@239d7493, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4a8cf5e5, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6b37dd55, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@615d3c96, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@292ce5c2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4a21edf, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@51aaa66b, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc, id='0ef79d87-1d26-49e8-9abe-65fb87c15768', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@23a764b6, 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@66a5fea6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3755fc8b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5709dae0, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4f138663, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@68a01e9, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1ea31417, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@76403f9, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5417ade8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2c47bca, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@441c429, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@239d7493, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4a8cf5e5, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6b37dd55, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@615d3c96, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@292ce5c2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4a21edf, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@51aaa66b, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 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='9ce98501-b2d1-4a21-ae79-b02b0612560f', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@67d1c6b2, 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@22d3442c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@234ba09, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@13bbc2ae, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7ab6623d, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@42fcbb63, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@653fb5c7, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@28dcb57c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@61b28dd0, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@46b20526, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5e3b11ba, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@13013854, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6628ebe9, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3065593f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@36552848, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2c8c654e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@d5aa495, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@17eca8a0, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c, id='9ce98501-b2d1-4a21-ae79-b02b0612560f', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@67d1c6b2, 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@22d3442c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@234ba09, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@13bbc2ae, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7ab6623d, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@42fcbb63, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@653fb5c7, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@28dcb57c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@61b28dd0, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@46b20526, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5e3b11ba, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@13013854, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6628ebe9, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3065593f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@36552848, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2c8c654e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@d5aa495, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@17eca8a0, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1000] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 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='eab5b3b8-dbd4-41b3-a438-1b506e221293', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@6dc05209, 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@28c2d1d5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@e17d645, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@19a05cc2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@769f05e5, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@48ed2e9a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@78f86c3c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@632569ad, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6d9be801, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4ca392d6, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@77818ef2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3f21f9ae, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@dc8c5ab, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5dadd3e6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@26a030bf, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@167c414c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5dd22bb5, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6ed3e10a, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m, id='eab5b3b8-dbd4-41b3-a438-1b506e221293', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@6dc05209, 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@28c2d1d5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@e17d645, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@19a05cc2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@769f05e5, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@48ed2e9a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@78f86c3c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@632569ad, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6d9be801, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4ca392d6, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@77818ef2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3f21f9ae, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@dc8c5ab, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5dadd3e6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@26a030bf, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@167c414c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5dd22bb5, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6ed3e10a, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 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='1181424f-c059-403c-8f75-bf7cdf2dfa42', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@6099d1ce, 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@259b53b9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@42c8a9fe, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@14f4926c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3a4d369d, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@45b4acf6, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@42b46ae7, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@72e3f72f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2149de30, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@41fa15f3, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@20f8ac79, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4dcf6dc6, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@22189211, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@33dc5e2c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5622a74a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@60355115, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6dbdf18, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5727dcd1, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce, id='1181424f-c059-403c-8f75-bf7cdf2dfa42', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@6099d1ce, 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@259b53b9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@42c8a9fe, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@14f4926c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3a4d369d, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@45b4acf6, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@42b46ae7, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@72e3f72f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2149de30, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@41fa15f3, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@20f8ac79, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4dcf6dc6, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@22189211, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@33dc5e2c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5622a74a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@60355115, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6dbdf18, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5727dcd1, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52: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.157 s -- in org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-tests-e2e-appconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-appconfig] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/application-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e-appconfig --- [INFO] CycloneDX: Resolving Dependencies [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-monitoring-jmx --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/ext/monitoring-jmx/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0.99-SNAPSHOT/tyrus-monitoring-jmx-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/monitoring-jmx/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.0.99-SNAPSHOT/tyrus-monitoring-jmx-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-extension-deflate --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-extension-deflate --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-extension-deflate --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-extension-deflate --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-extension-deflate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-extension-deflate --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-extension-deflate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-extension-deflate --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-extension-deflate --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/application-config/target/bom.xml [INFO] attaching as tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/application-config/target/bom.json [INFO] attaching as tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-appconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e-appconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/application-config/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/application-config/target/bom.json 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-cyclonedx.json [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-e2e-nondeployable >------- [INFO] Building Tyrus End-to-End Non-deployable Tests 2.0.99-SNAPSHOT [42/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-nondeployable --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-e2e-nondeployable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-e2e-nondeployable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-e2e-nondeployable --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 21 source files with javac [debug target 1.8] to target/test-classes [INFO] Running org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest [WARNING] bootstrap class path not set in conjunction with -source 8 [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java:[124,20] Float(float) in java.lang.Float has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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.2.1:test (default-test) @ tyrus-tests-e2e-nondeployable --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:48 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=[U0T67chOg0zHFXbQPkV2ng==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[20ei2bTrDvvHJVg6sJPIgxzcshg=], 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. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52: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.773 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.4:bundle (default-bundle) @ tyrus-extension-deflate --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/tyrus-extension-deflate-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-extension-deflate --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:52:48 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. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 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. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:52:48 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. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.380 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.004 s -- in org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:43899] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:43899 Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [5b4cc7d0-80b1-4b2a-a8de-ecc283fd758f] SENT: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [5b4cc7d0-80b1-4b2a-a8de-ecc283fd758f] RECEIVED: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:43899] Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:39033] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:44413] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:39033 Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:44413 Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:37177] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:39815] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:42553] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:35587] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:44731] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:44003] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:35403] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:37857] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:44731 Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:44003 Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:35403 Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:37857 Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [e6b3d977-de15-4123-8e88-6b653c2618fd] SENT: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:37177 Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:39815 Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:42553 Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:35587 Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [6aacc114-783f-4adc-b84e-05d20fe9d540] SENT: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [e6b3d977-de15-4123-8e88-6b653c2618fd] RECEIVED: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:44413] Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [6aacc114-783f-4adc-b84e-05d20fe9d540] RECEIVED: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:39033] Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [b6ec8192-6ced-48b0-8001-bfa3d5bf9e3b] SENT: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [307008eb-2775-47f3-a3b6-e9843888242a] SENT: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [03372e7b-2931-4c5c-bbe9-37bb8625eba1] SENT: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [307008eb-2775-47f3-a3b6-e9843888242a] RECEIVED: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [abac2a65-23eb-494b-bb76-caee945057d2] SENT: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [b6ec8192-6ced-48b0-8001-bfa3d5bf9e3b] RECEIVED: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [03372e7b-2931-4c5c-bbe9-37bb8625eba1] RECEIVED: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [30421710-8c84-4ee2-a7a9-6cc8302606b2] SENT: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [31625b2d-b303-4713-9482-927a15fab9a6] SENT: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:44003] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:35403] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:44731] Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [31625b2d-b303-4713-9482-927a15fab9a6] RECEIVED: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [30421710-8c84-4ee2-a7a9-6cc8302606b2] RECEIVED: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [9143ac3c-822d-4b27-ba17-a7606a8ffd54] SENT: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [abac2a65-23eb-494b-bb76-caee945057d2] RECEIVED: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [46d18c70-1629-4de7-ba0b-ce01e5806b22] SENT: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:42553] Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:37177] Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:48 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [9143ac3c-822d-4b27-ba17-a7606a8ffd54] RECEIVED: It's a trap! Jun 21, 2024 8:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:39815] Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [46d18c70-1629-4de7-ba0b-ce01e5806b22] RECEIVED: It's a trap! Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:37857] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:35587] Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52: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.354 s -- in org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 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: YMlM5E3iqmrpvTjeLgno3g== # Sec-WebSocket-Version: 13 # Upgrade: websocket ##### MyExtendedExtension getName ##### MyExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@2a5d3838 :: [TyrusParameter{name='basicParam1', value='basicValue1'}] ##### MyExtendedExtension [[param1=value1]] ##### MyExtendedExtension org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test/extendedExtensionEndpoint, id='b27a1159-405a-45bb-8e03-37a1ad4f333e', 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@dc7df28, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@30f842ca, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@69c81773, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4d14b6c2, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7e990ed7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@c05fddc, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@25df00a0, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4d15107f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7b4c50bc, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5884a914, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@50378a4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@60f00693, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@79207381, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@491b9b8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1a4927d6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7a6d7e92, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@aba625, type=class java.io.InputStream}]}} ##### MyExtendedExtension getName ##### MyExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@211c8e59 :: [TyrusParameter{name='param1', value='value1'}] ##### MyExtendedExtension getName ##### afterResponse # connection: Upgrade # sec-websocket-accept: G6fUbGPR2hJw0BYQtYqPBLofleE= # 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=-1367644165} ##### 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} Jun 21, 2024 8:52:49 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='b27a1159-405a-45bb-8e03-37a1ad4f333e', 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@dc7df28, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@30f842ca, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@69c81773, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4d14b6c2, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7e990ed7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@c05fddc, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@25df00a0, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4d15107f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7b4c50bc, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5884a914, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@50378a4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@60f00693, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@79207381, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@491b9b8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1a4927d6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7a6d7e92, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@aba625, type=class java.io.InputStream}]}} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@2a5d3838 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### MyExtendedExtension processOutgoing :: 4 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=true, opcode=8, payloadLength=20, maskingKey=1465184876} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@211c8e59 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/bom.xml [INFO] attaching as tyrus-extension-deflate-2.0.99-SNAPSHOT-cyclonedx.xml Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/e2e-test/echoProgrammatic Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52: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.084 s -- in org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@3eb91815 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@56dc1551 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@102cec62 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@74f6c5d8 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@27912e3 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@34b9f960 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@43015c69 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@19b89d4 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4bbf6d0e Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@30b6ffe0 Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52: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.018 s -- in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52: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.026 s -- in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4a00d9cf Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6736fa8d Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@52815fa3 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@50313382 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1cb346ea Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4c012563 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@14a50707 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4d518b32 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4bd31064 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@e3c0e40 Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52: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.060 s -- in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest [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.JdkClientContainerHangTest [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/bom.json [INFO] attaching as tyrus-extension-deflate-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-extension-deflate --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/tyrus-extension-deflate-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-extension-deflate --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/tyrus-extension-deflate-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-extension-deflate --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/ext/extension-deflate/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0.99-SNAPSHOT/tyrus-extension-deflate-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/extension-deflate/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.0.99-SNAPSHOT/tyrus-extension-deflate-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-client-java8 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-client-java8 --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-client-java8 --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-client-java8 --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-client-java8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-client-java8 --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/ext/client-java8/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-client-java8 --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-client-java8 --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 s -- in org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 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. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] 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. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52: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.040 s -- in org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52: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.009 s -- in org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. [INFO] Running org.glassfish.tyrus.ext.client.java8.SessionBuilderTest Jun 21, 2024 8:52:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:52:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.195 s -- in org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. partial: I find your lack of faith disturbing true Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.219 s -- in org.glassfish.tyrus.ext.client.java8.SessionBuilderTest Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-client-java8 --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/tyrus-client-java8-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-client-java8 --- [INFO] CycloneDX: Resolving Dependencies received message: Do or do not, there is no try. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.988 s -- in org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Jun 21, 2024 8:52:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Jun 21, 2024 8:52:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. RetryAfterException received. received message: Do or do not, there is no try. Jun 21, 2024 8:52:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Jun 21, 2024 8:52:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/bom.xml [INFO] attaching as tyrus-client-java8-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/bom.json [INFO] attaching as tyrus-client-java8-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-client-java8 --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/tyrus-client-java8-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-client-java8 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/tyrus-client-java8-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-client-java8 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/ext/client-java8/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0.99-SNAPSHOT/tyrus-client-java8-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/ext/client-java8/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.0.99-SNAPSHOT/tyrus-client-java8-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-samples-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-samples-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/target/bom.xml [INFO] attaching as tyrus-samples-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/target/bom.json [INFO] attaching as tyrus-samples-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-samples-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-samples-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.0.99-SNAPSHOT/tyrus-samples-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.0.99-SNAPSHOT/tyrus-samples-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ----------< org.glassfish.tyrus.samples:tyrus-sample-auction >---------- [INFO] Building Tyrus Auction Sample 2.0.99-SNAPSHOT [27/67] [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 --- received message: Do or do not, there is no try. Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Jun 21, 2024 8:52:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Jun 21, 2024 8:52:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Jun 21, 2024 8:52:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-auction --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-auction --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-auction --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-auction --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-auction --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-auction --- Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Jun 21, 2024 8:52:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. [INFO] Recompiling the module because of changed source code. [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-auction --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-auction --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-auction --- [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-sample-auction --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-auction] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-auction --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/target/bom.xml [INFO] attaching as tyrus-sample-auction-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/target/bom.json [INFO] attaching as tyrus-sample-auction-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-auction --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-auction --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/target/tyrus-sample-auction-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-auction --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/auction/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0.99-SNAPSHOT/tyrus-sample-auction-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/auction/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.0.99-SNAPSHOT/tyrus-sample-auction-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-cdi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-cdi --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-cdi --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-cdi --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-cdi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-cdi --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-cdi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-cdi --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-cdi --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- received message: Do or do not, there is no try. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.372 s -- in org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Received headers: [my-header-value-1, my-header-value-2] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. [INFO] Running org.glassfish.tyrus.sample.cdi.CdiTest Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 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.4.0:war (default-war) @ tyrus-sample-cdi --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-cdi] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-cdi --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-203] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-204] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-205] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-206] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-207] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-208] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-209] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-210] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-211] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-212] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-213] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-214] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-215] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-216] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-217] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-218] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-219] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-220] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-221] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-222] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-223] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-224] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-225] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-226] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-227] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-228] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-229] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-230] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-231] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-232] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-233] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-234] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-235] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-236] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-237] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-238] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-239] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-240] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-241] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-242] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-243] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-244] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/target/bom.xml [INFO] attaching as tyrus-sample-cdi-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/target/bom.json [INFO] attaching as tyrus-sample-cdi-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-cdi --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/target/tyrus-sample-cdi-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-cdi --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/cdi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0.99-SNAPSHOT/tyrus-sample-cdi-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/cdi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.0.99-SNAPSHOT/tyrus-sample-cdi-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/67] [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] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.377 s -- in org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-245] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 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 Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-chat --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-chat --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-chat --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-chat --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-chat --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-chat --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/ChatEndpoint.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/src/main/java/org/glassfish/tyrus/sample/chat/ChatEndpoint.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-chat --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-chat --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-chat --- [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-sample-chat --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-chat] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-chat --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-246] Started. Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:56 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. -1 ### Jun 21, 2024 8:52:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52: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.194 s -- in org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/target/bom.xml [INFO] attaching as tyrus-sample-chat-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/target/bom.json [INFO] attaching as tyrus-sample-chat-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-chat --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-chat --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/target/tyrus-sample-chat-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-chat --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/chat/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0.99-SNAPSHOT/tyrus-sample-chat-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/chat/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.0.99-SNAPSHOT/tyrus-sample-chat-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/67] [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] [INFO] Results: [INFO] [WARNING] Tests run: 66, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-tests-e2e-nondeployable --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-nondeployable] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT.war [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-draw --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-draw --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-draw --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-draw --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-draw --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-draw --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-draw --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-draw --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-draw --- [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-sample-draw --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-draw] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-draw --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/target/bom.xml [INFO] attaching as tyrus-sample-draw-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/target/bom.json [INFO] attaching as tyrus-sample-draw-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-draw --- [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e-nondeployable --- [INFO] CycloneDX: Resolving Dependencies [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-draw --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/target/tyrus-sample-draw-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-draw --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/draw/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0.99-SNAPSHOT/tyrus-sample-draw-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/draw/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.0.99-SNAPSHOT/tyrus-sample-draw-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-echo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-echo --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-echo --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-echo --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-echo --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-echo --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-echo --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/target/bom.xml [INFO] attaching as tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/target/bom.json [INFO] attaching as tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e-nondeployable --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/target/bom.json 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-cyclonedx.json [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-stdconfig >--------- [INFO] Building Tyrus End-to-End Standard Config Tests 2.0.99-SNAPSHOT [43/70] [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] Running org.glassfish.tyrus.sample.echo.EchoTest Jun 21, 2024 8:52:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:52:58 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:52:58 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] Jun 21, 2024 8:52:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:52:58 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 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.4.0:war (default-war) @ tyrus-sample-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-echo --- [INFO] CycloneDX: Resolving Dependencies [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-stdconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-e2e-stdconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/standard-config/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-e2e-stdconfig --- [INFO] Copying 5 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-e2e-stdconfig --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 83 source files with javac [debug target 1.8] to target/test-classes [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/target/bom.xml [INFO] attaching as tyrus-sample-echo-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/target/bom.json [INFO] attaching as tyrus-sample-echo-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/target/tyrus-sample-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-echo --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/echo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0.99-SNAPSHOT/tyrus-sample-echo-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.0.99-SNAPSHOT/tyrus-sample-echo-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-basic-auth --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-basic-auth --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-basic-auth --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-basic-auth --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-basic-auth --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-basic-auth --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-basic-auth --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-basic-auth --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-basic-auth --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-e2e-stdconfig --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.standard_config.AnnotatedClientTest [INFO] Running org.glassfish.tyrus.sample.echo.auth.SampleBasicAuthTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 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.4.0:war (default-war) @ tyrus-sample-basic-auth --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-basic-auth] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/echo-basic-auth/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-basic-auth --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 s -- in org.glassfish.tyrus.test.standard_config.AnnotatedClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/target/bom.xml [INFO] attaching as tyrus-sample-basic-auth-2.0.99-SNAPSHOT-cyclonedx.xml Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.063 s -- in org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryTest Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.glassfish.tyrus.test.standard_config.BinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 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 ! Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.017 s -- in org.glassfish.tyrus.test.standard_config.BlockingBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingInputTest Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/target/bom.json [INFO] attaching as tyrus-sample-basic-auth-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-basic-auth --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-basic-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-basic-auth --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/echo-basic-auth/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-basic-auth/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-echo-https --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-echo-https --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-echo-https --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-echo-https --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-echo-https --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-echo-https --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-echo-https --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-echo-https --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-echo-https --- [WARNING] Parameter 'skipExec' (user property 'maven.test.skip.exec') is deprecated: Use skipTests instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-sample-echo-https --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-echo-https] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-echo-https --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.490 s -- in org.glassfish.tyrus.test.standard_config.BlockingInputTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 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 Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.020 s -- in org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.BroadcasterTest Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.031 s -- in org.glassfish.tyrus.test.standard_config.BroadcasterTest [INFO] Running org.glassfish.tyrus.test.standard_config.BufferSizeTest Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 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.TextBuffer.appendMessagePart(TextBuffer.java:41) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:950) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 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.InputStreamBuffer.checkClosedSession(InputStreamBuffer.java:197) at org.glassfish.tyrus.core.InputStreamBuffer.getNextByte(InputStreamBuffer.java:92) at org.glassfish.tyrus.core.BufferedInputStream.read(BufferedInputStream.java:42) at 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:651) at org.glassfish.tyrus.core.InputStreamBuffer$1.run(InputStreamBuffer.java:158) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 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.InputStreamBuffer.appendMessagePart(InputStreamBuffer.java:141) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1033) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 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.BinaryBuffer.appendMessagePart(BinaryBuffer.java:54) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1053) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 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.ReaderBuffer.checkClosedSession(ReaderBuffer.java:195) at org.glassfish.tyrus.core.ReaderBuffer.getNextChars(ReaderBuffer.java:92) at org.glassfish.tyrus.core.BufferedStringReader.read(BufferedStringReader.java:42) at java.base/java.io.Reader.read(Reader.java:225) at 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:651) at org.glassfish.tyrus.core.ReaderBuffer$1.run(ReaderBuffer.java:155) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Jun 21, 2024 8:53:01 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.ReaderBuffer.appendMessagePart(ReaderBuffer.java:136) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:930) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s -- in org.glassfish.tyrus.test.standard_config.BufferSizeTest [INFO] Running org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 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@236de205 Server successfully got message: 1234 Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.012 s -- in org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientCloseTest Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.015 s -- in org.glassfish.tyrus.test.standard_config.ClientCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jun 21, 2024 8:53:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/target/bom.xml [INFO] attaching as tyrus-sample-echo-https-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/target/bom.json [INFO] attaching as tyrus-sample-echo-https-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-echo-https --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-echo-https --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/target/tyrus-sample-echo-https-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-echo-https --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/echo-https/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/echo-https/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/67] [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 --- Jun 21, 2024 8:53:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jun 21, 2024 8:53:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-programmatic-echo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-programmatic-echo --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-programmatic-echo --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-programmatic-echo --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-programmatic-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-programmatic-echo --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-programmatic-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-programmatic-echo --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-programmatic-echo --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.programmaticecho.ProgrammaticEchoTest Jun 21, 2024 8:53:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:53:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:03 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] Jun 21, 2024 8:53:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.686 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.4.0:war (default-war) @ tyrus-sample-programmatic-echo --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-programmatic-echo] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-programmatic-echo --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/target/bom.xml [INFO] attaching as tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/target/bom.json [INFO] attaching as tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-programmatic-echo --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-programmatic-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-programmatic-echo --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/programmatic-echo/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/programmatic-echo/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-simplelife --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-simplelife --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-simplelife --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-simplelife --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-simplelife --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-simplelife --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-simplelife --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-simplelife --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-simplelife --- [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-sample-simplelife --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-simplelife] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-simplelife --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/target/bom.xml [INFO] attaching as tyrus-sample-simplelife-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/target/bom.json [INFO] attaching as tyrus-sample-simplelife-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-simplelife --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-simplelife --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/target/tyrus-sample-simplelife-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-simplelife --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/simplelife/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0.99-SNAPSHOT/tyrus-sample-simplelife-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/simplelife/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.0.99-SNAPSHOT/tyrus-sample-simplelife-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/67] [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 --- Jun 21, 2024 8:53:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8026] Jun 21, 2024 8:53:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-shared-collection --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-shared-collection --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-sample-shared-collection --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-sample-shared-collection --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-sample-shared-collection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-sample-shared-collection --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-shared-collection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-shared-collection --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-sample-shared-collection --- [WARNING] Parameter 'skipExec' (user property 'maven.test.skip.exec') is deprecated: Use skipTests instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-sample-shared-collection --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-shared-collection] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-sample-shared-collection --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/target/bom.xml [INFO] attaching as tyrus-sample-shared-collection-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/target/bom.json [INFO] attaching as tyrus-sample-shared-collection-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (assemble-src-zip) @ tyrus-sample-shared-collection --- [INFO] Reading assembly descriptor: ../etc/project-src-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-sample-shared-collection --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-sample-shared-collection --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/samples/shared-collection/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/samples/shared-collection/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-containers --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-containers --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.306 s -- in org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientManagerTest Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53: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 Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.008 s -- in org.glassfish.tyrus.test.standard_config.ClientManagerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Reconnecting... (reconnect count: 1) ### Reconnecting... (reconnect count: 2) ### Reconnecting... (reconnect count: 3) Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 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. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.295 s -- in org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientTest Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53: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 Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.008 s -- in org.glassfish.tyrus.test.standard_config.ClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.036 s -- in org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.CustomMaskingKeyGeneratorTest [INFO] Running org.glassfish.tyrus.test.standard_config.DecodedObjectTest Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 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 Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53: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 org.glassfish.tyrus.test.standard_config.DecodedObjectTest$CustomDecoderThrowingDecodeException Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53: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 ### DecodedMessageHandler ### hello Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.glassfish.tyrus.test.standard_config.DecodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.EncodedObjectTest Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 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 Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/target/bom.xml [INFO] attaching as tyrus-tests-containers-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/target/bom.json [INFO] attaching as tyrus-tests-containers-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-containers --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-containers --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers/2.0.99-SNAPSHOT/tyrus-tests-containers-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers/2.0.99-SNAPSHOT/tyrus-tests-containers-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ----< org.glassfish.tyrus.tests:tyrus-tests-containers-jdk-client >----- [INFO] Building Tyrus JDK Containers Tests 2.0.99-SNAPSHOT [38/67] [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 --- Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = hello Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 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 Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = encoded5 Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.tyrus.test.standard_config.EncodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.008 s -- in org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.ExtensionsTest Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.023 s -- in org.glassfish.tyrus.test.standard_config.ExtensionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.010 s -- in org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest [INFO] Running org.glassfish.tyrus.test.standard_config.HandshakeTest Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-containers-jdk-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-containers-jdk-client --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-containers-jdk-client --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-containers-jdk-client --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-containers-jdk-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/jdk-client/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-containers-jdk-client --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-containers-jdk-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/jdk-client/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-containers-jdk-client --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-containers-jdk-client --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Sent message: hello Received message = hello Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.glassfish.tyrus.test.standard_config.HandshakeTest [INFO] Running org.glassfish.tyrus.test.standard_config.HeartbeatTest Jun 21, 2024 8:53:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jun 21, 2024 8:53:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Running org.glassfish.tyrus.container.jdk.client.UnknownHostTest Jun 21, 2024 8:53:07 AM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: BEGIN COUNT: 31 Jun 21, 2024 8:53:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jun 21, 2024 8:53:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:08 AM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: AFTER WARMUP COUNT: 41 Jun 21, 2024 8:53:08 AM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: END COUNT: 41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 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.4.0:war (default-war) @ tyrus-tests-containers-jdk-client --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-containers-jdk-client] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-containers-jdk-client --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:53:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jun 21, 2024 8:53:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/jdk-client/target/bom.xml [INFO] attaching as tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/jdk-client/target/bom.json [INFO] attaching as tyrus-tests-containers-jdk-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-containers-jdk-client --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-containers-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/jdk-client/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/containers/jdk-client/target/bom.json 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-cyclonedx.json [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-tests-e2e >-------------- [INFO] Building Tyrus End-to-End Tests 2.0.99-SNAPSHOT [39/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/target/bom.xml [INFO] attaching as tyrus-tests-e2e-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/target/bom.json [INFO] attaching as tyrus-tests-e2e-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.0.99-SNAPSHOT/tyrus-tests-e2e-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.0.99-SNAPSHOT/tyrus-tests-e2e-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-appconfig >--------- [INFO] Building Tyrus End-to-End Application Config Tests 2.0.99-SNAPSHOT [40/67] [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 --- Jun 21, 2024 8:53:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jun 21, 2024 8:53:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-appconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-e2e-appconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/application-config/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-e2e-appconfig --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-e2e-appconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/application-config/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-e2e-appconfig --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-e2e-appconfig --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.247 s -- in org.glassfish.tyrus.test.standard_config.HeartbeatTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloBinaryTest Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 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 Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.011 s -- in org.glassfish.tyrus.test.standard_config.HelloBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTest Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.glassfish.tyrus.test.standard_config.HelloTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTextTest Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 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='98941cbb-b6f7-4d89-97c4-81727ef1731f', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@15eebbff, contextPath='/e2e-test', endpointPath=/e2e-test/hellotext, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@22d6f11, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@30990c1b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2453f95d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@44828f6b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2dbe250d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@553f1d75, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6e1d8f9e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3e34ace1, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@62fe6067, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@4f071df8, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4de41af9, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@56ace400, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@47404bea, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@305f7627, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5d018107, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6cbcf243, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@29e6eb25, type=class java.io.InputStream}]}} HELLOCLIENT received: server hello Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.010 s -- in org.glassfish.tyrus.test.standard_config.HelloTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.HostVerificationTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.005 s -- in org.glassfish.tyrus.test.standard_config.HostVerificationTest [INFO] Running org.glassfish.tyrus.test.standard_config.JsonTest Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: {"REPLY":"Danny"} Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.057 s -- in org.glassfish.tyrus.test.standard_config.JsonTest [INFO] Running org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:10 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.TyrusSession.checkMessageSize(TyrusSession.java:525) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:596) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:911) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:118) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageHandlersTest Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:11 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='29ae4755-8bb5-4f7b-9529-91d12cf8f872', 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@1f1c7bf6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@25b485ba, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2b546384, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5d740a0f, 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@214b199c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@20d3d15a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2893de87, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@55ca8de8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2c34f934, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@12d3a4e9, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@240237d2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@25a65b77, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2ed0fbae, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@212bf671, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@14a2f921, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3c87521, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2aece37d, 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='29ae4755-8bb5-4f7b-9529-91d12cf8f872', 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@1f1c7bf6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@25b485ba, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2b546384, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5d740a0f, 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@214b199c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@20d3d15a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2893de87, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@55ca8de8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2c34f934, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@12d3a4e9, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@240237d2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@25a65b77, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2ed0fbae, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@212bf671, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@14a2f921, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3c87521, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2aece37d, 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='cd4b62d8-8fc1-449e-8617-ecfb7757dfee', 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@1f1c7bf6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@25b485ba, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2b546384, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5d740a0f, 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@214b199c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@20d3d15a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2893de87, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@55ca8de8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2c34f934, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@12d3a4e9, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@240237d2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@25a65b77, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2ed0fbae, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@212bf671, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@14a2f921, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3c87521, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@2aece37d, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:11 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() Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 s -- in org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s -- in org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.326 s -- in org.glassfish.tyrus.test.e2e.appconfig.ErrorTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 21, 2024 8:53:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:12 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=[J+S6228VahlbztElgyfClA==], 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@59aba542 :: [] ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@59aba542 :: [] org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='f5a2c708-14e5-46fb-8fe7-e5bb6d2ddd2a', 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@1b6e1eff, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@306f16f3, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@702b8b12, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@22e357dc, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@49912c99, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@10163d6, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2dde1bff, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@15bbf42f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@550ee7e5, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5f9b2141, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@247d8ae, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@48974e45, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6a84a97d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6c130c45, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@50ad3bc1, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@223aa2f7, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6d3a388c, type=class java.io.InputStream}]}} ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@4dd557e8 :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@4dd557e8 :: [] ##### TestExtendedExtension getName: ext2 ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[nOYaT4WEBlAF6N8Ba0RCC2n8C/E=], sec-websocket-extensions=[ext1, ext2], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint server onMessage. client onMessage. Jun 21, 2024 8:53:13 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='f5a2c708-14e5-46fb-8fe7-e5bb6d2ddd2a', 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@1b6e1eff, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@306f16f3, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@702b8b12, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@22e357dc, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@49912c99, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@10163d6, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2dde1bff, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@15bbf42f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@550ee7e5, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5f9b2141, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@247d8ae, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@48974e45, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6a84a97d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6c130c45, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@50ad3bc1, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@223aa2f7, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6d3a388c, type=class java.io.InputStream}]}} ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@59aba542 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@59aba542 Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@4dd557e8 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@4dd557e8 Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:13 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=[O11CGaFJvZD6v66pXkW/sQ==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@44bc0ae2 :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@46974827 :: [] ##### TestExtendedExtension getName: TestExtendedExtension org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='67c9a376-9974-4dcc-82e8-3dd124a2f74c', 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@10d307f1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4d5b6aac, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3e84448c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4a7f959b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@429bffaa, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5403f35f, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@483f6d77, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7e5afaa6, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@63a12c68, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@28f3b248, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1b1426f4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@32b260fa, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@581ac8a8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6d4e5011, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@57d7f8ca, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@76c3e77a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@78123e82, type=class java.io.InputStream}]}} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[jb84oUUqX4kZ9lD3u1VXBFhke00=], sec-websocket-extensions=[TestExtendedExtension], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint server onMessage. client onMessage. org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='67c9a376-9974-4dcc-82e8-3dd124a2f74c', 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@10d307f1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4d5b6aac, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3e84448c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4a7f959b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@429bffaa, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5403f35f, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@483f6d77, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7e5afaa6, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@63a12c68, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@28f3b248, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1b1426f4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@32b260fa, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@581ac8a8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6d4e5011, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@57d7f8ca, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@76c3e77a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@78123e82, type=class java.io.InputStream}]}} ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@44bc0ae2 Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@46974827 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.041 s -- in org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:13 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 df613ee4-b1be-465b-94e4-5e06faae0af9, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose c4bca3c3-b932-4354-82e4-6704ba450ffd, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 92d98c5f-0ed6-40a0-a9cc-59651347aba0, CloseReason[1000] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:13 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 dc4d9448-43e2-480a-b237-0b7bbf5b694a, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Client session closed with reason: 'CloseReason[1000]' Server onClose a972f89e-a892-4669-87bd-8c8a0eee023b, CloseReason[1000] Server onClose 949acb24-8562-469c-a1b5-667c6d83ee9f, CloseReason[1000] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.178 s -- in org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:13 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='3dc8d70b-78ab-4099-a8ef-e7bfd9a9798f', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@5185721e, 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@1487e64a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@27822bdd, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@25599238, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5fb6010f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@74a81905, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4242088e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2b639aac, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@44b248b6, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@70e60114, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@22b261fe, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@15b339fe, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@43123406, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@33c73d1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@32b04fd9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3e40ecb8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6c205d72, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@ce219dc, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic, id='3dc8d70b-78ab-4099-a8ef-e7bfd9a9798f', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@5185721e, 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@1487e64a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@27822bdd, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@25599238, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5fb6010f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@74a81905, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4242088e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2b639aac, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@44b248b6, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@70e60114, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@22b261fe, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@15b339fe, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@43123406, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@33c73d1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@32b04fd9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3e40ecb8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6c205d72, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@ce219dc, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:13 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='e198a1f2-e972-413b-b8b1-b466197da622', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@1ef10d29, 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@5bf38093, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4171e1a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6ae25ffa, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7cec9fca, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3bdc7fdc, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7074173, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7fe2c3e6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@67e8111f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3f92a0a1, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@22372f9, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6bb76ca8, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4cf0f828, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@66cddebf, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7fe0dc25, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2f623d5d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6418a121, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6c28a33b, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o, id='e198a1f2-e972-413b-b8b1-b466197da622', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@1ef10d29, 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@5bf38093, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4171e1a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6ae25ffa, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7cec9fca, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3bdc7fdc, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7074173, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7fe2c3e6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@67e8111f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3f92a0a1, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@22372f9, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6bb76ca8, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4cf0f828, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@66cddebf, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7fe0dc25, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2f623d5d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6418a121, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6c28a33b, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:13 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='001c1c0b-9c53-4f81-9be8-b4f34fd5d8d2', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@cb40ba9, 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@49b6945b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2c996f1c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@78359c71, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@54f0399d, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@29996b14, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4e1f00b4, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1a1dcb12, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4ff4351d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2dd7363c, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1b7b9992, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6f4a84b4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1f8089d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@158aa848, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@52fa0462, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@69ae45ad, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@285314e5, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@685b314f, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc, id='001c1c0b-9c53-4f81-9be8-b4f34fd5d8d2', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@cb40ba9, 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@49b6945b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2c996f1c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@78359c71, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@54f0399d, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@29996b14, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4e1f00b4, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1a1dcb12, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4ff4351d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2dd7363c, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1b7b9992, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6f4a84b4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1f8089d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@158aa848, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@52fa0462, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@69ae45ad, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@285314e5, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@685b314f, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:13 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='ce81b799-188e-44f3-a197-11c3052ce38f', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@47a291b2, 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@2a00722, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@18b6715e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@33684294, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@60946a4a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@628ff86d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@491849e3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3815ceb6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7b9025c4, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@66c1e64b, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6d9dfc21, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7bebff5a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@12f5be6, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@68350636, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6a4b83e5, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4efeb0d9, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@35f5328b, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@753186b5, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c, id='ce81b799-188e-44f3-a197-11c3052ce38f', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@47a291b2, 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@2a00722, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@18b6715e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@33684294, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@60946a4a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@628ff86d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@491849e3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3815ceb6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7b9025c4, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@66c1e64b, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6d9dfc21, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7bebff5a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@12f5be6, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@68350636, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6a4b83e5, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4efeb0d9, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@35f5328b, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@753186b5, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1000] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:13 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='8c036f89-9b63-49ff-a3d3-cbc3731b56de', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@7baf0f5c, 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@3ead9e4d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7411fbb0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@f59e260, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@c0fd938, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5e826102, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@25b5dd19, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@653f612d, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@170bb2ab, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5acc5b39, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@519a086c, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4f322d7b, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@56650dc, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3dcbc6da, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3c137067, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6294db6b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@55c39755, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@365d7621, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m, id='8c036f89-9b63-49ff-a3d3-cbc3731b56de', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@7baf0f5c, 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@3ead9e4d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7411fbb0, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@f59e260, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@c0fd938, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5e826102, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@25b5dd19, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@653f612d, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@170bb2ab, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5acc5b39, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@519a086c, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4f322d7b, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@56650dc, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3dcbc6da, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3c137067, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6294db6b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@55c39755, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@365d7621, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:13 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='8026b823-ac3e-4acf-b170-02bffa267595', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@32c85ae9, 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@77cad2d4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4e4f994d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@46f700cb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@369815ee, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@17e52d9b, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@25524bdb, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5bddf6e2, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2d9cbf12, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@13abd6cf, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@24904bf2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@10cec364, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@58e28a40, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@15b2323d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@33db24a2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5568045e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@19942439, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1d33ceec, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce, id='8026b823-ac3e-4acf-b170-02bffa267595', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@32c85ae9, 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@77cad2d4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4e4f994d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@46f700cb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@369815ee, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@17e52d9b, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@25524bdb, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5bddf6e2, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2d9cbf12, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@13abd6cf, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@24904bf2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@10cec364, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@58e28a40, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@15b2323d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@33db24a2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5568045e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@19942439, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1d33ceec, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:13 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.140 s -- in org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-tests-e2e-appconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-appconfig] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/application-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e-appconfig --- [INFO] CycloneDX: Resolving Dependencies Client received message: In my experience, there's no such thing as luck. [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/application-config/target/bom.xml [INFO] attaching as tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/application-config/target/bom.json [INFO] attaching as tyrus-tests-e2e-appconfig-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-appconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e-appconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/application-config/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/application-config/target/bom.json 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-cyclonedx.json [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-e2e-nondeployable >------- [INFO] Building Tyrus End-to-End Non-deployable Tests 2.0.99-SNAPSHOT [41/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-nondeployable --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-e2e-nondeployable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-e2e-nondeployable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-e2e-nondeployable --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 21 source files with javac [debug target 1.8] to target/test-classes Client received message: In my experience, there's no such thing as luck. Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.237 s -- in org.glassfish.tyrus.test.standard_config.MessageHandlersTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.014 s -- in org.glassfish.tyrus.test.standard_config.MessageParamOrderTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageSequenceTest Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ### OnError: ### CloseReason[1001,Going away.] java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4be9890f[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@ad48334[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@eeb06b6]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@548ba0e9[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2] Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833) 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.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:488) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:908) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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.2.1:test (default-test) @ tyrus-tests-e2e-nondeployable --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest ### text: Always pass on what you have learned. end: true ### binary: Always pass on what you have learned. end: false ### CloseReason[1006,Closed abnormally.] Jun 21, 2024 8:53:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:15 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Jun 21, 2024 8:53:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:53:16 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. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 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. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:53:16 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. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.619 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.012 s -- in org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:40337] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:40337 Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [e4964ad2-1753-4865-bb5b-45f803ba796e] SENT: It's a trap! Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [e4964ad2-1753-4865-bb5b-45f803ba796e] RECEIVED: It's a trap! Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:40337] Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:44953] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:36395] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:42265] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:43867] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:42265 Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:36395 Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:34385] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:37655] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41081] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:46099] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:38761] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:46851] Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:43867 Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:44953 Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:37655 Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [b69c062f-763c-4550-9697-31b4866a7e7a] SENT: It's a trap! Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:34385 Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41081 Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:38761 Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:46099 Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [b69c062f-763c-4550-9697-31b4866a7e7a] RECEIVED: It's a trap! Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [b60bcee1-a94b-4a36-bec4-8941d1a07b24] SENT: It's a trap! Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:46851 Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:42265] Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [b60bcee1-a94b-4a36-bec4-8941d1a07b24] RECEIVED: It's a trap! Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [316dffd4-abdb-462a-a982-cfee60c5777d] SENT: It's a trap! Jun 21, 2024 8:53:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:36395] Jun 21, 2024 8:53:16 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [18528926-d531-44bb-808c-3026b3da6acb] SENT: It's a trap! Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [316dffd4-abdb-462a-a982-cfee60c5777d] RECEIVED: It's a trap! Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [3538eeea-fb33-466e-9d90-3c68707319b6] SENT: It's a trap! Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:44953] Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [18528926-d531-44bb-808c-3026b3da6acb] RECEIVED: It's a trap! Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [0038fddc-f63c-4330-a707-20d2b89d15c0] SENT: It's a trap! Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:43867] Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [d0c1c3fd-3ed9-4cb7-a6d4-0d8917da9452] SENT: It's a trap! Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [3538eeea-fb33-466e-9d90-3c68707319b6] RECEIVED: It's a trap! Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [0038fddc-f63c-4330-a707-20d2b89d15c0] RECEIVED: It's a trap! Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [b7b72463-7ca8-4918-a31e-42554f6f1e74] SENT: It's a trap! Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:38761] Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [9455a930-b76f-4366-bfef-67826e559e7f] SENT: It's a trap! Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [d0c1c3fd-3ed9-4cb7-a6d4-0d8917da9452] RECEIVED: It's a trap! Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [89c5bb1d-f8a9-483d-8fa0-d7e6228f7288] SENT: It's a trap! Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:34385] Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [9455a930-b76f-4366-bfef-67826e559e7f] RECEIVED: It's a trap! Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [b7b72463-7ca8-4918-a31e-42554f6f1e74] RECEIVED: It's a trap! Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41081] Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:46099] Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [89c5bb1d-f8a9-483d-8fa0-d7e6228f7288] RECEIVED: It's a trap! Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:37655] Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:46851] Jun 21, 2024 8:53: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.607 s -- in org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:17 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: PfPd5+zD079YCbTi2XGD8Q== # Sec-WebSocket-Version: 13 # Upgrade: websocket ##### MyExtendedExtension getName ##### MyExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@24c30da9 :: [TyrusParameter{name='basicParam1', value='basicValue1'}] ##### MyExtendedExtension [[param1=value1]] ##### MyExtendedExtension ##### MyExtendedExtension getName ##### MyExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@7a4f0122 :: [TyrusParameter{name='param1', value='value1'}] org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test/extendedExtensionEndpoint, id='28a47f60-b6c9-45ce-9cf3-e201a9ddf0d2', 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@4ec4f3a0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@223191a6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@49139829, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@9597028, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6069db50, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4efbca5a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1b7cc17c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@59662a0b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@77fbd92c, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@67c27493, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1a482e36, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@72967906, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5b8dfcc1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2f9f7dcf, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@747ddf94, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@35e2d654, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1bd4fdd, type=class java.io.InputStream}]}} ##### MyExtendedExtension getName ##### afterResponse # connection: Upgrade # sec-websocket-accept: 33CwQHO2FFtwgsSgXe4M88YIxNU= # 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=-467030414} ##### 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} Jun 21, 2024 8:53:17 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='28a47f60-b6c9-45ce-9cf3-e201a9ddf0d2', 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@4ec4f3a0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@223191a6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@49139829, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@9597028, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6069db50, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4efbca5a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1b7cc17c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@59662a0b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@77fbd92c, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@67c27493, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1a482e36, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@72967906, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5b8dfcc1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2f9f7dcf, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@747ddf94, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@35e2d654, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1bd4fdd, type=class java.io.InputStream}]}} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@24c30da9 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### MyExtendedExtension processOutgoing :: 4 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=true, opcode=8, payloadLength=20, maskingKey=-649443078} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@7a4f0122 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/e2e-test/echoProgrammatic Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.087 s -- in org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4009e306 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@43c1b556 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@587e5365 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@22fcf7ab Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2de23121 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@63475ace Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4988d8b8 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@c0c2f8d Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@305b7c14 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6913c1fb Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.023 s -- in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.078 s -- in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6db9f5a4 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@5f8edcc5 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7b02881e Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1ebd319f Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@3c0be339 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@15ca7889 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7a675056 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@d21a74c Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6e509ffa Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2898ac89 Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.021 s -- in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s -- in org.glassfish.tyrus.test.e2e.non_deployable.IPv6EchoTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 s -- in org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:18 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. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] 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. Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 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.e2e.non_deployable.MaxMessageSizeDeploymentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 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.e2e.non_deployable.OnCloseTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. ### CloseReason[1006,Closed abnormally.] Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### OnError: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@3d8f0934[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@37776244[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@39b09ada]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@788d90e1[Shutting down, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 2] ### CloseReason[1001,Going away.] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833) 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.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:488) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:908) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:19 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.229 s -- in org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jun 21, 2024 8:53:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:19 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jun 21, 2024 8:53:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:19 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jun 21, 2024 8:53:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:19 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jun 21, 2024 8:53:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:19 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jun 21, 2024 8:53:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:53:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.456 s -- in org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. RetryAfterException received. received message: Do or do not, there is no try. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:21 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Jun 21, 2024 8:53:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:21 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Jun 21, 2024 8:53:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:21 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Jun 21, 2024 8:53:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:21 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Jun 21, 2024 8:53:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ### CloseReason[1006,Closed abnormally.] Jun 21, 2024 8:53:21 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Jun 21, 2024 8:53:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false received message: Do or do not, there is no try. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. received message: Do or do not, there is no try. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.262 s -- in org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Received headers: [my-header-value-1, my-header-value-2] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.028 s -- in org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. ### CloseReason[1006,Closed abnormally.] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-203] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-204] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-205] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-206] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-207] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-208] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-209] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-210] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-211] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-212] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-213] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-214] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-215] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-216] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-217] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-218] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-219] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-220] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-221] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-222] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-223] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-224] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-225] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-226] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-227] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-228] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-229] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-230] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-231] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-232] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-233] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-234] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-235] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-236] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-237] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-238] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-239] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-240] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-241] Started. Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-242] Started. Jun 21, 2024 8:53:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:26 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-243] Started. Jun 21, 2024 8:53:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:26 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-244] Started. Jun 21, 2024 8:53:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.261 s -- in org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest Jun 21, 2024 8:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-245] Started. Jun 21, 2024 8:53:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:26 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 Jun 21, 2024 8:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:26 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest Jun 21, 2024 8:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-246] Started. Jun 21, 2024 8:53:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. -1 ### Jun 21, 2024 8:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:26 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s -- in org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 66, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-tests-e2e-nondeployable --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-nondeployable] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e-nondeployable --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/target/bom.xml ### CloseReason[1006,Closed abnormally.] Jun 21, 2024 8:53:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Jun 21, 2024 8:53:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false [INFO] attaching as tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/target/bom.json [INFO] attaching as tyrus-tests-e2e-nondeployable-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-nondeployable --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e-nondeployable --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/non-deployable/target/bom.json 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-cyclonedx.json [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-stdconfig >--------- [INFO] Building Tyrus End-to-End Standard Config Tests 2.0.99-SNAPSHOT [42/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-stdconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-e2e-stdconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/standard-config/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-e2e-stdconfig --- [INFO] Copying 5 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-e2e-stdconfig --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 83 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-e2e-stdconfig --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.standard_config.AnnotatedClientTest ### CloseReason[1006,Closed abnormally.] Jun 21, 2024 8:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:30 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Jun 21, 2024 8:53:30 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:30 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: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5d89a720[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@5771cc50[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@59b638ce]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@188b32f5[Shutting down, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 3] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833) 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.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:488) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1011) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:72) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) ### CloseReason[1001,Going away.] at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) Jun 21, 2024 8:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 21, 2024 8:53:30 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Jun 21, 2024 8:53:30 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:30 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 s -- in org.glassfish.tyrus.test.standard_config.AnnotatedClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 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.standard_config.BinaryStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryTest Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.glassfish.tyrus.test.standard_config.BinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 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 ! Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.tyrus.test.standard_config.BlockingBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingInputTest Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 s -- in org.glassfish.tyrus.test.standard_config.BlockingInputTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 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 Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.BroadcasterTest Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.tyrus.test.standard_config.BroadcasterTest [INFO] Running org.glassfish.tyrus.test.standard_config.BufferSizeTest Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:32 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.TextBuffer.appendMessagePart(TextBuffer.java:41) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:950) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Jun 21, 2024 8:53:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:33 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.InputStreamBuffer.checkClosedSession(InputStreamBuffer.java:197) at org.glassfish.tyrus.core.InputStreamBuffer.getNextByte(InputStreamBuffer.java:92) at org.glassfish.tyrus.core.BufferedInputStream.read(BufferedInputStream.java:42) at org.glassfish.tyrus.test.standard_config.BufferSizeTest$InputStreamEndpoint.doThat(BufferSizeTest.java:349) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core.AnnotatedEndpoint.access$000(AnnotatedEndpoint.java:66) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:651) at org.glassfish.tyrus.core.InputStreamBuffer$1.run(InputStreamBuffer.java:158) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Jun 21, 2024 8:53:33 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.InputStreamBuffer.appendMessagePart(InputStreamBuffer.java:141) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1033) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:33 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.BinaryBuffer.appendMessagePart(BinaryBuffer.java:54) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1053) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:33 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.ReaderBuffer.checkClosedSession(ReaderBuffer.java:195) at org.glassfish.tyrus.core.ReaderBuffer.getNextChars(ReaderBuffer.java:92) at org.glassfish.tyrus.core.BufferedStringReader.read(BufferedStringReader.java:42) at java.io.Reader.read(Reader.java:121) at org.glassfish.tyrus.test.standard_config.BufferSizeTest$ReaderEndpoint.doThat(BufferSizeTest.java:250) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core.AnnotatedEndpoint.access$000(AnnotatedEndpoint.java:66) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:651) at org.glassfish.tyrus.core.ReaderBuffer$1.run(ReaderBuffer.java:155) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Jun 21, 2024 8:53:33 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.ReaderBuffer.appendMessagePart(ReaderBuffer.java:136) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:930) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s -- in org.glassfish.tyrus.test.standard_config.BufferSizeTest [INFO] Running org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:33 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@2a031c30 Server successfully got message: 1234 Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientCloseTest Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 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.test.standard_config.ClientCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8026] Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. ### CloseReason[1006,Closed abnormally.] Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.12 s -- in org.glassfish.tyrus.test.standard_config.MessageSequenceTest [INFO] Running org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest [INFO] Running org.glassfish.tyrus.test.standard_config.OnCloseTest Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:33 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:34 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.TyrusSession.checkConnectionState(TyrusSession.java:513) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:654) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:559) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 #### received: CloseReason[1000] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 #### received: CloseReason[1001] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 #### received: CloseReason[1002] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 #### received: CloseReason[1003] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 #### received: CloseReason[1007] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 #### received: CloseReason[1008] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 #### received: CloseReason[1009] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 #### received: CloseReason[1010] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 #### received: CloseReason[1011] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 #### received: CloseReason[1012] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 #### received: CloseReason[1013] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 ### Received closeReason: 1000 Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 ### Received closeReason: 1001 Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 ### Received closeReason: 1002 Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 ### Received closeReason: 1003 Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 ### Received closeReason: 1007 Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 ### Received closeReason: 1008 Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 ### Received closeReason: 1009 Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 ### Received closeReason: 1010 Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 ### Received closeReason: 1011 Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 ### Received closeReason: 1000 Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 ### Received closeReason: 1000 Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:34 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.198 s -- in org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientManagerTest Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 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.TyrusSession.checkConnectionState(TyrusSession.java:513) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:654) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:559) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.423 s -- in org.glassfish.tyrus.test.standard_config.OnCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.OriginTest Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. org.glassfish.tyrus.client.exception.DeploymentHandshakeException: Handshake error. at org.glassfish.tyrus.client.exception.Exceptions.deploymentException(Exceptions.java:38) at org.glassfish.tyrus.client.ClientManager$3$1.run(ClientManager.java:622) at org.glassfish.tyrus.client.ClientManager$3.run(ClientManager.java:657) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.glassfish.tyrus.client.ClientManager$SameThreadExecutorService.execute(ClientManager.java:810) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:123) at org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:460) at org.glassfish.tyrus.client.ClientManager.lambda$connectToServer$2(ClientManager.java:313) at org.glassfish.tyrus.client.ClientManager.tryCatchInterruptedExecutionEx(ClientManager.java:324) at org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:313) at 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Caused by: org.glassfish.tyrus.core.HandshakeException: Response code was not 101: 403. at org.glassfish.tyrus.client.TyrusClientEngine.processResponse(TyrusClientEngine.java:308) at org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleHandshake(GrizzlyClientFilter.java:323) at org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleRead(GrizzlyClientFilter.java:292) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 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.test.standard_config.OriginTest [INFO] Running org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 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 Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.glassfish.tyrus.test.standard_config.ClientManagerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Reconnecting... (reconnect count: 1) ### Reconnecting... (reconnect count: 2) ### Reconnecting... (reconnect count: 3) Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 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. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 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.ClientReconnectHandlerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientTest Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 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 Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 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.ClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest [INFO] Running org.glassfish.tyrus.test.standard_config.DecodedObjectTest Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 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 Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 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 Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 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 Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.glassfish.tyrus.test.standard_config.DecodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.EncodedObjectTest Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 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 Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = hello Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 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 Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = encoded5 Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.glassfish.tyrus.test.standard_config.EncodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 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.EncoderBinaryStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.ExtensionsTest Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.glassfish.tyrus.test.standard_config.ExtensionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:35 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.GenericClientEndpointTest [INFO] Running org.glassfish.tyrus.test.standard_config.HandshakeTest Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53: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 Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s -- in org.glassfish.tyrus.test.standard_config.HandshakeTest [INFO] Running org.glassfish.tyrus.test.standard_config.HeartbeatTest Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. pool-10-thread-1 <0, 143) pool-10-thread-2 <143, 286) pool-10-thread-3 <286, 429) pool-10-thread-4 <429, 572) pool-10-thread-5 <572, 715) pool-10-thread-6 <715, 858) pool-10-thread-7 <858, 1000) Received messages: 1000/1000 Jun 21, 2024 8:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Jun 21, 2024 8:53:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jun 21, 2024 8:53:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:37 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jun 21, 2024 8:53:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:38 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jun 21, 2024 8:53:38 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:38 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.262 s -- in org.glassfish.tyrus.test.standard_config.HeartbeatTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloBinaryTest Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 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 Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 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.HelloBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTest Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.tyrus.test.standard_config.HelloTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTextTest Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 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='cc9f4a95-93be-4196-b008-efa8d7818d8e', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@3c9c0d96, contextPath='/e2e-test', endpointPath=/e2e-test/hellotext, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3a4621bd, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@31dadd46, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4ed5eb72, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@12f9af83, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@19b93fa8, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@7e6ef134, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1f010bf0, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@40db2a24, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@10cf09e8, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1921ad94, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@ee86bcb, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@177bea38, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7f132176, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6bca7e0d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2631f68c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6ed3f258, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@8ad6665, type=class java.io.InputStream}]}} HELLOCLIENT received: server hello Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.tyrus.test.standard_config.HelloTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.HostVerificationTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0 s -- in org.glassfish.tyrus.test.standard_config.HostVerificationTest [INFO] Running org.glassfish.tyrus.test.standard_config.JsonTest Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: {"REPLY":"Danny"} Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.tyrus.test.standard_config.JsonTest [INFO] Running org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:39 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.TyrusSession.checkMessageSize(TyrusSession.java:525) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:596) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:911) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:118) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s -- in org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageHandlersTest Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:39 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jun 21, 2024 8:53:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Received messages: 1000/1000 Jun 21, 2024 8:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:40 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Jun 21, 2024 8:53:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: In my experience, there's no such thing as luck. Received messages: 1000/1000 Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Client received message: In my experience, there's no such thing as luck. Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.320 s -- in org.glassfish.tyrus.test.standard_config.MessageHandlersTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 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.MessageParamOrderTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageSequenceTest Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:44 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.] Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@79c28069 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@77056121[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326) at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:488) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:794) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:183) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:70) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Jun 21, 2024 8:53:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:44 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: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7632f946 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@78f519f0[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] ### CloseReason[1001,Going away.] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326) at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:488) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1011) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:72) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) Jun 21, 2024 8:53:45 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.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Jun 21, 2024 8:53:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Jun 21, 2024 8:53:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Received messages: 1000/1000 Jun 21, 2024 8:53:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:47 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Jun 21, 2024 8:53:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### CloseReason[1006,Closed abnormally.] Jun 21, 2024 8:53:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:48 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Jun 21, 2024 8:53:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### OnError: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1b962a03 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@1551d701[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) ### CloseReason[1001,Going away.] at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) Jun 21, 2024 8:53:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326) at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:488) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:908) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) Jun 21, 2024 8:53:48 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Jun 21, 2024 8:53:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Jun 21, 2024 8:53:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Received messages: 1000/1000 Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.97 s -- in org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest [INFO] Running org.glassfish.tyrus.test.standard_config.PartialBinaryTest Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.085 s -- in org.glassfish.tyrus.test.standard_config.PartialBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.PingPongTest Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "" ### PingPongEndpoint - received pong "" Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "" ### Client - received pong "" Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.core.TyrusEndpointWrapper onError WARNING: Unexpected error, closing connection. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5a82aaa4[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@1bbfa09f[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@1f802730]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@dcff7f8[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 2] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833) 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.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:488) at org.glassfish.tyrus.core.TyrusRemoteEndpoint.sendPong(TyrusRemoteEndpoint.java:454) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPing(TyrusEndpointWrapper.java:1202) at org.glassfish.tyrus.core.TyrusWebSocket.onPing(TyrusWebSocket.java:209) at org.glassfish.tyrus.core.frame.PingFrame.respond(PingFrame.java:46) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "ping message client" ### Client - received pong "ping message client" Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "ping message server" ### PingPongEndpoint - received pong "ping message server" Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.tyrus.test.standard_config.PingPongTest [INFO] Running org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest [INFO] Running org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.004 s -- in org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest [INFO] Running org.glassfish.tyrus.test.standard_config.ProxyTest Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Handle CONNECT start . . . Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Handle CONNECT start . . . Connection to proxy established. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.099 s -- in org.glassfish.tyrus.test.standard_config.ProxyTest [INFO] Running org.glassfish.tyrus.test.standard_config.QueryParamTest Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.066 s -- in org.glassfish.tyrus.test.standard_config.QueryParamTest [INFO] Running org.glassfish.tyrus.test.standard_config.ReaderWriterTest Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s -- in org.glassfish.tyrus.test.standard_config.ReaderWriterTest [INFO] Running org.glassfish.tyrus.test.standard_config.RemoteTest Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.glassfish.tyrus.test.standard_config.RemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.RequestParameterMapTest Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.004 s -- in org.glassfish.tyrus.test.standard_config.RequestParameterMapTest [INFO] Running org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. RECEIVED HEADERS: [my-header-value-1, my-header-value-2] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.047 s -- in org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:51 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 Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53: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.012 s -- in org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### CloseReason[1006,Closed abnormally.] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='7dffdcb8-cd7f-4769-8d43-aac0aaf43606', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@269222ae, 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@13250132, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@40d848f9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4a864d4d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7d3691e1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@46a123e4, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@44bc2449, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3c28e5b6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7558c24b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3a296107, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1f129467, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@646cd766, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@57151b3a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@26457986, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2dff7085, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2faa55bb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@501957bf, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5d1d9d73, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='f2085b6f-662d-4633-b50b-ce0d9e548803', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@50930a56, 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@15919e20, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@14f2bfe5, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@244eed2c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@6cc79249, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@75be616f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@74b2f5aa, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@27c6519d, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@77c3daf6, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@71f07878, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@120cdc49, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7532d2c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6e2e535a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1c6fd55f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@68f5ac0f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7651d670, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6af9ff63, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@85e0a4e, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='dbc932a4-b788-4abb-a884-71f385d98a3c', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@269222ae, 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@13250132, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@40d848f9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4a864d4d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7d3691e1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@46a123e4, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@44bc2449, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3c28e5b6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7558c24b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3a296107, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1f129467, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@646cd766, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@57151b3a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@26457986, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2dff7085, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2faa55bb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@501957bf, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5d1d9d73, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='06e2d683-df47-4734-96cb-467894639b1c', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@5715e728, 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@121773ae, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@23a9a2f8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@23cf81c9, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5b9b0e3f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@72388ce1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1c685e3c, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@43f645b1, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@409f4106, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@76769270, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2831ab3c, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@599bb846, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@63b65502, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2111be16, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4dc8943, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@15816, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@514e1351, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7d83e660, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='0ebd9f61-917f-4a7f-9d3c-459c33616302', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@269222ae, 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@13250132, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@40d848f9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4a864d4d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7d3691e1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@46a123e4, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@44bc2449, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3c28e5b6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7558c24b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3a296107, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1f129467, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@646cd766, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@57151b3a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@26457986, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2dff7085, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2faa55bb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@501957bf, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5d1d9d73, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='2a3181ce-c7c0-4ddf-be9b-a17155306484', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@339a7827, 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@7698e030, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5f49ad1f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4724f14f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@271fe2cc, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@16b71f7f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@40469e3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@64ca5ea5, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3c1bc972, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@12f96569, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@35154da4, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@39c02d5, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@612e1b8d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@38a5e8ec, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2742fa31, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@44abcea6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@554857cd, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@42bd2700, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='cb1a4a06-9965-4330-8c1c-b07beea306d1', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@269222ae, 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@13250132, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@40d848f9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4a864d4d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7d3691e1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@46a123e4, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@44bc2449, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3c28e5b6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7558c24b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3a296107, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1f129467, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@646cd766, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@57151b3a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@26457986, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2dff7085, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2faa55bb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@501957bf, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5d1d9d73, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='0bf86a66-a4f6-474b-8acb-4f122e054bb3', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@1dbe2201, 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@58bcbfd2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7d946875, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@692ea4d3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5ec2ddd, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3893409d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@661a503a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7a0e6816, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@1ee8204f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3cdd1ca7, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@8f21086, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1b58756, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5e003577, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@a6c2234, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@128275df, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3fa0dfee, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6054fee0, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@b420d5c, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='b8a762aa-86e0-49e0-8504-4d75fbd395d9', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@269222ae, 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@13250132, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@40d848f9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4a864d4d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7d3691e1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@46a123e4, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@44bc2449, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3c28e5b6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7558c24b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3a296107, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1f129467, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@646cd766, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@57151b3a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@26457986, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2dff7085, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2faa55bb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@501957bf, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5d1d9d73, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='2e05bb68-f822-4dde-8341-52ad2c335811', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$3@314f091f, 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@60bf5c46, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@341856, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@182e13bb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5160f650, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@4ba7dd56, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6b718adc, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@32affc2, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@552e4b81, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2016611f, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@47d628ab, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@13d60b7c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@348338c4, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@270eb9d2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@51eb4ee8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@72c53242, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5fad61c6, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@dbf83c8, type=class java.io.InputStream}]}} Jun 21, 2024 8:53:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.017 s -- in org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Jun 21, 2024 8:53:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Jun 21, 2024 8:53:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Jun 21, 2024 8:53:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:52 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Jun 21, 2024 8:53:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:52 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Jun 21, 2024 8:53:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:53 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Jun 21, 2024 8:53:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Jun 21, 2024 8:53:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Message received: Nothing ### CloseReason[1006,Closed abnormally.] Jun 21, 2024 8:53:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Jun 21, 2024 8:53:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false Message received: Nothing Message received: Nothing Client message received Jun 21, 2024 8:53:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Jun 21, 2024 8:53:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:53:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ### CloseReason[1006,Closed abnormally.] Jun 21, 2024 8:53:57 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:53:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Jun 21, 2024 8:53:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false Jun 21, 2024 8:53:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:58 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. 1718960038577### !closed CloseReason[1006,Closed abnormally.] Jun 21, 2024 8:53:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:53:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Jun 21, 2024 8:53:58 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:53:58 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### CloseReason[1006,Closed abnormally.] Jun 21, 2024 8:54:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Jun 21, 2024 8:54:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:00 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: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4e761c03 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@40b1ebbd[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] ### CloseReason[1001,Going away.] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326) at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:488) Jun 21, 2024 8:54:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1011) at org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:72) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) Jun 21, 2024 8:54:00 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Jun 21, 2024 8:54:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Jun 21, 2024 8:54:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:00 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. 1718960042585### !closed CloseReason[1006,Closed abnormally.] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.18 s -- in org.glassfish.tyrus.test.standard_config.SessionTimeoutTest [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.SimpleRemoteTest Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.124 s -- in org.glassfish.tyrus.test.standard_config.SimpleRemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:02 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 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 ! Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.007 s -- in org.glassfish.tyrus.test.standard_config.StreamingBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! STREAMINGCLIENT opened ! Client sending: here Wrapped: Basic 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 ! Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.001 s -- in org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextTest Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! STREAMINGCLIENT opened ! Client sending: here Wrapped: Basic 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 ! Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.030 s -- in org.glassfish.tyrus.test.standard_config.StreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.SubProtocolTest Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.012 s -- in org.glassfish.tyrus.test.standard_config.SubProtocolTest [INFO] Running org.glassfish.tyrus.test.standard_config.TestHello404 Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.005 s -- in org.glassfish.tyrus.test.standard_config.TestHello404 [INFO] Running org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.015 s -- in org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus109Test Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:02 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core.AnnotatedEndpoint.onError(AnnotatedEndpoint.java:582) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:555) at org.glassfish.tyrus.core.AnnotatedEndpoint.onOpen(AnnotatedEndpoint.java:602) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onConnect(TyrusEndpointWrapper.java:750) at org.glassfish.tyrus.core.TyrusWebSocket.onConnect(TyrusWebSocket.java:139) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusConnection.(TyrusWebSocketEngine.java:806) at org.glassfish.tyrus.core.TyrusWebSocketEngine$SuccessfulUpgradeInfo.createConnection(TyrusWebSocketEngine.java:742) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleHandshake(GrizzlyServerFilter.java:242) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:179) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.RuntimeException: java.lang.RuntimeException: testException at org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(Tyrus109Test.java:66) ... 28 more Caused by: java.lang.RuntimeException: testException at 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) ... 21 more Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ### CloseReason[1006,Closed abnormally.] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.16 s -- in org.glassfish.tyrus.test.standard_config.MessageSequenceTest [INFO] Running org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.031 s -- in org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest [INFO] Running org.glassfish.tyrus.test.standard_config.OnCloseTest Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:03 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.TyrusSession.checkConnectionState(TyrusSession.java:513) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:654) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:559) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 #### received: CloseReason[1000] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 #### received: CloseReason[1001] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 #### received: CloseReason[1002] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 #### received: CloseReason[1003] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 #### received: CloseReason[1007] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 #### received: CloseReason[1008] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 #### received: CloseReason[1009] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 #### received: CloseReason[1010] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 #### received: CloseReason[1011] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 #### received: CloseReason[1012] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 #### received: CloseReason[1013] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 ### Received closeReason: 1000 Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 ### Received closeReason: 1001 Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.018 s -- in org.glassfish.tyrus.test.standard_config.Tyrus109Test [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus203Test Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 30c61004-e3d2-4c6e-a80e-ac3899f28afb Client1 @OnMessage -> first:test d0c123a5-e602-485d-8b7b-bce1230daf7d Client2 @OnMessage -> second:test Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.012 s -- in org.glassfish.tyrus.test.standard_config.Tyrus203Test ### Received closeReason: 1002 Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 ### Received closeReason: 1003 Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 ### Received closeReason: 1007 Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 ### Received closeReason: 1008 Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 ### Received closeReason: 1009 Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 ### Received closeReason: 1010 Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 ### Received closeReason: 1011 Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 ### Received closeReason: 1000 Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 ### Received closeReason: 1000 Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 190, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-tests-e2e-stdconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-stdconfig] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/standard-config/src/main/webapp] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e-stdconfig --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:54:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Jun 21, 2024 8:54:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:05 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.TyrusSession.checkConnectionState(TyrusSession.java:513) at org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:190) at org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:654) at org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:559) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:855) at org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Jun 21, 2024 8:54:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.575 s -- in org.glassfish.tyrus.test.standard_config.OnCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.OriginTest Jun 21, 2024 8:54:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Jun 21, 2024 8:54:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. org.glassfish.tyrus.client.exception.DeploymentHandshakeException: Handshake error. at org.glassfish.tyrus.client.exception.Exceptions.deploymentException(Exceptions.java:38) at org.glassfish.tyrus.client.ClientManager$3$1.run(ClientManager.java:622) at org.glassfish.tyrus.client.ClientManager$3.run(ClientManager.java:657) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.glassfish.tyrus.client.ClientManager$SameThreadExecutorService.execute(ClientManager.java:810) at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112) at org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:460) at org.glassfish.tyrus.client.ClientManager.lambda$connectToServer$2(ClientManager.java:313) at org.glassfish.tyrus.client.ClientManager.tryCatchInterruptedExecutionEx(ClientManager.java:324) at org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:313) at org.glassfish.tyrus.test.standard_config.OriginTest.testInvalidOrigin(OriginTest.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Caused by: org.glassfish.tyrus.core.HandshakeException: Response code was not 101: 403. at org.glassfish.tyrus.client.TyrusClientEngine.processResponse(TyrusClientEngine.java:308) at org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleHandshake(GrizzlyClientFilter.java:323) at org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleRead(GrizzlyClientFilter.java:292) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Jun 21, 2024 8:54:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Jun 21, 2024 8:54:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.tyrus.test.standard_config.OriginTest [INFO] Running org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest Jun 21, 2024 8:54:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Jun 21, 2024 8:54:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/standard-config/target/bom.xml [INFO] attaching as tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/standard-config/target/bom.json [INFO] attaching as tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e-stdconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/standard-config/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/standard-config/target/bom.json 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-cyclonedx.json [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jdk8 >----------- [INFO] Building Tyrus End-to-End Java 8 Tests 2.0.99-SNAPSHOT [44/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-jdk8 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-e2e-jdk8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-e2e-jdk8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-e2e-jdk8 --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-e2e-jdk8 --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest Jun 21, 2024 8:54:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:54:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:06 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] Jun 21, 2024 8:54:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.376 s -- in org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Jun 21, 2024 8:54:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:54:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:06 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] Jun 21, 2024 8:54:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:54:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:06 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] Jun 21, 2024 8:54:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.039 s -- in org.glassfish.tyrus.test.e2e.jdk8.LambdaTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Jun 21, 2024 8:54:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:54:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:06 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] Jun 21, 2024 8:54:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:06 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:54:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:06 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] Jun 21, 2024 8:54:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.036 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.4.0:war (default-war) @ tyrus-tests-e2e-jdk8 --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-jdk8] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e-jdk8 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/target/bom.xml [INFO] attaching as tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/target/bom.json [INFO] attaching as tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e-jdk8 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/target/bom.json 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-cyclonedx.json [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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-jetty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e-jetty --- [INFO] CycloneDX: Resolving Dependencies pool-10-thread-2 <143, 286) pool-10-thread-1 <0, 143) pool-10-thread-3 <286, 429) pool-10-thread-5 <572, 715) pool-10-thread-4 <429, 572) pool-10-thread-6 <715, 858) pool-10-thread-7 <858, 1000) [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/target/bom.xml [INFO] attaching as tyrus-tests-e2e-jetty-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/target/bom.json [INFO] attaching as tyrus-tests-e2e-jetty-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e-jetty --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/target/bom.json 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-cyclonedx.json [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/70] [INFO] from tests/e2e/jetty/auth-basic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- Received messages: 1000/1000 Jun 21, 2024 8:54:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:07 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-auth-basic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-e2e-auth-basic --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-e2e-auth-basic --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-e2e-auth-basic --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-e2e-auth-basic --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes Jun 21, 2024 8:54:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Jun 21, 2024 8:54:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-e2e-auth-basic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-basic --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [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 --- Received messages: 1000/1000 Jun 21, 2024 8:54:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:11 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Jun 21, 2024 8:54:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Logging initialized @188289ms [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/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/main/webapp [INFO] jetty-9.2.1.v20140609 [INFO] Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling back to default JarScanner implementation. [WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@1f573c6e{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/main/webapp/} has uncovered http methods for path: /* [INFO] Started o.e.j.m.p.JettyWebAppContext@1f573c6e{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/main/webapp/,AVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/main/webapp/} [WARNING] !RequestLog [INFO] Started ServerConnector@306f6493{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @188697ms [INFO] Started Jetty Server [INFO] [INFO] --- surefire:3.2.1: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@306f6493{HTTP/1.1}{0.0.0.0:8025} [INFO] Stopped o.e.j.m.p.JettyWebAppContext@1f573c6e{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e-auth-basic --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/target/bom.xml [INFO] attaching as tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/target/bom.json [INFO] attaching as tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e-auth-basic --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-auth-digest --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-e2e-auth-digest --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-e2e-auth-digest --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-e2e-auth-digest --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-e2e-auth-digest --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-e2e-auth-digest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-digest --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [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/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/main/webapp [INFO] jetty-9.2.1.v20140609 [INFO] Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling back to default JarScanner implementation. [WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@667c7b4b{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/main/webapp/} has uncovered http methods for path: /* [INFO] Started o.e.j.m.p.JettyWebAppContext@667c7b4b{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/main/webapp/,AVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/main/webapp/} [WARNING] !RequestLog [INFO] Started ServerConnector@4c959621{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @190240ms [INFO] Started Jetty Server [INFO] [INFO] --- surefire:3.2.1: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@4c959621{HTTP/1.1}{0.0.0.0:8025} [INFO] Stopped o.e.j.m.p.JettyWebAppContext@667c7b4b{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e-auth-digest --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/target/bom.xml [INFO] attaching as tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/target/bom.json [INFO] attaching as tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e-auth-digest --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/target/bom.xml [INFO] attaching as tyrus-tests-servlet-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/target/bom.json [INFO] attaching as tyrus-tests-servlet-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/target/bom.json 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-cyclonedx.json [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-async >----- [INFO] Building Tyrus Servlet Async Tests 2.0.99-SNAPSHOT [49/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-async --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-async --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-async --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-async --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-async --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-async --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-async --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest Jun 21, 2024 8:54:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Received messages: 1000/1000 Jun 21, 2024 8:54:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:15 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Jun 21, 2024 8:54:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:54:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.558 s -- in org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:54:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:54:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.217 s -- in org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncTextTest Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:54:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:54:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.177 s -- in org.glassfish.tyrus.tests.servlet.async.AsyncTextTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-tests-servlet-async --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-async] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-async --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/target/bom.xml [INFO] attaching as tyrus-tests-servlet-async-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/target/bom.json [INFO] attaching as tyrus-tests-servlet-async-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-async --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-async --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/async/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-autobahn-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-autobahn-server --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-autobahn-server --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-autobahn-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/autobahn-server/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-autobahn-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/autobahn-server/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-tests-servlet-autobahn-server --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-autobahn-server] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/autobahn-server/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-autobahn-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/autobahn-server/target/bom.xml [INFO] attaching as tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/autobahn-server/target/bom.json [INFO] attaching as tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-autobahn-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/autobahn-server/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/autobahn-server/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-basic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-basic --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-basic --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-basic --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-basic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-basic --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-basic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-basic --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-basic --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.basic.WsServletTest Jun 21, 2024 8:54:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:54:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:18 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:19 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:54:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:19 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:54:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:19 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. Received messages: 1000/1000 Jun 21, 2024 8:54:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:19 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Jun 21, 2024 8:54:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 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 ### 760 ### 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 ### 677 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 664 ### 662 ### 661 ### 660 ### 660 ### 659 ### 657 ### 656 ### 655 ### 655 ### 653 ### 652 ### 651 ### 651 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 637 ### 635 ### 634 ### 634 ### 632 ### 631 ### 631 ### 630 ### 629 ### 629 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 620 ### 619 ### 617 ### 617 ### 615 ### 614 ### 614 ### 612 ### 611 ### 610 ### 610 ### 608 ### 608 ### 608 ### 605 ### 604 ### 604 ### 602 ### 601 ### 600 ### 600 ### 600 ### 600 ### 600 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 589 ### 587 ### 586 ### 585 ### 584 ### 583 ### 590 ### 582 ### 581 ### 582 ### 579 ### 577 ### 576 ### 575 ### 574 ### 573 ### 573 ### 571 ### 570 ### 569 ### 568 ### 568 ### 567 ### 565 ### 564 ### 564 ### 562 ### 561 ### 560 ### 560 ### 559 ### 557 ### 556 ### 555 ### 554 ### 554 ### 552 ### 551 ### 550 ### 549 ### 548 ### 548 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 536 ### 534 ### 533 ### 533 ### 531 ### 530 ### 529 ### 529 ### 527 ### 527 ### 525 ### 525 ### 523 ### 523 ### 523 ### 520 ### 519 ### 518 ### 517 ### 517 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 497 ### 495 ### 494 ### 493 ### 492 ### 492 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 484 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 473 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 447 ### 445 ### 444 ### 443 ### 442 ### 442 ### 440 ### 439 ### 439 ### 438 ### 436 ### 435 ### 435 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 426 ### 424 ### 423 ### 422 ### 422 ### 420 ### 419 ### 418 ### 417 ### 417 ### 416 ### 414 ### 413 ### 413 ### 411 ### 411 ### 409 ### 409 ### 409 ### 406 ### 406 ### 404 ### 405 ### 402 ### 401 ### 400 ### 399 ### 399 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 391 ### 391 ### 391 ### 391 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 373 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 366 ### 364 ### 363 ### 362 ### 362 ### 360 ### 360 ### 358 ### 357 ### 357 ### 355 ### 355 ### 353 ### 352 ### 352 ### 350 ### 349 ### 349 ### 349 ### 346 ### 345 ### 344 ### 343 ### 342 ### 342 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 331 ### 331 ### 330 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 320 ### 320 ### 319 ### 316 ### 316 ### 314 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 302 ### 300 ### 299 ### 298 ### 298 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 291 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 284 ### 284 ### 283 ### 280 ### 280 ### 280 ### 280 ### 276 ### 275 ### 274 ### 273 ### 273 ### 271 ### 270 ### 269 ### 268 ### 267 ### 267 ### 265 ### 265 ### 263 ### 263 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 251 ### 249 ### 248 ### 247 ### 247 ### 247 ### 244 ### 243 ### 242 ### 242 ### 240 ### 239 ### 238 ### 238 ### 236 ### 235 ### 234 ### 233 ### 233 ### 231 ### 231 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 220 ### 218 ### 218 ### 216 ### 215 ### 214 ### 213 ### 212 ### 212 ### 210 ### 210 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 199 ### 199 ### 196 ### 195 ### 194 ### 193 ### 193 ### 191 ### 191 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 184 ### 184 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 164 ### 162 ### 161 ### 160 ### 159 ### 158 ### 158 ### 156 ### 155 ### 154 ### 153 ### 153 ### 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 ### 123 ### 121 ### 121 ### 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 ### 91 ### 91 ### 88 ### 88 ### 88 ### 85 ### 84 ### 84 ### 84 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 75 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 68 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 51 ### 49 ### 48 ### 47 ### 46 ### 45 ### 45 ### 43 ### 43 ### 41 ### 40 ### 39 ### 38 ### 38 ### 36 ### 36 ### 34 ### 33 ### 33 ### 31 ### 30 ### 30 ### 28 ### 27 ### 27 ### 26 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 14 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 5 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 2291 Jun 21, 2024 8:54:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:22 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:54:22 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:22 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 Received messages: 1000/1000 Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.21 s -- in org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest [INFO] Running org.glassfish.tyrus.test.standard_config.PartialBinaryTest Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s -- in org.glassfish.tyrus.test.standard_config.PartialBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.PingPongTest Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "" ### PingPongEndpoint - received pong "" Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "" ### Client - received pong "" Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.core.TyrusEndpointWrapper onError WARNING: Unexpected error, closing connection. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1c34bc1d rejected from java.util.concurrent.ScheduledThreadPoolExecutor@180b3b43[Shutting down, pool size = 2, active threads = 1, queued tasks = 0, completed tasks = 2] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326) at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533) at org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:488) at org.glassfish.tyrus.core.TyrusRemoteEndpoint.sendPong(TyrusRemoteEndpoint.java:454) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onPing(TyrusEndpointWrapper.java:1202) at org.glassfish.tyrus.core.TyrusWebSocket.onPing(TyrusWebSocket.java:209) at org.glassfish.tyrus.core.frame.PingFrame.respond(PingFrame.java:46) at org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:359) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:192) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "ping message client" ### Client - received pong "ping message client" Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "ping message server" ### PingPongEndpoint - received pong "ping message server" Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.tyrus.test.standard_config.PingPongTest [INFO] Running org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### 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 Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s -- in org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest [INFO] Running org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.006 s -- in org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest [INFO] Running org.glassfish.tyrus.test.standard_config.ProxyTest Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Handle CONNECT start . . . Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Handle CONNECT start . . . Connection to proxy established. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.106 s -- in org.glassfish.tyrus.test.standard_config.ProxyTest [INFO] Running org.glassfish.tyrus.test.standard_config.QueryParamTest ### 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 ### 648 ### 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 Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.066 s -- in org.glassfish.tyrus.test.standard_config.QueryParamTest [INFO] Running org.glassfish.tyrus.test.standard_config.ReaderWriterTest Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 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 ### 582 ### 580 ### 579 ### 579 ### 577 ### 577 ### 575 ### 574 ### 574 ### 572 ### 571 ### 570 ### 569 ### 568 ### 568 ### 566 ### 565 ### 564 ### 563 ### 562 ### 562 ### 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 Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.405 s -- in org.glassfish.tyrus.test.standard_config.ReaderWriterTest [INFO] Running org.glassfish.tyrus.test.standard_config.RemoteTest Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### 525 ### 524 ### 523 ### 522 ### 522 ### 520 ### 519 ### 518 ### 517 ### 516 ### 516 ### 515 ### 513 ### 512 ### 511 ### 511 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 495 ### 493 ### 493 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 479 ### 478 ### 476 ### 475 ### 474 ### 473 ### 472 ### 472 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 457 ### 455 ### 454 ### 453 ### 453 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.glassfish.tyrus.test.standard_config.RemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.RequestParameterMapTest Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.006 s -- in org.glassfish.tyrus.test.standard_config.RequestParameterMapTest [INFO] Running org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. RECEIVED HEADERS: [my-header-value-1, my-header-value-2] Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.007 s -- in org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest ### 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 ### 400 ### 399 ### 398 ### 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 ### 359 ### 357 ### 356 Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:24 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 Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.183 s -- in org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 355 ### 355 ### 353 ### 352 ### 351 ### 350 ### 350 ### 348 ### 347 ### 346 ### 346 ### 344 ### 343 ### 342 ### 341 ### 340 ### 340 ### 340 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 323 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 315 ### 313 ### 312 ### 311 ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 297 ### 297 ### 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 ### 247 ### 245 ### 244 ### 243 ### 242 ### 241 ### 241 ### 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 ### 204 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 182 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 175 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='5bfb9fa9-f461-43ab-babb-e1d7abe895e9', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@10850d17, 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@51e754e1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@26865482, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@34451ed8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@c1050f2, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@67bb4dcd, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@738d37fc, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6fa2448b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@61bb1e4d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5c53f292, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@46fb0c33, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3b009e7b, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@270a620, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@41f4039e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5ff00507, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@603cabc4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@67fa5045, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6f347d7, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='5e3bd73d-096a-4489-b30a-fa047c0232ae', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@4a790993, 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@485f4b9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@326ce706, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5555bbc7, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@5762156f, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7c690306, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@29688f5a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@511b8233, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@16953c12, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@22d06cf5, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@4faf35aa, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@42a83c76, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7de2fd9d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5c749110, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6ac0ed51, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@690827f3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3ec215a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7b68cc26, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='bd0120b1-7b48-4289-8857-0cd4284f6b1f', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@10850d17, 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@51e754e1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@26865482, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@34451ed8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@c1050f2, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@67bb4dcd, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@738d37fc, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6fa2448b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@61bb1e4d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5c53f292, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@46fb0c33, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3b009e7b, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@270a620, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@41f4039e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5ff00507, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@603cabc4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@67fa5045, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6f347d7, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='2c52be96-0bb8-4e29-aecd-fead1fa7c9c9', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@5582b86a, 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@10802cbe, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@19ebdfb7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@215a5b01, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@61dbf6a8, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@70afd3f1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@37feac34, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@448f7b99, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7adfbb16, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@74e1cfe7, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@36bc4243, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@950a4be, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@e50b989, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7434c153, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@204e3bcc, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2c370e2f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@27a076d1, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@754c052f, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='e3f52fc7-f2f8-4df7-a188-acf4b18715b2', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@10850d17, 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@51e754e1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@26865482, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@34451ed8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@c1050f2, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@67bb4dcd, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@738d37fc, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6fa2448b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@61bb1e4d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5c53f292, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@46fb0c33, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3b009e7b, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@270a620, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@41f4039e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5ff00507, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@603cabc4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@67fa5045, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6f347d7, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='1c0c3313-8a32-4f46-bfb6-466c35574963', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@149b0719, 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@51999bee, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@549ca590, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6002acef, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2cedcc39, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@31b664a1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@37f722, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7527461f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@37e9c086, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@35f839b6, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@ac946cc, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4591ee34, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3c05fbf0, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4844404f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@8fb90ad, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@42d13fc8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@51188619, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3b34e24d, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='7d8b3e94-0184-4f1f-b8fc-8ba3bdb26fb5', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@10850d17, 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@51e754e1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@26865482, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@34451ed8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@c1050f2, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@67bb4dcd, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@738d37fc, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6fa2448b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@61bb1e4d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5c53f292, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@46fb0c33, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3b009e7b, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@270a620, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@41f4039e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5ff00507, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@603cabc4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@67fa5045, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6f347d7, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='acdfa609-698e-43dd-9d96-b64dd27b2509', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@53d866d, 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@403f18ae, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@60b2a8b1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@71b59888, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@18d2763d, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2010e7e1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@55923472, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@83e9790, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3d67b34, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@245ebb40, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@60ab3a1d, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1c55a38f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2cea74ea, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7d3f5e8c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@447de8e4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7585623f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@a370541, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@dfbe1b5, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='5b9ff7e1-9f92-463f-b065-e9a5d5e57fc6', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@10850d17, 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@51e754e1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@26865482, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@34451ed8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@c1050f2, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@67bb4dcd, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@738d37fc, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6fa2448b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@61bb1e4d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5c53f292, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@46fb0c33, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3b009e7b, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@270a620, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@41f4039e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5ff00507, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@603cabc4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@67fa5045, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6f347d7, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='3cb250ca-ad8c-4855-8c92-da55fbc48e22', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$3@5529b2a8, 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@102b2669, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@41e532ad, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@21f1f27f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@39d5b81b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7004d926, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@181cfdd1, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@36d096a7, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@22d1f506, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@744ac593, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@b475cbe, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@391096df, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@14442d3e, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@36801478, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7130cba, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3a08d4e9, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@f10234b, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3985d505, type=class java.io.InputStream}]}} Jun 21, 2024 8:54:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 s -- in org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Jun 21, 2024 8:54:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Jun 21, 2024 8:54:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Jun 21, 2024 8:54:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:26 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Jun 21, 2024 8:54:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 162 ### 161 ### 160 ### 159 ### 159 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 152 ### 150 ### 149 ### 148 ### 148 ### 146 ### 145 ### 145 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 122 ### 120 ### 119 ### 118 ### 117 ### 117 ### 115 ### 114 ### 113 ### 113 ### 113 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 87 ### 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 ### 58 ### 56 ### 55 ### 54 ### 53 ### 52 ### 52 ### 50 ### 49 ### 48 ### 47 ### 47 ### 45 ### 44 ### 43 ### 42 ### 41 ### 41 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 34 ### 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 ### 6 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 3569 Jun 21, 2024 8:54:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:26 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:54:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:26 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 ### 767 ### 767 ### 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 ### 729 ### 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 Jun 21, 2024 8:54:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:26 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Jun 21, 2024 8:54:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Jun 21, 2024 8:54:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 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 ### 613 ### 611 ### 610 ### 609 ### 608 ### 608 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 594 ### 592 ### 592 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 Jun 21, 2024 8:54:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Jun 21, 2024 8:54:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Message received: Nothing Message received: Nothing ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 569 ### 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 ### 532 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 519 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 Message received: Nothing Client message received Jun 21, 2024 8:54:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### 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 ### 473 ### 471 ### 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 ### 444 ### 442 ### 441 ### 440 ### 439 ### 438 ### 438 ### 437 ### 435 ### 434 ### 433 ### 433 ### 431 ### 430 ### 429 ### 428 ### 427 Jun 21, 2024 8:54:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Jun 21, 2024 8:54:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 410 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 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 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 355 ### 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 ### 327 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 320 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 313 ### 311 ### 311 ### 311 ### 308 ### 307 ### 307 ### 305 ### 304 ### 303 ### 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 ### 276 ### 274 ### 274 ### 272 ### 272 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 248 ### 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 ### 220 ### 218 ### 218 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 196 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 189 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 177 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 162 ### 162 ### 159 ### 158 ### 157 ### 156 ### 155 ### 155 ### 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 ### 119 ### 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 ### 87 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 80 ### 80 ### 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 ### 46 ### 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 ### 19 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 2905 Jun 21, 2024 8:54:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:29 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:54:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:31 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. 1718960071772### !closed CloseReason[1006,Closed abnormally.] Jun 21, 2024 8:54:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Jun 21, 2024 8:54:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:31 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:54:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:54:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:32 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 21, 2024 8:54:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:32 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 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 635 ### 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 ### 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 ### 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 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 440 ### 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 ### 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 ### 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 ### 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 ### 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 ### 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 ### 88 ### 89 ### 87 ### 86 ### 85 ### 84 Jun 21, 2024 8:54:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. 1718960075790### !closed CloseReason[1006,Closed abnormally.] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.994 s -- in org.glassfish.tyrus.test.standard_config.SessionTimeoutTest [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.SimpleRemoteTest Jun 21, 2024 8:54:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Jun 21, 2024 8:54:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Jun 21, 2024 8:54:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:35 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.glassfish.tyrus.test.standard_config.SimpleRemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Jun 21, 2024 8:54:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Jun 21, 2024 8:54:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:35 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 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 ! Jun 21, 2024 8:54:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:35 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.StreamingBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Jun 21, 2024 8:54:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Jun 21, 2024 8:54:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! Wrapped: Basic Server sending: thank STREAMINGCLIENT opened ! Client sending: here Server sending: you Waiting for the server to process the partial string... 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 ! Jun 21, 2024 8:54:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:35 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.StreamingTextAnnotTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextTest Jun 21, 2024 8:54:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Jun 21, 2024 8:54:35 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:35 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 ! Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.014 s -- in org.glassfish.tyrus.test.standard_config.StreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.SubProtocolTest Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.019 s -- in org.glassfish.tyrus.test.standard_config.SubProtocolTest [INFO] Running org.glassfish.tyrus.test.standard_config.TestHello404 Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.008 s -- in org.glassfish.tyrus.test.standard_config.TestHello404 [INFO] Running org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.028 s -- in org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus109Test Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) at org.glassfish.tyrus.core.AnnotatedEndpoint.onError(AnnotatedEndpoint.java:582) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:555) at org.glassfish.tyrus.core.AnnotatedEndpoint.onOpen(AnnotatedEndpoint.java:602) at org.glassfish.tyrus.core.TyrusEndpointWrapper.onConnect(TyrusEndpointWrapper.java:750) at org.glassfish.tyrus.core.TyrusWebSocket.onConnect(TyrusWebSocket.java:139) at org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusConnection.(TyrusWebSocketEngine.java:806) at org.glassfish.tyrus.core.TyrusWebSocketEngine$SuccessfulUpgradeInfo.createConnection(TyrusWebSocketEngine.java:742) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleHandshake(GrizzlyServerFilter.java:242) at org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:179) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:34) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.RuntimeException: java.lang.RuntimeException: testException at org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(Tyrus109Test.java:66) ... 28 more Caused by: java.lang.RuntimeException: testException at org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.open(Tyrus109Test.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:552) ... 21 more ### 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 ***** 4077 Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 21, 2024 8:54:36 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:36 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 Jun 21, 2024 8:54:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.062 s -- in org.glassfish.tyrus.test.standard_config.Tyrus109Test [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus203Test Jun 21, 2024 8:54:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Jun 21, 2024 8:54:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:37 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 6e85c7a0-960a-4762-b33c-f912fe045e80 Client1 @OnMessage -> first:test 4b522d62-29f0-4814-a8d5-26aea982fed8 Client2 @OnMessage -> second:test Jun 21, 2024 8:54:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.018 s -- in org.glassfish.tyrus.test.standard_config.Tyrus203Test ### 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 [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 190, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-tests-e2e-stdconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-stdconfig] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/standard-config/src/main/webapp] ### 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 [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e-stdconfig --- [INFO] CycloneDX: Resolving Dependencies ### 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 ### 525 ### 526 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 507 ### 508 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 490 ### 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 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 443 ### 444 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 425 ### 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 ### 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 ### 328 ### 329 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) ### 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 [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/standard-config/target/bom.xml [INFO] attaching as tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/standard-config/target/bom.json [INFO] attaching as tyrus-tests-e2e-stdconfig-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-stdconfig --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e-stdconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/standard-config/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/standard-config/target/bom.json 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-cyclonedx.json [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jdk8 >----------- [INFO] Building Tyrus End-to-End Java 8 Tests 2.0.99-SNAPSHOT [43/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-jdk8 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-e2e-jdk8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-e2e-jdk8 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-e2e-jdk8 --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-e2e-jdk8 --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- ### 239 ### 238 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 226 ### 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 [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 135 ### 136 ### 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 ### 58 ### 59 ### 57 ### 56 ### 55 ### 54 ### 52 ### 52 ### 51 ### 50 ### 49 ### 48 ### 46 ### 47 ### 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 ***** 3288 Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:40 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] Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s -- in org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:40 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] Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:40 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] Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.glassfish.tyrus.test.e2e.jdk8.LambdaTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:40 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] Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:40 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] Jun 21, 2024 8:54:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:40 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 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.4.0:war (default-war) @ tyrus-tests-e2e-jdk8 --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-e2e-jdk8] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e-jdk8 --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:54:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:41 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 21, 2024 8:54:41 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:41 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. [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/target/bom.xml [INFO] attaching as tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/target/bom.json [INFO] attaching as tyrus-tests-e2e-jdk8-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jdk8 --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e-jdk8 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jdk8/target/bom.json 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-cyclonedx.json [INFO] [INFO] ----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jetty >----------- [INFO] Building Tyrus End-to-End Tests running on Jetty 2.0.99-SNAPSHOT [44/67] [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 --- 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 ### 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 [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-jetty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e-jetty --- [INFO] CycloneDX: Resolving Dependencies ### 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 ### 605 ### 603 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 592 ### 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 ### 564 ### 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 ### 492 ### 490 ### 489 ### 488 ### 488 ### 488 ### 485 ### 484 ### 483 ### 482 ### 482 ### 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 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/target/bom.xml [INFO] attaching as tyrus-tests-e2e-jetty-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/target/bom.json [INFO] attaching as tyrus-tests-e2e-jetty-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e-jetty --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/target/bom.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-cyclonedx.xml ### 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 ### 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 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 258 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 248 ### 247 ### 246 ### 245 [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/target/bom.json 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-cyclonedx.json [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-auth-basic >-------- [INFO] Building Tyrus End-to-End Basic Auth Tests 2.0.99-SNAPSHOT [45/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-auth-basic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-e2e-auth-basic --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-e2e-auth-basic --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-e2e-auth-basic --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-e2e-auth-basic --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-e2e-auth-basic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-basic --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to 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 --- ### 244 ### 243 ### 242 ### 241 ### 240 ### 240 ### 240 ### 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 ### 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 ### 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 ### 134 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 124 ### 122 ### 122 ### 120 ### 120 ### 120 ### 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 ### 72 ### 70 ### 69 ### 69 ### 68 ### 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 ### 9 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 1369 Jun 21, 2024 8:54:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 21, 2024 8:54:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 21, 2024 8:54:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:42 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:42 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.33 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.003 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.4.0:war (default-war) @ tyrus-tests-servlet-basic --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-basic] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-basic --- [INFO] CycloneDX: Resolving Dependencies [INFO] Logging initialized @232329ms [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/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/main/webapp [INFO] jetty-9.2.1.v20140609 [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/target/bom.xml [INFO] attaching as tyrus-tests-servlet-basic-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/target/bom.json [INFO] attaching as tyrus-tests-servlet-basic-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-basic --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/basic/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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-dynamic-deploy >-- [INFO] Building Tyrus Servlet Dynamic Deploy Test 2.0.99-SNAPSHOT [52/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling back to default JarScanner implementation. [WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@799674ab{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/main/webapp/} has uncovered http methods for path: /* [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Started o.e.j.m.p.JettyWebAppContext@799674ab{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/main/webapp/,AVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/main/webapp/} [WARNING] !RequestLog [INFO] Started ServerConnector@6f42a5e0{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @233032ms [INFO] Started Jetty Server [INFO] [INFO] --- surefire:3.2.1: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@6f42a5e0{HTTP/1.1}{0.0.0.0:8025} [INFO] Running org.glassfish.tyrus.tests.servlet.dynamic_deploy.DynamicDeployTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 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.4.0:war (default-war) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-dynamic-deploy] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.JettyWebAppContext@799674ab{/e2e-basic-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/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] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/target/bom.xml [INFO] attaching as tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/target/bom.json [INFO] attaching as tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [53/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-noappconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-noappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-noappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e-auth-basic --- [INFO] CycloneDX: Resolving Dependencies [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-noappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-noappconfig --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-noappconfig --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/target/bom.xml [INFO] attaching as tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/target/bom.json [INFO] attaching as tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e-auth-basic --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 Jun 21, 2024 8:54:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:54:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/noappconfig-test/one Jun 21, 2024 8:54:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:54:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-basic/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [46/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-auth-digest --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-e2e-auth-digest --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-e2e-auth-digest --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-e2e-auth-digest --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-e2e-auth-digest --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-e2e-auth-digest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-e2e-auth-digest --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to 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] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 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.4.0:war (default-war) @ tyrus-tests-servlet-noappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-noappconfig] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-noappconfig --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/target/bom.xml [INFO] attaching as tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/target/bom.json [INFO] attaching as tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-noappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-noappconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Starting audit... [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 Audit done. [INFO] [INFO] <<< jetty:9.2.1.v20140609:start (start-jetty) < validate @ tyrus-tests-e2e-auth-digest <<< [INFO] [INFO] [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/target/bom.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-cyclonedx.xml [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/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/target/classes [INFO] Context path = / [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/target/bom.json 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-cyclonedx.json [INFO] Tmp directory = /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/main/webapp [INFO] jetty-9.2.1.v20140609 [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling back to default JarScanner implementation. [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-oneappconfig >-- [INFO] Building Tyrus Servlet One App Config 2.0.99-SNAPSHOT [54/70] [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 --- [WARNING] ServletContext@o.e.j.m.p.JettyWebAppContext@5b414843{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/main/webapp/} has uncovered http methods for path: /* [INFO] Started o.e.j.m.p.JettyWebAppContext@5b414843{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/main/webapp/,AVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/main/webapp/} [WARNING] !RequestLog [INFO] Started ServerConnector@4a4063dd{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @234965ms [INFO] Started Jetty Server [INFO] [INFO] --- surefire:3.2.1: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@4a4063dd{HTTP/1.1}{0.0.0.0:8025} [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-oneappconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-oneappconfig --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-oneappconfig --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-oneappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-oneappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-oneappconfig --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Stopped o.e.j.m.p.JettyWebAppContext@5b414843{/e2e-digest-auth-test,file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-e2e-auth-digest --- [INFO] CycloneDX: Resolving Dependencies [INFO] Running org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest Jun 21, 2024 8:54:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:54:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:47 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:54:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:47 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.433 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.4.0:war (default-war) @ tyrus-tests-servlet-oneappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-oneappconfig] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-oneappconfig --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/target/bom.xml [INFO] attaching as tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/target/bom.json [INFO] attaching as tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-e2e-auth-digest --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/e2e/jetty/auth-digest/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [47/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/target/bom.xml [INFO] attaching as tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/target/bom.json [INFO] attaching as tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-oneappconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/oneappconfig/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [55/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-remote --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-remote --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-remote --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-remote --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-remote --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-remote --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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.1:testResources (default-testResources) @ tyrus-tests-servlet-remote --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-remote --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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.2.1:test (default-test) @ tyrus-tests-servlet-remote --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/target/bom.xml [INFO] attaching as tyrus-tests-servlet-project-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/target/bom.json [INFO] attaching as tyrus-tests-servlet-project-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/target/bom.json 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-cyclonedx.json [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-async >----- [INFO] Building Tyrus Servlet Async Tests 2.0.99-SNAPSHOT [48/67] [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] Running org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.016 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.4.0:war (default-war) @ tyrus-tests-servlet-remote --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-remote] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-remote --- [INFO] CycloneDX: Resolving Dependencies [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-async --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-async --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-async --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-async --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-async --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-async --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-async --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/target/bom.xml [INFO] attaching as tyrus-tests-servlet-remote-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/target/bom.json [INFO] attaching as tyrus-tests-servlet-remote-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-remote --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-remote --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [56/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-session --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-session --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-session --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.1:testResources (default-testResources) @ tyrus-tests-servlet-session --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-session --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionCloseApplicationTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionCloseApplicationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-session --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest Jun 21, 2024 8:54:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:54:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:54:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:54:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:49 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.276 s -- in org.glassfish.tyrus.tests.servlet.async.AsyncBinaryTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest Jun 21, 2024 8:54:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:54:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:54:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.226 s -- in org.glassfish.tyrus.tests.servlet.async.AsyncObjectTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.AsyncTextTest Jun 21, 2024 8:54:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:54:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:50 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:54:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:50 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54: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.185 s -- in org.glassfish.tyrus.tests.servlet.async.AsyncTextTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-tests-servlet-async --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-async] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-async --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/target/bom.xml [INFO] attaching as tyrus-tests-servlet-async-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/target/bom.json [INFO] attaching as tyrus-tests-servlet-async-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-async --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-async --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/async/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/async/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [49/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-autobahn-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-autobahn-server --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-autobahn-server --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-autobahn-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/autobahn-server/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-autobahn-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/autobahn-server/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-autobahn-server --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-tests-servlet-autobahn-server --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-autobahn-server] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/autobahn-server/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-autobahn-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/autobahn-server/target/bom.xml [INFO] attaching as tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/autobahn-server/target/bom.json [INFO] attaching as tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-autobahn-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/autobahn-server/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/autobahn-server/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [50/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-basic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-basic --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-basic --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-basic --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-basic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-basic --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-basic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-basic --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/ServletTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-basic --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.basic.WsServletTest Jun 21, 2024 8:54:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:54:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:54 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:54:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:54 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:54:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:55 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:54:55 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:55 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 ### 798 ### 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 ### 763 ### 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 ### 659 ### 658 ### 657 ### 656 ### 656 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 646 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 638 ### 636 ### 635 ### 634 ### 633 ### 632 ### 632 ### 630 ### 629 ### 629 ### 627 ### 626 ### 625 ### 625 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 608 ### 606 ### 606 ### 604 ### 603 ### 602 ### 602 ### 602 ### 599 ### 598 ### 597 ### 597 ### 595 ### 594 ### 593 ### 592 ### 591 ### 591 ### 591 ### 588 ### 587 ### 587 ### 585 ### 584 ### 583 ### 582 ### 582 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 568 ### 566 ### 565 ### 564 ### 563 ### 563 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 554 ### 553 ### 555 ### 551 ### 550 ### 550 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 543 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 534 ### 534 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 524 ### 522 ### 521 ### 520 ### 519 ### 519 ### 517 ### 517 ### 515 ### 514 ### 514 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 507 ### 507 ### 509 ### 503 ### 503 ### 501 ### 500 ### 499 ### 498 ### 498 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 481 ### 479 ### 479 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 465 ### 463 ### 463 ### 461 ### 460 ### 459 ### 459 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 448 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 438 ### 436 ### 435 ### 434 ### 433 ### 432 ### 432 ### 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 ### 405 ### 402 ### 402 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 389 ### 389 ### 386 ### 385 ### 385 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 375 ### 375 ### 374 ### 371 ### 370 ### 370 ### 370 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 358 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 345 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 332 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 322 ### 322 ### 319 ### 319 ### 317 ### 316 ### 316 ### 314 ### 313 ### 313 ### 311 ### 311 ### 309 ### 308 ### 308 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 292 ### 290 ### 290 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 283 ### 281 ### 280 ### 279 ### 278 ### 278 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 271 ### 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 ### 244 ### 242 ### 241 ### 240 ### 239 ### 238 ### 238 ### 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 ### 208 ### 207 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 199 ### 197 ### 197 ### 195 ### 194 ### 194 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 187 ### 187 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 173 ### 171 ### 171 ### 171 ### 168 ### 167 ### 166 ### 166 ### 164 ### 163 ### 162 ### 162 ### 160 ### 159 ### 158 ### 157 ### 157 ### 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 ### 128 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 121 ### 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 ### 88 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 80 ### 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 ### 49 ### 47 ### 46 ### 45 ### 44 ### 44 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 31 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 6 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 2951 Jun 21, 2024 8:54:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:58 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:54:58 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:58 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. Jun 21, 2024 8:54:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:59 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:54:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:54:59 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:59 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:54:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:59 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.68 s -- in org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest [INFO] Running org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Jun 21, 2024 8:54:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:54:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:54:59 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:54:59 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 800 ### 799 ### 798 ### 797 ### 797 ### 797 ### 797 ### 793 ### 792 ### 791 ### 791 ### 789 ### 788 ### 787 ### 787 ### 787 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 ### 770 ### 769 ### 769 ### 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 ### 732 ### 732 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 719 ### 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 ### 691 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 674 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 663 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 650 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 633 ### 631 ### 630 ### 629 ### 628 ### 627 ### 627 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 619 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 607 ### 605 ### 604 ### 603 ### 602 ### 602 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 593 ### 591 ### 591 ### 589 ### 589 ### 587 ### 586 ### 585 ### 584 ### 584 ### 582 ### 581 ### 580 ### 580 ### 578 ### 578 ### 576 ### 575 ### 575 ### 573 ### 572 ### 572 ### 570 ### 569 ### 568 ### 567 ### 567 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 559 ### 557 ### 556 ### 555 ### 555 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 545 ### 543 ### 542 ### 541 ### 541 ### 541 ### 538 ### 537 Received message: 0 Jun 21, 2024 8:55:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:01 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:55:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 515 ### 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 ### 486 ### 484 ### 483 ### 482 ### 482 ### 480 ### 479 ### 479 ### 477 ### 476 ### 475 ### 474 ### 474 ### 474 ### 471 ### 470 ### 469 ### 469 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 446 ### 444 ### 444 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 434 ### 434 ### 431 ### 430 ### 430 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 417 ### 417 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 402 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 388 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 367 ### 367 ### 364 ### 364 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 356 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 340 ### 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 Jun 21, 2024 8:55:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:02 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:55:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:02 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 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 ### 278 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 266 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 258 ### 258 ### 255 ### 254 ### 253 ### 253 ### 251 ### 251 ### 249 ### 248 ### 247 ### 247 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 239 ### 237 ### 237 ### 235 ### 235 ### 233 ### 232 ### 231 ### 230 Jun 21, 2024 8:55:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### 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 ### 202 ### 200 ### 199 ### 199 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 Jun 21, 2024 8:55:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:55:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 179 ### 179 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 168 ### 166 ### 165 ### 165 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 152 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 129 ### 127 ### 126 ### 126 ### 124 ### 123 ### 122 ### 121 ### 120 ### 120 ### 118 ### 117 ### 116 ### 115 ### 114 ### 114 ### 112 ### 112 ### 110 ### 109 ### 108 ### 107 ### 106 ### 106 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 91 ### 89 ### 88 ### 88 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 80 ### 78 ### 77 ### 77 ### 75 ### 75 ### 73 ### 72 ### 71 ### 71 ### 69 ### 68 ### 67 ### 67 ### 65 ### 64 ### 64 ### 62 ### 61 ### 60 ### 59 ### 59 ### 57 ### 56 ### 55 ### 55 ### 53 ### 53 ### 51 ### 50 ### 50 ### 48 ### 47 ### 46 ### 45 ### 45 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 35 ### 33 ### 33 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 20 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 4969 Jun 21, 2024 8:55:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:55:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:03 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 ### 798 ### 798 ### 798 ### 794 ### 793 ### 793 ### 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 Received message: 0 Jun 21, 2024 8:55:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:04 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:55:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:04 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 647 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 634 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 620 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 610 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 600 ### 598 ### 597 ### 596 ### 596 ### 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 ### 569 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 560 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 550 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 539 ### 537 ### 536 ### 535 ### 535 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 526 ### 524 ### 523 ### 522 ### 521 ### 521 ### 519 ### 518 ### 517 ### 516 ### 515 ### 515 ### 513 ### 512 ### 512 ### 510 ### 509 ### 508 ### 507 ### 506 ### 506 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 491 ### 489 ### 488 ### 487 ### 487 ### 487 ### 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 ### 457 ### 455 ### 455 ### 453 ### 452 ### 451 Jun 21, 2024 8:55:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.783 s -- in org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-tests-servlet-session --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-session] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/src/main/webapp] ### 450 ### 449 ### 448 ### 448 ### 446 ### 445 ### 444 ### 444 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 433 ### 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 ### 389 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 379 ### 377 ### 376 ### 376 ### 374 ### 373 ### 373 ### 371 ### 370 ### 370 ### 368 ### 367 ### 366 [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-session --- [INFO] CycloneDX: Resolving Dependencies ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 358 ### 356 ### 355 ### 354 ### 353 ### 353 ### 353 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 340 ### 338 ### 337 ### 336 ### 335 ### 334 ### 334 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 322 ### 320 ### 319 ### 318 ### 317 ### 317 ### 317 ### 314 ### 313 ### 312 ### 311 ### 310 ### 310 ### 308 ### 307 ### 306 ### 305 ### 305 ### 303 ### 302 ### 301 [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/target/bom.xml [INFO] attaching as tyrus-tests-servlet-session-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/target/bom.json [INFO] attaching as tyrus-tests-servlet-session-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-session --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-session --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/session/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [57/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-twoappconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-twoappconfig --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-twoappconfig --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-twoappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-twoappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-twoappconfig --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 294 ### 292 ### 292 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 284 ### 282 ### 282 ### 280 ### 279 ### 278 ### 278 ### 276 ### 275 ### 275 ### 273 ### 272 ### 272 ### 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 ### 226 [INFO] Running org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest ### 224 ### 223 ### 222 ### 222 ### 220 ### 219 ### 218 ### 217 ### 217 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 210 ### 210 ### 207 ### 206 ### 206 ### 204 ### 204 ### 204 ### 201 ### 201 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 187 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 171 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 163 ### 161 ### 160 ### 160 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 152 ### 150 ### 149 ### 149 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 142 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 135 Jun 21, 2024 8:55:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:55:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:06 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:07 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:55:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:07 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 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.4.0:war (default-war) @ tyrus-tests-servlet-twoappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-twoappconfig] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-twoappconfig --- [INFO] CycloneDX: Resolving Dependencies ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 126 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 107 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 98 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 88 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 78 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 69 ### 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 ### 35 ### 33 ### 32 ### 31 ### 30 ### 29 ### 29 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/target/bom.xml [INFO] attaching as tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/target/bom.json [INFO] attaching as tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-twoappconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/twoappconfig/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [58/70] [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 --- ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 10 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 3499 Jun 21, 2024 8:55:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:07 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:55:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-mbean-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-mbean-test --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-mbean-test --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-mbean-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/mbean/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-mbean-test --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-mbean-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/mbean/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-mbean-test --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-mbean-test --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.MBeanTest Jun 21, 2024 8:55:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:55:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:08 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 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.4.0:war (default-war) @ tyrus-tests-servlet-mbean-test --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-mbean-test] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/mbean/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-mbean-test --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/mbean/target/bom.xml [INFO] attaching as tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/mbean/target/bom.json [INFO] attaching as tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-mbean-test --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/mbean/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/mbean/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [59/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-inject --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-inject --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-inject --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-inject --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-inject --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-inject --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [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.074 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.4.0:war (default-war) @ tyrus-tests-servlet-inject --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-inject] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-inject --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/target/bom.xml [INFO] attaching as tyrus-tests-servlet-inject-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/target/bom.json [INFO] attaching as tyrus-tests-servlet-inject-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-inject --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/inject/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [60/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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.2.1:test (default-test) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest Jun 21, 2024 8:55:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:55:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:55:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:10 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 21, 2024 8:55:10 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:10 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 Jun 21, 2024 8:55:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 Jun 21, 2024 8:55:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:11 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. ### 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 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 ### 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 ================== 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. 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. 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 ### 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 ================== 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 ### 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 ### 635 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ================== 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 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 606 ### 606 ### 605 ### 604 ### 603 ### 601 ### 601 ### 600 ### 599 ### 597 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 590 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ================== 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. 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. 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 ================== Jun 21, 2024 8:55:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:55:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:12 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 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 554 ### 553 ### 552 ### 554 ### 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 ================== Jun 21, 2024 8:55:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:12 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.135 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.4.0: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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] CycloneDX: Resolving Dependencies ### 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 ### 499 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 488 ### 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 ### 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 [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/target/bom.xml [INFO] attaching as tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/target/bom.json [INFO] attaching as tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [61/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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.2.1:test (default-test) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- ### 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 [INFO] Running org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest Jun 21, 2024 8:55:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:55:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ### 370 ### 368 ### 369 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 348 ### 349 ### 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 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 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 288 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 277 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 268 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ================== 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.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 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. ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 239 ### 237 ### 238 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 213 ### 213 ### 212 ### 211 ### 210 ### 208 ### 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 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 ### 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 ================== 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.] ### 135 ### 136 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 116 ### 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 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 ### 69 ### 70 ### 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 ================== 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 ### 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 ***** 4795 Jun 21, 2024 8:55:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:15 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 21, 2024 8:55:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:15 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 21, 2024 8:55:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:15 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. ================== 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 ================== Jun 21, 2024 8:55:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. 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 Jun 21, 2024 8:55:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:55:16 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:16 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 Jun 21, 2024 8:55:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:16 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.288 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.4.0: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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] CycloneDX: Resolving Dependencies ### 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 [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/target/bom.xml [INFO] attaching as tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/target/bom.json [INFO] attaching as tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [62/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-debug --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-debug --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-debug --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-debug --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-debug --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-debug --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-debug --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-debug --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-debug --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- ### 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 [INFO] Running org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest ### 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 Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:55:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 604 ### 605 ### 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 Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b2993406-503e-45ca-a914-ddff39bac88e [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: rTV0bXgQIsKmjgD9NN2ZAA== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b2993406-503e-45ca-a914-ddff39bac88e [4 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b2993406-503e-45ca-a914-ddff39bac88e [4 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b2993406-503e-45ca-a914-ddff39bac88e [4 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b2993406-503e-45ca-a914-ddff39bac88e [4 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b2993406-503e-45ca-a914-ddff39bac88e [4 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b2993406-503e-45ca-a914-ddff39bac88e [4 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b2993406-503e-45ca-a914-ddff39bac88e [4 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b2993406-503e-45ca-a914-ddff39bac88e [4 ms]: Segment "a" does not match Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b2993406-503e-45ca-a914-ddff39bac88e [4 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b2993406-503e-45ca-a914-ddff39bac88e [5 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b2993406-503e-45ca-a914-ddff39bac88e [5 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b2993406-503e-45ca-a914-ddff39bac88e [5 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session b2993406-503e-45ca-a914-ddff39bac88e [5 ms]: Endpoints matched to the request URI: [] Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session c5168984-9dcf-4e75-904c-e8e6b5af95e2 [16 ms]: Redirect enabled: false Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session c5168984-9dcf-4e75-904c-e8e6b5af95e2 [25 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: rTV0bXgQIsKmjgD9NN2ZAA== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c5168984-9dcf-4e75-904c-e8e6b5af95e2 [103 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: [4 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} 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/a < x-tyrus-tracing-11: [5 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length < x-tyrus-tracing-12: [5 ms] Endpoints matched to the request URI: [] Jun 21, 2024 8:55:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:17 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### 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 ### 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 > Session 73cf1d6b-10f6-4bb2-a0a2-adab99d74ec6 [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: pjB119GOhGRuv5ZhQLsLmQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket < Session 73cf1d6b-10f6-4bb2-a0a2-adab99d74ec6 [6 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: SK3+cJfJR1QEJvIilkL/86wmL2o= < upgrade: websocket ### 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 ### 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 ### 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 ### 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 Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:55:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c5fad3ed-84d1-4bd6-ad1f-d174f8bc55d8 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: v2GPfOvqnnloWwnqp228Cw== < sec-websocket-version: 13 < upgrade: websocket Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c5fad3ed-84d1-4bd6-ad1f-d174f8bc55d8 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c5fad3ed-84d1-4bd6-ad1f-d174f8bc55d8 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c5fad3ed-84d1-4bd6-ad1f-d174f8bc55d8 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c5fad3ed-84d1-4bd6-ad1f-d174f8bc55d8 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c5fad3ed-84d1-4bd6-ad1f-d174f8bc55d8 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c5fad3ed-84d1-4bd6-ad1f-d174f8bc55d8 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c5fad3ed-84d1-4bd6-ad1f-d174f8bc55d8 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c5fad3ed-84d1-4bd6-ad1f-d174f8bc55d8 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c5fad3ed-84d1-4bd6-ad1f-d174f8bc55d8 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c5fad3ed-84d1-4bd6-ad1f-d174f8bc55d8 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c5fad3ed-84d1-4bd6-ad1f-d174f8bc55d8 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c5fad3ed-84d1-4bd6-ad1f-d174f8bc55d8 [0 ms]: Segment "a" does not match Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c5fad3ed-84d1-4bd6-ad1f-d174f8bc55d8 [0 ms]: Endpoints matched to the request URI: [] Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 425141a5-9715-46e0-ab9c-63f7d618f5b4 [0 ms]: Redirect enabled: false Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 425141a5-9715-46e0-ab9c-63f7d618f5b4 [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: v2GPfOvqnnloWwnqp228Cw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 425141a5-9715-46e0-ab9c-63f7d618f5b4 [11 ms]: Received handshake response: < 404 Jun 21, 2024 8:55:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:19 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### 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 ### 60 ### 61 ### 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 ***** 4407 Jun 21, 2024 8:55:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:55:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: Qv5DhsnIR0xhHdLnNbTavw== < sec-websocket-version: 13 < upgrade: websocket Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 8446354e-2b6e-4393-bca8-f78f4ba13491 [0 ms]: Redirect enabled: false Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Segment "a" does not match Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 8446354e-2b6e-4393-bca8-f78f4ba13491 [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: Qv5DhsnIR0xhHdLnNbTavw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8446354e-2b6e-4393-bca8-f78f4ba13491 [7 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: Ndo68mtaTnpUgw514bKRItzs3VM= < upgrade: websocket Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 8446354e-2b6e-4393-bca8-f78f4ba13491 [9 ms]: Incoming buffer size: 4194315 Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [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}] Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cc4697ea-8163-4273-bd37-bc8224d8a896 [0 ms]: Using negotiated subprotocol: null Jun 21, 2024 8:55:20 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session cc4697ea-8163-4273-bd37-bc8224d8a896 [2 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: Ndo68mtaTnpUgw514bKRItzs3VM= > Upgrade: websocket Jun 21, 2024 8:55:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Jun 21, 2024 8:55:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:55:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$EchoEndpoint Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 10e8246a-7704-4175-b5b5-d8d484da5704 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/echo < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: q/Yh7eJTjIYqCc3FPi7hTg== < sec-websocket-version: 13 < upgrade: websocket Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 10e8246a-7704-4175-b5b5-d8d484da5704 [0 ms]: Matching request URI /samples-debug/endpoint/echo against /samples-debug/endpoint/echo Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 10e8246a-7704-4175-b5b5-d8d484da5704 [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/echo] Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 7aae1ec7-bffb-4033-89d3-8b6f9d676408 [0 ms]: Redirect enabled: false Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 10e8246a-7704-4175-b5b5-d8d484da5704 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/echo Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 7aae1ec7-bffb-4033-89d3-8b6f9d676408 [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: q/Yh7eJTjIYqCc3FPi7hTg== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 10e8246a-7704-4175-b5b5-d8d484da5704 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7aae1ec7-bffb-4033-89d3-8b6f9d676408 [5 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: yUIDIv3Md2uqhTkhQx+vvLsky04= < upgrade: websocket Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 10e8246a-7704-4175-b5b5-d8d484da5704 [0 ms]: Using negotiated subprotocol: null Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 10e8246a-7704-4175-b5b5-d8d484da5704 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: yUIDIv3Md2uqhTkhQx+vvLsky04= > Upgrade: websocket Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 10e8246a-7704-4175-b5b5-d8d484da5704 [7 ms]: Received text message Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 7aae1ec7-bffb-4033-89d3-8b6f9d676408 [11 ms]: Incoming buffer size: 4194315 Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 10e8246a-7704-4175-b5b5-d8d484da5704 [8 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@e3b3b2f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@50f6ac94, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6cc4cdb9, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@28194a50, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7f2cfe3f, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1a5b6f42, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5038d0b5, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@32115b28, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2ad48653, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@45efd90f, type=class java.io.Reader}] Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 10e8246a-7704-4175-b5b5-d8d484da5704 [9 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2ad48653, type=class java.lang.String} Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 7aae1ec7-bffb-4033-89d3-8b6f9d676408 [14 ms]: Received text message Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 10e8246a-7704-4175-b5b5-d8d484da5704 [11 ms]: Received binary message Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 7aae1ec7-bffb-4033-89d3-8b6f9d676408 [15 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@4d47eb3f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@8457cf3, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3343284c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3987d6da, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4b6bdcc6, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@686a83bc, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4241c7b5, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4577f821, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@506f91a5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6c249f77, type=class java.io.Reader}] Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 7aae1ec7-bffb-4033-89d3-8b6f9d676408 [16 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@506f91a5, type=class java.lang.String} Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 10e8246a-7704-4175-b5b5-d8d484da5704 [12 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6bb4dd34, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7d9f158f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4b8729ff, type=class java.io.InputStream}] Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 10e8246a-7704-4175-b5b5-d8d484da5704 [13 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6bb4dd34, type=class java.nio.ByteBuffer} Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 7aae1ec7-bffb-4033-89d3-8b6f9d676408 [19 ms]: Received binary message Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 7aae1ec7-bffb-4033-89d3-8b6f9d676408 [19 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@9256a6a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7950040b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@28e7b68, type=class java.io.InputStream}] Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 7aae1ec7-bffb-4033-89d3-8b6f9d676408 [20 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@9256a6a, type=class java.nio.ByteBuffer} Jun 21, 2024 8:55:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:21 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. 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 ### 791 ### 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 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 649 ### 649 ### 646 ### 645 ### 644 ### 643 ### 643 ### 641 ### 640 ### 639 ### 639 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 625 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 616 ### 614 ### 613 ### 612 ### 612 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 604 ### 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 ### 554 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 532 ### 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 ### 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 ### 411 ### 410 ### 409 Jun 21, 2024 8:55:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Jun 21, 2024 8:55:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:55:22 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session a946ea04-9dea-4a1d-9484-57199840a763 [0 ms]: Redirect enabled: false Jun 21, 2024 8:55:22 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session a946ea04-9dea-4a1d-9484-57199840a763 [0 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: hTy3yl2d+Y6GcBRWnjVxww== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 21, 2024 8:55:22 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a946ea04-9dea-4a1d-9484-57199840a763 [5 ms]: Received handshake response: < 401 < upgrade: websocket < www-authenticate: Basic realm="my realm" Jun 21, 2024 8:55:22 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session a946ea04-9dea-4a1d-9484-57199840a763 [7 ms]: Using authentication config: AuthConfig{Basic->org.glassfish.tyrus.client.auth.BasicAuthenticator, Digest->org.glassfish.tyrus.client.auth.DigestAuthenticator} Jun 21, 2024 8:55:22 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session a946ea04-9dea-4a1d-9484-57199840a763 [7 ms]: Using authentication scheme: Basic Jun 21, 2024 8:55:22 AM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session a946ea04-9dea-4a1d-9484-57199840a763 [8 ms]: Using authenticator: org.glassfish.tyrus.client.auth.BasicAuthenticator Jun 21, 2024 8:55:22 AM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session a946ea04-9dea-4a1d-9484-57199840a763 [8 ms]: Using credentials: Credentials{username: Petr, password: *****} Jun 21, 2024 8:55:22 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session a946ea04-9dea-4a1d-9484-57199840a763 [8 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Authorization: ***** > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: hTy3yl2d+Y6GcBRWnjVxww== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 21, 2024 8:55:22 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a946ea04-9dea-4a1d-9484-57199840a763 [12 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: RBEF7+kdE5iS2oFEJq3t/AGcjS8= < upgrade: websocket Jun 21, 2024 8:55:22 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session a946ea04-9dea-4a1d-9484-57199840a763 [16 ms]: Incoming buffer size: 4194315 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 403 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 391 ### 389 ### 388 ### 387 ### 387 ### 385 ### 384 ### 383 ### 382 ### 382 ### 380 ### 379 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 373 ### 371 ### 370 ### 369 ### 369 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 348 ### 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 ### 319 ### 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 ### 238 ### 236 ### 235 ### 235 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 224 ### 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 ### 166 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 159 ### 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 ### 127 ### 125 ### 125 ### 123 ### 122 ### 121 ### 120 ### 120 ### 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 ### 43 ### 39 ### 38 ### 37 ### 36 ### 36 ### 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 ### 10 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 1571 Jun 21, 2024 8:55:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.99 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.007 s -- in org.glassfish.tyrus.tests.servlet.basic.WssServletTest Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:55:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: LA3gCiYsoBUbASkDGBjhGg== < sec-websocket-version: 12 < upgrade: websocket Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: Segment "a" does not match Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [1 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [1 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [1 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [1 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}] Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [1 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [1 ms]: Upgrade request contains unsupported version of Websocket protocol Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 06cb83b6-f4d3-4798-bee2-43b207859f00 [1 ms]: Sending handshake response: > 426 > Sec-WebSocket-Version: 13 [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 32, Failures: 0, Errors: 0, Skipped: 16 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-tests-servlet-basic --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-basic] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-basic --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session a1734429-b943-42d8-beb1-dcf7b458923b [0 ms]: Redirect enabled: false Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session a1734429-b943-42d8-beb1-dcf7b458923b [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: LA3gCiYsoBUbASkDGBjhGg== > Sec-WebSocket-Version: 12 > Upgrade: websocket Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a1734429-b943-42d8-beb1-dcf7b458923b [17 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 < 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}/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 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 a better match, because /samples-debug/endpoint/{a}/{b} has more variables < 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 an exact match < 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: [1 ms] /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path < x-tyrus-tracing-18: [1 ms] Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b < x-tyrus-tracing-19: [1 ms] /samples-debug/endpoint/a/b is an exact match < x-tyrus-tracing-20: [1 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-21: [1 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b < x-tyrus-tracing-22: [1 ms] Upgrade request contains unsupported version of Websocket protocol Jun 21, 2024 8:55:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:23 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/target/bom.xml [INFO] attaching as tyrus-tests-servlet-basic-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/target/bom.json [INFO] attaching as tyrus-tests-servlet-basic-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-basic --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/basic/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/basic/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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-dynamic-deploy >-- [INFO] Building Tyrus Servlet Dynamic Deploy Test 2.0.99-SNAPSHOT [51/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:55:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: wi4IG5MN2oaVBUQfrwRVKg== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 01c08e5b-38b9-45e7-b12a-3e0cc8cc55d2 [0 ms]: Redirect enabled: false Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [0 ms]: Segment "a" does not match Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 01c08e5b-38b9-45e7-b12a-3e0cc8cc55d2 [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: wi4IG5MN2oaVBUQfrwRVKg== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 01c08e5b-38b9-45e7-b12a-3e0cc8cc55d2 [7 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: AN21Tk4VZtsS7DGMw81W1t+CpCE= < 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: [1 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: [1 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 01c08e5b-38b9-45e7-b12a-3e0cc8cc55d2 [10 ms]: Incoming buffer size: 4194315 Jun 21, 2024 8:55:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/b Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 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}] Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: Using negotiated subprotocol: null Jun 21, 2024 8:55:24 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 571d675f-d8bb-495e-9a2e-4e91160800de [1 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: AN21Tk4VZtsS7DGMw81W1t+CpCE= > Upgrade: websocket [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [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.081 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.4.0:war (default-war) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-dynamic-deploy] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:55:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: tNGkuKv2inp+Pgculwhqmg== < sec-websocket-version: 13 < upgrade: websocket Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 26cfee02-8e81-42fe-8e5d-9afaee98a7d9 [0 ms]: Redirect enabled: false Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 26cfee02-8e81-42fe-8e5d-9afaee98a7d9 [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: tNGkuKv2inp+Pgculwhqmg== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 26cfee02-8e81-42fe-8e5d-9afaee98a7d9 [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: YTf6YVyMqRbSn2l+aUT0I8xSjCk= < upgrade: websocket Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 26cfee02-8e81-42fe-8e5d-9afaee98a7d9 [6 ms]: Incoming buffer size: 4194315 Jun 21, 2024 8:55:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Segment "a" does not match Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [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}] Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Using negotiated subprotocol: null Jun 21, 2024 8:55:25 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 1da3a57f-4e64-426d-be6c-3b88a4ad49d3 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: YTf6YVyMqRbSn2l+aUT0I8xSjCk= > Upgrade: websocket [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/target/bom.xml [INFO] attaching as tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/target/bom.json [INFO] attaching as tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/dynamic-deploy/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [52/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-noappconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-noappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-noappconfig --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-noappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-noappconfig --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-noappconfig --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:55:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: hDeVEqDXLtlPYvZxQIPE5w== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: Segment "a" does not match Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 44be1843-6e86-4ce4-b98a-f4fe7053cd36 [0 ms]: Redirect enabled: false Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 44be1843-6e86-4ce4-b98a-f4fe7053cd36 [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: hDeVEqDXLtlPYvZxQIPE5w== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 44be1843-6e86-4ce4-b98a-f4fe7053cd36 [5 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 3oUHg7r+0zUg+yCITFDYxCaqoCY= < upgrade: websocket < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-01: [0 ms] Segment "a" does not match < 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}/{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 Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 44be1843-6e86-4ce4-b98a-f4fe7053cd36 [7 ms]: Incoming buffer size: 4194315 Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 21, 2024 8:55:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/b Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [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}] Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [1 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [1 ms]: Using negotiated subprotocol: null Jun 21, 2024 8:55:26 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 5e7333a8-edcb-4851-9fd1-4a0e724a2c52 [1 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: 3oUHg7r+0zUg+yCITFDYxCaqoCY= > Upgrade: websocket Jun 21, 2024 8:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:55:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/noappconfig-test/one Jun 21, 2024 8:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:55:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:27 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:27 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.659 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.4.0:war (default-war) @ tyrus-tests-servlet-noappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-noappconfig] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-noappconfig --- [INFO] CycloneDX: Resolving Dependencies [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.69 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.4.0:war (default-war) @ tyrus-tests-servlet-debug --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-debug] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-debug --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/target/bom.xml [INFO] attaching as tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/target/bom.json [INFO] attaching as tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-noappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-noappconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/noappconfig/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/noappconfig/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [53/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-oneappconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-oneappconfig --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-oneappconfig --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-oneappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/target/bom.xml [INFO] attaching as tyrus-tests-servlet-debug-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/target/bom.json [INFO] attaching as tyrus-tests-servlet-debug-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-debug --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-debug --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/target/bom.json 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-cyclonedx.json [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-embedded-gf >-- [INFO] Building Tyrus Servlet Tests on Glassfish 2.0.99-SNAPSHOT [63/70] [INFO] from tests/servlet/embedded-glassfish-test/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-oneappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-oneappconfig --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-oneappconfig --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest Jun 21, 2024 8:55:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:55:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:29 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:55:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:29 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55: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.664 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.4.0:war (default-war) @ tyrus-tests-servlet-oneappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-oneappconfig] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-oneappconfig --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/target/bom.xml [INFO] attaching as tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/target/bom.json [INFO] attaching as tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-oneappconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/oneappconfig/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/oneappconfig/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [54/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-remote --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-remote --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-remote --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-remote --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-remote --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-remote --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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.1:testResources (default-testResources) @ tyrus-tests-servlet-remote --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-remote --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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.2.1:test (default-test) @ tyrus-tests-servlet-remote --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [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.025 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.4.0:war (default-war) @ tyrus-tests-servlet-remote --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-remote] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-remote --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/target/bom.xml [INFO] attaching as tyrus-tests-servlet-remote-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/target/bom.json [INFO] attaching as tyrus-tests-servlet-remote-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-remote --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-remote --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/remote-endpoint-timeout/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [55/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-session --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-session --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-session --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.1:testResources (default-testResources) @ tyrus-tests-servlet-session --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-session --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionCloseApplicationTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/src/test/java/org/glassfish/tyrus/test/servlet/session/SessionCloseApplicationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-session --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest Jun 21, 2024 8:55:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:55:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:32 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:38 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:55:38 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:38 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:55:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:43 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.93 s -- in org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest [INFO] Running org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Jun 21, 2024 8:55:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:55:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:43 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Jun 21, 2024 8:55:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:44 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:55:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:44 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-embedded-gf --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-embedded-gf --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-embedded-gf --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-embedded-gf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/embedded-glassfish-test/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-embedded-gf --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 5 source files with javac [debug release 11 module-path] to target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/embedded-glassfish-test/src/main/java/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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.1:testResources (default-testResources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ tyrus-tests-servlet-embedded-gf --- [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:6.2.5:zip Jun 21, 2024 8:55:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:45 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:55:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:45 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:46 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:55:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:46 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Jun 21, 2024 8:55:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:48 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:55:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:48 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] [INFO] --- dependency:3.6.1: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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/tyrus-spi.jar [INFO] [INFO] --- compiler:3.13.0: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 [WARNING] Can't extract module name from jakarta.activation-api-2.0.0-RC3.jar: Module 'jakarta.activation' is already on the module path! [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-tests-servlet-embedded-gf --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-embedded-gf] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] CycloneDX: Resolving Dependencies Jun 21, 2024 8:55:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:49 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.860 s -- in org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-tests-servlet-session --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-session] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-session --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/target/bom.xml [INFO] attaching as tyrus-tests-servlet-session-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/target/bom.json [INFO] attaching as tyrus-tests-servlet-session-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-session --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-session --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/session/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/session/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [56/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-twoappconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-twoappconfig --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-twoappconfig --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-twoappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-twoappconfig --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-twoappconfig --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-twoappconfig --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.twoappconfig.TwoServerApplicationConfigDeployTest Jun 21, 2024 8:55:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:55:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:55:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:51 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:51 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.677 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.4.0:war (default-war) @ tyrus-tests-servlet-twoappconfig --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-twoappconfig] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-twoappconfig --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/target/bom.xml [INFO] attaching as tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/target/bom.json [INFO] attaching as tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-twoappconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/twoappconfig/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/twoappconfig/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [57/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-mbean-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-mbean-test --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-mbean-test --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-mbean-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/mbean/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-mbean-test --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-mbean-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/mbean/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-mbean-test --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-mbean-test --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/embedded-glassfish-test/target/bom.xml [INFO] attaching as tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/embedded-glassfish-test/target/bom.json [INFO] attaching as tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] Running org.glassfish.tyrus.tests.servlet.MBeanTest Jun 21, 2024 8:55:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:55:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:53 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:55:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55: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.942 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.4.0:war (default-war) @ tyrus-tests-servlet-mbean-test --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-mbean-test] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/mbean/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-mbean-test --- [INFO] CycloneDX: Resolving Dependencies [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/mbean/target/bom.xml [INFO] attaching as tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/mbean/target/bom.json [INFO] attaching as tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-mbean-test --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/mbean/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/mbean/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [58/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-inject --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-inject --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-inject --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-inject --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-inject --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-inject --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [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.078 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.4.0:war (default-war) @ tyrus-tests-servlet-inject --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-inject] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-inject --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/target/bom.xml [INFO] attaching as tyrus-tests-servlet-inject-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/target/bom.json [INFO] attaching as tyrus-tests-servlet-inject-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-inject --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/inject/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/inject/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [59/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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.2.1:test (default-test) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest Jun 21, 2024 8:55:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:55:57 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:57 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 [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- ================== 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. [INFO] Running org.glassfish.tyrus.tests.servlet.embedded.WsServletTestIT 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 Starting container using command: [java, -jar, /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/admin-cli.jar, start-domain, --debug, -t] ================== 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 ================== Jun 21, 2024 8:55:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:59 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:55:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:55:59 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:55:59 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 ================== Jun 21, 2024 8:55:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:55:59 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.862 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.4.0: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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/target/bom.xml [INFO] attaching as tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/target/bom.json [INFO] attaching as tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-app/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [60/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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.2.1:test (default-test) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest Jun 21, 2024 8:56:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:56:01 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:56:01 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.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] 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.] 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 ================== Jun 21, 2024 8:56:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:56:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 21, 2024 8:56:03 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:56:03 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 Jun 21, 2024 8:56:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:03 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.876 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.4.0: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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/target/bom.xml [INFO] attaching as tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/target/bom.json [INFO] attaching as tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/maxsessions-per-remoteaddr/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [61/67] [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 --- Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/domains/domain1/logs/server.log Admin Port: 4848 [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-debug --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-tests-servlet-debug --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-tests-servlet-debug --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-tests-servlet-debug --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-tests-servlet-debug --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-debug --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-tests-servlet-debug --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-tests-servlet-debug --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-tests-servlet-debug --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:56:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: 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$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 769a4003-b633-464f-acd6-5f822fb91d0e [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: 0zhvuP9nr4tX7XLXK60o7A== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 769a4003-b633-464f-acd6-5f822fb91d0e [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 769a4003-b633-464f-acd6-5f822fb91d0e [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 769a4003-b633-464f-acd6-5f822fb91d0e [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 769a4003-b633-464f-acd6-5f822fb91d0e [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 769a4003-b633-464f-acd6-5f822fb91d0e [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 769a4003-b633-464f-acd6-5f822fb91d0e [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 769a4003-b633-464f-acd6-5f822fb91d0e [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 769a4003-b633-464f-acd6-5f822fb91d0e [0 ms]: Segment "a" does not match Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 769a4003-b633-464f-acd6-5f822fb91d0e [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 769a4003-b633-464f-acd6-5f822fb91d0e [1 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 769a4003-b633-464f-acd6-5f822fb91d0e [1 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 769a4003-b633-464f-acd6-5f822fb91d0e [1 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 769a4003-b633-464f-acd6-5f822fb91d0e [1 ms]: Endpoints matched to the request URI: [] Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 6c9ec010-d3c0-4f2c-ac9f-4d77c3042d4a [27 ms]: Redirect enabled: false Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 6c9ec010-d3c0-4f2c-ac9f-4d77c3042d4a [47 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: 0zhvuP9nr4tX7XLXK60o7A== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 6c9ec010-d3c0-4f2c-ac9f-4d77c3042d4a [191 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: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-03: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-05: [0 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a < x-tyrus-tracing-07: [0 ms] Segment "a" does not match < x-tyrus-tracing-08: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-09: [1 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length < x-tyrus-tracing-10: [1 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-11: [1 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length < x-tyrus-tracing-12: [1 ms] Endpoints matched to the request URI: [] Jun 21, 2024 8:56:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:05 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. > Session b605ae38-e22c-44e8-8fba-5d9b5b2456a0 [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: WGuHpYmi3e0jhe9Q4LSIdA== > Sec-WebSocket-Version: 13 > Upgrade: websocket < Session b605ae38-e22c-44e8-8fba-5d9b5b2456a0 [9 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: mbopSMAk88f7MCZKQNTGawHZLGM= < upgrade: websocket Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:56:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: 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$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session abeb30b6-f1c4-42a6-af48-5e86659d5bcc [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: J1SGleWS8ywTeJHGAlb3CQ== < sec-websocket-version: 13 < upgrade: websocket Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session abeb30b6-f1c4-42a6-af48-5e86659d5bcc [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session abeb30b6-f1c4-42a6-af48-5e86659d5bcc [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session abeb30b6-f1c4-42a6-af48-5e86659d5bcc [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session abeb30b6-f1c4-42a6-af48-5e86659d5bcc [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session abeb30b6-f1c4-42a6-af48-5e86659d5bcc [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session abeb30b6-f1c4-42a6-af48-5e86659d5bcc [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session abeb30b6-f1c4-42a6-af48-5e86659d5bcc [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session abeb30b6-f1c4-42a6-af48-5e86659d5bcc [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session abeb30b6-f1c4-42a6-af48-5e86659d5bcc [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session abeb30b6-f1c4-42a6-af48-5e86659d5bcc [0 ms]: Segment "a" does not match Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session abeb30b6-f1c4-42a6-af48-5e86659d5bcc [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session abeb30b6-f1c4-42a6-af48-5e86659d5bcc [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session abeb30b6-f1c4-42a6-af48-5e86659d5bcc [0 ms]: Endpoints matched to the request URI: [] Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session db4d7976-26a9-4c8b-9ea3-11d2cfb5d3cc [0 ms]: Redirect enabled: false Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session db4d7976-26a9-4c8b-9ea3-11d2cfb5d3cc [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: J1SGleWS8ywTeJHGAlb3CQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session db4d7976-26a9-4c8b-9ea3-11d2cfb5d3cc [14 ms]: Received handshake response: < 404 Jun 21, 2024 8:56:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:07 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:56:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: 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$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: dJ2895R3uByRsKRFP1BD0g== < sec-websocket-version: 13 < upgrade: websocket Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session dbc7dac9-b975-4fe0-bdfd-0f5ea8656f97 [0 ms]: Redirect enabled: false Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Segment "a" does not match Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session dbc7dac9-b975-4fe0-bdfd-0f5ea8656f97 [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: dJ2895R3uByRsKRFP1BD0g== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session dbc7dac9-b975-4fe0-bdfd-0f5ea8656f97 [8 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: fqob//vsmpRoXvkXKL2lSXIf4PQ= < upgrade: websocket Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session dbc7dac9-b975-4fe0-bdfd-0f5ea8656f97 [11 ms]: Incoming buffer size: 4194315 Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [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}] Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Using negotiated subprotocol: null Jun 21, 2024 8:56:08 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 8abec6f5-ecad-4f10-b8b5-bb9b85bca20c [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: fqob//vsmpRoXvkXKL2lSXIf4PQ= > Upgrade: websocket 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 Jun 21, 2024 8:56:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:56:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$EchoEndpoint Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 08538b0b-ad90-4f7d-889e-dfc930b7ea66 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/echo < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: pOf4KqPgspr4NrToTEwB/w== < sec-websocket-version: 13 < upgrade: websocket Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 08538b0b-ad90-4f7d-889e-dfc930b7ea66 [0 ms]: Matching request URI /samples-debug/endpoint/echo against /samples-debug/endpoint/echo Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session e610a9a7-0af0-4a93-8039-dc78f6e5e6b9 [0 ms]: Redirect enabled: false Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 08538b0b-ad90-4f7d-889e-dfc930b7ea66 [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/echo] Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session e610a9a7-0af0-4a93-8039-dc78f6e5e6b9 [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: pOf4KqPgspr4NrToTEwB/w== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 08538b0b-ad90-4f7d-889e-dfc930b7ea66 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/echo Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e610a9a7-0af0-4a93-8039-dc78f6e5e6b9 [8 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 5XbtGoAqjazjoHazXhgyYlutonI= < upgrade: websocket Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 08538b0b-ad90-4f7d-889e-dfc930b7ea66 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 08538b0b-ad90-4f7d-889e-dfc930b7ea66 [0 ms]: Using negotiated subprotocol: null Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 08538b0b-ad90-4f7d-889e-dfc930b7ea66 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: 5XbtGoAqjazjoHazXhgyYlutonI= > Upgrade: websocket Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session e610a9a7-0af0-4a93-8039-dc78f6e5e6b9 [14 ms]: Incoming buffer size: 4194315 Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 08538b0b-ad90-4f7d-889e-dfc930b7ea66 [8 ms]: Received text message Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 08538b0b-ad90-4f7d-889e-dfc930b7ea66 [10 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@710f4dc7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1ff4931d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@65e98b1c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@61322f9d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6ad82709, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@510f3d34, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7817fd62, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@8297b3a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2362f559, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@fa4c865, type=class java.io.Reader}] Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 08538b0b-ad90-4f7d-889e-dfc930b7ea66 [11 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2362f559, type=class java.lang.String} Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e610a9a7-0af0-4a93-8039-dc78f6e5e6b9 [19 ms]: Received text message Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 08538b0b-ad90-4f7d-889e-dfc930b7ea66 [13 ms]: Received binary message Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e610a9a7-0af0-4a93-8039-dc78f6e5e6b9 [20 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3aaae450, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3e9577dd, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7b97ee6b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@27430dc0, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4a26f51c, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5f18481a, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1bb81124, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@242a329e, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@59d9bd12, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@441c66ab, type=class java.io.Reader}] Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 08538b0b-ad90-4f7d-889e-dfc930b7ea66 [14 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@b2c9a9c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4c178a76, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3bd82cf5, type=class java.io.InputStream}] Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e610a9a7-0af0-4a93-8039-dc78f6e5e6b9 [20 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@59d9bd12, type=class java.lang.String} Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 08538b0b-ad90-4f7d-889e-dfc930b7ea66 [15 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@b2c9a9c, type=class java.nio.ByteBuffer} Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e610a9a7-0af0-4a93-8039-dc78f6e5e6b9 [24 ms]: Received binary message Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e610a9a7-0af0-4a93-8039-dc78f6e5e6b9 [25 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@124cd699, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4d1d0fab, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@438a48d1, type=class java.io.InputStream}] Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session e610a9a7-0af0-4a93-8039-dc78f6e5e6b9 [26 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@124cd699, type=class java.nio.ByteBuffer} Jun 21, 2024 8:56:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:09 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:56:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Jun 21, 2024 8:56:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 21, 2024 8:56:10 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 628de75d-24ab-4b38-880b-5f680ea90174 [0 ms]: Redirect enabled: false Jun 21, 2024 8:56:10 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 628de75d-24ab-4b38-880b-5f680ea90174 [0 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: 8FavtLZG9DMLD2opI5POdg== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 21, 2024 8:56:10 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 628de75d-24ab-4b38-880b-5f680ea90174 [8 ms]: Received handshake response: < 401 < upgrade: websocket < www-authenticate: Basic realm="my realm" Jun 21, 2024 8:56:10 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 628de75d-24ab-4b38-880b-5f680ea90174 [11 ms]: Using authentication config: AuthConfig{Basic->org.glassfish.tyrus.client.auth.BasicAuthenticator, Digest->org.glassfish.tyrus.client.auth.DigestAuthenticator} Jun 21, 2024 8:56:10 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 628de75d-24ab-4b38-880b-5f680ea90174 [11 ms]: Using authentication scheme: Basic Jun 21, 2024 8:56:10 AM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 628de75d-24ab-4b38-880b-5f680ea90174 [12 ms]: Using authenticator: org.glassfish.tyrus.client.auth.BasicAuthenticator Jun 21, 2024 8:56:10 AM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 628de75d-24ab-4b38-880b-5f680ea90174 [12 ms]: Using credentials: Credentials{username: Petr, password: *****} Jun 21, 2024 8:56:10 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 628de75d-24ab-4b38-880b-5f680ea90174 [12 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Authorization: ***** > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: 8FavtLZG9DMLD2opI5POdg== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 21, 2024 8:56:10 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 628de75d-24ab-4b38-880b-5f680ea90174 [18 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: yZopf2jQQLfiIYK65Befjz/+0aM= < upgrade: websocket Jun 21, 2024 8:56:10 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 628de75d-24ab-4b38-880b-5f680ea90174 [22 ms]: Incoming buffer size: 4194315 Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:56:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: 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$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: TrwVsFQtaWt/BBbh3zuNXA== < sec-websocket-version: 12 < upgrade: websocket Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [0 ms]: Segment "a" does not match Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [1 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [1 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [1 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [1 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [1 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}] Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [1 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [1 ms]: Upgrade request contains unsupported version of Websocket protocol Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 7bb866f5-fb4e-4e04-83e6-37bcd14c5c3b [1 ms]: Sending handshake response: > 426 > Sec-WebSocket-Version: 13 Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session c4d40d8c-865b-4d37-b54e-b711f9c64391 [0 ms]: Redirect enabled: false Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session c4d40d8c-865b-4d37-b54e-b711f9c64391 [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: TrwVsFQtaWt/BBbh3zuNXA== > Sec-WebSocket-Version: 12 > Upgrade: websocket Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session c4d40d8c-865b-4d37-b54e-b711f9c64391 [16 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}/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/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 < 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] 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 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 a better match, because it has longer exact path < 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: [1 ms] /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path < x-tyrus-tracing-16: [1 ms] Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b < x-tyrus-tracing-17: [1 ms] /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables < x-tyrus-tracing-18: [1 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: [1 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b < x-tyrus-tracing-20: [1 ms] Upgrade request contains unsupported version of Websocket protocol Jun 21, 2024 8:56:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:11 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.29 s -- in org.glassfish.tyrus.tests.servlet.embedded.WsServletTestIT Stopping container using command: [java, -jar, /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/embedded-glassfish-test/target/glassfish6/glassfish/modules/admin-cli.jar, stop-domain, --kill, -t] Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:56:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: 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$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: dS7Qk5TSptSFgyskLocDMw== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 456c159f-dd7d-4a7a-98ae-4146078ad456 [0 ms]: Redirect enabled: false Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 456c159f-dd7d-4a7a-98ae-4146078ad456 [1 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: dS7Qk5TSptSFgyskLocDMw== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jun 21, 2024 8:56:12 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 456c159f-dd7d-4a7a-98ae-4146078ad456 [14 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: +CSxUnjwg4EzbXBuKvkzDxh1J98= < upgrade: websocket < 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/{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: [1 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: [1 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 456c159f-dd7d-4a7a-98ae-4146078ad456 [18 ms]: Incoming buffer size: 4194315 Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [0 ms]: Segment "a" does not match Jun 21, 2024 8:56:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 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}] Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: Using negotiated subprotocol: null Jun 21, 2024 8:56:13 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session f829af07-1136-46ef-8000-1848be2ab3f7 [1 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: +CSxUnjwg4EzbXBuKvkzDxh1J98= > Upgrade: websocket Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:56:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: 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$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: fOlpMylLJSPT0qMBO574sw== < sec-websocket-version: 13 < upgrade: websocket Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 29b0d5db-61ad-47de-8a6a-6dadbec735f5 [0 ms]: Redirect enabled: false Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 29b0d5db-61ad-47de-8a6a-6dadbec735f5 [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: fOlpMylLJSPT0qMBO574sw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 29b0d5db-61ad-47de-8a6a-6dadbec735f5 [7 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: XXgpmRyTlRVmgkNKs2no1yOVwFI= < upgrade: websocket Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Segment "a" does not match Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 29b0d5db-61ad-47de-8a6a-6dadbec735f5 [9 ms]: Incoming buffer size: 4194315 Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 21, 2024 8:56:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [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}] Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Using negotiated subprotocol: null Jun 21, 2024 8:56:14 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 99f2ab54-a35f-47a5-8845-7fbdb04f2eba [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: XXgpmRyTlRVmgkNKs2no1yOVwFI= > Upgrade: websocket Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 21, 2024 8:56:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: 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$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: bb0FSlY25pCNYgjF83RkzQ== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: Segment "a" does not match Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 2ec4eb83-5ba8-46fe-98ca-462e3dd1ad89 [0 ms]: Redirect enabled: false Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 2ec4eb83-5ba8-46fe-98ca-462e3dd1ad89 [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: bb0FSlY25pCNYgjF83RkzQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2ec4eb83-5ba8-46fe-98ca-462e3dd1ad89 [10 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: Hy4b2yqdCv4qUkv0CyHbsIpD79o= < upgrade: websocket < 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/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 Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 2ec4eb83-5ba8-46fe-98ca-462e3dd1ad89 [14 ms]: Incoming buffer size: 4194315 Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jun 21, 2024 8:56:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [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}] Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [1 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [1 ms]: Using negotiated subprotocol: null Jun 21, 2024 8:56:15 AM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 9a4dc5ef-fe5d-42fb-b5bf-222eea153c07 [1 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: Hy4b2yqdCv4qUkv0CyHbsIpD79o= > Upgrade: websocket [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.02 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.4.0:war (default-war) @ tyrus-tests-servlet-debug --- [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-tests-servlet-debug] in [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-tests-servlet-debug --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/target/bom.xml [INFO] attaching as tyrus-tests-servlet-debug-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/target/bom.json [INFO] attaching as tyrus-tests-servlet-debug-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-debug --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-debug --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/debug/target/bom.json 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-cyclonedx.json [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-bundles >-------------- [INFO] Building Tyrus Bundles 2.0.99-SNAPSHOT [62/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-bundles --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-bundles --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/target/bom.xml [INFO] attaching as tyrus-bundles-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/target/bom.json [INFO] attaching as tyrus-bundles-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-bundles --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-bundles --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.0.99-SNAPSHOT/tyrus-bundles-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.0.99-SNAPSHOT/tyrus-bundles-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-samples >-------------- [INFO] Building Tyrus Samples Bundle 2.0.99-SNAPSHOT [63/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-samples --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack-examples) @ tyrus-samples --- [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-samples --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/samples/target/bom.xml [INFO] attaching as tyrus-samples-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/samples/target/bom.json [INFO] attaching as tyrus-samples-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ tyrus-samples --- [INFO] Reading assembly descriptor: src/main/assembly/examples-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/samples/target/tyrus-samples-all.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-samples --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-samples --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/bundles/samples/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.0.99-SNAPSHOT/tyrus-samples-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/samples/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.0.99-SNAPSHOT/tyrus-samples-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [64/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-standalone-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-standalone-client --- [INFO] [INFO] --- dependency:3.6.1: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] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-standalone-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-standalone-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-standalone-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-standalone-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-standalone-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-standalone-client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-standalone-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/bom.xml [INFO] attaching as tyrus-standalone-client-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/bom.json [INFO] attaching as tyrus-standalone-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-standalone-client --- [WARNING] Bundle org.glassfish.tyrus.bundles:tyrus-standalone-client:jar:2.0.99-SNAPSHOT : Version for package org.glassfish.tyrus.client is set to different values in the source (2.0.99-SNAPSHOT) and in the manifest (2.0.99). 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:tyrus-standalone-client:jar: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 [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.5.1: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. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/dependency-reduced-pom.xml [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 define 45 overlapping classes: [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] - jakarta.websocket.CloseReason$CloseCodes$1 [WARNING] - jakarta.websocket.ContainerProvider [WARNING] - 35 more... [WARNING] jakarta.activation-2.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 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, jakarta.activation-2.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] 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 files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file 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 https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-standalone-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/client-bundle-sources added. [INFO] [INFO] --- javadoc:3.7.0:jar (attach-javadocs) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.7.0:jar (default) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-standalone-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/bundles/client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0.99-SNAPSHOT/tyrus-standalone-client-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0.99-SNAPSHOT/tyrus-standalone-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [65/67] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-standalone-client-jdk --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- dependency:3.6.1: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] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-standalone-client-jdk --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-standalone-client-jdk --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-standalone-client-jdk --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-standalone-client-jdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-standalone-client-jdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1: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 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-standalone-client-jdk --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/bom.xml [INFO] attaching as tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/bom.json [INFO] attaching as tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-standalone-client-jdk --- [WARNING] Bundle org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk:jar:2.0.99-SNAPSHOT : Version for package org.glassfish.tyrus.client is set to different values in the source (2.0.99-SNAPSHOT) and in the manifest (2.0.99). 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:tyrus-standalone-client-jdk:jar: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 [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.5.1: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. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/dependency-reduced-pom.xml [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 define 45 overlapping classes: [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] - jakarta.websocket.CloseReason$CloseCodes$1 [WARNING] - jakarta.websocket.ContainerProvider [WARNING] - 35 more... [WARNING] jakarta.activation-2.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-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 3 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/MANIFEST.MF [WARNING] - META-INF/NOTICE.md [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file 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 https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-standalone-client-jdk --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/client-bundle-sources added. [INFO] [INFO] --- javadoc:3.7.0:jar (attach-javadocs) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.7.0:jar (default) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-standalone-client-jdk --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-standalone-client-jdk --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/bundles/client-jdk/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [66/67] [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] --- directory:1.0:highest-basedir (directories) @ websocket-ri-archive --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- dependency:3.6.1:copy-dependencies (copy-dependencies) @ websocket-ri-archive --- [INFO] Copying tyrus-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-client-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-core-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-core-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.xml.bind-api-3.0.1.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.xml.bind-api-3.0.1.jar [INFO] Copying jakarta.activation-2.0.1.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.activation-2.0.1.jar [INFO] Copying tyrus-server-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-server-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.websocket-api-2.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.websocket-api-2.0.0.jar [INFO] Copying tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.enterprise.cdi-api-3.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.enterprise.cdi-api-3.0.0.jar [INFO] Copying jakarta.el-api-4.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.el-api-4.0.0.jar [INFO] Copying jakarta.interceptor-api-2.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.interceptor-api-2.0.0.jar [INFO] Copying jakarta.annotation-api-2.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.annotation-api-2.0.0.jar [INFO] Copying jakarta.inject-api-2.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.inject-api-2.0.0.jar [INFO] Copying tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.ejb-api-4.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.ejb-api-4.0.0.jar [INFO] Copying jakarta.transaction-api-2.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.transaction-api-2.0.0.jar [INFO] Copying tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar [INFO] Copying grizzly-framework-3.0.1.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/grizzly-framework-3.0.1.jar [INFO] Copying grizzly-http-server-3.0.1.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/grizzly-http-server-3.0.1.jar [INFO] Copying grizzly-http-3.0.1.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/grizzly-http-3.0.1.jar [INFO] Copying tyrus-container-servlet-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-servlet-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-spi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- dependency:3.6.1: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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/assembly/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ websocket-ri-archive --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/bom.xml [INFO] attaching as websocket-ri-archive-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/bom.json [INFO] attaching as websocket-ri-archive-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (make-assembly) @ websocket-ri-archive --- [INFO] Reading assembly descriptor: src/main/assembly/archive.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.zip [INFO] Building tar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.tar.bz2 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ websocket-ri-archive --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ websocket-ri-archive --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0.99-SNAPSHOT/websocket-ri-archive-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0.99-SNAPSHOT/websocket-ri-archive-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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 [67/67] [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] --- directory:1.0:highest-basedir (directories) @ websocket-ri-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ websocket-ri-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ websocket-ri-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java added. [INFO] [INFO] --- dependency:3.6.1: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] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ websocket-ri-bundle --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ websocket-ri-bundle --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ websocket-ri-bundle --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ websocket-ri-bundle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/resources [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 30 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.13.0:compile (default-compile) @ websocket-ri-bundle --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 211 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/client/ClientManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/client/ClientManager.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/continuous-integration_2.0.x/bundles/websocket-ri-bundle/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ websocket-ri-bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ websocket-ri-bundle --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4: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 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/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/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/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/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/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/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/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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ websocket-ri-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/bom.xml [INFO] attaching as websocket-ri-bundle-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/bom.json [INFO] attaching as websocket-ri-bundle-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-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 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/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/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/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/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/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/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/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] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- javadoc:3.7.0:jar (attach-javadocs) @ websocket-ri-bundle --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ websocket-ri-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ websocket-ri-bundle --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0.99-SNAPSHOT/websocket-ri-bundle-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0.99-SNAPSHOT/websocket-ri-bundle-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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 [ 19.753 s] [INFO] tyrus-archetypes ................................... SUCCESS [ 0.364 s] [INFO] Tyrus Echo Archetype ............................... SUCCESS [ 6.080 s] [INFO] Tyrus BOM .......................................... SUCCESS [ 1.730 s] [INFO] Tyrus Container SPI ................................ SUCCESS [ 5.872 s] [INFO] Tyrus Core ......................................... SUCCESS [ 12.550 s] [INFO] Tyrus Client ....................................... SUCCESS [ 2.960 s] [INFO] Tyrus Container Modules ............................ SUCCESS [ 0.252 s] [INFO] Tyrus Containers For Glassfish ..................... SUCCESS [ 0.266 s] [INFO] Tyrus CDI Component Provider ....................... SUCCESS [ 0.936 s] [INFO] Tyrus EJB Component Provider ....................... SUCCESS [ 0.848 s] [INFO] Tyrus Grizzly Client Container ..................... SUCCESS [ 1.351 s] [INFO] Tyrus Server ....................................... SUCCESS [ 2.074 s] [INFO] Tyrus Grizzly Server Container ..................... SUCCESS [ 1.114 s] [INFO] Tyrus InMemory Container ........................... SUCCESS [ 1.855 s] [INFO] Tyrus Servlet Bundle ............................... SUCCESS [ 3.421 s] [INFO] Tyrus Tests ........................................ SUCCESS [ 0.822 s] [INFO] Tyrus Test Tools ................................... SUCCESS [ 1.167 s] [INFO] Tyrus JDK Client Container ......................... SUCCESS [ 17.907 s] [INFO] Tyrus Documentation ................................ SUCCESS [ 15.632 s] [INFO] Tyrus Extension Modules ............................ SUCCESS [ 0.345 s] [INFO] Tyrus CLI Client ................................... SUCCESS [ 1.828 s] [INFO] Tyrus Monitoring JMX ............................... SUCCESS [ 5.474 s] [INFO] Tyrus Extension - Per Message Deflate .............. SUCCESS [ 2.472 s] [INFO] Tyrus Java8 Client Extension ....................... SUCCESS [ 3.158 s] [INFO] Tyrus Samples ...................................... SUCCESS [ 0.223 s] [INFO] Tyrus Auction Sample ............................... SUCCESS [ 1.467 s] [INFO] Tyrus CDI Sample ................................... SUCCESS [ 2.379 s] [INFO] Tyrus Chat Sample .................................. SUCCESS [ 0.552 s] [INFO] Tyrus Draw Sample .................................. SUCCESS [ 0.384 s] [INFO] Tyrus Echo Sample .................................. SUCCESS [ 2.088 s] [INFO] Tyrus Basic Auth Sample ............................ SUCCESS [ 1.508 s] [INFO] Tyrus Secure Echo Sample ........................... SUCCESS [ 0.930 s] [INFO] Tyrus Programmatic Echo Sample ..................... SUCCESS [ 2.152 s] [INFO] Tyrus Simple Life Sample ........................... SUCCESS [ 0.335 s] [INFO] Tyrus Shared Collection Sample ..................... SUCCESS [ 1.702 s] [INFO] Tyrus Container Tests .............................. SUCCESS [ 0.461 s] [INFO] Tyrus JDK Containers Tests ......................... SUCCESS [ 2.002 s] [INFO] Tyrus End-to-End Tests ............................. SUCCESS [ 0.455 s] [INFO] Tyrus End-to-End Application Config Tests .......... SUCCESS [ 5.089 s] [INFO] Tyrus End-to-End Non-deployable Tests .............. SUCCESS [ 13.969 s] [INFO] Tyrus End-to-End Standard Config Tests ............. SUCCESS [01:10 min] [INFO] Tyrus End-to-End Java 8 Tests ...................... SUCCESS [ 2.290 s] [INFO] Tyrus End-to-End Tests running on Jetty ............ SUCCESS [ 0.553 s] [INFO] Tyrus End-to-End Basic Auth Tests .................. SUCCESS [ 3.809 s] [INFO] Tyrus End-to-End Digest Auth Tests ................. SUCCESS [ 1.633 s] [INFO] Tyrus Server Integration Tests ..................... SUCCESS [ 0.469 s] [INFO] Tyrus Servlet Async Tests .......................... SUCCESS [ 3.476 s] [INFO] Tyrus Autobahn Echo Server ......................... SUCCESS [ 0.949 s] [INFO] Tyrus Servlet Basic Tests .......................... SUCCESS [ 32.164 s] [INFO] Tyrus Servlet Dynamic Deploy Test .................. SUCCESS [ 1.611 s] [INFO] Tyrus Servlet No App Config ........................ SUCCESS [ 1.990 s] [INFO] Tyrus Servlet One App Config ....................... SUCCESS [ 1.964 s] [INFO] Tyrus Servlet RemoteEndpoint Timeout ............... SUCCESS [ 1.539 s] [INFO] Tyrus Servlet Session Closing ...................... SUCCESS [ 18.361 s] [INFO] Tyrus Servlet Two App Config ....................... SUCCESS [ 2.101 s] [INFO] Tyrus Servlet Monitoring Test ...................... SUCCESS [ 2.353 s] [INFO] Tyrus Servlet Inject Test .......................... SUCCESS [ 1.350 s] [INFO] Tyrus Servlet Max Sessions Per App Tests ........... SUCCESS [ 4.330 s] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests ... SUCCESS [ 4.264 s] [INFO] Tyrus Debug Debug Samples .......................... SUCCESS [ 12.874 s] [INFO] Tyrus Bundles ...................................... SUCCESS [ 0.163 s] [INFO] Tyrus Samples Bundle ............................... SUCCESS [ 2.851 s] [INFO] Tyrus Standalone Client ............................ SUCCESS [ 3.665 s] [INFO] Tyrus Standalone Client - JDK ...................... SUCCESS [ 1.193 s] [INFO] Tyrus Websocket RI Archive ......................... SUCCESS [ 2.983 s] [INFO] Tyrus Websocket RI Bundle .......................... SUCCESS [ 4.712 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:38 min [INFO] Finished at: 2024-06-21T08:56:32Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-embedded-gf --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/tests/servlet/embedded-glassfish-test/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/servlet/embedded-glassfish-test/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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:tyrus-release-test >------------ [INFO] Building Tyrus Release Test 2.0.99-SNAPSHOT [64/70] [INFO] from tests/release-test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-release-test --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-release-test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-release-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-release-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/release-test/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-release-test --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/release-test/src/main/java/org/glassfish/tyrus/test/artifacts/MavenUtil.java: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/release-test/src/main/java/org/glassfish/tyrus/test/artifacts/MavenUtil.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/release-test/src/main/java/org/glassfish/tyrus/test/artifacts/MavenUtil.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-release-test --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-release-test --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 6 source files with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-release-test --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.artifacts.ArchetypesTest (pass) Property tyrus.version from ../../archetypes/echo/src/main/resources/archetype-resources/pom.xml not in Tyrus (pass) The property java.version in archetype pom ../../archetypes/echo/src/main/resources/archetype-resources/pom.xml is equal to Tyrus 1.8 (pass) The property maven.compiler.plugin in archetype pom ../../archetypes/echo/src/main/resources/archetype-resources/pom.xml is equal to Tyrus 3.13.0 (pass) Property project.build.sourceEncoding from ../../archetypes/echo/src/main/resources/archetype-resources/pom.xml not in Tyrus (pass) The property maven.war.plugin.version in archetype pom ../../archetypes/echo/src/main/resources/archetype-resources/pom.xml is equal to Tyrus 3.4.0 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.tyrus.test.artifacts.ArchetypesTest [INFO] Running org.glassfish.tyrus.test.artifacts.NoticeFilesTest (pass) Expected dependency jakarta.enterprise.cdi-api found (pass) Dependency jakarta.enterprise.cdi-api contains expected version 3.0.0 in /home/jenkins/agent/workspace/continuous-integration_2.0.x/NOTICE.md (pass) Expected dependency jakarta.inject found (pass) Dependency jakarta.inject contains expected version 2.0.0 in /home/jenkins/agent/workspace/continuous-integration_2.0.x/NOTICE.md (pass) Expected dependency jline found (pass) Dependency jline contains expected version 2.14.5 in /home/jenkins/agent/workspace/continuous-integration_2.0.x/NOTICE.md [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.tyrus.test.artifacts.NoticeFilesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-release-test --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/release-test/target/tyrus-release-test-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-release-test --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 50 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/release-test/target/bom.xml [INFO] attaching as tyrus-release-test-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/release-test/target/bom.json [INFO] attaching as tyrus-release-test-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-release-test --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/release-test/target/tyrus-release-test-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-release-test --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/release-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-release-test/2.0.99-SNAPSHOT/tyrus-release-test-2.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/release-test/target/tyrus-release-test-2.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-release-test/2.0.99-SNAPSHOT/tyrus-release-test-2.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/release-test/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-release-test/2.0.99-SNAPSHOT/tyrus-release-test-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/release-test/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-release-test/2.0.99-SNAPSHOT/tyrus-release-test-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/tests/release-test/target/tyrus-release-test-2.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-release-test/2.0.99-SNAPSHOT/tyrus-release-test-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-bundles >-------------- [INFO] Building Tyrus Bundles 2.0.99-SNAPSHOT [65/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-bundles --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-bundles --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/target/bom.xml [INFO] attaching as tyrus-bundles-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/target/bom.json [INFO] attaching as tyrus-bundles-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-bundles --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-bundles --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.0.99-SNAPSHOT/tyrus-bundles-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.0.99-SNAPSHOT/tyrus-bundles-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-samples >-------------- [INFO] Building Tyrus Samples Bundle 2.0.99-SNAPSHOT [66/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-samples --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack-examples) @ tyrus-samples --- [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-samples --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/samples/target/bom.xml [INFO] attaching as tyrus-samples-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/samples/target/bom.json [INFO] attaching as tyrus-samples-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ tyrus-samples --- [INFO] Reading assembly descriptor: src/main/assembly/examples-assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/samples/target/tyrus-samples-all.zip [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-samples --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-samples --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/bundles/samples/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.0.99-SNAPSHOT/tyrus-samples-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/samples/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.0.99-SNAPSHOT/tyrus-samples-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [67/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-standalone-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-standalone-client --- [INFO] [INFO] --- dependency:3.6.1: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] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-standalone-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-standalone-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-standalone-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-standalone-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-standalone-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-standalone-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ tyrus-standalone-client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-standalone-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/bom.xml [INFO] attaching as tyrus-standalone-client-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/bom.json [INFO] attaching as tyrus-standalone-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-standalone-client --- [WARNING] Bundle org.glassfish.tyrus.bundles:tyrus-standalone-client:jar:2.0.99-SNAPSHOT : Version for package org.glassfish.tyrus.client is set to different values in the source (2.0.99-SNAPSHOT) and in the manifest (2.0.99). 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:tyrus-standalone-client:jar: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 [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.5.1: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. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/dependency-reduced-pom.xml [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] jakarta.websocket-api-2.0.0.jar, jakarta.websocket-client-api-2.0.0.jar define 45 overlapping classes: [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] - jakarta.websocket.CloseReason$CloseCodes$1 [WARNING] - jakarta.websocket.ContainerProvider [WARNING] - 35 more... [WARNING] jakarta.activation-2.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 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, jakarta.activation-2.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] 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 files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file 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 https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-standalone-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/client-bundle-sources added. [INFO] [INFO] --- javadoc:3.7.0:jar (attach-javadocs) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.7.0:jar (default) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/tyrus-standalone-client-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-standalone-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/bundles/client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0.99-SNAPSHOT/tyrus-standalone-client-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.0.99-SNAPSHOT/tyrus-standalone-client-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [68/70] [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] --- directory:1.0:highest-basedir (directories) @ tyrus-standalone-client-jdk --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- dependency:3.6.1: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] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-standalone-client-jdk --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ tyrus-standalone-client-jdk --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ tyrus-standalone-client-jdk --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-standalone-client-jdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-standalone-client-jdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-standalone-client-jdk --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1: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 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ tyrus-standalone-client-jdk --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/bom.xml [INFO] attaching as tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/bom.json [INFO] attaching as tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-standalone-client-jdk --- [WARNING] Bundle org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk:jar:2.0.99-SNAPSHOT : Version for package org.glassfish.tyrus.client is set to different values in the source (2.0.99-SNAPSHOT) and in the manifest (2.0.99). 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:tyrus-standalone-client-jdk:jar: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 [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.5.1: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. [INFO] Including com.sun.activation:jakarta.activation:jar:2.0.1 in the shaded jar. [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/dependency-reduced-pom.xml [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] jakarta.websocket-api-2.0.0.jar, jakarta.websocket-client-api-2.0.0.jar define 45 overlapping classes: [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] - jakarta.websocket.CloseReason$CloseCodes$1 [WARNING] - jakarta.websocket.ContainerProvider [WARNING] - 35 more... [WARNING] jakarta.activation-2.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-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 3 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/MANIFEST.MF [WARNING] - META-INF/NOTICE.md [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file 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 https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ tyrus-standalone-client-jdk --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/client-bundle-sources added. [INFO] [INFO] --- javadoc:3.7.0:jar (attach-javadocs) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.7.0:jar (default) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ tyrus-standalone-client-jdk --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-standalone-client-jdk --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/bundles/client-jdk/target/bom.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-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/client-jdk/target/bom.json 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-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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 [69/70] [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] --- directory:1.0:highest-basedir (directories) @ websocket-ri-archive --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- dependency:3.6.1:copy-dependencies (copy-dependencies) @ websocket-ri-archive --- [INFO] Copying tyrus-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-client-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-core-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-core-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.xml.bind-api-3.0.1.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.xml.bind-api-3.0.1.jar [INFO] Copying jakarta.activation-2.0.1.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.activation-2.0.1.jar [INFO] Copying tyrus-server-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-server-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.websocket-api-2.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.websocket-api-2.0.0.jar [INFO] Copying tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-cdi-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.enterprise.cdi-api-3.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.enterprise.cdi-api-3.0.0.jar [INFO] Copying jakarta.el-api-4.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.el-api-4.0.0.jar [INFO] Copying jakarta.interceptor-api-2.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.interceptor-api-2.0.0.jar [INFO] Copying jakarta.annotation-api-2.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.annotation-api-2.0.0.jar [INFO] Copying jakarta.inject-api-2.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.inject-api-2.0.0.jar [INFO] Copying tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-ejb-2.0.99-SNAPSHOT.jar [INFO] Copying jakarta.ejb-api-4.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.ejb-api-4.0.0.jar [INFO] Copying jakarta.transaction-api-2.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/jakarta.transaction-api-2.0.0.jar [INFO] Copying tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-grizzly-client-2.0.99-SNAPSHOT.jar [INFO] Copying grizzly-framework-3.0.1.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/grizzly-framework-3.0.1.jar [INFO] Copying grizzly-http-server-3.0.1.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/grizzly-http-server-3.0.1.jar [INFO] Copying grizzly-http-3.0.1.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/grizzly-http-3.0.1.jar [INFO] Copying tyrus-container-servlet-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-servlet-2.0.99-SNAPSHOT.jar [INFO] Copying tyrus-spi-2.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/dependency/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- dependency:3.6.1: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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/assembly/tyrus-spi-2.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ websocket-ri-archive --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/bom.xml [INFO] attaching as websocket-ri-archive-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/bom.json [INFO] attaching as websocket-ri-archive-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.7.1:single (make-assembly) @ websocket-ri-archive --- [INFO] Reading assembly descriptor: src/main/assembly/archive.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.zip [INFO] Building tar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.0.99-SNAPSHOT.tar.bz2 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ websocket-ri-archive --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ websocket-ri-archive --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0.99-SNAPSHOT/websocket-ri-archive-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-archive/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.0.99-SNAPSHOT/websocket-ri-archive-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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 [70/70] [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] --- directory:1.0:highest-basedir (directories) @ websocket-ri-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.0.x [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ websocket-ri-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ websocket-ri-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java added. [INFO] [INFO] --- dependency:3.6.1: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] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ websocket-ri-bundle --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ websocket-ri-bundle --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ websocket-ri-bundle --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ websocket-ri-bundle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/resources [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 30 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.13.0:compile (default-compile) @ websocket-ri-bundle --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 211 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java:[27,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/ReflectionHelper.java:[29,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/frame/TextFrame.java:[223,40] getSecurityManager() in java.lang.System has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java:[172,16] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java:[549,25] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java:[620,25] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java:[686,38] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java:[814,13] java.lang.SecurityManager in java.lang has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/ServiceFinder.java:[814,46] getSecurityManager() in java.lang.System has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/ReflectionHelper.java:[282,16] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/ReflectionHelper.java:[313,9] java.security.AccessController in java.security has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/client/ClientManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/client/ClientManager.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/continuous-integration_2.0.x/bundles/websocket-ri-bundle/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ websocket-ri-bundle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ websocket-ri-bundle --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4: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 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/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/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/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/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/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/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/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] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ websocket-ri-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/bom.xml [INFO] attaching as websocket-ri-bundle-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/bom.json [INFO] attaching as websocket-ri-bundle-2.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-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 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/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/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/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/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/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/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/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] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- javadoc:3.7.0:jar (attach-javadocs) @ websocket-ri-bundle --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ websocket-ri-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ websocket-ri-bundle --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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/continuous-integration_2.0.x/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/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0.99-SNAPSHOT/websocket-ri-bundle-2.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/bundles/websocket-ri-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.0.99-SNAPSHOT/websocket-ri-bundle-2.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.0.x/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.4: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 [ 10.643 s] [INFO] tyrus-archetypes ................................... SUCCESS [ 0.243 s] [INFO] Tyrus Echo Archetype ............................... SUCCESS [ 6.574 s] [INFO] Tyrus BOM .......................................... SUCCESS [ 0.952 s] [INFO] Tyrus Container SPI ................................ SUCCESS [ 3.925 s] [INFO] Tyrus Core ......................................... SUCCESS [ 10.673 s] [INFO] Tyrus Client ....................................... SUCCESS [ 2.272 s] [INFO] Tyrus Container Modules ............................ SUCCESS [ 0.301 s] [INFO] Tyrus Containers For Glassfish ..................... SUCCESS [ 0.134 s] [INFO] Tyrus CDI Component Provider ....................... SUCCESS [ 0.615 s] [INFO] Tyrus EJB Component Provider ....................... SUCCESS [ 0.569 s] [INFO] Tyrus Grizzly Client Container ..................... SUCCESS [ 0.894 s] [INFO] Tyrus Server ....................................... SUCCESS [ 1.690 s] [INFO] Tyrus Grizzly Server Container ..................... SUCCESS [ 0.820 s] [INFO] Tyrus InMemory Container ........................... SUCCESS [ 1.576 s] [INFO] Tyrus Servlet Bundle ............................... SUCCESS [ 2.160 s] [INFO] Tyrus Tests ........................................ SUCCESS [ 0.476 s] [INFO] Tyrus Test Tools ................................... SUCCESS [ 0.723 s] [INFO] Tyrus JDK Client Container ......................... SUCCESS [ 14.539 s] [INFO] Tyrus Documentation ................................ SUCCESS [ 15.476 s] [INFO] Tyrus Extension Modules ............................ SUCCESS [ 0.093 s] [INFO] Tyrus CLI Client ................................... SUCCESS [ 1.243 s] [INFO] Tyrus Monitoring JMX ............................... SUCCESS [ 3.072 s] [INFO] Tyrus Extension - Per Message Deflate .............. SUCCESS [ 1.560 s] [INFO] Tyrus Java8 Client Extension ....................... SUCCESS [ 1.791 s] [INFO] Tyrus Samples ...................................... SUCCESS [ 0.184 s] [INFO] Tyrus Auction Sample ............................... SUCCESS [ 0.903 s] [INFO] Tyrus CDI Sample ................................... SUCCESS [ 1.279 s] [INFO] Tyrus Chat Sample .................................. SUCCESS [ 0.427 s] [INFO] Tyrus Draw Sample .................................. SUCCESS [ 0.343 s] [INFO] Tyrus Echo Sample .................................. SUCCESS [ 1.257 s] [INFO] Tyrus Basic Auth Sample ............................ SUCCESS [ 1.012 s] [INFO] Tyrus Secure Echo Sample ........................... SUCCESS [ 0.512 s] [INFO] Tyrus Programmatic Echo Sample ..................... SUCCESS [ 1.320 s] [INFO] Tyrus Simple Life Sample ........................... SUCCESS [ 0.342 s] [INFO] Tyrus Shared Collection Sample ..................... SUCCESS [ 0.921 s] [INFO] Tyrus Container Tests .............................. SUCCESS [ 0.269 s] [INFO] Tyrus JDK Containers Tests ......................... SUCCESS [ 1.220 s] [INFO] Tyrus Servlet Containers Tests ..................... SUCCESS [ 0.978 s] [INFO] Tyrus End-to-End Tests ............................. SUCCESS [ 0.249 s] [INFO] Tyrus End-to-End Application Config Tests .......... SUCCESS [ 3.470 s] [INFO] Tyrus End-to-End Non-deployable Tests .............. SUCCESS [ 10.664 s] [INFO] Tyrus End-to-End Standard Config Tests ............. SUCCESS [01:07 min] [INFO] Tyrus End-to-End Java 8 Tests ...................... SUCCESS [ 1.395 s] [INFO] Tyrus End-to-End Tests running on Jetty ............ SUCCESS [ 0.314 s] [INFO] Tyrus End-to-End Basic Auth Tests .................. SUCCESS [ 6.521 s] [INFO] Tyrus End-to-End Digest Auth Tests ................. SUCCESS [ 1.194 s] [INFO] Tyrus Server Integration Tests ..................... SUCCESS [ 0.335 s] [INFO] Tyrus Servlet Async Tests .......................... SUCCESS [ 2.120 s] [INFO] Tyrus Autobahn Echo Server ......................... SUCCESS [ 0.537 s] [INFO] Tyrus Servlet Basic Tests .......................... SUCCESS [ 26.065 s] [INFO] Tyrus Servlet Dynamic Deploy Test .................. SUCCESS [ 1.150 s] [INFO] Tyrus Servlet No App Config ........................ SUCCESS [ 1.284 s] [INFO] Tyrus Servlet One App Config ....................... SUCCESS [ 1.440 s] [INFO] Tyrus Servlet RemoteEndpoint Timeout ............... SUCCESS [ 0.865 s] [INFO] Tyrus Servlet Session Closing ...................... SUCCESS [ 17.553 s] [INFO] Tyrus Servlet Two App Config ....................... SUCCESS [ 1.500 s] [INFO] Tyrus Servlet Monitoring Test ...................... SUCCESS [ 1.678 s] [INFO] Tyrus Servlet Inject Test .......................... SUCCESS [ 1.035 s] [INFO] Tyrus Servlet Max Sessions Per App Tests ........... SUCCESS [ 3.108 s] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests ... SUCCESS [ 3.061 s] [INFO] Tyrus Debug Debug Samples .......................... SUCCESS [ 11.585 s] [INFO] Tyrus Servlet Tests on Glassfish ................... SUCCESS [01:45 min] [INFO] Tyrus Release Test ................................. SUCCESS [ 4.527 s] [INFO] Tyrus Bundles ...................................... SUCCESS [ 0.089 s] [INFO] Tyrus Samples Bundle ............................... SUCCESS [ 0.695 s] [INFO] Tyrus Standalone Client ............................ SUCCESS [ 1.892 s] [INFO] Tyrus Standalone Client - JDK ...................... SUCCESS [ 0.686 s] [INFO] Tyrus Websocket RI Archive ......................... SUCCESS [ 1.939 s] [INFO] Tyrus Websocket RI Bundle .......................... SUCCESS [ 3.317 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:21 min [INFO] Finished at: 2024-06-21T08:57:26Z [INFO] ------------------------------------------------------------------------ [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