Push event to branch 2.x Connecting to https://api.github.com using GitHub bot (username/token) Obtained etc/jenkins/Jenkinsfile_ci_build from 44877e0b24cb6cc7574f1bbcc4bc9b18e44af4f4 [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 17 ) [Pipeline] { (Branch: JDK 21 ) [Pipeline] stage [Pipeline] { (JDK 17 ) [Pipeline] stage [Pipeline] { (JDK 21 ) [Pipeline] node [Pipeline] node Agent centos-7-cb9cl is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1717428493499" 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-cb9cl" 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-cb9cl" - 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-cb9cl" - 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-cb9cl in /home/jenkins/agent/workspace/continuous-integration_2.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.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.x:refs/remotes/origin/2.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.x:refs/remotes/origin/2.x # timeout=10 Avoid second fetch Checking out Revision 44877e0b24cb6cc7574f1bbcc4bc9b18e44af4f4 (2.x) Commit message: "Prepare dependencies for Tyrus 2.2.0-M2 Missing Servlet & JSP final" > git config core.sparsecheckout # timeout=10 > git checkout -f 44877e0b24cb6cc7574f1bbcc4bc9b18e44af4f4 # timeout=10 > git rev-list --no-walk a4756fd0f3e68386d1972579e95726e6fcc7485e # 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 -Pstaging Still waiting to schedule task Waiting for next available executor on ‘centos-7’ [INFO] Scanning for projects... Agent centos-7-xrb29 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1717428505073" 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-xrb29" 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-xrb29" - 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-xrb29" - 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-xrb29 in /home/jenkins/agent/workspace/continuous-integration_2.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.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.x:refs/remotes/origin/2.x # timeout=10 Avoid second fetch Checking out Revision 44877e0b24cb6cc7574f1bbcc4bc9b18e44af4f4 (2.x) Commit message: "Prepare dependencies for Tyrus 2.2.0-M2 Missing Servlet & JSP final" > git config remote.origin.url https://github.com/eclipse-ee4j/tyrus.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/2.x:refs/remotes/origin/2.x # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44877e0b24cb6cc7574f1bbcc4bc9b18e44af4f4 # 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 -Pstaging [INFO] Scanning for projects... [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 Release Test [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.2.99-SNAPSHOT [1/69] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-project --- [INFO] ------------------------------------------------------------------------ [INFO] 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 Release Test [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 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.2.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] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-project --- [INFO] CycloneDX: Resolving Aggregated Dependencies [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-project --- [INFO] CycloneDX: Resolving Aggregated Dependencies [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.tyrus/tyrus-bom@2.2.99-SNAPSHOT?type=pom [INFO] CycloneDX: Creating BOM version 1.4 with 164 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/target/bom.xml [INFO] attaching as tyrus-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/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-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.2.99-SNAPSHOT/tyrus-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.2.99-SNAPSHOT/tyrus-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.2.99-SNAPSHOT/tyrus-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ------< org.glassfish.tyrus.archetypes:tyrus-archetypes-project >------- [INFO] Building tyrus-archetypes 2.2.99-SNAPSHOT [2/69] [INFO] from archetypes/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-archetypes-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-archetypes-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-archetypes-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-archetypes-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-archetypes-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/archetypes/target/bom.xml [INFO] attaching as tyrus-archetypes-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/target/bom.json [INFO] attaching as tyrus-archetypes-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.2.99-SNAPSHOT/tyrus-archetypes-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.2.99-SNAPSHOT/tyrus-archetypes-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.2.99-SNAPSHOT/tyrus-archetypes-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --------< org.glassfish.tyrus.archetypes:tyrus-archetype-echo >--------- [INFO] Building Tyrus Echo Archetype 2.2.99-SNAPSHOT [3/69] [INFO] from archetypes/echo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-archetype-echo --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-archetype-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-archetype-echo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-archetype-echo --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-archetype-echo --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/target/generated-sources/rsrc-gen added. [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 6 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-archetype-echo --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-archetype-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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.5:test (default-test) @ tyrus-archetype-echo --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/target/tyrus-archetype-echo-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9: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.x/archetypes/echo/target/bom.xml [INFO] attaching as tyrus-archetype-echo-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/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-archetype-echo-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-archetype-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/target/tyrus-archetype-echo-2.2.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.x/archetypes/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.2.99-SNAPSHOT/tyrus-archetype-echo-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/target/tyrus-archetype-echo-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.2.99-SNAPSHOT/tyrus-archetype-echo-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.2.99-SNAPSHOT/tyrus-archetype-echo-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.2.99-SNAPSHOT/tyrus-archetype-echo-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/target/tyrus-archetype-echo-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.2.99-SNAPSHOT/tyrus-archetype-echo-2.2.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.2.99-SNAPSHOT [4/69] [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.x/bom/target/bom.xml [INFO] attaching as tyrus-bom-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/bom/target/bom.json [INFO] attaching as tyrus-bom-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-bom --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.2.99-SNAPSHOT/tyrus-bom-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bom/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.2.99-SNAPSHOT/tyrus-bom-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bom/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.2.99-SNAPSHOT/tyrus-bom-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-spi >-------------------- [INFO] Building Tyrus Container SPI 2.2.99-SNAPSHOT [5/69] [INFO] from spi/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-spi --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-spi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-spi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-spi --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-spi --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/generated-sources/rsrc-gen 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.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] 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.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.x/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5:test (default-test) @ tyrus-spi --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-spi --- [WARNING] Bundle org.glassfish.tyrus:tyrus-spi:bundle:2.2.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:jakarta.websocket-client-api, Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/tyrus-spi-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-spi --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/bom.xml [INFO] attaching as tyrus-spi-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/spi/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-spi-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-spi --- [WARNING] Bundle org.glassfish.tyrus:tyrus-spi:bundle:2.2.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:jakarta.websocket-client-api, Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/tyrus-spi-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-spi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/tyrus-spi-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-spi --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/spi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.2.99-SNAPSHOT/tyrus-spi-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/tyrus-spi-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.2.99-SNAPSHOT/tyrus-spi-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.2.99-SNAPSHOT/tyrus-spi-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.2.99-SNAPSHOT/tyrus-spi-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/tyrus-spi-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.2.99-SNAPSHOT/tyrus-spi-2.2.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.2.99-SNAPSHOT/tyrus-spi-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-core >------------------- [INFO] Building Tyrus Core 2.2.99-SNAPSHOT [6/69] [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] 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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-core --- [INFO] [INFO] --- istack-commons:2.11:rs-gen (default) @ tyrus-core --- Resources: org/glassfish/tyrus/core/l10n/localization.properties Processing /home/jenkins/agent/workspace/continuous-integration_2.x/core/src/main/resources/org/glassfish/tyrus/core/l10n/localization.properties org/glassfish/tyrus/core/l10n/LocalizationMessages.java [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-core --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jaxb:1.1.1:generate (default) @ tyrus-core --- [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.x/core/etc/wsadl.xsd [INFO] Writing output to /home/jenkins/agent/workspace/continuous-integration_2.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 119 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.xml] [WARNING] system modules path not set in conjunction with -source 11 [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/core/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java:[1905,27] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.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.x/core/src/main/java/org/glassfish/tyrus/core/TyrusSession.java:[334,17] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.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.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.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.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.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.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.x/core/src/main/java/org/glassfish/tyrus/core/ProtocolHandler.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/core/src/main/java/org/glassfish/tyrus/core/ProtocolHandler.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.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.x/core/src/test/java/org/glassfish/tyrus/core/uri/BestMatchTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tyrus-core --- [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.core.CloseReasonsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 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.015 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.043 s -- in org.glassfish.tyrus.core.MessageHandlerManagerTest [INFO] Running org.glassfish.tyrus.core.ProtocolHandlerTest Jun 03, 2024 3:29:30 PM 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.104 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.003 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.054 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.001 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.011 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.089 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] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 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.048 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 --- [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api] Class path [Jar:., Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api] [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.2.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.x/core/target/tyrus-core-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-core --- [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.x/core/target/bom.xml [INFO] attaching as tyrus-core-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/bom.json [INFO] attaching as tyrus-core-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-core --- [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api] Class path [Jar:., Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api] [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.2.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.x/core/target/tyrus-core-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-core --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/tyrus-core-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-core --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.2.99-SNAPSHOT/tyrus-core-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/tyrus-core-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.2.99-SNAPSHOT/tyrus-core-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.2.99-SNAPSHOT/tyrus-core-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.2.99-SNAPSHOT/tyrus-core-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/tyrus-core-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.2.99-SNAPSHOT/tyrus-core-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.4:install (default-install) @ tyrus-core --- [INFO] Installing org/glassfish/tyrus/tyrus-core/2.2.99-SNAPSHOT/tyrus-core-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-client >------------------ [INFO] Building Tyrus Client 2.2.99-SNAPSHOT [7/69] [INFO] from client/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-client --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-client --- [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.tyrus/tyrus-bom@2.2.99-SNAPSHOT?type=pom [INFO] CycloneDX: Creating BOM version 1.4 with 165 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/target/bom.xml [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-client --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/generated-sources/rsrc-gen 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.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] attaching as tyrus-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/target/bom.json [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.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.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.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.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.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.x/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: /home/jenkins/agent/workspace/continuous-integration_2.x/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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] 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-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-project --- [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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.063 s -- in org.glassfish.tyrus.client.ClientManagerTest [INFO] Running org.glassfish.tyrus.client.TyrusClientEngineTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 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.003 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 --- [WARNING] Bundle org.glassfish.tyrus:tyrus-client:bundle:2.2.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.websocket-client-api, Jar:jakarta.websocket-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/tyrus-client-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 4 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/bom.xml [INFO] attaching as tyrus-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/bom.json [INFO] attaching as tyrus-client-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-client:bundle:2.2.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.websocket-client-api, Jar:jakarta.websocket-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/tyrus-client-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/tyrus-client-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.2.99-SNAPSHOT/tyrus-client-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/tyrus-client-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.2.99-SNAPSHOT/tyrus-client-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.2.99-SNAPSHOT/tyrus-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.2.99-SNAPSHOT/tyrus-client-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/tyrus-client-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.2.99-SNAPSHOT/tyrus-client-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.4:install (default-install) @ tyrus-client --- [INFO] Installing org/glassfish/tyrus/tyrus-client/2.2.99-SNAPSHOT/tyrus-client-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-containers-project >------------ [INFO] Building Tyrus Container Modules 2.2.99-SNAPSHOT [8/69] [INFO] from containers/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-containers-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-containers-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-containers-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-containers-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-containers-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/containers/target/bom.xml [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.2.99-SNAPSHOT/tyrus-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.2.99-SNAPSHOT/tyrus-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-project/2.2.99-SNAPSHOT/tyrus-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ------< org.glassfish.tyrus.archetypes:tyrus-archetypes-project >------- [INFO] Building tyrus-archetypes 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-archetypes-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-archetypes-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/archetypes/target/bom.xml [INFO] attaching as tyrus-archetypes-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/target/bom.json [INFO] attaching as tyrus-containers-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/target/bom.json [INFO] attaching as tyrus-containers-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.2.99-SNAPSHOT/tyrus-containers-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.2.99-SNAPSHOT/tyrus-containers-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.2.99-SNAPSHOT/tyrus-containers-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------< org.glassfish.tyrus:tyrus-containers-glassfish-project >------- [INFO] Building Tyrus Containers For Glassfish 2.2.99-SNAPSHOT [9/69] [INFO] from containers/glassfish/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-containers-glassfish-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-containers-glassfish-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-containers-glassfish-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/containers/glassfish/target/bom.xml [INFO] attaching as tyrus-containers-glassfish-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/target/bom.json [INFO] attaching as tyrus-containers-glassfish-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.2.99-SNAPSHOT/tyrus-containers-glassfish-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.2.99-SNAPSHOT/tyrus-containers-glassfish-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.2.99-SNAPSHOT/tyrus-containers-glassfish-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-cdi >---------- [INFO] Building Tyrus CDI Component Provider 2.2.99-SNAPSHOT [10/69] [INFO] from containers/glassfish/cdi/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-glassfish-cdi --- [INFO] attaching as tyrus-archetypes-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.2.99-SNAPSHOT/tyrus-archetypes-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.2.99-SNAPSHOT/tyrus-archetypes-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetypes-project/2.2.99-SNAPSHOT/tyrus-archetypes-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --------< org.glassfish.tyrus.archetypes:tyrus-archetype-echo >--------- [INFO] Building Tyrus Echo Archetype 2.2.99-SNAPSHOT [3/70] [INFO] from archetypes/echo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-container-glassfish-cdi --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/generated-sources/rsrc-gen 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.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.5: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 --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-glassfish-cdi:bundle:2.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-container-glassfish-cdi --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-archetype-echo --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-archetype-echo --- [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.x/containers/glassfish/cdi/target/bom.xml [INFO] attaching as tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/bom.json [INFO] attaching as tyrus-container-glassfish-cdi-2.2.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.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.2.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.x/containers/glassfish/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.2.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.2.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.2.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.2.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.2.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.2.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.2.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-ejb >---------- [INFO] Building Tyrus EJB Component Provider 2.2.99-SNAPSHOT [11/69] [INFO] from containers/glassfish/ejb/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-glassfish-ejb --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-container-glassfish-ejb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-container-glassfish-ejb --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/generated-sources/rsrc-gen added. [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 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.x/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5: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 --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-glassfish-ejb:bundle:2.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.ejb-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-container-glassfish-ejb --- [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.x/containers/glassfish/ejb/target/bom.xml [INFO] attaching as tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/bom.json [INFO] attaching as tyrus-container-glassfish-ejb-2.2.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.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.ejb-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.2.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.x/containers/glassfish/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.2.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.2.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.2.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.2.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.2.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.2.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.2.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-client >--------- [INFO] Building Tyrus Grizzly Client Container 2.2.99-SNAPSHOT [12/69] [INFO] from containers/grizzly-client/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-grizzly-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-archetype-echo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-archetype-echo --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-archetype-echo --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/target/generated-sources/rsrc-gen added. [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 6 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-archetype-echo --- [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-container-grizzly-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/generated-sources/rsrc-gen 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 --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 11 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.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.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.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.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[99,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[124,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[135,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[146,32] deprecated item is not annotated with @Deprecated [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5: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 --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-grizzly-client:bundle:2.2.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:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] 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-client-api, Jar:jakarta.websocket-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-container-grizzly-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-archetype-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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.5:test (default-test) @ tyrus-archetype-echo --- [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.x/containers/grizzly-client/target/bom.xml [INFO] attaching as tyrus-container-grizzly-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/bom.json [INFO] attaching as tyrus-container-grizzly-client-2.2.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.2.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:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] 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-client-api, Jar:jakarta.websocket-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.2.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.x/containers/grizzly-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.2.99-SNAPSHOT/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.2.99-SNAPSHOT/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.2.99-SNAPSHOT/tyrus-container-grizzly-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.2.99-SNAPSHOT/tyrus-container-grizzly-client-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.2.99-SNAPSHOT/tyrus-container-grizzly-client-2.2.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.2.99-SNAPSHOT/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-server >------------------ [INFO] Building Tyrus Server 2.2.99-SNAPSHOT [13/69] [INFO] from server/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-server --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-server --- [INFO] [INFO] --- istack-commons:2.11:rs-gen (default) @ tyrus-server --- Resources: [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-server --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.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.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 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 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: /home/jenkins/agent/workspace/continuous-integration_2.x/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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] ------------------------------------------------------- [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.x/archetypes/echo/target/tyrus-archetype-echo-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-archetype-echo --- [INFO] Running org.glassfish.tyrus.server.TyrusServerConfigurationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 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 --- [WARNING] Bundle org.glassfish.tyrus:tyrus-server:bundle:2.2.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:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] Class path [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, 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.x/server/target/tyrus-server-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-server --- [INFO] CycloneDX: Resolving Dependencies [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.x/server/target/bom.xml [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] attaching as tyrus-server-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/bom.json [INFO] attaching as tyrus-server-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-server --- [WARNING] Bundle org.glassfish.tyrus:tyrus-server:bundle:2.2.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:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] Class path [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, 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.x/server/target/tyrus-server-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/tyrus-server-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.2.99-SNAPSHOT/tyrus-server-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/tyrus-server-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.2.99-SNAPSHOT/tyrus-server-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.2.99-SNAPSHOT/tyrus-server-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.2.99-SNAPSHOT/tyrus-server-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/tyrus-server-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.2.99-SNAPSHOT/tyrus-server-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.4:install (default-install) @ tyrus-server --- [INFO] Installing org/glassfish/tyrus/tyrus-server/2.2.99-SNAPSHOT/tyrus-server-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-server >--------- [INFO] Building Tyrus Grizzly Server Container 2.2.99-SNAPSHOT [14/69] [INFO] from containers/grizzly-server/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-grizzly-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-container-grizzly-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-container-grizzly-server --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/generated-sources/rsrc-gen 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.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 5 source files with javac [debug target 11 module-path] to target/classes [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/target/bom.xml [INFO] attaching as tyrus-archetype-echo-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/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-archetype-echo-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-archetype-echo --- [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.x/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/continuous-integration_2.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.x/containers/grizzly-server/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.x/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:unchecked 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.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.5: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 --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-grizzly-server:bundle:2.2.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:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, 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:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-container-grizzly-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/target/tyrus-archetype-echo-2.2.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.x/archetypes/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.2.99-SNAPSHOT/tyrus-archetype-echo-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/target/tyrus-archetype-echo-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.2.99-SNAPSHOT/tyrus-archetype-echo-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.2.99-SNAPSHOT/tyrus-archetype-echo-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.2.99-SNAPSHOT/tyrus-archetype-echo-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/archetypes/echo/target/tyrus-archetype-echo-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/archetypes/tyrus-archetype-echo/2.2.99-SNAPSHOT/tyrus-archetype-echo-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:2.2:update-local-catalog (update-local-catalog) @ tyrus-archetype-echo --- [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.x/containers/grizzly-server/target/bom.xml [INFO] attaching as tyrus-container-grizzly-server-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/bom.json [INFO] attaching as tyrus-container-grizzly-server-2.2.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.2.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:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, 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:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.2.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.x/containers/grizzly-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.2.99-SNAPSHOT/tyrus-container-grizzly-server-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.2.99-SNAPSHOT/tyrus-container-grizzly-server-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.2.99-SNAPSHOT/tyrus-container-grizzly-server-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.2.99-SNAPSHOT/tyrus-container-grizzly-server-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.2.99-SNAPSHOT/tyrus-container-grizzly-server-2.2.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.2.99-SNAPSHOT/tyrus-container-grizzly-server-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-inmemory >------------ [INFO] Building Tyrus InMemory Container 2.2.99-SNAPSHOT [15/69] [INFO] from containers/inmemory/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-inmemory --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-inmemory --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-container-inmemory --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-container-inmemory --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-container-inmemory --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/generated-sources/rsrc-gen 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.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 [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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.149 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 --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-inmemory:bundle:2.2.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:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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.websocket-client-api] Class path [Jar:., Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/tyrus-container-inmemory-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-container-inmemory --- [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.x/containers/inmemory/target/bom.xml [INFO] attaching as tyrus-container-inmemory-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/bom.json [INFO] attaching as tyrus-container-inmemory-2.2.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.2.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:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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.websocket-client-api] Class path [Jar:., Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/tyrus-container-inmemory-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-container-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/tyrus-container-inmemory-2.2.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.x/containers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.2.99-SNAPSHOT/tyrus-container-inmemory-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/tyrus-container-inmemory-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.2.99-SNAPSHOT/tyrus-container-inmemory-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.2.99-SNAPSHOT/tyrus-container-inmemory-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.2.99-SNAPSHOT/tyrus-container-inmemory-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/tyrus-container-inmemory-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.2.99-SNAPSHOT/tyrus-container-inmemory-2.2.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.2.99-SNAPSHOT/tyrus-container-inmemory-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-servlet >------------- [INFO] Building Tyrus Servlet Bundle 2.2.99-SNAPSHOT [16/69] [INFO] from containers/servlet/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-servlet --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-container-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-container-servlet --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-container-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/generated-sources/rsrc-gen 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.x/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5:test (default-test) @ tyrus-container-servlet --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-container-servlet --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-servlet:bundle:2.2.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:jakarta.websocket-api, Jar:jakarta.servlet-api, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] Class path [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.servlet-api, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, 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.x/containers/servlet/target/tyrus-container-servlet-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-container-servlet --- [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.x/containers/servlet/target/bom.xml [INFO] attaching as tyrus-container-servlet-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/bom.json [INFO] attaching as tyrus-container-servlet-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ tyrus-container-servlet --- [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-bom >-------------------- [INFO] Building Tyrus BOM 2.2.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.x/bom/target/bom.xml [INFO] attaching as tyrus-bom-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/bom/target/bom.json [INFO] attaching as tyrus-bom-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-bom --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.2.99-SNAPSHOT/tyrus-bom-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bom/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.2.99-SNAPSHOT/tyrus-bom-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bom/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-bom/2.2.99-SNAPSHOT/tyrus-bom-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-spi >-------------------- [INFO] Building Tyrus Container SPI 2.2.99-SNAPSHOT [5/70] [INFO] from spi/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-spi --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-spi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-spi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-spi --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-spi --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/generated-sources/rsrc-gen 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.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] JDK-8318913 workaround: patched module-info.class requires version from [21.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.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.x/spi/src/main/java/org/glassfish/tyrus/spi/ServerContainerFactory.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5:test (default-test) @ tyrus-spi --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-spi --- [WARNING] Bundle org.glassfish.tyrus:tyrus-spi:bundle:2.2.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:jakarta.websocket-client-api, Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/tyrus-spi-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-spi --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/bom.xml [INFO] attaching as tyrus-spi-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/spi/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-spi-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-spi --- [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.2.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:jakarta.websocket-api, Jar:jakarta.servlet-api, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] Class path [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.servlet-api, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, 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.x/containers/servlet/target/tyrus-container-servlet-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/tyrus-container-servlet-2.2.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.x/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.2.99-SNAPSHOT/tyrus-container-servlet-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/tyrus-container-servlet-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.2.99-SNAPSHOT/tyrus-container-servlet-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.2.99-SNAPSHOT/tyrus-container-servlet-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.2.99-SNAPSHOT/tyrus-container-servlet-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/tyrus-container-servlet-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.2.99-SNAPSHOT/tyrus-container-servlet-2.2.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.2.99-SNAPSHOT/tyrus-container-servlet-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-project >------------ [INFO] Building Tyrus Tests 2.2.99-SNAPSHOT [17/69] [INFO] from tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-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.x/tests/target/bom.xml [INFO] attaching as tyrus-tests-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/target/bom.json [INFO] attaching as tyrus-tests-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.2.99-SNAPSHOT/tyrus-tests-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.2.99-SNAPSHOT/tyrus-tests-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.2.99-SNAPSHOT/tyrus-tests-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-test-tools >------------- [INFO] Building Tyrus Test Tools 2.2.99-SNAPSHOT [18/69] [INFO] from tests/tools/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] Bundle org.glassfish.tyrus:tyrus-spi:bundle:2.2.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:jakarta.websocket-client-api, Jar:jakarta.websocket-api] Class path [Jar:., Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/tyrus-spi-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-spi --- [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-test-tools --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-test-tools --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/generated-sources/rsrc-gen 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.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 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.x/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.x/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5:test (default-test) @ tyrus-test-tools --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-test-tools --- [WARNING] Bundle org.glassfish.tyrus.tests:tyrus-test-tools:bundle:2.2.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:jakarta.servlet-api, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-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:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:junit, Jar:hamcrest-core] Class path [Jar:., Jar:tyrus-container-servlet, Jar:jakarta.servlet-api, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-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:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:junit, Jar:hamcrest-core] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/tyrus-test-tools-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-test-tools --- [INFO] CycloneDX: Resolving Dependencies [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/tyrus-spi-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-spi --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/spi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.2.99-SNAPSHOT/tyrus-spi-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/tyrus-spi-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.2.99-SNAPSHOT/tyrus-spi-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.2.99-SNAPSHOT/tyrus-spi-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.2.99-SNAPSHOT/tyrus-spi-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/spi/target/tyrus-spi-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-spi/2.2.99-SNAPSHOT/tyrus-spi-2.2.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.2.99-SNAPSHOT/tyrus-spi-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.glassfish.tyrus:tyrus-core >------------------- [INFO] Building Tyrus Core 2.2.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] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/bom.xml [INFO] attaching as tyrus-test-tools-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/bom.json [INFO] attaching as tyrus-test-tools-2.2.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.2.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:jakarta.servlet-api, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-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:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:junit, Jar:hamcrest-core] Class path [Jar:., Jar:tyrus-container-servlet, Jar:jakarta.servlet-api, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-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:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:junit, Jar:hamcrest-core] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/tyrus-test-tools-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/tyrus-test-tools-2.2.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.x/tests/tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.2.99-SNAPSHOT/tyrus-test-tools-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/tyrus-test-tools-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.2.99-SNAPSHOT/tyrus-test-tools-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.2.99-SNAPSHOT/tyrus-test-tools-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.2.99-SNAPSHOT/tyrus-test-tools-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/tyrus-test-tools-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.2.99-SNAPSHOT/tyrus-test-tools-2.2.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.2.99-SNAPSHOT/tyrus-test-tools-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus:tyrus-container-jdk-client >----------- [INFO] Building Tyrus JDK Client Container 2.2.99-SNAPSHOT [19/69] [INFO] from containers/jdk-client/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-container-jdk-client --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-container-jdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-container-jdk-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-container-jdk-client --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-container-jdk-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/generated-sources/rsrc-gen 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] 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.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.x/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/SslFilter.java:[143,5] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.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.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.x/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.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 [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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 03, 2024 3:29:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:29:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:29:46 PM 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 03, 2024 3:29:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:46 PM 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.container.jdk.client.EchoTest [INFO] Running org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Jun 03, 2024 3:29:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:29:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:29:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:29:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-core --- [INFO] [INFO] --- istack-commons:2.11:rs-gen (default) @ tyrus-core --- Jun 03, 2024 3:29:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:29:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:29:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Resources: org/glassfish/tyrus/core/l10n/localization.properties Processing /home/jenkins/agent/workspace/continuous-integration_2.x/core/src/main/resources/org/glassfish/tyrus/core/l10n/localization.properties org/glassfish/tyrus/core/l10n/LocalizationMessages.java [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-core --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jaxb:1.1.1:generate (default) @ tyrus-core --- Jun 03, 2024 3:29:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.188 s -- in org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest [INFO] Running org.glassfish.tyrus.container.jdk.client.SslFilterTest [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.x/core/etc/wsadl.xsd [INFO] Writing output to /home/jenkins/agent/workspace/continuous-integration_2.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 119 source files with javac [debug target 11 module-path] to target/classes === SSLHandshakeException (certificate_unknown) on the server expected === [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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.x/core/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java:[1905,27] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.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.x/core/src/main/java/org/glassfish/tyrus/core/TyrusSession.java:[334,17] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.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.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.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.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.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.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.x/core/src/main/java/org/glassfish/tyrus/core/ProtocolHandler.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/core/src/main/java/org/glassfish/tyrus/core/ProtocolHandler.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.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.x/core/src/test/java/org/glassfish/tyrus/core/uri/BestMatchTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tyrus-core --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- === SSLHandshakeException (certificate_unknown) on the server expected === [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.001 s -- in org.glassfish.tyrus.container.jdk.client.SslFilterTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest Jun 03, 2024 3:29:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:29:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:29:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:29:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:53 PM 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.container.jdk.client.ThreadPoolSizeLimitsTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest Jun 03, 2024 3:29:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:29:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:29:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Running org.glassfish.tyrus.core.CloseReasonsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 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 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.008 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.093 s -- in org.glassfish.tyrus.core.MessageHandlerManagerTest [INFO] Running org.glassfish.tyrus.core.ProtocolHandlerTest Jun 03, 2024 3:29:54 PM 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.101 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.005 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.002 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.026 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.001 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.011 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.001 s -- in org.glassfish.tyrus.core.uri.EquivalentPathsTest [INFO] Running org.glassfish.tyrus.core.TyrusSessionTest Jun 03, 2024 3:29:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 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] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 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.004 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 --- Jun 03, 2024 3:29:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:29:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:29:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api] Class path [Jar:., Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api] [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.2.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.x/core/target/tyrus-core-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-core --- [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.x/core/target/bom.xml [INFO] attaching as tyrus-core-2.2.99-SNAPSHOT-cyclonedx.xml Jun 03, 2024 3:29:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.121 s -- in org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest Jun 03, 2024 3:29:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:29:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:29:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:29:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/bom.json [INFO] attaching as tyrus-core-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-core --- [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api] Class path [Jar:., Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api] [WARNING] Bundle org.glassfish.tyrus:tyrus-core:bundle:2.2.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.x/core/target/tyrus-core-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-core --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/tyrus-core-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-core --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.2.99-SNAPSHOT/tyrus-core-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/tyrus-core-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.2.99-SNAPSHOT/tyrus-core-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.2.99-SNAPSHOT/tyrus-core-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.2.99-SNAPSHOT/tyrus-core-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/core/target/tyrus-core-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-core/2.2.99-SNAPSHOT/tyrus-core-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.4:install (default-install) @ tyrus-core --- [INFO] Installing org/glassfish/tyrus/tyrus-core/2.2.99-SNAPSHOT/tyrus-core-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-client >------------------ [INFO] Building Tyrus Client 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-client --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/generated-sources/rsrc-gen 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.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 [21.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.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.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.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.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.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.x/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java: /home/jenkins/agent/workspace/continuous-integration_2.x/client/src/main/java/org/glassfish/tyrus/client/ClientManager.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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.133 s -- in org.glassfish.tyrus.client.ClientManagerTest [INFO] Running org.glassfish.tyrus.client.TyrusClientEngineTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 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.001 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] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-client:bundle:2.2.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.websocket-client-api, Jar:jakarta.websocket-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/tyrus-client-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 4 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/bom.xml [INFO] attaching as tyrus-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/bom.json [INFO] attaching as tyrus-client-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-client --- Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.057 s -- in org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest [INFO] Running org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:29:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:29:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:29:58 PM 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.container.jdk.client.TooLargeResponseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [WARNING] Bundle org.glassfish.tyrus:tyrus-client:bundle:2.2.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.websocket-client-api, Jar:jakarta.websocket-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/tyrus-client-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/tyrus-client-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.2.99-SNAPSHOT/tyrus-client-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/tyrus-client-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.2.99-SNAPSHOT/tyrus-client-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.2.99-SNAPSHOT/tyrus-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.2.99-SNAPSHOT/tyrus-client-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-container-jdk-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-jdk-client:bundle:2.2.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.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/tyrus-container-jdk-client-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-container-jdk-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.x/containers/jdk-client/target/bom.xml [INFO] attaching as tyrus-container-jdk-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/bom.json [INFO] attaching as tyrus-container-jdk-client-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-container-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/client/target/tyrus-client-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-client/2.2.99-SNAPSHOT/tyrus-client-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.4:install (default-install) @ tyrus-client --- [INFO] Installing org/glassfish/tyrus/tyrus-client/2.2.99-SNAPSHOT/tyrus-client-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-containers-project >------------ [INFO] Building Tyrus Container Modules 2.2.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] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-containers-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-containers-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/containers/target/bom.xml [INFO] attaching as tyrus-containers-project-2.2.99-SNAPSHOT-cyclonedx.xml [WARNING] Bundle org.glassfish.tyrus:tyrus-container-jdk-client:bundle:2.2.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.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/tyrus-container-jdk-client-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-container-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/tyrus-container-jdk-client-2.2.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.x/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.2.99-SNAPSHOT/tyrus-container-jdk-client-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/tyrus-container-jdk-client-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.2.99-SNAPSHOT/tyrus-container-jdk-client-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.2.99-SNAPSHOT/tyrus-container-jdk-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.2.99-SNAPSHOT/tyrus-container-jdk-client-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/tyrus-container-jdk-client-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.2.99-SNAPSHOT/tyrus-container-jdk-client-2.2.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.2.99-SNAPSHOT/tyrus-container-jdk-client-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.glassfish.tyrus:tyrus-documentation >--------------- [INFO] Building Tyrus Documentation 2.2.99-SNAPSHOT [20/69] [INFO] from docs/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/target/bom.json [INFO] attaching as tyrus-containers-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.2.99-SNAPSHOT/tyrus-containers-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.2.99-SNAPSHOT/tyrus-containers-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-project/2.2.99-SNAPSHOT/tyrus-containers-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------< org.glassfish.tyrus:tyrus-containers-glassfish-project >------- [INFO] Building Tyrus Containers For Glassfish 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-containers-glassfish-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-containers-glassfish-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/containers/glassfish/target/bom.xml [INFO] attaching as tyrus-containers-glassfish-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/target/bom.json [INFO] attaching as tyrus-containers-glassfish-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.2.99-SNAPSHOT/tyrus-containers-glassfish-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.2.99-SNAPSHOT/tyrus-containers-glassfish-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-containers-glassfish-project/2.2.99-SNAPSHOT/tyrus-containers-glassfish-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-cdi >---------- [INFO] Building Tyrus CDI Component Provider 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-container-glassfish-cdi --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-container-glassfish-cdi --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/generated-sources/rsrc-gen 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 [21.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.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.5: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 --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-glassfish-cdi:bundle:2.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9: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.x/containers/glassfish/cdi/target/bom.xml [INFO] attaching as tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/bom.json [INFO] attaching as tyrus-container-glassfish-cdi-2.2.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.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.2.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.x/containers/glassfish/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.2.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.2.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.2.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.2.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/cdi/target/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-cdi/2.2.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.2.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.2.99-SNAPSHOT/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-glassfish-ejb >---------- [INFO] Building Tyrus EJB Component Provider 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-container-glassfish-ejb --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-container-glassfish-ejb --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/generated-sources/rsrc-gen added. [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 3 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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.x/containers/glassfish/ejb/src/main/java/org/glassfish/tyrus/gf/ejb/EjbComponentProvider.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5: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 --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-glassfish-ejb:bundle:2.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.ejb-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-container-glassfish-ejb --- [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.x/containers/glassfish/ejb/target/bom.xml [INFO] attaching as tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/bom.json [INFO] attaching as tyrus-container-glassfish-ejb-2.2.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.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.ejb-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-container-glassfish-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT-sources.jar [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-documentation --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-documentation --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/docs/target/bom.xml [INFO] attaching as tyrus-documentation-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/bom.json [INFO] attaching as tyrus-documentation-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- antrun:3.1.0:run (process-entities) @ tyrus-documentation --- [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-container-glassfish-ejb --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.2.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.2.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.2.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.2.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/glassfish/ejb/target/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-glassfish-ejb/2.2.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.2.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.2.99-SNAPSHOT/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-client >--------- [INFO] Building Tyrus Grizzly Client Container 2.2.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] Executing tasks [WARNING] [echo] Preparing char entities [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/gen-src [INFO] [copy] Copying 16 files to /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/gen-src [INFO] Executed tasks [INFO] [INFO] --- docbkx:2.0.15:generate-html (Single page HTML and PDF) @ tyrus-documentation --- [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-container-grizzly-client --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-container-grizzly-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/generated-sources/rsrc-gen 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 --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 11 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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.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.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.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.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[99,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[124,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[135,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[146,32] deprecated item is not annotated with @Deprecated [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5: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 --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-grizzly-client:bundle:2.2.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:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] 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-client-api, Jar:jakarta.websocket-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-container-grizzly-client --- [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.x/containers/grizzly-client/target/bom.xml [INFO] attaching as tyrus-container-grizzly-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/bom.json [INFO] attaching as tyrus-container-grizzly-client-2.2.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.2.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:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api] 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-client-api, Jar:jakarta.websocket-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.2.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.x/containers/grizzly-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.2.99-SNAPSHOT/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.2.99-SNAPSHOT/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.2.99-SNAPSHOT/tyrus-container-grizzly-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.2.99-SNAPSHOT/tyrus-container-grizzly-client-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-client/target/tyrus-container-grizzly-client-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-client/2.2.99-SNAPSHOT/tyrus-container-grizzly-client-2.2.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.2.99-SNAPSHOT/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.glassfish.tyrus:tyrus-server >------------------ [INFO] Building Tyrus Server 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-server --- [INFO] [INFO] --- istack-commons:2.11:rs-gen (default) @ tyrus-server --- Resources: [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-server --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.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.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 5 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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.x/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java: /home/jenkins/agent/workspace/continuous-integration_2.x/server/src/main/java/org/glassfish/tyrus/server/TyrusServerConfiguration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.server.TyrusServerConfigurationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 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 --- [WARNING] Bundle org.glassfish.tyrus:tyrus-server:bundle:2.2.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:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] Class path [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, 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.x/server/target/tyrus-server-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-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.x/server/target/bom.xml [INFO] attaching as tyrus-server-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/bom.json [INFO] attaching as tyrus-server-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-server --- [WARNING] Bundle org.glassfish.tyrus:tyrus-server:bundle:2.2.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:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] Class path [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, 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.x/server/target/tyrus-server-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/tyrus-server-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.2:install (default-install) @ tyrus-server --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.2.99-SNAPSHOT/tyrus-server-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/tyrus-server-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.2.99-SNAPSHOT/tyrus-server-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.2.99-SNAPSHOT/tyrus-server-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.2.99-SNAPSHOT/tyrus-server-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/server/target/tyrus-server-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-server/2.2.99-SNAPSHOT/tyrus-server-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.4:install (default-install) @ tyrus-server --- [INFO] Installing org/glassfish/tyrus/tyrus-server/2.2.99-SNAPSHOT/tyrus-server-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus:tyrus-container-grizzly-server >--------- [INFO] Building Tyrus Grizzly Server Container 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-container-grizzly-server --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-container-grizzly-server --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/generated-sources/rsrc-gen 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.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 5 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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.x/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/continuous-integration_2.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.x/containers/grizzly-server/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.x/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/src/main/java/org/glassfish/tyrus/container/grizzly/server/GrizzlyServerFilter.java: Recompile with -Xlint:unchecked 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.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.5: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 --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-grizzly-server:bundle:2.2.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:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, 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:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-container-grizzly-server --- [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.x/containers/grizzly-server/target/bom.xml [INFO] attaching as tyrus-container-grizzly-server-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/bom.json [INFO] attaching as tyrus-container-grizzly-server-2.2.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.2.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:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http, Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, 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:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-container-grizzly-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.2.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.x/containers/grizzly-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.2.99-SNAPSHOT/tyrus-container-grizzly-server-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.2.99-SNAPSHOT/tyrus-container-grizzly-server-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.2.99-SNAPSHOT/tyrus-container-grizzly-server-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.2.99-SNAPSHOT/tyrus-container-grizzly-server-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/grizzly-server/target/tyrus-container-grizzly-server-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-grizzly-server/2.2.99-SNAPSHOT/tyrus-container-grizzly-server-2.2.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.2.99-SNAPSHOT/tyrus-container-grizzly-server-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-inmemory >------------ [INFO] Building Tyrus InMemory Container 2.2.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] 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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-container-inmemory --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-container-inmemory --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/generated-sources/rsrc-gen 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 [21.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.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 [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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.189 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 --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-inmemory:bundle:2.2.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:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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.websocket-client-api] Class path [Jar:., Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/tyrus-container-inmemory-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-container-inmemory --- [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.x/containers/inmemory/target/bom.xml [INFO] attaching as tyrus-container-inmemory-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/bom.json [INFO] attaching as tyrus-container-inmemory-2.2.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.2.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:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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.websocket-client-api] Class path [Jar:., Jar:tyrus-server, Jar:jakarta.websocket-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/tyrus-container-inmemory-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-container-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/tyrus-container-inmemory-2.2.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.x/containers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.2.99-SNAPSHOT/tyrus-container-inmemory-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/tyrus-container-inmemory-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.2.99-SNAPSHOT/tyrus-container-inmemory-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.2.99-SNAPSHOT/tyrus-container-inmemory-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.2.99-SNAPSHOT/tyrus-container-inmemory-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/inmemory/target/tyrus-container-inmemory-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-inmemory/2.2.99-SNAPSHOT/tyrus-container-inmemory-2.2.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.2.99-SNAPSHOT/tyrus-container-inmemory-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus:tyrus-container-servlet >------------- [INFO] Building Tyrus Servlet Bundle 2.2.99-SNAPSHOT [16/70] [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-container-servlet --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-container-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/generated-sources/rsrc-gen 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 [21.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.x/containers/servlet/src/main/java/org/glassfish/tyrus/servlet/TyrusServletContainerInitializer.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5:test (default-test) @ tyrus-container-servlet --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-container-servlet --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-servlet:bundle:2.2.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:jakarta.websocket-api, Jar:jakarta.servlet-api, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] Class path [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.servlet-api, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, 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.x/containers/servlet/target/tyrus-container-servlet-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-container-servlet --- [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.x/containers/servlet/target/bom.xml [INFO] attaching as tyrus-container-servlet-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/bom.json [INFO] attaching as tyrus-container-servlet-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ tyrus-container-servlet --- [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.2.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:jakarta.websocket-api, Jar:jakarta.servlet-api, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] Class path [Jar:., Jar:jakarta.websocket-api, Jar:jakarta.servlet-api, Jar:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, 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.x/containers/servlet/target/tyrus-container-servlet-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/tyrus-container-servlet-2.2.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.x/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.2.99-SNAPSHOT/tyrus-container-servlet-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/tyrus-container-servlet-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.2.99-SNAPSHOT/tyrus-container-servlet-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.2.99-SNAPSHOT/tyrus-container-servlet-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.2.99-SNAPSHOT/tyrus-container-servlet-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/servlet/target/tyrus-container-servlet-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-servlet/2.2.99-SNAPSHOT/tyrus-container-servlet-2.2.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.2.99-SNAPSHOT/tyrus-container-servlet-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-project >------------ [INFO] Building Tyrus Tests 2.2.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] 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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] Processing input file: user-guide.xml [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.x/tests/target/bom.xml [INFO] attaching as tyrus-tests-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/target/bom.json [INFO] attaching as tyrus-tests-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.2.99-SNAPSHOT/tyrus-tests-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.2.99-SNAPSHOT/tyrus-tests-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-project/2.2.99-SNAPSHOT/tyrus-tests-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-test-tools >------------- [INFO] Building Tyrus Test Tools 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-test-tools --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-test-tools --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/generated-sources/rsrc-gen 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.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 3 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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.x/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/TestContainer.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.x/tests/tools/src/main/java/org/glassfish/tyrus/test/tools/GrizzlyModProxy.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5:test (default-test) @ tyrus-test-tools --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-test-tools --- [WARNING] Bundle org.glassfish.tyrus.tests:tyrus-test-tools:bundle:2.2.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:jakarta.servlet-api, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-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:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:junit, Jar:hamcrest-core] Class path [Jar:., Jar:tyrus-container-servlet, Jar:jakarta.servlet-api, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-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:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:junit, Jar:hamcrest-core] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/tyrus-test-tools-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-test-tools --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/bom.xml [INFO] attaching as tyrus-test-tools-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/bom.json [INFO] attaching as tyrus-test-tools-2.2.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.2.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:jakarta.servlet-api, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-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:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:junit, Jar:hamcrest-core] Class path [Jar:., Jar:tyrus-container-servlet, Jar:jakarta.servlet-api, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-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:tyrus-server, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-api, Jar:junit, Jar:hamcrest-core] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/tyrus-test-tools-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-test-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/tyrus-test-tools-2.2.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.x/tests/tools/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.2.99-SNAPSHOT/tyrus-test-tools-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/tyrus-test-tools-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.2.99-SNAPSHOT/tyrus-test-tools-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.2.99-SNAPSHOT/tyrus-test-tools-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.2.99-SNAPSHOT/tyrus-test-tools-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/tools/target/tyrus-test-tools-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-test-tools/2.2.99-SNAPSHOT/tyrus-test-tools-2.2.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.2.99-SNAPSHOT/tyrus-test-tools-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.glassfish.tyrus:tyrus-container-jdk-client >----------- [INFO] Building Tyrus JDK Client Container 2.2.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] 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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-container-jdk-client --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-container-jdk-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/generated-sources/rsrc-gen 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] JDK-8318913 workaround: patched module-info.class requires version from [21.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.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.x/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/SslFilter.java:[143,5] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.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.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.x/containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.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 [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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 03, 2024 3:30:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:30:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Applying customization parameters after docbkx parameters ### 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 03, 2024 3:30:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s -- in org.glassfish.tyrus.container.jdk.client.EchoTest [INFO] Running org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest Jun 03, 2024 3:30:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:30:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:30:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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 Jun 03, 2024 3:30:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.206 s -- in org.glassfish.tyrus.container.jdk.client.EnqueuedTasksTest [INFO] Running org.glassfish.tyrus.container.jdk.client.SslFilterTest [INFO] targetFileExtension pdf [INFO] type fo Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #1. Jun 03, 2024 3:30:17 PM org.apache.fop.hyphenation.Hyphenator getHyphenationTree SEVERE: Couldn't find hyphenation pattern for lang="en". Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #2. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #3. Jun 03, 2024 3:30:17 PM 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 03, 2024 3:30:17 PM 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 03, 2024 3:30:17 PM 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 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 73:944) Jun 03, 2024 3:30:17 PM 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 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 73:944) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 73:944) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Jun 03, 2024 3:30:17 PM 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 03, 2024 3:30:17 PM 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 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 179:377) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 179:377) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 198:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 198:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 198:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48000 millipoints. (See position 231:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 231:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 231:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 231:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #4. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #5. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #6. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #7. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #8. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #9. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #10. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 341:2622) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 341:2622) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 341:2622) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 345:962) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 345:962) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 345:962) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 349:948) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 349:948) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 349:948) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 8 of a paragraph overflows the available area by 7140 millipoints. (See position 353:962) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 353:962) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 353:962) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 353:962) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 5140 millipoints. (See position 353:962) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 357:923) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 357:923) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 357:923) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 15 of a paragraph overflows the available area by 700 millipoints. (See position 361:924) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 14 of a paragraph overflows the available area by 9580 millipoints. (See position 361:924) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 12 of a paragraph overflows the available area by 150 millipoints. (See position 361:924) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 11 of a paragraph overflows the available area by 9030 millipoints. (See position 361:924) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7350 millipoints. (See position 361:924) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 361:924) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 367:552) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 367:552) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 367:552) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 371:3089) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 371:3089) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 371:3089) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 375:913) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 375:913) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 375:913) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 379:913) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 379:913) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 379:913) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 383:916) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 383:916) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 383:916) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #11. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #12. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #13. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #14. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 410:1080) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 410:1080) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 410:1080) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 410:1080) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 29640 millipoints. (See position 469:685) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #15. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #16. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #17. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 535:1000) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 571:939) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 659:365) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 683:926) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 737:957) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 753:955) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 792:927) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 792:927) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #18. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #19. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #20. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #21. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #22. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #23. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #24. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #25. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 848:651) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 867:950) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 913:943) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 913:943) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 913:943) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 45106 millipoints. (See position 916:659) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 926:951) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 926:951) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 926:951) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #26. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #27. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 993:956) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1021:980) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1033:980) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 1033:980) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #28. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #29. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #30. Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1070:943) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1070:943) Jun 03, 2024 3:30:17 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #31. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #32. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #33. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1107:866) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48000 millipoints. (See position 1107:866) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1107:866) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1133:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1147:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1147:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1152:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1152:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1152:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1168:670) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1174:426) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1188:482) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1188:482) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1188:482) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1196:654) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1218:570) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1220:609) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1224:487) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1224:487) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1236:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1294:471) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1294:471) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1329:1438) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1329:1438) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1391:584) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 1404:554) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1481:378) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1491:378) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1505:378) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1535:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1535:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1535:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1574:390) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1574:390) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1579:390) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1579:390) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1579:390) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1608:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1655:378) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1655:378) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1725:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1729:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1777:578) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1807:389) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1807:389) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1807:389) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1841:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1874:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1887:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 6000 millipoints. (See position 1899:787) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1917:513) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1946:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1954:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1954:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1954:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1970:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1970:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1970:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1970:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1986:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1986:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1986:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1986:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 2011:393) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 2016:393) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 2042:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 2042:382) Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #34. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #35. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #36. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #37. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #38. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #39. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #40. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #41. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #42. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #43. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #44. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #45. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #46. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #47. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #48. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #49. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #50. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #51. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #52. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #53. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #54. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #55. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #56. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #57. Jun 03, 2024 3:30:18 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #58. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/docbook/user-guide.pdf has been generated. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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] Applying customization parameters after docbkx parameters [INFO] Chunking output. [INFO] See /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/docbook for generated file(s) [INFO] [INFO] --- assembly:3.7.1:single (make-assembly) @ tyrus-documentation --- === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:130) at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:365) at java.base/sun.security.ssl.Alert$AlertConsumer.consume(Alert.java:287) 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:1506) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1421) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:922) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1013) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:973) at org.glassfish.tyrus.container.jdk.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.jdk.client.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:529) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) [INFO] Reading assembly descriptor: src/main/assembly/docbook.xml [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/tyrus-documentation-2.2.99-SNAPSHOT-docbook.zip [INFO] [INFO] --- build-helper:3.6.0:attach-artifact (attach-artifacts) @ tyrus-documentation --- [INFO] [INFO] --- source:3.3.1: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.x/docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.2.99-SNAPSHOT/tyrus-documentation-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.2.99-SNAPSHOT/tyrus-documentation-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.2.99-SNAPSHOT/tyrus-documentation-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/tyrus-documentation-2.2.99-SNAPSHOT-docbook.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.2.99-SNAPSHOT/tyrus-documentation-2.2.99-SNAPSHOT-docbook.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/docbook/user-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.2.99-SNAPSHOT/tyrus-documentation-2.2.99-SNAPSHOT-user-guide.pdf [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extensions-project >---------- [INFO] Building Tyrus Extension Modules 2.2.99-SNAPSHOT [21/69] [INFO] from ext/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-extensions-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-extensions-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-extensions-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-extensions-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-extensions-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/ext/target/bom.xml [INFO] attaching as tyrus-extensions-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/ext/target/bom.json [INFO] attaching as tyrus-extensions-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.2.99-SNAPSHOT/tyrus-extensions-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.2.99-SNAPSHOT/tyrus-extensions-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.2.99-SNAPSHOT/tyrus-extensions-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --------------< org.glassfish.tyrus.ext:tyrus-client-cli >-------------- [INFO] Building Tyrus CLI Client 2.2.99-SNAPSHOT [22/69] [INFO] from ext/client-cli/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-client-cli --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-client-cli --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-client-cli --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-client-cli --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-client-cli --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/generated-sources/rsrc-gen 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.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.x/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5:test (default-test) @ tyrus-client-cli --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-client-cli --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-client-cli:bundle:2.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, 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.x/ext/client-cli/target/tyrus-client-cli-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-client-cli --- [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.x/ext/client-cli/target/bom.xml [INFO] attaching as tyrus-client-cli-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/bom.json [INFO] attaching as tyrus-client-cli-2.2.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.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, 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.x/ext/client-cli/target/tyrus-client-cli-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.5.3:shade (default) @ tyrus-client-cli --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.2.0 in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.2.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:4.0.2 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:4.0.2 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:4.0.2 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.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] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] grizzly-framework-4.0.2.jar, grizzly-http-4.0.2.jar, grizzly-http-server-4.0.2.jar, jakarta.websocket-api-2.2.0.jar, jakarta.websocket-client-api-2.2.0.jar, jline-2.14.5.jar, tyrus-client-2.2.99-SNAPSHOT.jar, tyrus-client-cli-2.2.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar, tyrus-core-2.2.99-SNAPSHOT.jar, tyrus-spi-2.2.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.websocket-api-2.2.0.jar, jakarta.websocket-client-api-2.2.0.jar, tyrus-client-2.2.99-SNAPSHOT.jar, tyrus-client-cli-2.2.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar, tyrus-core-2.2.99-SNAPSHOT.jar, tyrus-spi-2.2.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] grizzly-framework-4.0.2.jar, grizzly-http-4.0.2.jar, grizzly-http-server-4.0.2.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.x/ext/client-cli/target/tyrus-client-cli-2.2.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/tyrus-client-cli-2.2.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-client-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/tyrus-client-cli-2.2.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.x/ext/client-cli/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.2.99-SNAPSHOT/tyrus-client-cli-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/tyrus-client-cli-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.2.99-SNAPSHOT/tyrus-client-cli-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.2.99-SNAPSHOT/tyrus-client-cli-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.2.99-SNAPSHOT/tyrus-client-cli-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/tyrus-client-cli-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.2.99-SNAPSHOT/tyrus-client-cli-2.2.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.2.99-SNAPSHOT/tyrus-client-cli-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus.ext:tyrus-monitoring-jmx >------------ [INFO] Building Tyrus Monitoring JMX 2.2.99-SNAPSHOT [23/69] [INFO] from ext/monitoring-jmx/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-monitoring-jmx --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-monitoring-jmx --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-monitoring-jmx --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-monitoring-jmx --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-monitoring-jmx --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/generated-sources/rsrc-gen 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.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.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.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.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.5: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] ------------------------------------------------------- === SSLHandshakeException (certificate_unknown) on the server expected === [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.056 s -- in org.glassfish.tyrus.container.jdk.client.SslFilterTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeLimitsTest Jun 03, 2024 3:30:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:30:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:23 PM 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.container.jdk.client.ThreadPoolSizeLimitsTest [INFO] Running org.glassfish.tyrus.container.jdk.client.ThreadPoolSizeTest Jun 03, 2024 3:30:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:30:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest Jun 03, 2024 3:30:23 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:30:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:23 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 s -- in org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM 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.ext.monitoring.jmx.EndpointPropertiesTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM 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.ext.monitoring.jmx.MBeanTreeTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM 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.ext.monitoring.jmx.OpenSessionsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM 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.RegisteredEndpointsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.tyrus.ext.monitoring.jmx.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 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-monitoring-jmx --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 4 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/bom.xml [INFO] attaching as tyrus-monitoring-jmx-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/bom.json [INFO] attaching as tyrus-monitoring-jmx-2.2.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.2.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.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-monitoring-jmx:jar:2.2.99-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.grizzly.*] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.2.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.x/ext/monitoring-jmx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.2.99-SNAPSHOT/tyrus-monitoring-jmx-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.2.99-SNAPSHOT/tyrus-monitoring-jmx-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.2.99-SNAPSHOT/tyrus-monitoring-jmx-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.2.99-SNAPSHOT/tyrus-monitoring-jmx-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.2.99-SNAPSHOT/tyrus-monitoring-jmx-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extension-deflate >----------- [INFO] Building Tyrus Extension - Per Message Deflate 2.2.99-SNAPSHOT [24/69] [INFO] from ext/extension-deflate/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-extension-deflate --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-extension-deflate --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-extension-deflate --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-extension-deflate --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-extension-deflate --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/generated-sources/rsrc-gen 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.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.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.5:test (default-test) @ tyrus-extension-deflate --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider Jun 03, 2024 3:30:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:25 PM 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 03, 2024 3:30:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:30:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest Jun 03, 2024 3:30:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:30:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:26 PM 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=[8vI79HnRZH+huALRwQbYuw==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[Vru9v3/zzsavZqI6YpN/+cvxbmk=], 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 03, 2024 3:30:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 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 --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-extension-deflate:bundle:2.2.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.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/tyrus-extension-deflate-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-extension-deflate --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 4 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/bom.xml [INFO] attaching as tyrus-extension-deflate-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/bom.json [INFO] attaching as tyrus-extension-deflate-2.2.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.2.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.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/tyrus-extension-deflate-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-extension-deflate --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/tyrus-extension-deflate-2.2.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.x/ext/extension-deflate/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.2.99-SNAPSHOT/tyrus-extension-deflate-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/tyrus-extension-deflate-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.2.99-SNAPSHOT/tyrus-extension-deflate-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.2.99-SNAPSHOT/tyrus-extension-deflate-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.2.99-SNAPSHOT/tyrus-extension-deflate-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/tyrus-extension-deflate-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.2.99-SNAPSHOT/tyrus-extension-deflate-2.2.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.2.99-SNAPSHOT/tyrus-extension-deflate-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.glassfish.tyrus.ext:tyrus-client-java8 >------------- [INFO] Building Tyrus Java8 Client Extension 2.2.99-SNAPSHOT [25/69] [INFO] from ext/client-java8/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-client-java8 --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-client-java8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-client-java8 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-client-java8 --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-client-java8 --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/generated-sources/rsrc-gen 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.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.x/ext/client-java8/src/main/java/module-info.java:[21,38] module name component java8 should avoid terminal digits [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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 [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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] Running org.glassfish.tyrus.ext.client.java8.SessionBuilderTest Jun 03, 2024 3:30:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:30:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. partial: I find your lack of faith disturbing true Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 s -- in org.glassfish.tyrus.ext.client.java8.SessionBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-client-java8 --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-client-java8:bundle:2.2.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.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/tyrus-client-java8-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-client-java8 --- [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.x/ext/client-java8/target/bom.xml [INFO] attaching as tyrus-client-java8-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/bom.json [INFO] attaching as tyrus-client-java8-2.2.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.2.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.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/tyrus-client-java8-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-client-java8 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/tyrus-client-java8-2.2.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.x/ext/client-java8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.2.99-SNAPSHOT/tyrus-client-java8-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/tyrus-client-java8-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.2.99-SNAPSHOT/tyrus-client-java8-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.2.99-SNAPSHOT/tyrus-client-java8-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.2.99-SNAPSHOT/tyrus-client-java8-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/tyrus-client-java8-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.2.99-SNAPSHOT/tyrus-client-java8-2.2.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.2.99-SNAPSHOT/tyrus-client-java8-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus.samples:tyrus-samples-project >---------- [INFO] Building Tyrus Samples 2.2.99-SNAPSHOT [26/69] [INFO] from samples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-samples-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-samples-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-samples-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-samples-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-samples-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/samples/target/bom.xml [INFO] attaching as tyrus-samples-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/target/bom.json [INFO] attaching as tyrus-samples-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.2.99-SNAPSHOT/tyrus-samples-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.2.99-SNAPSHOT/tyrus-samples-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.2.99-SNAPSHOT/tyrus-samples-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ----------< org.glassfish.tyrus.samples:tyrus-sample-auction >---------- [INFO] Building Tyrus Auction Sample 2.2.99-SNAPSHOT [27/69] [INFO] from samples/auction/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-auction --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-auction --- [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-auction --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-auction --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-auction --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ tyrus-sample-auction --- Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.105 s -- in org.glassfish.tyrus.container.jdk.client.ThreadPoolTimeoutTest [INFO] Running org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.glassfish.tyrus.container.jdk.client.TooLargeResponseTest [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ tyrus-sample-auction --- [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-sample-auction --- [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-container-jdk-client --- [WARNING] Bundle org.glassfish.tyrus:tyrus-container-jdk-client:bundle:2.2.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.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/tyrus-container-jdk-client-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-container-jdk-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-auction] in [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/tyrus-sample-auction-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/tyrus-sample-auction-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-auction --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/bom.xml [INFO] attaching as tyrus-sample-auction-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/bom.json [INFO] attaching as tyrus-sample-auction-2.2.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.x/samples/auction/target/tyrus-sample-auction-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-auction --- [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.x/containers/jdk-client/target/bom.xml [INFO] attaching as tyrus-container-jdk-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/bom.json [INFO] attaching as tyrus-container-jdk-client-2.2.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.2.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.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/tyrus-container-jdk-client-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-container-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/tyrus-container-jdk-client-2.2.99-SNAPSHOT-sources.jar [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/tyrus-sample-auction-2.2.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.x/samples/auction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.2.99-SNAPSHOT/tyrus-sample-auction-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/tyrus-sample-auction-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.2.99-SNAPSHOT/tyrus-sample-auction-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.2.99-SNAPSHOT/tyrus-sample-auction-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.2.99-SNAPSHOT/tyrus-sample-auction-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/tyrus-sample-auction-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.2.99-SNAPSHOT/tyrus-sample-auction-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/tyrus-sample-auction-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.2.99-SNAPSHOT/tyrus-sample-auction-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.glassfish.tyrus.samples:tyrus-sample-cdi >------------ [INFO] Building Tyrus CDI Sample 2.2.99-SNAPSHOT [28/69] [INFO] from samples/cdi/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-cdi --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-cdi --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-cdi --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-cdi --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-cdi --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/generated-sources/rsrc-gen added. [INFO] [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ tyrus-sample-cdi --- [INFO] --- install:3.1.2:install (default-install) @ 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-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] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.2.99-SNAPSHOT/tyrus-container-jdk-client-2.2.99-SNAPSHOT.pom [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.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 11] to target/classes [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/tyrus-container-jdk-client-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.2.99-SNAPSHOT/tyrus-container-jdk-client-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.2.99-SNAPSHOT/tyrus-container-jdk-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.2.99-SNAPSHOT/tyrus-container-jdk-client-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/containers/jdk-client/target/tyrus-container-jdk-client-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-container-jdk-client/2.2.99-SNAPSHOT/tyrus-container-jdk-client-2.2.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.2.99-SNAPSHOT/tyrus-container-jdk-client-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.glassfish.tyrus:tyrus-documentation >--------------- [INFO] Building Tyrus Documentation 2.2.99-SNAPSHOT [20/70] [INFO] from docs/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-cdi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.cdi.CdiTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 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.x/samples/cdi/target/tyrus-sample-cdi-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/tyrus-sample-cdi-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-cdi --- [INFO] CycloneDX: Resolving Dependencies [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-documentation --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-documentation --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/docs/target/bom.xml [INFO] attaching as tyrus-documentation-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/bom.json [INFO] attaching as tyrus-documentation-2.2.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.x/docs/target/gen-src [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.x/samples/cdi/target/bom.xml [INFO] attaching as tyrus-sample-cdi-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/bom.json [INFO] attaching as tyrus-sample-cdi-2.2.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.x/samples/cdi/target/tyrus-sample-cdi-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/tyrus-sample-cdi-2.2.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.x/samples/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.2.99-SNAPSHOT/tyrus-sample-cdi-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/tyrus-sample-cdi-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.2.99-SNAPSHOT/tyrus-sample-cdi-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.2.99-SNAPSHOT/tyrus-sample-cdi-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.2.99-SNAPSHOT/tyrus-sample-cdi-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/tyrus-sample-cdi-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.2.99-SNAPSHOT/tyrus-sample-cdi-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/tyrus-sample-cdi-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.2.99-SNAPSHOT/tyrus-sample-cdi-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-chat >------------ [INFO] Building Tyrus Chat Sample 2.2.99-SNAPSHOT [29/69] [INFO] from samples/chat/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-chat --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-chat --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-chat --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-chat --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-chat --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5: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.x/samples/chat/target/tyrus-sample-chat-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/tyrus-sample-chat-2.2.99-SNAPSHOT.war [INFO] [copy] Copying 16 files to /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/gen-src [INFO] Executed tasks [INFO] [INFO] --- docbkx:2.0.15:generate-html (Single page HTML and PDF) @ tyrus-documentation --- [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-chat --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/bom.xml [INFO] attaching as tyrus-sample-chat-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/bom.json [INFO] attaching as tyrus-sample-chat-2.2.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.x/samples/chat/target/tyrus-sample-chat-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-chat --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/tyrus-sample-chat-2.2.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.x/samples/chat/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.2.99-SNAPSHOT/tyrus-sample-chat-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/tyrus-sample-chat-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.2.99-SNAPSHOT/tyrus-sample-chat-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.2.99-SNAPSHOT/tyrus-sample-chat-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.2.99-SNAPSHOT/tyrus-sample-chat-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/tyrus-sample-chat-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.2.99-SNAPSHOT/tyrus-sample-chat-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/tyrus-sample-chat-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.2.99-SNAPSHOT/tyrus-sample-chat-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-draw >------------ [INFO] Building Tyrus Draw Sample 2.2.99-SNAPSHOT [30/69] [INFO] from samples/draw/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-draw --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-draw --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-draw --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-draw --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-draw --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-draw --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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.5: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.x/samples/draw/target/tyrus-sample-draw-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/tyrus-sample-draw-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-draw --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/bom.xml [INFO] attaching as tyrus-sample-draw-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/bom.json [INFO] attaching as tyrus-sample-draw-2.2.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.x/samples/draw/target/tyrus-sample-draw-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-draw --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/tyrus-sample-draw-2.2.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.x/samples/draw/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.2.99-SNAPSHOT/tyrus-sample-draw-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/tyrus-sample-draw-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.2.99-SNAPSHOT/tyrus-sample-draw-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.2.99-SNAPSHOT/tyrus-sample-draw-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.2.99-SNAPSHOT/tyrus-sample-draw-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/tyrus-sample-draw-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.2.99-SNAPSHOT/tyrus-sample-draw-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/tyrus-sample-draw-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.2.99-SNAPSHOT/tyrus-sample-draw-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-echo >------------ [INFO] Building Tyrus Echo Sample 2.2.99-SNAPSHOT [31/69] [INFO] from samples/echo/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-echo --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-echo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-echo --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-echo --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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] Running org.glassfish.tyrus.sample.echo.EchoTest Jun 03, 2024 3:30:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:30:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:32 PM 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 03, 2024 3:30:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.350 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.x/samples/echo/target/tyrus-sample-echo-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/tyrus-sample-echo-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-echo --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/bom.xml [INFO] attaching as tyrus-sample-echo-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/bom.json [INFO] attaching as tyrus-sample-echo-2.2.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.x/samples/echo/target/tyrus-sample-echo-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/tyrus-sample-echo-2.2.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.x/samples/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.2.99-SNAPSHOT/tyrus-sample-echo-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/tyrus-sample-echo-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.2.99-SNAPSHOT/tyrus-sample-echo-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.2.99-SNAPSHOT/tyrus-sample-echo-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.2.99-SNAPSHOT/tyrus-sample-echo-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/tyrus-sample-echo-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.2.99-SNAPSHOT/tyrus-sample-echo-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/tyrus-sample-echo-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.2.99-SNAPSHOT/tyrus-sample-echo-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-basic-auth >--------- [INFO] Building Tyrus Basic Auth Sample 2.2.99-SNAPSHOT [32/69] [INFO] from samples/echo-basic-auth/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-basic-auth --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-basic-auth --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-basic-auth --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-basic-auth --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-basic-auth --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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.101 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.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-basic-auth --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/bom.xml [INFO] attaching as tyrus-sample-basic-auth-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/bom.json [INFO] attaching as tyrus-sample-basic-auth-2.2.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.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-basic-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.2.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.x/samples/echo-basic-auth/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.2.99-SNAPSHOT/tyrus-sample-basic-auth-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.2.99-SNAPSHOT/tyrus-sample-basic-auth-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.2.99-SNAPSHOT/tyrus-sample-basic-auth-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.2.99-SNAPSHOT/tyrus-sample-basic-auth-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.2.99-SNAPSHOT/tyrus-sample-basic-auth-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.2.99-SNAPSHOT/tyrus-sample-basic-auth-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-echo-https >--------- [INFO] Building Tyrus Secure Echo Sample 2.2.99-SNAPSHOT [33/69] [INFO] from samples/echo-https/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-echo-https --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-echo-https --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-echo-https --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-echo-https --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-echo-https --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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.x/samples/echo-https/target/tyrus-sample-echo-https-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/tyrus-sample-echo-https-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-echo-https --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/bom.xml [INFO] attaching as tyrus-sample-echo-https-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/bom.json [INFO] attaching as tyrus-sample-echo-https-2.2.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.x/samples/echo-https/target/tyrus-sample-echo-https-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-echo-https --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/tyrus-sample-echo-https-2.2.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.x/samples/echo-https/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.2.99-SNAPSHOT/tyrus-sample-echo-https-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/tyrus-sample-echo-https-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.2.99-SNAPSHOT/tyrus-sample-echo-https-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.2.99-SNAPSHOT/tyrus-sample-echo-https-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.2.99-SNAPSHOT/tyrus-sample-echo-https-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/tyrus-sample-echo-https-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.2.99-SNAPSHOT/tyrus-sample-echo-https-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/tyrus-sample-echo-https-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.2.99-SNAPSHOT/tyrus-sample-echo-https-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-programmatic-echo >----- [INFO] Building Tyrus Programmatic Echo Sample 2.2.99-SNAPSHOT [34/69] [INFO] from samples/programmatic-echo/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-programmatic-echo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-programmatic-echo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-programmatic-echo --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [INFO] Processing input file: user-guide.xml [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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 03, 2024 3:30:34 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:34 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:30:34 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:34 PM 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 03, 2024 3:30:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 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.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-programmatic-echo --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/bom.xml [INFO] attaching as tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/bom.json [INFO] attaching as tyrus-sample-programmatic-echo-2.2.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.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-programmatic-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.2.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.x/samples/programmatic-echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.2.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.2.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.2.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.2.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.2.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.2.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-simplelife >--------- [INFO] Building Tyrus Simple Life Sample 2.2.99-SNAPSHOT [35/69] [INFO] from samples/simplelife/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-simplelife --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-simplelife --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-simplelife --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-simplelife --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-simplelife --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-simplelife --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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.5: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.x/samples/simplelife/target/tyrus-sample-simplelife-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/tyrus-sample-simplelife-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-simplelife --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/bom.xml [INFO] attaching as tyrus-sample-simplelife-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/bom.json [INFO] attaching as tyrus-sample-simplelife-2.2.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.x/samples/simplelife/target/tyrus-sample-simplelife-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-simplelife --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/tyrus-sample-simplelife-2.2.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.x/samples/simplelife/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.2.99-SNAPSHOT/tyrus-sample-simplelife-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/tyrus-sample-simplelife-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.2.99-SNAPSHOT/tyrus-sample-simplelife-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.2.99-SNAPSHOT/tyrus-sample-simplelife-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.2.99-SNAPSHOT/tyrus-sample-simplelife-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/tyrus-sample-simplelife-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.2.99-SNAPSHOT/tyrus-sample-simplelife-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/tyrus-sample-simplelife-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.2.99-SNAPSHOT/tyrus-sample-simplelife-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-shared-collection >----- [INFO] Building Tyrus Shared Collection Sample 2.2.99-SNAPSHOT [36/69] [INFO] from samples/shared-collection/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-shared-collection --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-shared-collection --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-shared-collection --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-shared-collection --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-shared-collection --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-shared-collection --- [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.x/samples/shared-collection/target/bom.xml [INFO] attaching as tyrus-sample-shared-collection-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/bom.json [INFO] attaching as tyrus-sample-shared-collection-2.2.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.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-shared-collection --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.2.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.x/samples/shared-collection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.2.99-SNAPSHOT/tyrus-sample-shared-collection-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.2.99-SNAPSHOT/tyrus-sample-shared-collection-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.2.99-SNAPSHOT/tyrus-sample-shared-collection-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.2.99-SNAPSHOT/tyrus-sample-shared-collection-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.2.99-SNAPSHOT/tyrus-sample-shared-collection-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.2.99-SNAPSHOT/tyrus-sample-shared-collection-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.tests:tyrus-tests-containers >---------- [INFO] Building Tyrus Container Tests 2.2.99-SNAPSHOT [37/69] [INFO] from tests/containers/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-containers --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-containers --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-containers --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-containers --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-containers --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/tests/containers/target/bom.xml [INFO] attaching as tyrus-tests-containers-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/target/bom.json [INFO] attaching as tyrus-tests-containers-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers/2.2.99-SNAPSHOT/tyrus-tests-containers-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers/2.2.99-SNAPSHOT/tyrus-tests-containers-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers/2.2.99-SNAPSHOT/tyrus-tests-containers-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ----< org.glassfish.tyrus.tests:tyrus-tests-containers-jdk-client >----- [INFO] Building Tyrus JDK Containers Tests 2.2.99-SNAPSHOT [38/69] [INFO] from tests/containers/jdk-client/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-containers-jdk-client --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-containers-jdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-containers-jdk-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-containers-jdk-client --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-containers-jdk-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/generated-sources/rsrc-gen added. [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.x/tests/containers/jdk-client/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-containers-jdk-client --- [INFO] Recompiling the module because of changed dependency. [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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] Running org.glassfish.tyrus.container.jdk.client.UnknownHostTest Jun 03, 2024 3:30:37 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: BEGIN COUNT: 33 Jun 03, 2024 3:30:37 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: AFTER WARMUP COUNT: 35 [INFO] Applying customization parameters after docbkx parameters Jun 03, 2024 3:30:37 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: END COUNT: 35 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 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.x/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-containers-jdk-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/bom.xml [INFO] attaching as tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/bom.json [INFO] attaching as tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-containers-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-containers-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.2.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.2.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.2.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.2.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.2.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-containers-servlet >------ [INFO] Building Tyrus Servlet Containers Tests 2.2.99-SNAPSHOT [39/69] [INFO] from tests/containers/servlet/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-containers-servlet --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-containers-servlet --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-containers-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-containers-servlet --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-containers-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/servlet/target/generated-sources/rsrc-gen added. [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.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.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] 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.5: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.037 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.x/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-containers-servlet --- [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.x/tests/containers/servlet/target/bom.xml [INFO] attaching as tyrus-tests-containers-servlet-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/servlet/target/bom.json [INFO] attaching as tyrus-tests-containers-servlet-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.2.99-SNAPSHOT/tyrus-tests-containers-servlet-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.2.99-SNAPSHOT/tyrus-tests-containers-servlet-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.2.99-SNAPSHOT/tyrus-tests-containers-servlet-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.2.99-SNAPSHOT/tyrus-tests-containers-servlet-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-tests-e2e >-------------- [INFO] Building Tyrus End-to-End Tests 2.2.99-SNAPSHOT [40/69] [INFO] from tests/e2e/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/tests/e2e/target/bom.xml [INFO] attaching as tyrus-tests-e2e-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/target/bom.json [INFO] attaching as tyrus-tests-e2e-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.2.99-SNAPSHOT/tyrus-tests-e2e-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.2.99-SNAPSHOT/tyrus-tests-e2e-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.2.99-SNAPSHOT/tyrus-tests-e2e-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-appconfig >--------- [INFO] Building Tyrus End-to-End Application Config Tests 2.2.99-SNAPSHOT [41/69] [INFO] from tests/e2e/application-config/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-appconfig --- [INFO] Applying customization parameters after docbkx parameters [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e-appconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/application-config/target/generated-sources/rsrc-gen added. [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.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.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 10 source files with javac [debug target 11 module-path] to target/test-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] --- surefire:3.2.5: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] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] targetFileExtension pdf [INFO] type fo ### MyEndpointProgrammatic onOpen() ### ClientEndpoint onOpen() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpointProgrammatic onMessage() TyrusSession{uri=/e2e-test-appconfig/myEndpoint, id='e5a7f2b9-baaf-4178-8fa2-f9bd680422ce', 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@13b13b5d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2892dae4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@355ce81c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@29647f75, 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@3315d2d7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@d6e7bab, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5fa07e12, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@55b53d44, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@482bce4f, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@366647c2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6a6afff2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1649b0e6, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@865dd6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4da4253, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3972a855, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@62e7f11d, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@503d687a, 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='e5a7f2b9-baaf-4178-8fa2-f9bd680422ce', 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@13b13b5d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2892dae4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@355ce81c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@29647f75, 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@3315d2d7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@d6e7bab, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5fa07e12, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@55b53d44, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@482bce4f, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@366647c2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6a6afff2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1649b0e6, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@865dd6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4da4253, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3972a855, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@62e7f11d, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@503d687a, 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='15b266e0-3e29-44e1-aec1-007bb95b80e4', 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@13b13b5d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2892dae4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@355ce81c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@29647f75, 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@3315d2d7, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@d6e7bab, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5fa07e12, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@55b53d44, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@482bce4f, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@366647c2, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6a6afff2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1649b0e6, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@865dd6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4da4253, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3972a855, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@62e7f11d, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@503d687a, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:40 PM 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 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 s -- in org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Jun 03, 2024 3:30:40 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". Jun 03, 2024 3:30:40 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". Jun 03, 2024 3:30:40 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #1. Jun 03, 2024 3:30:40 PM org.apache.fop.hyphenation.Hyphenator getHyphenationTree SEVERE: Couldn't find hyphenation pattern for lang="en". Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:40 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #2. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #3. Jun 03, 2024 3:30:41 PM 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 03, 2024 3:30:41 PM 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 03, 2024 3:30:41 PM 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 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 73:944) Jun 03, 2024 3:30:41 PM 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 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 73:944) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 73:944) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 112:958) Jun 03, 2024 3:30:41 PM 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 03, 2024 3:30:41 PM 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 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 179:377) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 179:377) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 198:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 198:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 198:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48000 millipoints. (See position 231:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 231:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 231:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 231:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 231:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 297:381) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #4. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #5. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #6. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #7. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #8. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #9. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #10. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 341:2622) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 341:2622) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 341:2622) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 345:962) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 345:962) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 345:962) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 349:948) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 349:948) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 349:948) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 8 of a paragraph overflows the available area by 7140 millipoints. (See position 353:962) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 353:962) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 353:962) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 353:962) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 5140 millipoints. (See position 353:962) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 21030 millipoints. (See position 357:923) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7130 millipoints. (See position 357:923) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 357:923) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 15 of a paragraph overflows the available area by 700 millipoints. (See position 361:924) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 14 of a paragraph overflows the available area by 9580 millipoints. (See position 361:924) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 12 of a paragraph overflows the available area by 150 millipoints. (See position 361:924) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 11 of a paragraph overflows the available area by 9030 millipoints. (See position 361:924) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 7350 millipoints. (See position 361:924) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 19010 millipoints. (See position 361:924) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 21030 millipoints. (See position 367:552) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 4 of a paragraph overflows the available area by 7130 millipoints. (See position 367:552) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 3 of a paragraph overflows the available area by 19010 millipoints. (See position 367:552) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 371:3089) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 371:3089) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 371:3089) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 375:913) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 375:913) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 375:913) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 379:913) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 379:913) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 379:913) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 21030 millipoints. (See position 383:916) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 6 of a paragraph overflows the available area by 7130 millipoints. (See position 383:916) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 5 of a paragraph overflows the available area by 19010 millipoints. (See position 383:916) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #11. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #12. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #13. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #14. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 410:1080) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 410:1080) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 410:1080) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 410:1080) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 410:1080) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 2 of a paragraph overflows the available area by 29640 millipoints. (See position 469:685) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 474:976) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #15. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #16. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #17. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 535:1000) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 571:939) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 659:365) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 659:365) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 683:926) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 737:957) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 753:955) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 792:927) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 792:927) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #18. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #19. Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.140 s -- in org.glassfish.tyrus.test.e2e.appconfig.ErrorTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:41 PM 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=[1R/mTWNuX1TcKEs8i4AAgA==], 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@1092f732 :: [] ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@1092f732 :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@2cac560b :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='1a20cb1f-4857-451b-a854-70083a7f1c14', 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@2d6c53fc, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@25f4878b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4e423aa2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7fbdb894, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3081f72c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3148f668, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6e005dc9, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7ceb3185, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@436c81a3, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3561c410, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@59e32960, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7c214cc0, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5b67bb7e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@609db546, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@20f5281c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@56c4278e, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@301eda63, type=class java.io.InputStream}]}} ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@2cac560b :: [] ##### TestExtendedExtension getName: ext2 ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[tkrap4RkUEgvj/Sst2erdzZcVfU=], 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='1a20cb1f-4857-451b-a854-70083a7f1c14', 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@2d6c53fc, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@25f4878b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4e423aa2, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7fbdb894, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3081f72c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3148f668, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6e005dc9, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7ceb3185, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@436c81a3, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3561c410, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@59e32960, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7c214cc0, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5b67bb7e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@609db546, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@20f5281c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@56c4278e, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@301eda63, type=class java.io.InputStream}]}} ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@1092f732 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@1092f732 Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@2cac560b ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@2cac560b Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:41 PM 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=[YnaJhyruIE3S4vMCW9ZJmw==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@24c99e09 :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@706695c :: [] ##### TestExtendedExtension getName: TestExtendedExtension org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='780ca615-d13f-428d-9432-29b90e6bd1f3', 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@43b9fd5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@79dc5318, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@8e50104, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@37e4d7bb, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6f7923a5, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@74a6f9c1, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@54eb2b70, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@45a37759, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@63611043, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@20ca951f, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2d778add, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@73302995, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1838ccb8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6c2ed0cd, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7d9e8ef7, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@f107c50, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@51133c06, type=class java.io.InputStream}]}} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[gqqRzLne6m0W5G76PfQMHx5CnX0=], 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='780ca615-d13f-428d-9432-29b90e6bd1f3', 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@43b9fd5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@79dc5318, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@8e50104, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@37e4d7bb, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6f7923a5, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@74a6f9c1, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@54eb2b70, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@45a37759, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@63611043, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@20ca951f, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2d778add, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@73302995, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@1838ccb8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6c2ed0cd, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7d9e8ef7, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@f107c50, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@51133c06, type=class java.io.InputStream}]}} Jun 03, 2024 3:30:41 PM 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@24c99e09 Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@706695c [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM 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.e2e.appconfig.InputStreamTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #20. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #21. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #22. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #23. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #24. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #25. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 848:651) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 867:950) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 913:943) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 913:943) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 913:943) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 45106 millipoints. (See position 916:659) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 926:951) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 926:951) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 926:951) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #26. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #27. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 993:956) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1021:980) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1033:980) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 1033:980) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #28. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #29. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #30. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1070:943) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1070:943) Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #31. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #32. Jun 03, 2024 3:30:41 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #33. Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:41 PM 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 7d3fdfa0-f758-498d-bb41-a565baa3ede0, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 5a00c6da-864a-46f7-86f6-0a24cd55f855, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose c271e821-e190-4986-97a2-650a95a74be4, CloseReason[1000] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:41 PM 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 4976f6b6-46d0-4508-be3b-1a2e3343981a, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 1597c18d-96bb-44a9-84aa-279d4953e15d, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 40e9db85-2ebd-4923-8328-97a6197ad9d6, CloseReason[1000] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:41 PM 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='4f5bb001-37b4-41ef-9a46-2283e2b9f02b', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@2cce0393, 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@69cc986e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7c2884c4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@586fd22e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@461902b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@9e36721, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@31d5cc7d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@170d96cb, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@1f65bcc9, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@dad1a6b, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@12849987, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6944eed2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5b7594c7, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3eeeb380, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@8905d7b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@46ec10c5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@31486773, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7a71a069, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic, id='4f5bb001-37b4-41ef-9a46-2283e2b9f02b', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@2cce0393, 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@69cc986e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7c2884c4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@586fd22e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@461902b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@9e36721, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@31d5cc7d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@170d96cb, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@1f65bcc9, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@dad1a6b, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@12849987, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6944eed2, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5b7594c7, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3eeeb380, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@8905d7b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@46ec10c5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@31486773, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7a71a069, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:41 PM 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='9a6b0de1-e239-4e53-a8a6-593925665448', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@74dc831c, 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@31de03e3, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6860ea3c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@a59321, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@10f1244a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@51f1fcac, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3e2fdda4, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@12bf7ddb, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@bf5c8b2, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@55bf41fc, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@153d7412, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7c0582cb, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@591065a1, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@760f6fde, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@86c18e9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@582fc0f5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2488b3c, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@f347534, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o, id='9a6b0de1-e239-4e53-a8a6-593925665448', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@74dc831c, 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@31de03e3, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6860ea3c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@a59321, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@10f1244a, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@51f1fcac, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3e2fdda4, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@12bf7ddb, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@bf5c8b2, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@55bf41fc, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@153d7412, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7c0582cb, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@591065a1, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@760f6fde, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@86c18e9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@582fc0f5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2488b3c, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@f347534, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:41 PM 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='f8a11886-ddbe-446a-a43e-6ed52222b2a2', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@67662cc9, 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@2264be41, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3d58863b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@138c1f8e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@455a7952, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@424b410e, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3bdb7e22, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@48d876b8, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5e5e1618, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@46057fec, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@264f2360, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2d29eca7, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3e9c1cc, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6efe3442, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@31754ede, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@53dbc083, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1ef18c95, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@132e72d, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc, id='f8a11886-ddbe-446a-a43e-6ed52222b2a2', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@67662cc9, 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@2264be41, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3d58863b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@138c1f8e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@455a7952, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@424b410e, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3bdb7e22, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@48d876b8, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5e5e1618, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@46057fec, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@264f2360, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2d29eca7, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3e9c1cc, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6efe3442, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@31754ede, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@53dbc083, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1ef18c95, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@132e72d, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:41 PM 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='ed087119-8392-4baf-8c81-842a6aa44de5', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@128319c2, 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@578195f6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@142c9356, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@669c24e9, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@6cdb7cf1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@37ae6ab9, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4768e939, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@40d42651, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@77dff64e, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@33e0b1ae, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3341b7ca, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@52c6e95d, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5aa318cd, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6cf8aff6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@52b9aa44, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@37d02d4f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@75772e08, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5cd9b84f, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c, id='ed087119-8392-4baf-8c81-842a6aa44de5', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@128319c2, 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@578195f6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@142c9356, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@669c24e9, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@6cdb7cf1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@37ae6ab9, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4768e939, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@40d42651, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@77dff64e, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@33e0b1ae, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3341b7ca, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@52c6e95d, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5aa318cd, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@6cf8aff6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@52b9aa44, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@37d02d4f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@75772e08, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5cd9b84f, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1000] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:41 PM 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='04e92d95-139b-4571-be5c-252ad7523bf7', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@88a6e15, 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@4d88f160, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5f439c99, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7c0fdb09, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@272ee85b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2da70e2f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6e43f856, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6c96b104, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3c2ae0fd, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@29e95721, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@58198b02, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1de1f94, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6a183a5a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@9ab2867, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1dfef3cb, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6c2d6d5f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@47cc506a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1774b0e4, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m, id='04e92d95-139b-4571-be5c-252ad7523bf7', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@88a6e15, 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@4d88f160, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5f439c99, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7c0fdb09, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@272ee85b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2da70e2f, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6e43f856, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6c96b104, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3c2ae0fd, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@29e95721, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@58198b02, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@1de1f94, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@6a183a5a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@9ab2867, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1dfef3cb, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6c2d6d5f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@47cc506a, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1774b0e4, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:41 PM 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='375fa8e9-cd23-4f23-855b-1e642e0b37b6', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@aca2a19, 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@4fc8a524, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5de39cbd, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7ecd4d49, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@250c2a6b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2fe75a6b, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6ea03d5e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7a9382c6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3e08a08d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2ba98125, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@440c03c3, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@226f2c36, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5998ec3e, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3e5ffe81, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1ae9e092, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@41bc7165, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5f5b9c70, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1eb1caec, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce, id='375fa8e9-cd23-4f23-855b-1e642e0b37b6', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@aca2a19, 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@4fc8a524, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5de39cbd, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7ecd4d49, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@250c2a6b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2fe75a6b, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6ea03d5e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7a9382c6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3e08a08d, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2ba98125, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@440c03c3, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@226f2c36, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5998ec3e, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3e5ffe81, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1ae9e092, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@41bc7165, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5f5b9c70, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1eb1caec, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jun 03, 2024 3:30:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 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.x/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/application-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-e2e-appconfig --- [INFO] CycloneDX: Resolving Dependencies Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1107:866) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 48000 millipoints. (See position 1107:866) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1107:866) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1107:866) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1133:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1147:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1147:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1152:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1152:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1152:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1168:670) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1174:426) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1188:482) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1188:482) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1188:482) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1196:654) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1218:570) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1220:609) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1224:487) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1224:487) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1236:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1294:471) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1294:471) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1329:1438) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1329:1438) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1329:1438) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 1391:584) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 18000 millipoints. (See position 1404:554) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1404:554) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1435:482) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1481:378) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1491:378) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1505:378) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1535:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1535:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1535:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1574:390) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1574:390) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1579:390) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1579:390) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1579:390) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1608:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1608:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1625:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 12000 millipoints. (See position 1655:378) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1655:378) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1725:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1729:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1733:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1743:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1777:578) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1807:389) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1807:389) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 42000 millipoints. (See position 1807:389) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1841:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1874:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1887:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 7 of a paragraph overflows the available area by 6000 millipoints. (See position 1899:787) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1917:513) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1917:513) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1946:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1954:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1954:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1954:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1970:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1970:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1970:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1970:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1986:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 6000 millipoints. (See position 1986:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 30000 millipoints. (See position 1986:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 36000 millipoints. (See position 1986:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 2011:393) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 2016:393) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 24000 millipoints. (See position 2042:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 2042:382) Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #34. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #35. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #36. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #37. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #38. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #39. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #40. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #41. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #42. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #43. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #44. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #45. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #46. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #47. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #48. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #49. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #50. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #51. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #52. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #53. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #54. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #55. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #56. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #57. Jun 03, 2024 3:30:42 PM org.apache.fop.events.LoggingEventListener processEvent INFO: Rendered page #58. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/docbook/user-guide.pdf has been generated. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/docbook/user-guide.fo has been generated. [INFO] [INFO] --- docbkx:2.0.15:generate-html (Multiple HTML pages) @ tyrus-documentation --- [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.x/tests/e2e/application-config/target/bom.xml [INFO] attaching as tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/application-config/target/bom.json [INFO] attaching as tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/e2e/application-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/application-config/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/application-config/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-e2e-nondeployable >------- [INFO] Building Tyrus End-to-End Non-deployable Tests 2.2.99-SNAPSHOT [42/69] [INFO] from tests/e2e/non-deployable/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-nondeployable --- [INFO] Processing input file: index.xml [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e-nondeployable --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/non-deployable/target/generated-sources/rsrc-gen added. [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.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.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 22 source files with javac [debug target 11 module-path] to target/test-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.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.x/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.x/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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] Applying customization parameters after docbkx parameters [INFO] Chunking output. [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:30:43 PM 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 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM 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 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:30:43 PM 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 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s -- in org.glassfish.tyrus.test.e2e.non_deployable.AnnotatedClassModelcheckingTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 s -- in org.glassfish.tyrus.test.e2e.non_deployable.DefaultPortTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:44665] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:44665 Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [f013a5e3-f138-4dce-8290-d3ceeed63a19] SENT: It's a trap! Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [f013a5e3-f138-4dce-8290-d3ceeed63a19] RECEIVED: It's a trap! Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:44665] Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:43617] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:36759] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:36801] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:32965] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:35421] Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:36759 Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:42359] Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:43617 Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:34261] Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:43419] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:45967] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:38267] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:36801 Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:45967 Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:43419 Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:35421 Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:38267 Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:32965 Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:42359 Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:34261 Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [6a47d8aa-63f5-44b0-bcc3-87bf192e1b64] SENT: It's a trap! Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [e8429a58-5337-4c91-860f-2c794630e0ec] SENT: It's a trap! Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [6a47d8aa-63f5-44b0-bcc3-87bf192e1b64] RECEIVED: It's a trap! Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [77cb190a-304a-4b88-8207-a8034af5e286] SENT: It's a trap! Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [e8429a58-5337-4c91-860f-2c794630e0ec] RECEIVED: It's a trap! Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [6b61ce95-0b14-4534-a791-975c3715f24a] SENT: It's a trap! Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [f1339fa7-29bd-43cd-b45e-76108bfd0f56] SENT: It's a trap! Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:43617] Jun 03, 2024 3:30:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:36759] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [fc42a007-fb82-4fb0-93d8-fc815f402c1f] SENT: It's a trap! Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [f1339fa7-29bd-43cd-b45e-76108bfd0f56] RECEIVED: It's a trap! Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [6b61ce95-0b14-4534-a791-975c3715f24a] RECEIVED: It's a trap! Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [77cb190a-304a-4b88-8207-a8034af5e286] RECEIVED: It's a trap! Jun 03, 2024 3:30:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:36801] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:43419] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [a346bbed-17c2-46e5-877b-66f80ac099e0] SENT: It's a trap! Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [fc42a007-fb82-4fb0-93d8-fc815f402c1f] RECEIVED: It's a trap! Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [56ad8662-978f-4504-abb5-ad61cddf489a] SENT: It's a trap! Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [13ed54d5-90cd-4c56-bd80-78ba3958970e] SENT: It's a trap! Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [56ad8662-978f-4504-abb5-ad61cddf489a] RECEIVED: It's a trap! Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:38267] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [a346bbed-17c2-46e5-877b-66f80ac099e0] RECEIVED: It's a trap! Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [d1b256cc-2252-4e3e-97e3-4249c35b1aa1] SENT: It's a trap! Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:45967] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [d1b256cc-2252-4e3e-97e3-4249c35b1aa1] RECEIVED: It's a trap! Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:42359] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:35421] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [13ed54d5-90cd-4c56-bd80-78ba3958970e] RECEIVED: It's a trap! Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:34261] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:32965] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s -- in org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM 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: xNXv7ww6f+vGgve9noZVjw== # Sec-WebSocket-Version: 13 # Upgrade: websocket ##### MyExtendedExtension getName ##### MyExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@19f29406 :: [TyrusParameter{name='basicParam1', value='basicValue1'}] ##### MyExtendedExtension [[param1=value1]] ##### MyExtendedExtension ##### MyExtendedExtension getName org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test/extendedExtensionEndpoint, id='2540136c-e294-43e9-84cc-8968d5169efb', 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@448c8166, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4470fbd6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@15d49048, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7098b907, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@503f91c3, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@13526e59, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2235eaab, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@17503f6b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3bcd05cb, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3b6d844d, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@36804139, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@20bd8be5, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@730d2164, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@24959ca4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@10289886, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5c86dbc5, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@461ad730, type=class java.io.InputStream}]}} ##### MyExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@2b25943d :: [TyrusParameter{name='param1', value='value1'}] ##### MyExtendedExtension getName ##### afterResponse # connection: Upgrade # sec-websocket-accept: JlKxMPL2w54NtBH+HKWisC9I4D8= # 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=384880269} ##### 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 03, 2024 3:30:44 PM 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='2540136c-e294-43e9-84cc-8968d5169efb', 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@448c8166, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4470fbd6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@15d49048, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7098b907, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@503f91c3, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@13526e59, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2235eaab, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@17503f6b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3bcd05cb, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@3b6d844d, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@36804139, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@20bd8be5, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@730d2164, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@24959ca4, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@10289886, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5c86dbc5, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@461ad730, type=class java.io.InputStream}]}} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@19f29406 Jun 03, 2024 3:30:44 PM 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=-1102768671} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@2b25943d [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 Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/e2e-test/echoProgrammatic Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@420a85c4 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1c39680d Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@62833051 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1c852c0f Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@a37aefe Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@5d99c6b5 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@266374ef Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@13b3d178 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@24c4ddae Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@37fb0bed Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM 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.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6e15fe2 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@68f1b17f Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1722011b Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@57ad2aa7 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@5b3f61ff Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@3e2059ae Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@398dada8 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7cb502c Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@275bf9b3 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1b8a29df Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.glassfish.tyrus.test.e2e.non_deployable.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] See /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/docbook for generated file(s) [INFO] [INFO] --- assembly:3.7.1:single (make-assembly) @ tyrus-documentation --- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s -- in org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM 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 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM 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 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM 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.e2e.non_deployable.OnCloseTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] [INFO] Reading assembly descriptor: src/main/assembly/docbook.xml Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/tyrus-documentation-2.2.99-SNAPSHOT-docbook.zip [INFO] [INFO] --- build-helper:3.6.0:attach-artifact (attach-artifacts) @ tyrus-documentation --- [INFO] [INFO] --- source:3.3.1: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.x/docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.2.99-SNAPSHOT/tyrus-documentation-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.2.99-SNAPSHOT/tyrus-documentation-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.2.99-SNAPSHOT/tyrus-documentation-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/tyrus-documentation-2.2.99-SNAPSHOT-docbook.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.2.99-SNAPSHOT/tyrus-documentation-2.2.99-SNAPSHOT-docbook.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/docs/target/docbook/user-guide.pdf to /home/jenkins/.m2/repository/org/glassfish/tyrus/tyrus-documentation/2.2.99-SNAPSHOT/tyrus-documentation-2.2.99-SNAPSHOT-user-guide.pdf [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extensions-project >---------- [INFO] Building Tyrus Extension Modules 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-extensions-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-extensions-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/ext/target/bom.xml [INFO] attaching as tyrus-extensions-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/ext/target/bom.json [INFO] attaching as tyrus-extensions-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.2.99-SNAPSHOT/tyrus-extensions-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.2.99-SNAPSHOT/tyrus-extensions-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extensions-project/2.2.99-SNAPSHOT/tyrus-extensions-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --------------< org.glassfish.tyrus.ext:tyrus-client-cli >-------------- [INFO] Building Tyrus CLI Client 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-client-cli --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-client-cli --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/generated-sources/rsrc-gen 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.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 [21.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.x/ext/client-cli/src/main/java/org/glassfish/tyrus/ext/client/cli/ClientCli.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5:test (default-test) @ tyrus-client-cli --- [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-client-cli --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-client-cli:bundle:2.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, 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.x/ext/client-cli/target/tyrus-client-cli-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-client-cli --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) Jun 03, 2024 3:30:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.211 s -- in org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Jun 03, 2024 3:30:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jun 03, 2024 3:30:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/bom.xml [INFO] attaching as tyrus-client-cli-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/bom.json [INFO] attaching as tyrus-client-cli-2.2.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.2.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.websocket-client-api, Jar:jakarta.websocket-api, Jar:tyrus-container-grizzly-client, Jar:grizzly-framework, Jar:grizzly-http-server, Jar:grizzly-http] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-client-api, Jar:jakarta.websocket-api, 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.x/ext/client-cli/target/tyrus-client-cli-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.5.3:shade (default) @ tyrus-client-cli --- Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.2.0 in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.2.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:4.0.2 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:4.0.2 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:4.0.2 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.x/ext/client-cli/target/dependency-reduced-pom.xml Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [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] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 s -- in org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. RetryAfterException received. received message: Do or do not, there is no try. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] grizzly-framework-4.0.2.jar, grizzly-http-4.0.2.jar, grizzly-http-server-4.0.2.jar, jakarta.websocket-api-2.2.0.jar, jakarta.websocket-client-api-2.2.0.jar, jline-2.14.5.jar, tyrus-client-2.2.99-SNAPSHOT.jar, tyrus-client-cli-2.2.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar, tyrus-core-2.2.99-SNAPSHOT.jar, tyrus-spi-2.2.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.websocket-api-2.2.0.jar, jakarta.websocket-client-api-2.2.0.jar, tyrus-client-2.2.99-SNAPSHOT.jar, tyrus-client-cli-2.2.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar, tyrus-core-2.2.99-SNAPSHOT.jar, tyrus-spi-2.2.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] grizzly-framework-4.0.2.jar, grizzly-http-4.0.2.jar, grizzly-http-server-4.0.2.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.x/ext/client-cli/target/tyrus-client-cli-2.2.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/tyrus-client-cli-2.2.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-client-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/tyrus-client-cli-2.2.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.x/ext/client-cli/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.2.99-SNAPSHOT/tyrus-client-cli-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/tyrus-client-cli-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.2.99-SNAPSHOT/tyrus-client-cli-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.2.99-SNAPSHOT/tyrus-client-cli-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.2.99-SNAPSHOT/tyrus-client-cli-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-cli/target/tyrus-client-cli-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-cli/2.2.99-SNAPSHOT/tyrus-client-cli-2.2.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.2.99-SNAPSHOT/tyrus-client-cli-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.glassfish.tyrus.ext:tyrus-monitoring-jmx >------------ [INFO] Building Tyrus Monitoring JMX 2.2.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 --- Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:46 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-monitoring-jmx --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-monitoring-jmx --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/generated-sources/rsrc-gen 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.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 [21.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.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.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.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.5: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] ------------------------------------------------------- received message: Do or do not, there is no try. Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Jun 03, 2024 3:30:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Jun 03, 2024 3:30:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Jun 03, 2024 3:30:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Jun 03, 2024 3:30:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest Jun 03, 2024 3:30:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:30:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 s -- in org.glassfish.tyrus.ext.monitoring.jmx.BroadcastTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.EndpointPropertiesTest Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM 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.ext.monitoring.jmx.EndpointPropertiesTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.ErrorStatisticsTest Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM 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.ErrorStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.glassfish.tyrus.ext.monitoring.jmx.MBeanTreeTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsInOnOpenTest Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM 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.MessageStatisticsInOnOpenTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s -- in org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.tyrus.ext.monitoring.jmx.MessageTypesTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. received message: Do or do not, there is no try. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.tyrus.ext.monitoring.jmx.OpenSessionsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.RegisteredEndpointsTest Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8026 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM 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.RegisteredEndpointsTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionCleanUpTest Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM 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.ext.monitoring.jmx.SessionCleanUpTest [INFO] Running org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.tyrus.ext.monitoring.jmx.SessionErrorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-monitoring-jmx --- [INFO] CycloneDX: Resolving Dependencies received message: Do or do not, there is no try. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.209 s -- in org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Jun 03, 2024 3:30:50 PM 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.005 s -- in org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] CycloneDX: Creating BOM version 1.4 with 4 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/bom.xml [INFO] attaching as tyrus-monitoring-jmx-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/bom.json [INFO] attaching as tyrus-monitoring-jmx-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- bundle:5.1.4:bundle (osgi-bundle) @ tyrus-monitoring-jmx --- Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-monitoring-jmx:jar:2.2.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.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-monitoring-jmx:jar:2.2.99-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.grizzly.*] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-monitoring-jmx --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.2.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.x/ext/monitoring-jmx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.2.99-SNAPSHOT/tyrus-monitoring-jmx-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.2.99-SNAPSHOT/tyrus-monitoring-jmx-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.2.99-SNAPSHOT/tyrus-monitoring-jmx-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.2.99-SNAPSHOT/tyrus-monitoring-jmx-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/monitoring-jmx/target/tyrus-monitoring-jmx-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-monitoring-jmx/2.2.99-SNAPSHOT/tyrus-monitoring-jmx-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.ext:tyrus-extension-deflate >----------- [INFO] Building Tyrus Extension - Per Message Deflate 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-extension-deflate --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-extension-deflate --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/generated-sources/rsrc-gen 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.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 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-203] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-204] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-205] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-206] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-207] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-208] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-209] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-210] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-211] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-212] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-213] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-214] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-215] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-216] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-217] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-218] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-219] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-220] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-221] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-222] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-223] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-224] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-225] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-226] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-227] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-228] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-229] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-230] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-231] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-232] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-233] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-234] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-235] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-236] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-237] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-238] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-239] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-240] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-241] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-242] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-243] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-244] Started. Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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.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.5:test (default-test) @ tyrus-extension-deflate --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.944 s -- in org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest Jun 03, 2024 3:30:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-245] Started. Jun 03, 2024 3:30:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 4.0.0 org.glassfish.tyrus.tests tyrus-tests-e2e 2.2.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 03, 2024 3:30:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:51 PM 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.StandaloneServerStaticContentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Jun 03, 2024 3:30:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-246] Started. Jun 03, 2024 3:30:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. -1 ### Jun 03, 2024 3:30:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest [INFO] Running org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtensionTest [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.x/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-e2e-nondeployable --- [INFO] CycloneDX: Resolving Dependencies Jun 03, 2024 3:30:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:30:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:51 PM 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=[Z8KLdA6P74tGwaGFvmW5Zw==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[ALNVOdUjeOdCKhS7yB3XYuuDy0Q=], 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 03, 2024 3:30:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 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 --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-extension-deflate:bundle:2.2.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.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/tyrus-extension-deflate-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-extension-deflate --- [INFO] CycloneDX: Resolving Dependencies [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.x/tests/e2e/non-deployable/target/bom.xml [INFO] attaching as tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/non-deployable/target/bom.json [INFO] attaching as tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/e2e/non-deployable/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.2.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.2.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/non-deployable/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.2.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/non-deployable/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.2.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-stdconfig >--------- [INFO] Building Tyrus End-to-End Standard Config Tests 2.2.99-SNAPSHOT [43/69] [INFO] from tests/e2e/standard-config/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-stdconfig --- [INFO] CycloneDX: Creating BOM version 1.4 with 4 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/bom.xml [INFO] attaching as tyrus-extension-deflate-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/bom.json [INFO] attaching as tyrus-extension-deflate-2.2.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.2.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.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/tyrus-extension-deflate-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-extension-deflate --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/tyrus-extension-deflate-2.2.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.x/ext/extension-deflate/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.2.99-SNAPSHOT/tyrus-extension-deflate-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/tyrus-extension-deflate-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.2.99-SNAPSHOT/tyrus-extension-deflate-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.2.99-SNAPSHOT/tyrus-extension-deflate-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.2.99-SNAPSHOT/tyrus-extension-deflate-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/extension-deflate/target/tyrus-extension-deflate-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-extension-deflate/2.2.99-SNAPSHOT/tyrus-extension-deflate-2.2.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.2.99-SNAPSHOT/tyrus-extension-deflate-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.glassfish.tyrus.ext:tyrus-client-java8 >------------- [INFO] Building Tyrus Java8 Client Extension 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-client-java8 --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-client-java8 --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/generated-sources/rsrc-gen 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.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 [21.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.x/ext/client-java8/src/main/java/module-info.java:[21,38] module name component java8 should avoid terminal digits [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/src/main/java/org/glassfish/tyrus/ext/client/java8/SessionBuilder.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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] 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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e-stdconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/standard-config/target/generated-sources/rsrc-gen added. [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.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 95 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.5: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] Running org.glassfish.tyrus.ext.client.java8.SessionBuilderTest [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] --- surefire:3.2.5: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] ------------------------------------------------------- Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. partial: I find your lack of faith disturbing true Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Running org.glassfish.tyrus.test.standard_config.AnnotatedClientTest Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.380 s -- in org.glassfish.tyrus.test.standard_config.AnnotatedClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 s -- in org.glassfish.tyrus.ext.client.java8.SessionBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- bundle:5.1.4:bundle (default-bundle) @ tyrus-client-java8 --- [WARNING] Bundle org.glassfish.tyrus.ext:tyrus-client-java8:bundle:2.2.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.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/tyrus-client-java8-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-client-java8 --- [INFO] CycloneDX: Resolving Dependencies Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM 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.AsyncTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM 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.standard_config.BinaryStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryTest Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.tyrus.test.standard_config.BinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM 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 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM 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 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM 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.x/ext/client-java8/target/bom.xml [INFO] attaching as tyrus-client-java8-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/bom.json [INFO] attaching as tyrus-client-java8-2.2.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.2.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.websocket-api, Jar:jakarta.websocket-client-api] Class path [Jar:., Jar:tyrus-client, Jar:tyrus-core, Jar:tyrus-spi, Jar:jakarta.websocket-api, Jar:jakarta.websocket-client-api] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/tyrus-client-java8-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-client-java8 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/tyrus-client-java8-2.2.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.x/ext/client-java8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.2.99-SNAPSHOT/tyrus-client-java8-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/tyrus-client-java8-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.2.99-SNAPSHOT/tyrus-client-java8-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.2.99-SNAPSHOT/tyrus-client-java8-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.2.99-SNAPSHOT/tyrus-client-java8-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/ext/client-java8/target/tyrus-client-java8-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/ext/tyrus-client-java8/2.2.99-SNAPSHOT/tyrus-client-java8-2.2.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.2.99-SNAPSHOT/tyrus-client-java8-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.glassfish.tyrus.samples:tyrus-samples-project >---------- [INFO] Building Tyrus Samples 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-samples-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-samples-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-samples-project --- [INFO] CycloneDX: Resolving Dependencies Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.529 s -- in org.glassfish.tyrus.test.standard_config.BlockingInputTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM 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 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM 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.BlockingStreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.BroadcasterTest Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM 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.x/samples/target/bom.xml [INFO] attaching as tyrus-samples-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/target/bom.json [INFO] attaching as tyrus-samples-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.2.99-SNAPSHOT/tyrus-samples-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.2.99-SNAPSHOT/tyrus-samples-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-samples-project/2.2.99-SNAPSHOT/tyrus-samples-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ----------< org.glassfish.tyrus.samples:tyrus-sample-auction >---------- [INFO] Building Tyrus Auction Sample 2.2.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 --- Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM 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.BroadcasterTest [INFO] Running org.glassfish.tyrus.test.standard_config.BufferSizeTest Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.StringEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TextBuffer.appendMessagePart(TextBuffer.java:41) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:961) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.checkClosedSession(InputStreamBuffer.java:197) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.getNextByte(InputStreamBuffer.java:92) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.BufferedInputStream.read(BufferedInputStream.java:42) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.BufferSizeTest$InputStreamEndpoint.doThat(BufferSizeTest.java:349) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:655) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/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 03, 2024 3:30:55 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.appendMessagePart(InputStreamBuffer.java:141) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1044) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ByteArrayEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.BinaryBuffer.appendMessagePart(BinaryBuffer.java:54) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1064) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.checkClosedSession(ReaderBuffer.java:195) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.getNextChars(ReaderBuffer.java:92) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.BufferedStringReader.read(BufferedStringReader.java:42) at java.base/java.io.Reader.read(Reader.java:225) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.BufferSizeTest$ReaderEndpoint.doThat(BufferSizeTest.java:250) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:655) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/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 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.appendMessagePart(ReaderBuffer.java:136) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:941) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.glassfish.tyrus.test.standard_config.BufferSizeTest [INFO] Running org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM 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@2d4c30f7 Server successfully got message: 1234 Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientCloseTest Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM 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.ClientCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-auction --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-auction --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-auction --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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.5:test (default-test) @ tyrus-sample-auction --- [INFO] No tests to run. [INFO] [INFO] --- war:3.4.0:war (default-war) @ tyrus-sample-auction --- Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:55 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8026] Jun 03, 2024 3:30:55 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. [INFO] Packaging webapp [INFO] Assembling webapp [tyrus-sample-auction] in [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/tyrus-sample-auction-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/tyrus-sample-auction-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-auction --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/bom.xml [INFO] attaching as tyrus-sample-auction-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/bom.json [INFO] attaching as tyrus-sample-auction-2.2.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.x/samples/auction/target/tyrus-sample-auction-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-auction --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/tyrus-sample-auction-2.2.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.x/samples/auction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.2.99-SNAPSHOT/tyrus-sample-auction-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/tyrus-sample-auction-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.2.99-SNAPSHOT/tyrus-sample-auction-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.2.99-SNAPSHOT/tyrus-sample-auction-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.2.99-SNAPSHOT/tyrus-sample-auction-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/tyrus-sample-auction-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.2.99-SNAPSHOT/tyrus-sample-auction-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/auction/target/tyrus-sample-auction-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-auction/2.2.99-SNAPSHOT/tyrus-sample-auction-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.glassfish.tyrus.samples:tyrus-sample-cdi >------------ [INFO] Building Tyrus CDI Sample 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-cdi --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-cdi --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-cdi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.sample.cdi.CdiTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 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.x/samples/cdi/target/tyrus-sample-cdi-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/tyrus-sample-cdi-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-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.x/samples/cdi/target/bom.xml [INFO] attaching as tyrus-sample-cdi-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/bom.json [INFO] attaching as tyrus-sample-cdi-2.2.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.x/samples/cdi/target/tyrus-sample-cdi-2.2.99-SNAPSHOT-project-src.zip Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-cdi --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/tyrus-sample-cdi-2.2.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.x/samples/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.2.99-SNAPSHOT/tyrus-sample-cdi-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/tyrus-sample-cdi-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.2.99-SNAPSHOT/tyrus-sample-cdi-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.2.99-SNAPSHOT/tyrus-sample-cdi-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.2.99-SNAPSHOT/tyrus-sample-cdi-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/tyrus-sample-cdi-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.2.99-SNAPSHOT/tyrus-sample-cdi-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/cdi/target/tyrus-sample-cdi-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-cdi/2.2.99-SNAPSHOT/tyrus-sample-cdi-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-chat >------------ [INFO] Building Tyrus Chat Sample 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-chat --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-chat --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5: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.x/samples/chat/target/tyrus-sample-chat-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/tyrus-sample-chat-2.2.99-SNAPSHOT.war Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.206 s -- in org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientManagerTest Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:57 PM 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 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM 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 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Reconnecting... (reconnect count: 1) ### Reconnecting... (reconnect count: 2) ### Reconnecting... (reconnect count: 3) Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:57 PM 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 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM 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.test.standard_config.ClientReconnectHandlerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientTest Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:57 PM 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 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM 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.ClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM 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.CustomMaskingKeyGeneratorTest [INFO] Running org.glassfish.tyrus.test.standard_config.DecodedObjectTest Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM 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 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM 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 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM 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 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.tyrus.test.standard_config.DecodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.EncodedObjectTest [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-chat --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/bom.xml [INFO] attaching as tyrus-sample-chat-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/bom.json [INFO] attaching as tyrus-sample-chat-2.2.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.x/samples/chat/target/tyrus-sample-chat-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-chat --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/tyrus-sample-chat-2.2.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.x/samples/chat/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.2.99-SNAPSHOT/tyrus-sample-chat-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/tyrus-sample-chat-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.2.99-SNAPSHOT/tyrus-sample-chat-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.2.99-SNAPSHOT/tyrus-sample-chat-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.2.99-SNAPSHOT/tyrus-sample-chat-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/tyrus-sample-chat-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.2.99-SNAPSHOT/tyrus-sample-chat-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/chat/target/tyrus-sample-chat-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-chat/2.2.99-SNAPSHOT/tyrus-sample-chat-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-draw >------------ [INFO] Building Tyrus Draw Sample 2.2.99-SNAPSHOT [30/70] [INFO] from samples/draw/pom.xml [INFO] --------------------------------[ war ]--------------------------------- Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM 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 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = hello Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM 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 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = encoded5 Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.tyrus.test.standard_config.EncodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM 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 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM 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.ExtensionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest [INFO] Running org.glassfish.tyrus.test.standard_config.HandshakeTest Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM 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 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-sample-draw --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-sample-draw --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-sample-draw --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-draw --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-draw --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-draw --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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.5: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.x/samples/draw/target/tyrus-sample-draw-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/tyrus-sample-draw-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-draw --- [INFO] CycloneDX: Resolving Dependencies Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.glassfish.tyrus.test.standard_config.HandshakeTest [INFO] Running org.glassfish.tyrus.test.standard_config.HeartbeatTest Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/bom.xml [INFO] attaching as tyrus-sample-draw-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/bom.json [INFO] attaching as tyrus-sample-draw-2.2.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.x/samples/draw/target/tyrus-sample-draw-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-draw --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/tyrus-sample-draw-2.2.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.x/samples/draw/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.2.99-SNAPSHOT/tyrus-sample-draw-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/tyrus-sample-draw-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.2.99-SNAPSHOT/tyrus-sample-draw-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.2.99-SNAPSHOT/tyrus-sample-draw-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.2.99-SNAPSHOT/tyrus-sample-draw-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/tyrus-sample-draw-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.2.99-SNAPSHOT/tyrus-sample-draw-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/draw/target/tyrus-sample-draw-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-draw/2.2.99-SNAPSHOT/tyrus-sample-draw-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.glassfish.tyrus.samples:tyrus-sample-echo >------------ [INFO] Building Tyrus Echo Sample 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-echo --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-echo --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-echo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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] Running org.glassfish.tyrus.sample.echo.EchoTest Jun 03, 2024 3:30:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jun 03, 2024 3:30:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:30:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:30:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:59 PM 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 03, 2024 3:30:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 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.x/samples/echo/target/tyrus-sample-echo-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/tyrus-sample-echo-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-echo --- [INFO] CycloneDX: Resolving Dependencies Jun 03, 2024 3:30:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:59 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:30:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:30:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jun 03, 2024 3:30:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:30:59 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/bom.xml [INFO] attaching as tyrus-sample-echo-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/bom.json [INFO] attaching as tyrus-sample-echo-2.2.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.x/samples/echo/target/tyrus-sample-echo-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/tyrus-sample-echo-2.2.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.x/samples/echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.2.99-SNAPSHOT/tyrus-sample-echo-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/tyrus-sample-echo-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.2.99-SNAPSHOT/tyrus-sample-echo-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.2.99-SNAPSHOT/tyrus-sample-echo-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.2.99-SNAPSHOT/tyrus-sample-echo-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/tyrus-sample-echo-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.2.99-SNAPSHOT/tyrus-sample-echo-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo/target/tyrus-sample-echo-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo/2.2.99-SNAPSHOT/tyrus-sample-echo-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-basic-auth >--------- [INFO] Building Tyrus Basic Auth Sample 2.2.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 --- Jun 03, 2024 3:31:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jun 03, 2024 3:31:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:00 PM 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-basic-auth --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-basic-auth --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-basic-auth --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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.152 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.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-basic-auth --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/bom.xml [INFO] attaching as tyrus-sample-basic-auth-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/bom.json [INFO] attaching as tyrus-sample-basic-auth-2.2.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 Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.233 s -- in org.glassfish.tyrus.test.standard_config.HeartbeatTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloBinaryTest Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM 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 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM 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.HelloBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTest Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.glassfish.tyrus.test.standard_config.HelloTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTextTest Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM 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='73bed7d1-3ad9-4a30-8efe-acec4923d0fa', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@3b220bcb, contextPath='/e2e-test', endpointPath=/e2e-test/hellotext, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@2b95e48b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4a3329b9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3dddefd8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@160ac7fb, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@12bfd80d, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@41925502, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@13e3c1c7, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@5316e95f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3f053c80, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6c6c5427, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@618c5d94, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@5b40ceb, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@13c3c1e1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1d8062d2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1e63ec0b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3b956878, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@36546a22, type=class java.io.InputStream}]}} HELLOCLIENT received: server hello Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM 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.HelloTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.HostVerificationTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.008 s -- in org.glassfish.tyrus.test.standard_config.HostVerificationTest [INFO] Running org.glassfish.tyrus.test.standard_config.JsonTest Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: {"REPLY":"Danny"} Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.tyrus.test.standard_config.JsonTest [INFO] Running org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest.Endpoint2. org.glassfish.tyrus.core.MessageTooBigException: Message too long; allowed message size is 5 bytes. (Current message length is 6 bytes). at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkMessageSize(TyrusSession.java:556) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:627) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:922) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:118) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM 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 [INFO] Building zip: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-basic-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.2.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.x/samples/echo-basic-auth/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.2.99-SNAPSHOT/tyrus-sample-basic-auth-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.2.99-SNAPSHOT/tyrus-sample-basic-auth-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.2.99-SNAPSHOT/tyrus-sample-basic-auth-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.2.99-SNAPSHOT/tyrus-sample-basic-auth-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.2.99-SNAPSHOT/tyrus-sample-basic-auth-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-basic-auth/target/tyrus-sample-basic-auth-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-basic-auth/2.2.99-SNAPSHOT/tyrus-sample-basic-auth-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-echo-https >--------- [INFO] Building Tyrus Secure Echo Sample 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-echo-https --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-echo-https --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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.x/samples/echo-https/target/tyrus-sample-echo-https-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/tyrus-sample-echo-https-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-echo-https --- [INFO] CycloneDX: Resolving Dependencies Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/bom.xml [INFO] attaching as tyrus-sample-echo-https-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/bom.json [INFO] attaching as tyrus-sample-echo-https-2.2.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.x/samples/echo-https/target/tyrus-sample-echo-https-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-echo-https --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/tyrus-sample-echo-https-2.2.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.x/samples/echo-https/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.2.99-SNAPSHOT/tyrus-sample-echo-https-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/tyrus-sample-echo-https-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.2.99-SNAPSHOT/tyrus-sample-echo-https-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.2.99-SNAPSHOT/tyrus-sample-echo-https-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.2.99-SNAPSHOT/tyrus-sample-echo-https-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/tyrus-sample-echo-https-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.2.99-SNAPSHOT/tyrus-sample-echo-https-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/echo-https/target/tyrus-sample-echo-https-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-echo-https/2.2.99-SNAPSHOT/tyrus-sample-echo-https-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-programmatic-echo >----- [INFO] Building Tyrus Programmatic Echo Sample 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-programmatic-echo --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-programmatic-echo --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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 Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:03 PM 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 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 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.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-programmatic-echo --- [INFO] CycloneDX: Resolving Dependencies Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/bom.xml [INFO] attaching as tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/bom.json [INFO] attaching as tyrus-sample-programmatic-echo-2.2.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.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-programmatic-echo --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.2.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.x/samples/programmatic-echo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.2.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.2.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.2.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.2.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.2.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/programmatic-echo/target/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-programmatic-echo/2.2.99-SNAPSHOT/tyrus-sample-programmatic-echo-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.glassfish.tyrus.samples:tyrus-sample-simplelife >--------- [INFO] Building Tyrus Simple Life Sample 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-simplelife --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-simplelife --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ tyrus-sample-simplelife --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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.5: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.x/samples/simplelife/target/tyrus-sample-simplelife-2.2.99-SNAPSHOT] [INFO] Processing war project Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/tyrus-sample-simplelife-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-simplelife --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/bom.xml [INFO] attaching as tyrus-sample-simplelife-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/bom.json [INFO] attaching as tyrus-sample-simplelife-2.2.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.x/samples/simplelife/target/tyrus-sample-simplelife-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-simplelife --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/tyrus-sample-simplelife-2.2.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.x/samples/simplelife/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.2.99-SNAPSHOT/tyrus-sample-simplelife-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/tyrus-sample-simplelife-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.2.99-SNAPSHOT/tyrus-sample-simplelife-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.2.99-SNAPSHOT/tyrus-sample-simplelife-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.2.99-SNAPSHOT/tyrus-sample-simplelife-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/tyrus-sample-simplelife-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.2.99-SNAPSHOT/tyrus-sample-simplelife-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/simplelife/target/tyrus-sample-simplelife-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-simplelife/2.2.99-SNAPSHOT/tyrus-sample-simplelife-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.glassfish.tyrus.samples:tyrus-sample-shared-collection >----- [INFO] Building Tyrus Shared Collection Sample 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-sample-shared-collection --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-sample-shared-collection --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-sample-shared-collection --- [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 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/bom.xml [INFO] attaching as tyrus-sample-shared-collection-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/bom.json [INFO] attaching as tyrus-sample-shared-collection-2.2.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.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.2.99-SNAPSHOT-project-src.zip [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-sample-shared-collection --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.2.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.x/samples/shared-collection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.2.99-SNAPSHOT/tyrus-sample-shared-collection-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.2.99-SNAPSHOT/tyrus-sample-shared-collection-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.2.99-SNAPSHOT/tyrus-sample-shared-collection-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.2.99-SNAPSHOT/tyrus-sample-shared-collection-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.2.99-SNAPSHOT-project-src.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.2.99-SNAPSHOT/tyrus-sample-shared-collection-2.2.99-SNAPSHOT-project-src.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/samples/shared-collection/target/tyrus-sample-shared-collection-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/samples/tyrus-sample-shared-collection/2.2.99-SNAPSHOT/tyrus-sample-shared-collection-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.tests:tyrus-tests-containers >---------- [INFO] Building Tyrus Container Tests 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-containers --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-containers --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/tests/containers/target/bom.xml [INFO] attaching as tyrus-tests-containers-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/target/bom.json [INFO] attaching as tyrus-tests-containers-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers/2.2.99-SNAPSHOT/tyrus-tests-containers-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers/2.2.99-SNAPSHOT/tyrus-tests-containers-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers/2.2.99-SNAPSHOT/tyrus-tests-containers-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ----< org.glassfish.tyrus.tests:tyrus-tests-containers-jdk-client >----- [INFO] Building Tyrus JDK Containers Tests 2.2.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 --- [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-containers-jdk-client --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-containers-jdk-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/generated-sources/rsrc-gen added. [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.x/tests/containers/jdk-client/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-containers-jdk-client --- [INFO] Recompiling the module because of changed dependency. [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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] Running org.glassfish.tyrus.container.jdk.client.UnknownHostTest Client received message: In my experience, there's no such thing as luck. Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.121 s -- in org.glassfish.tyrus.test.standard_config.MessageHandlersTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:05 PM 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.MessageParamOrderTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageSequenceTest Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### OnError: Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ### CloseReason[1001,Going away.] java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@60a6130e[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@219b1935[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@25a489de]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@2827d426[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2] Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: BEGIN COUNT: 32 Jun 03, 2024 3:31:06 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: AFTER WARMUP COUNT: 35 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@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:519) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:919) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Jun 03, 2024 3:31:06 PM org.glassfish.tyrus.container.jdk.client.UnknownHostTest testIncreaseFileDescriptorsOnTyrusImplementationInCaseOfUnresolvedAddressException INFO: END COUNT: 35 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 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.x/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-containers-jdk-client --- [INFO] CycloneDX: Resolving Dependencies [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.x/tests/containers/jdk-client/target/bom.xml [INFO] attaching as tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/bom.json [INFO] attaching as tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-containers-jdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-containers-jdk-client --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.2.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.2.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.2.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.2.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/jdk-client/target/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-jdk-client/2.2.99-SNAPSHOT/tyrus-tests-containers-jdk-client-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-containers-servlet >------ [INFO] Building Tyrus Servlet Containers Tests 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-containers-servlet --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-containers-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/servlet/target/generated-sources/rsrc-gen added. [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.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.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] JDK-8318913 workaround: patched module-info.class requires version from [21.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.5: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] ------------------------------------------------------- ### text: Always pass on what you have learned. end: true ### CloseReason[1001,Going away.] ### binary: Always pass on what you have learned. end: false Jun 03, 2024 3:31:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Jun 03, 2024 3:31:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false [INFO] Running org.glassfish.tyrus.test.container.servlet.TyrusServletContainerInitializerLoaderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 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.x/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-containers-servlet --- [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.x/tests/containers/servlet/target/bom.xml [INFO] attaching as tyrus-tests-containers-servlet-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/servlet/target/bom.json [INFO] attaching as tyrus-tests-containers-servlet-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/containers/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.2.99-SNAPSHOT/tyrus-tests-containers-servlet-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/servlet/target/tyrus-tests-containers-servlet-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.2.99-SNAPSHOT/tyrus-tests-containers-servlet-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.2.99-SNAPSHOT/tyrus-tests-containers-servlet-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/containers/servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-containers-servlet/2.2.99-SNAPSHOT/tyrus-tests-containers-servlet-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------------< org.glassfish.tyrus.tests:tyrus-tests-e2e >-------------- [INFO] Building Tyrus End-to-End Tests 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/tests/e2e/target/bom.xml [INFO] attaching as tyrus-tests-e2e-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/target/bom.json [INFO] attaching as tyrus-tests-e2e-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.2.99-SNAPSHOT/tyrus-tests-e2e-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.2.99-SNAPSHOT/tyrus-tests-e2e-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e/2.2.99-SNAPSHOT/tyrus-tests-e2e-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-appconfig >--------- [INFO] Building Tyrus End-to-End Application Config Tests 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e-appconfig --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e-appconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/application-config/target/generated-sources/rsrc-gen added. [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.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.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 10 source files with javac [debug target 11 module-path] to target/test-classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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.5: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] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### ClientEndpoint onOpen() ### MyEndpointProgrammatic onOpen() ### MyDecoder111 willDecode(test) ### MyDecoder decode(test) ### MyEndpointProgrammatic onMessage() TyrusSession{uri=/e2e-test-appconfig/myEndpoint, id='606928de-c8e6-44a5-9443-336c8a2db907', 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@3a6bb9bf, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@34f7cfd9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@65f095f8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@59af0466, 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@3e6ef8ad, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@346d61be, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@55536d9e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@747edf66, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3d1cfad4, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@62230c58, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2cd2a21f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2e55dd0c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@74455848, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@e7edb54, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@378542de, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3738449f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@69e1dd28, 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='606928de-c8e6-44a5-9443-336c8a2db907', 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@3a6bb9bf, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@34f7cfd9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@65f095f8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@59af0466, 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@3e6ef8ad, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@346d61be, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@55536d9e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@747edf66, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3d1cfad4, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@62230c58, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2cd2a21f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2e55dd0c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@74455848, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@e7edb54, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@378542de, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3738449f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@69e1dd28, 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='570551b6-1c55-4f7d-af02-9c47b5cfbd15', 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@3a6bb9bf, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@34f7cfd9, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@65f095f8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@59af0466, 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@3e6ef8ad, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@346d61be, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@55536d9e, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@747edf66, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@3d1cfad4, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@62230c58, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2cd2a21f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2e55dd0c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@74455848, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@e7edb54, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@378542de, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@3738449f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@69e1dd28, type=class java.io.InputStream}]}} ### MyEncoder encode(MyType{s='test'}) ### ClientEndpoint onMessage() Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:09 PM 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 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 s -- in org.glassfish.tyrus.test.e2e.appconfig.EncoderDecoderLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.glassfish.tyrus.test.e2e.appconfig.EndpointLifecycleTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ErrorTest Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### CloseReason[1006,Closed abnormally.] Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:09 PM 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@2a0d813a[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@20f5ea4a[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@2e320024]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@6f0f0a1f[Shutting down, pool size = 2, active threads = 0, 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@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:519) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:919) ### CloseReason[1001,Going away.] at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Jun 03, 2024 3:31:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.136 s -- in org.glassfish.tyrus.test.e2e.appconfig.ErrorTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest Jun 03, 2024 3:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 03, 2024 3:31:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:10 PM 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+Zukj8D4hlvJaMkZl51wg==], 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@b34f958 :: [] ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@b34f958 :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@2200aeb4 :: [] ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension getName: ext2 ##### TestExtendedExtension getName: ext1 ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@2200aeb4 :: [] ##### TestExtendedExtension getName: ext2 org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='ef1f7683-514c-40dd-94c0-237016e97da7', 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@48793bef, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7d286fb6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3eb77ea8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7b8b43c7, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7aaca91a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@44c73c26, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@41005828, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@60b4beb4, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7fcf2fc1, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2141a12, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4196c360, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@41294f8, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@225129c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@20435c40, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@573906eb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@479ceda0, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6d07a63d, type=class java.io.InputStream}]}} ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[ACANvuP9Ig+/Uzx2XfXbeg0USc4=], sec-websocket-extensions=[ext1, ext2], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint server onMessage. client onMessage. Jun 03, 2024 3:31:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionOrderedEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionOrderedEndpoint, id='ef1f7683-514c-40dd-94c0-237016e97da7', 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@48793bef, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7d286fb6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3eb77ea8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@7b8b43c7, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7aaca91a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@44c73c26, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@41005828, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@60b4beb4, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@7fcf2fc1, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@2141a12, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4196c360, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@41294f8, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@225129c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@20435c40, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@573906eb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@479ceda0, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6d07a63d, type=class java.io.InputStream}]}} ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@b34f958 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@b34f958 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@2200aeb4 ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@2200aeb4 Jun 03, 2024 3:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 03, 2024 3:31:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:10 PM 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=[lehSLu4gta65pI6v2IyUpw==], Sec-WebSocket-Version=[13], Upgrade=[websocket]} ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@226608be :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### TestExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@31d7904e :: [] ##### TestExtendedExtension getName: TestExtendedExtension ##### afterResponse {connection=[Upgrade], sec-websocket-accept=[BgjNcml+Q2a9VGIyd2UL0dCP620=], sec-websocket-extensions=[TestExtendedExtension], upgrade=[websocket]} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='7c8b35b8-430b-49dc-8c2f-5a6b7b352a9b', 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@3af0a9da, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@43b9fd5, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@79dc5318, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@8e50104, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@37e4d7bb, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6f7923a5, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@74a6f9c1, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@54eb2b70, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@45a37759, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@63611043, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@20ca951f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2d778add, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@73302995, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1838ccb8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6c2ed0cd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7d9e8ef7, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@f107c50, type=class java.io.InputStream}]}} org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint server onMessage. client onMessage. Jun 03, 2024 3:31:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest$ExtendedExtensionEndpoint onClose TyrusSession{uri=/e2e-test-appconfig/extendedExtensionEndpoint, id='7c8b35b8-430b-49dc-8c2f-5a6b7b352a9b', 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@3af0a9da, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@43b9fd5, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@79dc5318, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@8e50104, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@37e4d7bb, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@6f7923a5, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@74a6f9c1, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@54eb2b70, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@45a37759, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@63611043, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@20ca951f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2d778add, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@73302995, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@1838ccb8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6c2ed0cd, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7d9e8ef7, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@f107c50, type=class java.io.InputStream}]}} ##### TestExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@226608be ##### TestExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@31d7904e [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.glassfish.tyrus.test.e2e.appconfig.ExtendedExtensionTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.InputStreamTest Jun 03, 2024 3:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 03, 2024 3:31:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 03, 2024 3:31:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:10 PM 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.appconfig.InputStreamTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.MaxSessionsTest Jun 03, 2024 3:31:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 03, 2024 3:31:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! Client connected to the server! Client connected to the server! Client session closed with reason: 'CloseReason[1013,Maximal number of open sessions per endpoint exceeded.]' Client session closed with reason: 'CloseReason[1000]' Server onClose e3e67f4b-4f7c-4285-8846-2831f567df2b, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 55c4948c-31ab-475a-a03b-4017be7bd9fd, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose 5f01aef3-defa-493e-9999-355998546621, CloseReason[1000] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:11 PM 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]' 3ac82dc6-0981-4835-90fa-e8f8314595a3, CloseReason[1000] Server onClose 5c0b5ea8-2474-4956-9a45-696cfcd019c1, CloseReason[1000] Client session closed with reason: 'CloseReason[1000]' Server onClose e22c6d5a-f855-4f94-bbb7-810e88c4d540, CloseReason[1000] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM 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 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:11 PM 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='83a1ae26-9662-4bc0-94c1-f259faded843', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@17ec98ae, 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@26dc1ce8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6f5b3771, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@77ae12c8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4f4cd7b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@4289ba51, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@745ffdce, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@73e089df, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@515d0dcd, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5e896e85, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@55334917, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@22ea8c1f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1b60ceea, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@e087645, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@413ced62, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@37400b2e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2a4a84b2, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@673d65e0, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-programmatic, id='83a1ae26-9662-4bc0-94c1-f259faded843', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$1@17ec98ae, 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@26dc1ce8, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6f5b3771, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@77ae12c8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4f4cd7b, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@4289ba51, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@745ffdce, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@73e089df, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@515d0dcd, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5e896e85, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@55334917, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@22ea8c1f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1b60ceea, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@e087645, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@413ced62, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@37400b2e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2a4a84b2, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@673d65e0, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:11 PM 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='62ad3ba1-0db7-4993-8d19-fd18e249f8b9', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@72995e6e, 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@746208b4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@a7c47f7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2542b0d8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1d90e030, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@79536c9e, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1178cfbc, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@210c693b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3b079c4a, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@59522028, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@e001191, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4c07f4db, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4b65c4dd, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@37efef9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@d7ceb9e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7e2e77c6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1b0817f2, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6f75ab5c, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-o, id='62ad3ba1-0db7-4993-8d19-fd18e249f8b9', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@72995e6e, 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@746208b4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@a7c47f7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2542b0d8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1d90e030, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@79536c9e, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@1178cfbc, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@210c693b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@3b079c4a, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@59522028, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@e001191, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@4c07f4db, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4b65c4dd, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@37efef9, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@d7ceb9e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7e2e77c6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1b0817f2, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6f75ab5c, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:11 PM 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='f77854cc-8f03-44ee-a16f-77b76b42b664', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@3922e6c2, 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@656a76c2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@41d6ef34, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@345bdec3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1ae12a7c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2c8b9384, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5ad2666e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@30150631, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@23b47885, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5353d8c4, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1a7b35d6, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2c79c26, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@237acab, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4fefc1d1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@cf9987f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3261036a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@d8ca379, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3c5c1a50, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omc, id='f77854cc-8f03-44ee-a16f-77b76b42b664', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@3922e6c2, 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@656a76c2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@41d6ef34, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@345bdec3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1ae12a7c, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2c8b9384, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5ad2666e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@30150631, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@23b47885, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@5353d8c4, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1a7b35d6, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@2c79c26, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@237acab, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@4fefc1d1, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@cf9987f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3261036a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@d8ca379, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3c5c1a50, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:11 PM 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='302b1593-0a81-4460-b9c0-a4d6cb6420f3', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@2921794d, 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@bf6e853, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@51bbfc4b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5aa9ccaf, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@78602da6, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@44e8f689, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4abf13fb, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5ee772b7, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@271369d0, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@24cc9f05, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@16de70ac, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@73c9ca0a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4fa8704a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@fdcfa0d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6a62b04a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@57c6ae96, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5be0be04, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@33043be7, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-c, id='302b1593-0a81-4460-b9c0-a4d6cb6420f3', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$3@2921794d, 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@bf6e853, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@51bbfc4b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5aa9ccaf, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@78602da6, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@44e8f689, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4abf13fb, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5ee772b7, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@271369d0, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@24cc9f05, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@16de70ac, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@73c9ca0a, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4fa8704a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@fdcfa0d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6a62b04a, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@57c6ae96, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5be0be04, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@33043be7, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1000] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:11 PM 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='3d07e803-0e80-4889-bfa3-096db19aac98', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@2648dc0d, 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@6905f7e6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5eb0ba76, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3838306b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@58703bd5, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1e0c4dfa, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@45b43747, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3c76ecf2, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6501d63a, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@199e34fd, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7d743686, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@76ee44a6, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1db5fc47, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@75640ad0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@29f8c2fc, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2d377811, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1f52ee34, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4a355584, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-m, id='3d07e803-0e80-4889-bfa3-096db19aac98', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@2648dc0d, 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@6905f7e6, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5eb0ba76, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3838306b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@58703bd5, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1e0c4dfa, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@45b43747, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@3c76ecf2, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6501d63a, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@199e34fd, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7d743686, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@76ee44a6, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1db5fc47, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@75640ad0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@29f8c2fc, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2d377811, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1f52ee34, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@4a355584, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:11 PM 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='81ddc061-eae0-46e2-a997-9e29b7b3c72f', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@4f5a9263, 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@6160b54a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@372a99d2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@30d51f1c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2b075aef, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@4fa97020, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@2c2e940e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@349b4368, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@255aa736, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2176ebcd, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@79a09509, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@174e0956, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@675d6f9e, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7163d83b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@c9613c3, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6b75afbe, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@67580cd1, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@815b201, type=class java.io.InputStream}]}} CLIENT onClose: TyrusSession{uri=ws://localhost:8025/e2e-test-appconfig/non-instantiable-test-annotated-omce, id='81ddc061-eae0-46e2-a997-9e29b7b3c72f', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest$2@4f5a9263, 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@6160b54a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@372a99d2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@30d51f1c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2b075aef, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@4fa97020, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@2c2e940e, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@349b4368, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@255aa736, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2176ebcd, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@79a09509, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@174e0956, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@675d6f9e, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7163d83b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@c9613c3, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@6b75afbe, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@67580cd1, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@815b201, type=class java.io.InputStream}]}} CLIENT onClose: CloseReason[1011,Unexpected condition.] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in org.glassfish.tyrus.test.e2e.appconfig.NoninstantiableEndpointTest [INFO] Running org.glassfish.tyrus.test.e2e.appconfig.ReaderWriterTest Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 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.x/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/application-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-e2e-appconfig --- [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.x/tests/e2e/application-config/target/bom.xml [INFO] attaching as tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/application-config/target/bom.json [INFO] attaching as tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/e2e/application-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/application-config/target/tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/application-config/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/application-config/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-appconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-appconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ------< org.glassfish.tyrus.tests:tyrus-tests-e2e-nondeployable >------- [INFO] Building Tyrus End-to-End Non-deployable Tests 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e-nondeployable --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e-nondeployable --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/non-deployable/target/generated-sources/rsrc-gen added. [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.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.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 22 source files with javac [debug target 11 module-path] to target/test-classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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.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.x/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/AnnotatedClassModelcheckingTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.x/tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/GetEndpointInstanceTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:31:13 PM 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 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM 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 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:31:13 PM 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 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 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 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:36491] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:36491 Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [056bde44-61d6-4748-a8da-7f0851d5f877] SENT: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [056bde44-61d6-4748-a8da-7f0851d5f877] RECEIVED: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:36491] Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### CloseReason[1006,Closed abnormally.] Jun 03, 2024 3:31:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Jun 03, 2024 3:31:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:36863] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:42095] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:34627] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:41223] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:38939] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:35017] Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:36863 Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:40325] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:39255] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:38271] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:34267] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:38939 Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:42095 Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:34627 Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:41223 Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:40325 Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:39255 Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:38271 Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:35017 Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:34267 Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [65ac2817-e996-48c4-b2cf-0007c2c1870a] SENT: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [65ac2817-e996-48c4-b2cf-0007c2c1870a] RECEIVED: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [b413fe77-7aa1-4c43-bbb5-b1e9b2b15c6e] SENT: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:36863] Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [b413fe77-7aa1-4c43-bbb5-b1e9b2b15c6e] RECEIVED: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:41223] Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [b99adff1-da89-42a0-83f8-fc58cb627735] SENT: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [9e643680-857b-4a25-9c22-84c88a2c869e] SENT: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [4f769f8d-06cb-498f-a7e1-084ea7eebd08] SENT: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [152a8e76-f6f2-4e36-b674-f445c01cf863] SENT: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [b99adff1-da89-42a0-83f8-fc58cb627735] RECEIVED: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [fe6b6f99-ac17-41c9-881b-58702e6ce33a] SENT: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [4f769f8d-06cb-498f-a7e1-084ea7eebd08] RECEIVED: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:38939] Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [8ea9d979-d50f-427e-86a2-b7e754a499a1] SENT: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:42095] Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [59aba149-56f9-4cea-8f8d-65b3cb79ceee] SENT: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [fe6b6f99-ac17-41c9-881b-58702e6ce33a] RECEIVED: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [152a8e76-f6f2-4e36-b674-f445c01cf863] RECEIVED: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [9e643680-857b-4a25-9c22-84c88a2c869e] RECEIVED: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [8ea9d979-d50f-427e-86a2-b7e754a499a1] RECEIVED: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [59aba149-56f9-4cea-8f8d-65b3cb79ceee] RECEIVED: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:38271] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:40325] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:34627] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:35017] Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1 onOpen INFO: Session [70ad1683-2672-4181-8150-389c39e90ecf] SENT: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:39255] Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest$1$1 onMessage INFO: Session [70ad1683-2672-4181-8150-389c39e90ecf] RECEIVED: It's a trap! Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:34267] Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 s -- in org.glassfish.tyrus.test.e2e.non_deployable.EphemeralPortTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:13 PM 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: B3fr7yfQQ/8zydV+Olg9Bg== # Sec-WebSocket-Version: 13 # Upgrade: websocket ##### MyExtendedExtension getName ##### MyExtendedExtension onExtensionNegotiation :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@4b40edeb :: [TyrusParameter{name='basicParam1', value='basicValue1'}] ##### MyExtendedExtension [[param1=value1]] ##### MyExtendedExtension ##### MyExtendedExtension getName ##### MyExtendedExtension onHandshakeResponse :: org.glassfish.tyrus.client.TyrusClientEngine$1@3fbc9bfe :: [TyrusParameter{name='param1', value='value1'}] ##### MyExtendedExtension getName ##### afterResponse # connection: Upgrade # sec-websocket-accept: YjR3BuMWcAG4J+6D0ORa9wCdcZI= # sec-websocket-extensions: MyExtendedExtension; param1=value1 # upgrade: websocket org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest$ExtendedExtensionEndpoint onOpen TyrusSession{uri=/e2e-test/extendedExtensionEndpoint, id='1b577ab6-6c9c-4774-b634-e4b6ad5d02b0', 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@24105dc5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5167f57d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@64b0598, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@18f8cd79, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3e2055d6, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@50029372, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@e3b3b2f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@50f6ac94, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6cc4cdb9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@28194a50, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7f2cfe3f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1a5b6f42, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5038d0b5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@32115b28, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2ad48653, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6bb4dd34, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7d9f158f, type=class java.io.InputStream}]}} ##### MyExtendedExtension processOutgoing :: 1 :: Frame{fin=true, rsv1=false, rsv2=false, rsv3=false, mask=true, opcode=1, payloadLength=37, maskingKey=-851480934} ##### 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 03, 2024 3:31:13 PM 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='1b577ab6-6c9c-4774-b634-e4b6ad5d02b0', 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@24105dc5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5167f57d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@64b0598, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@18f8cd79, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@3e2055d6, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@50029372, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@e3b3b2f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@50f6ac94, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@6cc4cdb9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@28194a50, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7f2cfe3f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1a5b6f42, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5038d0b5, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@32115b28, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2ad48653, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6bb4dd34, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7d9f158f, type=class java.io.InputStream}]}} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.core.TyrusWebSocketEngine$3@4b40edeb Jun 03, 2024 3:31:13 PM 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=784130103} ##### MyExtendedExtension destroy :: org.glassfish.tyrus.client.TyrusClientEngine$1@3fbc9bfe [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.tyrus.test.e2e.non_deployable.ExtendedExtensionTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/e2e-test/echoProgrammatic Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.tyrus.test.e2e.non_deployable.GetEndpointInstanceTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigPropertiesTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@52e7a6b2 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@29a5f4e7 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@79c97cb Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2d9caaeb Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@42a15bdc Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@44a59da3 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@27e47833 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6f6745d6 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@27508c5d Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4f704591 Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM 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.e2e.non_deployable.GrizzlyClientThreadPoolConfigsTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyContextPathTest Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM 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.e2e.non_deployable.GrizzlyContextPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2609b277 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1fd14d74 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@563e4951 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@4066c471 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$2 newThread INFO: Selector thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@2b175c00 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@3eb81efb Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@1ae8bcbc Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@6cdba6dc Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@7d3d101b Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.test.e2e.non_deployable.GrizzlyServerThreadPoolConfigsTest$1 newThread INFO: Worker thread factory called: org.glassfish.grizzly.threadpool.SyncThreadPool$SyncThreadWorker@30c8681 Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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.002 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.410 s -- in org.glassfish.tyrus.test.e2e.non_deployable.JdkClientContainerHangTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:14 PM 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 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM 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 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.glassfish.tyrus.test.e2e.non_deployable.MaxMessageSizeDeploymentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.glassfish.tyrus.test.e2e.non_deployable.OnCloseTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. ### CloseReason[1006,Closed abnormally.] Jun 03, 2024 3:31:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false Jun 03, 2024 3:31:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.304 s -- in org.glassfish.tyrus.test.e2e.non_deployable.PathParamTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest Jun 03, 2024 3:31:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jun 03, 2024 3:31:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.033 s -- in org.glassfish.tyrus.test.e2e.non_deployable.RedirectTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. RetryAfterException received. received message: Do or do not, there is no try. Jun 03, 2024 3:31:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Jun 03, 2024 3:31:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Jun 03, 2024 3:31:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Jun 03, 2024 3:31:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Jun 03, 2024 3:31:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:18 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Jun 03, 2024 3:31:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:18 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:18 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Jun 03, 2024 3:31:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ### CloseReason[1006,Closed abnormally.] Jun 03, 2024 3:31:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Jun 03, 2024 3:31:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false received message: Do or do not, there is no try. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. received message: Do or do not, there is no try. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8026] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.282 s -- in org.glassfish.tyrus.test.e2e.non_deployable.RetryAfterTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.SameHeadersOnClientTest Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Jun 03, 2024 3:31:20 PM 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 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.glassfish.tyrus.test.e2e.non_deployable.ServerEndpointPathTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-203] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-204] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-205] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-206] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:20 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-207] Started. Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:20 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-208] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-209] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-210] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-211] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-212] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-213] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-214] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-215] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-216] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-217] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-218] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-219] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-220] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-221] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-222] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-223] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-224] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-225] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-226] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-227] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-228] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-229] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-230] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-231] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-232] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-233] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-234] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-235] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-236] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-237] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-238] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-239] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-240] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-241] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-242] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-243] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-244] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.284 s -- in org.glassfish.tyrus.test.e2e.non_deployable.ServerExecutorsManagementTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-245] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 4.0.0 org.glassfish.tyrus.tests tyrus-tests-e2e 2.2.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 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.glassfish.tyrus.test.e2e.non_deployable.StandaloneServerStaticContentTest [INFO] Running org.glassfish.tyrus.test.e2e.non_deployable.WsadlTest Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-246] Started. Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. -1 ### Jun 03, 2024 3:31:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 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.x/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-e2e-nondeployable --- [INFO] CycloneDX: Resolving Dependencies ### CloseReason[1006,Closed abnormally.] Jun 03, 2024 3:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Jun 03, 2024 3:31:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:22 PM 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@455b8070[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@4fa3eb00[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@41641c84]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@5916bf[Shutting down, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3] ### CloseReason[1001,Going away.] Jun 03, 2024 3:31:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065) Jun 03, 2024 3:31:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. 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@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:519) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1022) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:72) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 03, 2024 3:31:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Jun 03, 2024 3:31:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false [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.x/tests/e2e/non-deployable/target/bom.xml [INFO] attaching as tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/non-deployable/target/bom.json [INFO] attaching as tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/e2e/non-deployable/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.2.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/non-deployable/target/tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.2.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/non-deployable/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.2.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/non-deployable/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-nondeployable/2.2.99-SNAPSHOT/tyrus-tests-e2e-nondeployable-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --------< org.glassfish.tyrus.tests:tyrus-tests-e2e-stdconfig >--------- [INFO] Building Tyrus End-to-End Standard Config Tests 2.2.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] 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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e-stdconfig --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e-stdconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/standard-config/target/generated-sources/rsrc-gen added. [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.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 95 source files with javac [debug target 11 module-path] to target/test-classes ### CloseReason[1006,Closed abnormally.] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.09 s -- in org.glassfish.tyrus.test.standard_config.MessageSequenceTest [INFO] Running org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest [INFO] Running org.glassfish.tyrus.test.standard_config.OnCloseTest Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.SessionTestAllMethodsAfterCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:544) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:207) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:658) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:590) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:866) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 #### received: CloseReason[1000] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 #### received: CloseReason[1001] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 #### received: CloseReason[1002] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 #### received: CloseReason[1003] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 #### received: CloseReason[1007] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 #### received: CloseReason[1008] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 #### received: CloseReason[1009] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 #### received: CloseReason[1010] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 #### received: CloseReason[1011] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 #### received: CloseReason[1012] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 #### received: CloseReason[1013] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 ### Received closeReason: 1000 Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 ### Received closeReason: 1001 Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 ### Received closeReason: 1002 Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 ### Received closeReason: 1003 Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 ### Received closeReason: 1007 Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 ### Received closeReason: 1008 Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 ### Received closeReason: 1009 Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 ### Received closeReason: 1010 Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 ### Received closeReason: 1011 Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 ### Received closeReason: 1000 Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 ### Received closeReason: 1000 Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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] --- surefire:3.2.5: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 Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: prefixtestHello Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client connected to the server! ##### Test Bean: Received message: hello Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 s -- in org.glassfish.tyrus.test.standard_config.AnnotatedClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.AsyncTimeoutTest Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM 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.AsyncTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryStreamDecoderTest Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM 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.test.standard_config.BinaryStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.BinaryTest Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.glassfish.tyrus.test.standard_config.BinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingBinaryTest Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. BLOCKINGBCLIENT opened ! BLOCKINGBCLIENT Client sending data to the blocking output stream. BLOCKINGBSERVER opened ! ### 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 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM 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.test.standard_config.BlockingBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingInputTest Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.DoubleCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:544) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:207) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:658) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:590) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:866) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.219 s -- in org.glassfish.tyrus.test.standard_config.OnCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.OriginTest Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. org.glassfish.tyrus.client.exception.DeploymentHandshakeException: Handshake error. at org.glassfish.tyrus.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.client.exception.Exceptions.deploymentException(Exceptions.java:38) at org.glassfish.tyrus.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager$3$1.run(ClientManager.java:622) at org.glassfish.tyrus.client@2.2.99-SNAPSHOT/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@2.2.99-SNAPSHOT/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@2.2.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:460) at org.glassfish.tyrus.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.lambda$connectToServer$2(ClientManager.java:313) at org.glassfish.tyrus.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.tryCatchInterruptedExecutionEx(ClientManager.java:324) at org.glassfish.tyrus.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:313) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.OriginTest.testInvalidOrigin(OriginTest.java:93) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit@4.13.2/org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at junit@4.13.2/org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at junit@4.13.2/org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at junit@4.13.2/org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at junit@4.13.2/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at junit@4.13.2/org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at junit@4.13.2/org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at junit@4.13.2/org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at junit@4.13.2/org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at junit@4.13.2/org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at junit@4.13.2/org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at junit@4.13.2/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at junit@4.13.2/org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java: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@2.2.99-SNAPSHOT/org.glassfish.tyrus.client.TyrusClientEngine.processResponse(TyrusClientEngine.java:308) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleHandshake(GrizzlyClientFilter.java:323) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleRead(GrizzlyClientFilter.java:292) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.tyrus.test.standard_config.OriginTest [INFO] Running org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s -- in org.glassfish.tyrus.test.standard_config.BlockingInputTest [INFO] Running org.glassfish.tyrus.test.standard_config.BlockingStreamingTextTest Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. BLOCKINGCLIENT opened ! BLOCKINGSERVER 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 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM 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.BlockingStreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.BroadcasterTest Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM 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 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.StringEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TextBuffer.appendMessagePart(TextBuffer.java:41) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:961) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.checkClosedSession(InputStreamBuffer.java:197) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.getNextByte(InputStreamBuffer.java:92) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.BufferedInputStream.read(BufferedInputStream.java:42) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.BufferSizeTest$InputStreamEndpoint.doThat(BufferSizeTest.java:349) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:655) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer$1.run(InputStreamBuffer.java:158) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.InputStreamEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.InputStreamBuffer.appendMessagePart(InputStreamBuffer.java:141) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1044) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ByteArrayEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.BinaryBuffer.appendMessagePart(BinaryBuffer.java:54) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1064) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:67) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. java.io.IOException: Websocket session has been closed. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.checkClosedSession(ReaderBuffer.java:195) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.getNextChars(ReaderBuffer.java:92) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.BufferedStringReader.read(BufferedStringReader.java:42) at java.base/java.io.Reader.read(Reader.java:240) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.BufferSizeTest$ReaderEndpoint.doThat(BufferSizeTest.java:250) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:655) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer$1.run(ReaderBuffer.java:155) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.BufferSizeTest.ReaderEndpoint. org.glassfish.tyrus.core.MessageTooBigException: Partial message could not be delivered due to buffer overflow. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ReaderBuffer.appendMessagePart(ReaderBuffer.java:136) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:941) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s -- in org.glassfish.tyrus.test.standard_config.BufferSizeTest [INFO] Running org.glassfish.tyrus.test.standard_config.BufferedInputStreamTest Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:27 PM 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@2aac7893 Server successfully got message: 1234 Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM 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.BufferedInputStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientCloseTest Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. pool-10-thread-3 <286, 429) pool-10-thread-5 <572, 715) pool-10-thread-7 <858, 1000) pool-10-thread-6 <715, 858) pool-10-thread-4 <429, 572) pool-10-thread-1 <0, 143) pool-10-thread-2 <143, 286) Received messages: 1000/1000 Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.glassfish.tyrus.test.standard_config.ClientCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8026] Jun 03, 2024 3:31:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.158 s -- in org.glassfish.tyrus.test.standard_config.ClientExecutorsManagementTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientManagerTest Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM 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 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.glassfish.tyrus.test.standard_config.ClientManagerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientReconnectHandlerTest Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Reconnecting... (reconnect count: 1) ### Reconnecting... (reconnect count: 2) ### Reconnecting... (reconnect count: 3) Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM 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 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM 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.standard_config.ClientReconnectHandlerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ClientTest Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM 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 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.glassfish.tyrus.test.standard_config.ClientTest [INFO] Running org.glassfish.tyrus.test.standard_config.ControlFrameInDataStreamTest Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM 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.ControlFrameInDataStreamTest [INFO] Running org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.glassfish.tyrus.test.standard_config.CustomMaskingKeyGeneratorTest [INFO] Running org.glassfish.tyrus.test.standard_config.DecodedObjectTest Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM 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 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM 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 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM 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 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.glassfish.tyrus.test.standard_config.DecodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.EncodedObjectTest Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM 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 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = hello Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM 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 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Sent message: hello Received message = encoded5 Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.glassfish.tyrus.test.standard_config.EncodedObjectTest [INFO] Running org.glassfish.tyrus.test.standard_config.EncoderBinaryStreamTest Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM 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 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.ExtensionsTest.ExtensionsTestEndpoint. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@16a1de9a[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@38635d73[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@7d61c41b]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@52d73ddc[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2081) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:841) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:519) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusRemoteEndpoint$Basic.sendObject(TyrusRemoteEndpoint.java:178) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:658) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:590) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:866) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.glassfish.tyrus.test.standard_config.ExtensionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.tyrus.test.standard_config.GenericClientEndpointTest [INFO] Running org.glassfish.tyrus.test.standard_config.HandshakeTest Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:30 PM 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 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.tyrus.test.standard_config.HandshakeTest [INFO] Running org.glassfish.tyrus.test.standard_config.HeartbeatTest Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:30 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:30 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jun 03, 2024 3:31:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jun 03, 2024 3:31:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jun 03, 2024 3:31:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.240 s -- in org.glassfish.tyrus.test.standard_config.HeartbeatTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloBinaryTest Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM 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 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM 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.HelloBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTest Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM 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.standard_config.HelloTest [INFO] Running org.glassfish.tyrus.test.standard_config.HelloTextTest Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM 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='5d25775f-16b5-47ae-be83-49f7249c058f', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@773f7880, contextPath='/e2e-test', endpointPath=/e2e-test/hellotext, encoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@878452d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@426b6a74, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4c51bb7, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@83298d7, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@42a9e5d1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5b080f3a, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@773cbf4f, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@6b54655f, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@665e9289, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7d3430a7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@6f603e89, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2756c0a7, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@350ec41e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@69637b10, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@71984c3, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@165b2f7f, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@5536379e, type=class java.io.InputStream}]}} HELLOCLIENT received: server hello Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM 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.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 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: {"REPLY":"Danny"} Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM 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.JsonTest [INFO] Running org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest.Endpoint2. org.glassfish.tyrus.core.MessageTooBigException: Message too long; allowed message size is 5 bytes. (Current message length is 6 bytes). at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkMessageSize(TyrusSession.java:556) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:627) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:922) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:118) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s -- in org.glassfish.tyrus.test.standard_config.MaxMessageSizeTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageHandlersTest Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Client received message: [1, 2, 3, 4, 5, 6, 7, 8, 9] Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Jun 03, 2024 3:31:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Jun 03, 2024 3:31:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client received message: In my experience, there's no such thing as luck. Client received message: In my experience, there's no such thing as luck. Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.235 s -- in org.glassfish.tyrus.test.standard_config.MessageHandlersTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageParamOrderTest Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:37 PM 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.MessageParamOrderTest [INFO] Running org.glassfish.tyrus.test.standard_config.MessageSequenceTest Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] ### CloseReason[1001,Going away.] Jun 03, 2024 3:31:38 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### text: Always pass on what you have learned. end: false Jun 03, 2024 3:31:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Jun 03, 2024 3:31:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### text: Always pass on what you have learned. end: true ### OnError: ### CloseReason[1001,Going away.] java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5e6626c3[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@1f5b2cf8[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@1b64abcb]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@42ecae40[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2081) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:841) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:519) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:1022) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:155) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.BinaryFrame.respond(BinaryFrame.java:72) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM 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 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.27 s -- in org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest [INFO] Running org.glassfish.tyrus.test.standard_config.PartialBinaryTest Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.glassfish.tyrus.test.standard_config.PartialBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.PingPongTest Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "" ### PingPongEndpoint - received pong "" Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "" ### Client - received pong "" Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.core.TyrusEndpointWrapper onError WARNING: Unexpected error, closing connection. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@434dbd13[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@270b728[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@64f33be]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@750aec9c[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@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:519) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusRemoteEndpoint.sendPong(TyrusRemoteEndpoint.java:454) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPing(TyrusEndpointWrapper.java:1213) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onPing(TyrusWebSocket.java:209) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.PingFrame.respond(PingFrame.java:46) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:833) Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "ping message client" ### Client - received pong "ping message client" Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "ping message server" ### PingPongEndpoint - received pong "ping message server" Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.glassfish.tyrus.test.standard_config.PingPongTest [INFO] Running org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM 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 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest [INFO] Running org.glassfish.tyrus.test.standard_config.ProxyTest Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Handle CONNECT start . . . Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Handle CONNECT start . . . Connection to proxy established. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.025 s -- in org.glassfish.tyrus.test.standard_config.ProxyTest [INFO] Running org.glassfish.tyrus.test.standard_config.QueryParamTest Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM 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.QueryParamTest [INFO] Running org.glassfish.tyrus.test.standard_config.ReaderWriterTest Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.glassfish.tyrus.test.standard_config.ReaderWriterTest [INFO] Running org.glassfish.tyrus.test.standard_config.RemoteTest Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.glassfish.tyrus.test.standard_config.RemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.RequestParameterMapTest Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.tyrus.test.standard_config.RequestParameterMapTest [INFO] Running org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. RECEIVED HEADERS: [my-header-value-1, my-header-value-2] Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:40 PM 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 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM 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.ServerSessionConnectToServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='3fb692fe-5120-4b89-baa4-a2a01400fbcd', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@7df6d663, 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@13d019a4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2c30c81d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@415a3f6a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@a54acec, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@19da993b, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3380ca3d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@23310248, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@c2df90e, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@41f3aaf1, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@741741d0, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5f9f3e58, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3c19592c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@60e1d87c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2eb60c71, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@87d9a01, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7e5b621b, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@10177794, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='db92f63d-df65-44cf-8849-23923d02baa2', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@582f23cf, 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@1d2da6ae, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@75d78704, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2c7af92f, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@d6a8634, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@7d0259e1, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@34240ee2, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4fec3ac8, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@166e4e27, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@794cc05a, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6d0b828f, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@431fcf9c, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@27e4aeae, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@38b5e418, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@99b167b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@34454bfb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@36560203, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@21d4a5f5, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='5c53fa04-8683-477f-b629-6bb04a744967', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@7df6d663, 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@13d019a4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2c30c81d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@415a3f6a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@a54acec, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@19da993b, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3380ca3d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@23310248, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@c2df90e, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@41f3aaf1, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@741741d0, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5f9f3e58, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3c19592c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@60e1d87c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2eb60c71, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@87d9a01, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7e5b621b, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@10177794, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='53fe03e2-006a-4340-9352-91adc9f8452b', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@701c9c5b, 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@351e0c3c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@681ee81b, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4e1d821, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@100b62a2, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5531f373, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@4a7097fe, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@405a6e41, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@b0f0a9a, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@517fcae3, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@1f7e7855, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@cc5359d, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@7feda545, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@50ea4089, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@3cba3611, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@197685c6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@b23dc20, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@94f3bc5, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='8327041e-75be-43bb-8131-0b5717a0baad', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@7df6d663, 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@13d019a4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2c30c81d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@415a3f6a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@a54acec, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@19da993b, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3380ca3d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@23310248, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@c2df90e, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@41f3aaf1, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@741741d0, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5f9f3e58, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3c19592c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@60e1d87c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2eb60c71, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@87d9a01, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7e5b621b, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@10177794, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='2c35a77e-0688-4b51-bd6e-e73c0d6ddb74', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@6edda1e6, 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@2bdf3259, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@61e42cce, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@1a3e39b8, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@19ef7988, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@4bf0cd16, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@bb21afa, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@60aa01cd, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2eb1769, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4fbef25f, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@54c04498, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@645493a4, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3e5e8018, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@64ab186, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5078c153, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@10f1b14b, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@5ae5ad0d, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@9f0e156, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='fd26f817-27ae-494b-9013-4a1fe9e8c232', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@7df6d663, 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@13d019a4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2c30c81d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@415a3f6a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@a54acec, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@19da993b, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3380ca3d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@23310248, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@c2df90e, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@41f3aaf1, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@741741d0, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5f9f3e58, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3c19592c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@60e1d87c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2eb60c71, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@87d9a01, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7e5b621b, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@10177794, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='a7acf8c0-c607-46fb-98cb-d028a68b9539', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@25558164, 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@60570baa, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@206ab0fe, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@517d4beb, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@58aaae01, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@78f4e5, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@75604954, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@4e797600, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@43ae0368, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@4360824, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@736bcb1f, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@76277a04, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@45a192eb, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7162d553, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5c7cdb53, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@11467d82, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@58b9938b, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3f161d82, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='98dd4c01-d1f7-4900-80ed-37ef41b9988a', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@7df6d663, 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@13d019a4, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2c30c81d, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@415a3f6a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@a54acec, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@19da993b, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3380ca3d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@23310248, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@c2df90e, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@41f3aaf1, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@741741d0, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5f9f3e58, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3c19592c, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@60e1d87c, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@2eb60c71, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@87d9a01, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@7e5b621b, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@10177794, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='7ee41933-e0a1-4172-bc4c-e6bc7d0ecc37', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$3@11321990, 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@8d30542, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@20e9cdb8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@70e28fca, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@711de6df, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@61f404ab, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@f1e8120, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6be6c3d6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@7553fb6b, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@34436836, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@4faff81f, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@120a6a4f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@78e853c6, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@57c59635, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@671ae3d2, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@2683a56c, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@1c4fa419, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@67c0ed9b, type=class java.io.InputStream}]}} Jun 03, 2024 3:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 s -- in org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Jun 03, 2024 3:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Jun 03, 2024 3:31:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Jun 03, 2024 3:31:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Jun 03, 2024 3:31:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Jun 03, 2024 3:31:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Jun 03, 2024 3:31:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### CloseReason[1006,Closed abnormally.] Jun 03, 2024 3:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Jun 03, 2024 3:31:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:42 PM 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@6adf9b29[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@6027f059[Wrapped task = org.glassfish.tyrus.core.TyrusSession$IdleTimeoutCommand@6ee0022d]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@2bade326[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2] ### CloseReason[1001,Going away.] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2081) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:841) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:340) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:562) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.restartIdleTimeoutExecutor(TyrusSession.java:519) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onPartialMessage(TyrusEndpointWrapper.java:919) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onFragment(TyrusWebSocket.java:170) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:113) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) Jun 03, 2024 3:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jun 03, 2024 3:31:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Jun 03, 2024 3:31:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Jun 03, 2024 3:31:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:42 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:42 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Jun 03, 2024 3:31:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:42 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Message received: Nothing Message received: Nothing Message received: Nothing Client message received Jun 03, 2024 3:31:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Jun 03, 2024 3:31:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### CloseReason[1006,Closed abnormally.] Jun 03, 2024 3:31:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Jun 03, 2024 3:31:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false Jun 03, 2024 3:31:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. 1717428707029### !closed CloseReason[1006,Closed abnormally.] Jun 03, 2024 3:31:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### CloseReason[1006,Closed abnormally.] Jun 03, 2024 3:31:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Jun 03, 2024 3:31:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.948 s -- in org.glassfish.tyrus.test.standard_config.SessionTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest 1717428711036### !closed CloseReason[1006,Closed abnormally.] [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 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.tyrus.test.standard_config.SimpleRemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:51 PM 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 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.tyrus.test.standard_config.StreamingBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGSERVER opened ! Wrapped: Basic STREAMINGCLIENT opened ! Server sending: thank 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 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextTest Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:51 PM 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 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM 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.StreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.SubProtocolTest Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM 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.SubProtocolTest [INFO] Running org.glassfish.tyrus.test.standard_config.TestHello404 Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.tyrus.test.standard_config.TestHello404 [INFO] Running org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM 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.standard_config.TextStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus109Test Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:51 PM 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@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.onError(AnnotatedEndpoint.java:586) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:559) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.onOpen(AnnotatedEndpoint.java:606) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onConnect(TyrusEndpointWrapper.java:761) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onConnect(TyrusWebSocket.java:139) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusConnection.(TyrusWebSocketEngine.java:806) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$SuccessfulUpgradeInfo.createConnection(TyrusWebSocketEngine.java:742) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleHandshake(GrizzlyServerFilter.java:247) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:180) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/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.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(Tyrus109Test.java:66) ... 27 more Caused by: java.lang.RuntimeException: testException at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.open(Tyrus109Test.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) ... 20 more ### CloseReason[1006,Closed abnormally.] Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned.1 end: false Jun 03, 2024 3:31:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 s -- in org.glassfish.tyrus.test.standard_config.Tyrus109Test [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus203Test Jun 03, 2024 3:31:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Jun 03, 2024 3:31:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. 448163dd-a8d5-4e38-a339-d4c873b16fdf Client2 @OnMessage -> second:test 001b14a5-1160-4c52-a90d-418547d4908e Client1 @OnMessage -> first:test Jun 03, 2024 3:31:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.tyrus.test.standard_config.Tyrus203Test [INFO] Running org.glassfish.tyrus.test.standard_config.userproperties.OnOpenTest Jun 03, 2024 3:31:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-203] Started. Jun 03, 2024 3:31:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:52 PM 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.userproperties.OnOpenTest [INFO] Running org.glassfish.tyrus.test.standard_config.userproperties.UserPropertiesTest Jun 03, 2024 3:31:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-204] Started. Jun 03, 2024 3:31:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-205] Started. Jun 03, 2024 3:31:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s -- in org.glassfish.tyrus.test.standard_config.userproperties.UserPropertiesTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 193, 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.x/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/standard-config/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-e2e-stdconfig --- [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.x/tests/e2e/standard-config/target/bom.xml [INFO] attaching as tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/standard-config/target/bom.json [INFO] attaching as tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/e2e/standard-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/standard-config/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/standard-config/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jdk8 >----------- [INFO] Building Tyrus End-to-End Java 8 Tests 2.2.99-SNAPSHOT [44/69] [INFO] from tests/e2e/jdk8/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-jdk8 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-jdk8 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e-jdk8 --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jdk8/target/generated-sources/rsrc-gen added. [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.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.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 4 source files with javac [debug target 11 module-path] to target/test-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.x/tests/e2e/jdk8/src/test/java/module-info.java:[21,36] module name component jdk8 should avoid terminal digits [INFO] [INFO] --- surefire:3.2.5: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 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:31:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### CloseReason[1006,Closed abnormally.] Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Jun 03, 2024 3:31:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### text: Always pass on what you have learned. end: true ### CloseReason[1001,Going away.] Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### binary: Always pass on what you have learned. end: false Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Jun 03, 2024 3:31:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### text: Always pass on what you have learned. end: false ### Received: Do or do not, there is no try. (from your server) ### Client session closed: CloseReason[1000] Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s -- in org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:31:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:54 PM 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 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:31:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:54 PM 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 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:54 PM 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.e2e.jdk8.LambdaTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:31:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:54 PM 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 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:31:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:54 PM 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 03, 2024 3:31:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:54 PM 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.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.x/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-e2e-jdk8 --- [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.x/tests/e2e/jdk8/target/bom.xml [INFO] attaching as tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jdk8/target/bom.json [INFO] attaching as tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/e2e/jdk8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.2.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.2.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jdk8/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.2.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jdk8/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.2.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.2.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.2.99-SNAPSHOT [45/69] [INFO] from tests/e2e/jetty/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-jetty --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-jetty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e-jetty --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-e2e-jetty --- [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.x/tests/e2e/jetty/target/bom.xml [INFO] attaching as tyrus-tests-e2e-jetty-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/target/bom.json [INFO] attaching as tyrus-tests-e2e-jetty-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/e2e/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jetty/2.2.99-SNAPSHOT/tyrus-tests-e2e-jetty-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jetty/2.2.99-SNAPSHOT/tyrus-tests-e2e-jetty-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jetty/2.2.99-SNAPSHOT/tyrus-tests-e2e-jetty-2.2.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.2.99-SNAPSHOT [46/69] [INFO] from tests/e2e/jetty/auth-basic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-auth-basic --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-auth-basic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e-auth-basic --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/target/generated-sources/rsrc-gen added. [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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [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 --- ### CloseReason[1006,Closed abnormally.] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.10 s -- in org.glassfish.tyrus.test.standard_config.MessageSequenceTest [INFO] Running org.glassfish.tyrus.test.standard_config.ModifyRequestResponseHeadersTest Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM 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.ModifyRequestResponseHeadersTest [INFO] Running org.glassfish.tyrus.test.standard_config.OnCloseTest Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.SessionTestAllMethodsAfterCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:544) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:207) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:658) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:590) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:866) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 #### received: CloseReason[1000] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 #### received: CloseReason[1001] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 #### received: CloseReason[1002] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 #### received: CloseReason[1003] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 #### received: CloseReason[1007] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 #### received: CloseReason[1008] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 #### received: CloseReason[1009] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 #### received: CloseReason[1010] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 #### received: CloseReason[1011] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 #### received: CloseReason[1012] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 #### received: CloseReason[1013] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1000 ### Received closeReason: 1000 Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1001 ### Received closeReason: 1001 Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1002 ### Received closeReason: 1002 Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1003 ### Received closeReason: 1003 Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1007 ### Received closeReason: 1007 Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1008 ### Received closeReason: 1008 Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1009 ### Received closeReason: 1009 Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1010 ### Received closeReason: 1010 Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1011 ### Received closeReason: 1011 Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1012 ### Received closeReason: 1000 Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Testing CloseCode 1013 ### Received closeReason: 1000 Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Jun 03, 2024 3:31:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:58 PM org.glassfish.tyrus.core.AnnotatedEndpoint onError INFO: Unhandled exception in endpoint org.glassfish.tyrus.test.standard_config.OnCloseTest.DoubleCloseEndpoint. java.lang.IllegalStateException: The connection has been closed. at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.checkConnectionState(TyrusSession.java:544) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.getBasicRemote(TyrusSession.java:207) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint$WholeHandler$1.onMessage(AnnotatedEndpoint.java:658) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusSession.notifyMessageHandlers(TyrusSession.java:590) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onMessage(TyrusEndpointWrapper.java:866) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onMessage(TyrusWebSocket.java:196) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.frame.TextFrame.respond(TextFrame.java:116) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.ProtocolHandler.process(ProtocolHandler.java:826) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusReadHandler.handle(TyrusWebSocketEngine.java:552) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter$ProcessTask.execute(GrizzlyServerFilter.java:367) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:91) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.TaskProcessor.processTask(TaskProcessor.java:68) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:193) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jun 03, 2024 3:31:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.369 s -- in org.glassfish.tyrus.test.standard_config.OnCloseTest [INFO] Running org.glassfish.tyrus.test.standard_config.OriginTest Jun 03, 2024 3:31:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Jun 03, 2024 3:31:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. org.glassfish.tyrus.client.exception.DeploymentHandshakeException: Handshake error. at org.glassfish.tyrus.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.client.exception.Exceptions.deploymentException(Exceptions.java:38) at org.glassfish.tyrus.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager$3$1.run(ClientManager.java:622) at org.glassfish.tyrus.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager$3.run(ClientManager.java:657) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at org.glassfish.tyrus.client@2.2.99-SNAPSHOT/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@2.2.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:460) at org.glassfish.tyrus.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.lambda$connectToServer$2(ClientManager.java:313) at org.glassfish.tyrus.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.tryCatchInterruptedExecutionEx(ClientManager.java:324) at org.glassfish.tyrus.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.client.ClientManager.connectToServer(ClientManager.java:313) at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.OriginTest.testInvalidOrigin(OriginTest.java:93) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at junit@4.13.2/org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at junit@4.13.2/org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at junit@4.13.2/org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at junit@4.13.2/org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at junit@4.13.2/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at junit@4.13.2/org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at junit@4.13.2/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at junit@4.13.2/org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at junit@4.13.2/org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at junit@4.13.2/org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at junit@4.13.2/org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at junit@4.13.2/org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at junit@4.13.2/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at junit@4.13.2/org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java: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@2.2.99-SNAPSHOT/org.glassfish.tyrus.client.TyrusClientEngine.processResponse(TyrusClientEngine.java:308) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleHandshake(GrizzlyClientFilter.java:323) at org.glassfish.tyrus.container.grizzly.client@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.client.GrizzlyClientFilter.handleRead(GrizzlyClientFilter.java:292) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jun 03, 2024 3:31:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:31:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Jun 03, 2024 3:31:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:31:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.tyrus.test.standard_config.OriginTest [INFO] Running org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest Jun 03, 2024 3:31:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:31:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Jun 03, 2024 3:31:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:31:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. pool-10-thread-7 <858, 1000) pool-10-thread-6 <715, 858) pool-10-thread-4 <429, 572) pool-10-thread-5 <572, 715) pool-10-thread-3 <286, 429) pool-10-thread-2 <143, 286) pool-10-thread-1 <0, 143) Received messages: 1000/1000 Jun 03, 2024 3:32:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:00 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Jun 03, 2024 3:32:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Jun 03, 2024 3:32:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:03 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:03 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:03 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Jun 03, 2024 3:32:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:03 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Logging initialized @219084ms [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.x/tests/e2e/jetty/auth-basic/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/continuous-integration_2.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.x/tests/e2e/jetty/auth-basic/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/src/main/webapp [INFO] jetty-9.2.1.v20140609 [WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@2ab48939{/,file:/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/src/main/webapp/} java.lang.RuntimeException: Error scanning file BasicAuthEchoEndpoint.class at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:708) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:833) Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.eclipse.jetty.annotations.AnnotationParser.scanClass (AnnotationParser.java:973) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:702) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:833) [WARNING] !RequestLog [INFO] Started ServerConnector@4176ac94{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @219310ms [INFO] Started Jetty Server [INFO] [INFO] --- surefire:3.2.5: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@4176ac94{HTTP/1.1}{0.0.0.0:8025} [INFO] Stopped o.e.j.m.p.JettyWebAppContext@2ab48939{/,file:/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_2.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.x/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-e2e-auth-basic --- [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.x/tests/e2e/jetty/auth-basic/target/bom.xml [INFO] attaching as tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/target/bom.json [INFO] attaching as tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.2.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.x/tests/e2e/jetty/auth-basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.2.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.2.99-SNAPSHOT [47/69] [INFO] from tests/e2e/jetty/auth-digest/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-e2e-auth-digest --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-e2e-auth-digest --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e-auth-digest --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/target/generated-sources/rsrc-gen added. [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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [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.x/tests/e2e/jetty/auth-digest/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/continuous-integration_2.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.x/tests/e2e/jetty/auth-digest/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/src/main/webapp [INFO] jetty-9.2.1.v20140609 [WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@6981df3f{/,file:/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/src/main/webapp/} java.lang.RuntimeException: Error scanning file DigestAuthEchoEndpoint.class at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:708) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:833) Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.eclipse.jetty.annotations.AnnotationParser.scanClass (AnnotationParser.java:973) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:702) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:833) [WARNING] !RequestLog [INFO] Started ServerConnector@661d2276{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @220702ms [INFO] Started Jetty Server [INFO] [INFO] --- surefire:3.2.5: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@661d2276{HTTP/1.1}{0.0.0.0:8025} Received messages: 1000/1000 Jun 03, 2024 3:32:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:06 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Jun 03, 2024 3:32:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:06 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Stopped o.e.j.m.p.JettyWebAppContext@6981df3f{/,file:/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_2.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.x/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-e2e-auth-digest --- [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.x/tests/e2e/jetty/auth-digest/target/bom.xml [INFO] attaching as tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/target/bom.json [INFO] attaching as tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.2.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.x/tests/e2e/jetty/auth-digest/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.glassfish.tyrus.tests:tyrus-release-test >------------ [INFO] Building Tyrus Release Test 2.2.99-SNAPSHOT [48/69] [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-release-test --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-release-test --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-release-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/src/main/java/org/glassfish/tyrus/test/artifacts/MavenUtil.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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 5 source files with javac [debug target 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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 websocket-api.version in archetype pom ../../archetypes/echo/src/main/resources/archetype-resources/pom.xml is equal to Tyrus 2.2.0 (pass) The property java.version in archetype pom ../../archetypes/echo/src/main/resources/archetype-resources/pom.xml is equal to Tyrus 11 (pass) The property maven.compiler.plugin.version 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.082 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 4.1.0 in /home/jenkins/agent/workspace/continuous-integration_2.x/NOTICE.md (pass) Expected dependency jakarta.inject found (pass) Dependency jakarta.inject contains expected version 2.0.1 in /home/jenkins/agent/workspace/continuous-integration_2.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.x/NOTICE.md [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 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.x/tests/release-test/target/tyrus-release-test-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-release-test --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 49 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/bom.xml [INFO] attaching as tyrus-release-test-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/bom.json [INFO] attaching as tyrus-release-test-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-release-test --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/tyrus-release-test-2.2.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.x/tests/release-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-release-test/2.2.99-SNAPSHOT/tyrus-release-test-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/tyrus-release-test-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-release-test/2.2.99-SNAPSHOT/tyrus-release-test-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-release-test/2.2.99-SNAPSHOT/tyrus-release-test-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-release-test/2.2.99-SNAPSHOT/tyrus-release-test-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/tyrus-release-test-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-release-test/2.2.99-SNAPSHOT/tyrus-release-test-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-project >---- [INFO] Building Tyrus Server Integration Tests 2.2.99-SNAPSHOT [49/69] [INFO] from tests/servlet/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/tests/servlet/target/bom.xml [INFO] attaching as tyrus-tests-servlet-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/target/bom.json [INFO] attaching as tyrus-tests-servlet-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-project/2.2.99-SNAPSHOT/tyrus-tests-servlet-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-project/2.2.99-SNAPSHOT/tyrus-tests-servlet-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-project/2.2.99-SNAPSHOT/tyrus-tests-servlet-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-async >----- [INFO] Building Tyrus Servlet Async Tests 2.2.99-SNAPSHOT [50/69] [INFO] from tests/servlet/async/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-async --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-async --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-async --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-async --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-async --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/generated-sources/rsrc-gen added. [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.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 8 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-tests-servlet-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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 4 source files with javac [debug target 11 module-path] to target/test-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] --- surefire:3.2.5: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] ------------------------------------------------------- Received messages: 1000/1000 Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Running org.glassfish.tyrus.tests.servlet.async.test.AsyncBinaryTest Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 s -- in org.glassfish.tyrus.tests.servlet.async.test.AsyncBinaryTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.test.AsyncObjectTest Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.glassfish.tyrus.tests.servlet.async.test.AsyncObjectTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.test.AsyncTextTest Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:32:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.tyrus.tests.servlet.async.test.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.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-async --- [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.x/tests/servlet/async/target/bom.xml [INFO] attaching as tyrus-tests-servlet-async-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/bom.json [INFO] attaching as tyrus-tests-servlet-async-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-async --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.2.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.x/tests/servlet/async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.2.99-SNAPSHOT/tyrus-tests-servlet-async-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.2.99-SNAPSHOT/tyrus-tests-servlet-async-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.2.99-SNAPSHOT/tyrus-tests-servlet-async-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.2.99-SNAPSHOT/tyrus-tests-servlet-async-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.2.99-SNAPSHOT/tyrus-tests-servlet-async-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-autobahn-server >-- [INFO] Building Tyrus Autobahn Echo Server 2.2.99-SNAPSHOT [51/69] [INFO] from tests/servlet/autobahn-server/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-autobahn-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-autobahn-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-autobahn-server --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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.x/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-autobahn-server --- [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.x/tests/servlet/autobahn-server/target/bom.xml [INFO] attaching as tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/bom.json [INFO] attaching as tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.2.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.x/tests/servlet/autobahn-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.2.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.2.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.2.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.2.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.2.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-basic >----- [INFO] Building Tyrus Servlet Basic Tests 2.2.99-SNAPSHOT [52/69] [INFO] from tests/servlet/basic/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-basic --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-basic --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-basic --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-basic --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-basic --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/generated-sources/rsrc-gen added. [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.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 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 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-tests-servlet-basic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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 4 source files with javac [debug target 11 module-path] to target/test-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.x/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/test/ServletTestBase.java: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/test/ServletTestBase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/test/ServletTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.5: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.test.WsServletTest Jun 03, 2024 3:32:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received messages: 1000/1000 Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.90 s -- in org.glassfish.tyrus.test.standard_config.ParallelBroadcastTest [INFO] Running org.glassfish.tyrus.test.standard_config.PartialBinaryTest Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.tyrus.test.standard_config.PartialBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.PingPongTest Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "" ### PingPongEndpoint - received pong "" Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "" ### Client - received pong "" Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### Client - sending ping "ping message client" ### Client - received pong "ping message client" Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### PingPongEndpoint - sending ping "ping message server" ### PingPongEndpoint - received pong "ping message server" Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM 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 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.glassfish.tyrus.test.standard_config.PrimitiveDataTypesTest [INFO] Running org.glassfish.tyrus.test.standard_config.ProxySelectorNullTest Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Hello message sent. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM 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 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Handle CONNECT start . . . Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8090] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Handle CONNECT start . . . Connection to proxy established. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.030 s -- in org.glassfish.tyrus.test.standard_config.ProxyTest [INFO] Running org.glassfish.tyrus.test.standard_config.QueryParamTest Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.glassfish.tyrus.test.standard_config.QueryParamTest [INFO] Running org.glassfish.tyrus.test.standard_config.ReaderWriterTest Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM 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.ReaderWriterTest [INFO] Running org.glassfish.tyrus.test.standard_config.RemoteTest Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-174] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-175] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-176] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-177] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-178] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s -- in org.glassfish.tyrus.test.standard_config.RemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.RequestParameterMapTest Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-179] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.tyrus.test.standard_config.RequestParameterMapTest [INFO] Running org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-180] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. RECEIVED HEADERS: [my-header-value-1, my-header-value-2] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.tyrus.test.standard_config.SameHeadersOnServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.ServerSessionConnectToServerTest Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-181] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM 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 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM 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.ServerSessionConnectToServerTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 800 ### 800 ### 800 ### 800 ### 800 ### 800 Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-182] Started. Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 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 ### 652 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 640 ### 640 ### 637 ### 637 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 627 ### 625 ### 624 ### 623 ### 623 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 608 ### 606 ### 606 ### 605 ### 604 ### 602 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 598 ### 593 ### 592 ### 591 ### 590 ### 589 ### 589 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 570 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 561 ### 561 ### 558 ### 558 ### 556 ### 555 ### 554 ### 556 ### 556 ### 551 ### 550 ### 549 ### 548 ### 547 ### 547 ### 547 ### 544 ### 543 ### 543 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 535 ### 533 ### 532 ### 532 ### 530 ### 529 ### 528 ### 527 ### 527 ### 525 ### 524 ### 523 ### 522 ### 522 ### 520 ### 519 ### 518 ### 517 ### 517 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 510 ### 506 ### 506 ### 506 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 496 s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='ea48e5bc-0ce1-4764-bd1c-40f9eac62ad3', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@7fbf26fc, 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@11c78080, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@662be9f7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4962b41e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4fecf308, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6282b9f5, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5b5f9003, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7c11d32, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2f9dda71, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@58278366, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7f5fcfe9, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@707865bd, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@31f77791, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@552fee7a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@548e43b1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@67688110, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6d293993, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@475f5672, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='d289002f-73c8-4be3-bbf7-39dd57c10983', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@5ce82f10, 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@5f7cdd3f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@24a638f7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@ef76b38, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@13fa5559, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2ad6f73c, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3fa21311, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@ab91176, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@4ba8cde5, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@565aacbb, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@794f07fa, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3b3f9b04, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@3675be63, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@35c9e362, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@34b842f6, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@739818de, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@68052668, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@12ad1af9, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='0b80b034-6433-4e9a-8bf2-592d6cabbd51', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@7fbf26fc, 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@11c78080, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@662be9f7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4962b41e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4fecf308, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6282b9f5, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5b5f9003, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7c11d32, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2f9dda71, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@58278366, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7f5fcfe9, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@707865bd, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@31f77791, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@552fee7a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@548e43b1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@67688110, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6d293993, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@475f5672, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='5309ec78-145b-4b80-aded-8e22045981bb', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$1@350b73d4, 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@7009fb11, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@5718fb8c, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4133ede4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@2fc8b3c5, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@1026045e, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@72494d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@5e70d86a, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@34cc1efa, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@1468f8c9, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6c2e328, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5ea9c812, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@a4636f3, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@59bb39c2, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@48f15a7e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5808e22a, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6342b676, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6337f6f5, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='dbe4dca3-dc83-460b-b57c-657d5b1e6fd0', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@7fbf26fc, 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@11c78080, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@662be9f7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4962b41e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4fecf308, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6282b9f5, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5b5f9003, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7c11d32, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2f9dda71, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@58278366, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7f5fcfe9, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@707865bd, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@31f77791, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@552fee7a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@548e43b1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@67688110, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6d293993, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@475f5672, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='406b8bda-680d-469d-b345-7dd8515efc3d', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@70aeb134, 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@35ac2145, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@79e4494e, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@45357d7, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1f16178, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@5583de0a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@e7643cd, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1005403b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@1af509e2, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@51cde738, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@6d19bee7, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@57a72fe7, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@652f96e8, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5b655952, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@7b2b3a5f, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@151deaca, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@c1ca657, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7dc2d14f, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='c93309df-e8a2-4dc8-8b4b-6d1522869f38', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@7fbf26fc, 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@11c78080, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@662be9f7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4962b41e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4fecf308, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6282b9f5, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5b5f9003, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7c11d32, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2f9dda71, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@58278366, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7f5fcfe9, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@707865bd, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@31f77791, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@552fee7a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@548e43b1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@67688110, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6d293993, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@475f5672, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='3318f7a8-5b1e-4f89-bc7b-eae1f8a85663', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$2@2091772, 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@470b8957, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4499ecd8, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@76862ac4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@3cfe11e1, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@27247618, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@2c50a108, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@6bc76e4c, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@27fa1bcc, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@236a2d9d, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@a1b8019, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@5a7e2a18, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@2d2d7ee0, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5fd9b81d, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@994f0b7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@22112577, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@648d85ab, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@7686c077, type=class java.io.InputStream}]}} s ### opened! TyrusSession{uri=/e2e-test/customremote/hello1, id='74dc4d50-fe73-4083-ae4f-4038bc7e78e5', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.core.AnnotatedEndpoint@7fbf26fc, 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@11c78080, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@662be9f7, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@4962b41e, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@4fecf308, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@6282b9f5, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@5b5f9003, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@7c11d32, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@2f9dda71, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@58278366, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7f5fcfe9, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@707865bd, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@31f77791, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@552fee7a, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@548e43b1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@67688110, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@6d293993, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@475f5672, type=class java.io.InputStream}]}} c ### opened! TyrusSession{uri=ws://localhost:8025/e2e-test/customremote/hello1, id='6afdc66e-89a3-45e7-bf81-1eb6571d734d', endpointWrapper=TyrusEndpointWrapper{endpointClass=null, endpoint=org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest$3@7e8bae71, 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@45a15c58, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4fbf3452, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3d7f98c6, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ToStringEncoder, coder=org.glassfish.tyrus.core.coder.ToStringEncoder@1ea4513e, type=class java.lang.Object}], decoders=[CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@51a89d2e, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@67833eed, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@267b3373, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@1aeaab23, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@f3e04bd, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@71b437e1, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@e2b720f, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@41d7735a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@3eb38c31, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@6e68bf39, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@3b8613f1, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@4131ea78, type=class java.io.Reader}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@6341346b, type=class java.io.InputStream}]}} Jun 03, 2024 3:32:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.019 s -- in org.glassfish.tyrus.test.standard_config.SessionGetOpenSessionsTest [INFO] Running org.glassfish.tyrus.test.standard_config.SessionTimeoutTest Jun 03, 2024 3:32:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-183] Started. Jun 03, 2024 3:32:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-184] Started. Jun 03, 2024 3:32:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:15 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 486 ### 486 ### 483 ### 482 ### 481 ### 480 ### 480 ### 478 ### 478 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 457 ### 455 ### 454 ### 453 ### 453 ### 451 ### 450 ### 450 ### 449 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 440 ### 438 ### 437 ### 436 ### 436 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 427 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 419 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 399 ### 397 ### 396 ### 395 ### 394 ### 393 ### 393 ### 391 ### 390 ### 389 ### 389 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 381 ### 379 ### 378 ### 377 ### 376 ### 375 ### 375 ### 374 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 366 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 358 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 351 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 Jun 03, 2024 3:32:15 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:15 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-185] Started. Jun 03, 2024 3:32:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:15 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 340 ### 339 ### 338 ### 337 ### 336 ### 336 ### 334 ### 333 ### 332 ### 332 ### 330 ### 330 ### 330 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 320 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 310 ### 310 ### 308 ### 307 ### 306 ### 306 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 294 ### 292 ### 291 ### 291 ### 289 ### 288 ### 287 ### 286 ### 286 ### 285 ### 283 ### 282 ### 282 ### 282 ### 282 ### 280 ### 277 ### 276 ### 276 ### 276 ### 273 ### 272 ### 271 ### 271 ### 269 ### 268 ### 267 ### 267 ### 267 ### 264 ### 264 ### 264 ### 263 ### 260 ### 259 ### 258 ### 257 ### 256 ### 256 ### 254 ### 253 ### 252 ### 251 ### 250 ### 250 ### 248 ### 247 ### 246 ### 245 ### 245 ### 243 ### 242 ### 241 ### 241 ### 239 ### 239 ### 237 ### 236 ### 235 ### 234 ### 233 ### 233 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 223 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 206 ### 204 ### 203 ### 203 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 195 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 176 ### 174 ### 174 ### 172 ### 172 ### 172 ### 171 ### 168 ### 168 ### 168 ### 165 ### 164 ### 163 ### 163 ### 163 ### 163 ### 160 ### 158 ### 157 ### 156 ### 155 ### 155 ### 153 ### 152 ### 151 ### 151 ### 151 ### 148 ### 147 ### 147 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 129 ### 127 ### 126 ### 125 ### 124 ### 124 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 120 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 109 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 90 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 82 ### 80 ### 80 ### 78 ### 77 ### 76 ### 76 ### 74 ### 73 ### 72 ### 72 ### 70 ### 69 ### 69 ### 67 ### 66 ### 66 ### 64 ### 64 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 44 ### 42 ### 42 ### 40 ### 39 ### 38 ### 38 ### 36 ### 35 ### 35 ### 35 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 16 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 1790 Jun 03, 2024 3:32:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-186] Started. Jun 03, 2024 3:32:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-187] Started. Jun 03, 2024 3:32:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:32:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:16 PM 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 03, 2024 3:32:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:16 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:16 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:16 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-188] Started. Jun 03, 2024 3:32:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:16 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Message received: Nothing ### 800 ### 800 ### 800 ### 797 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 Message received: Nothing ### 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 Message received: Nothing Client message received Jun 03, 2024 3:32:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:17 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:17 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:17 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-189] Started. Jun 03, 2024 3:32:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:17 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 744 ### 743 ### 742 ### 741 ### 740 ### 739 ### 738 ### 737 ### 736 ### 735 ### 734 ### 733 ### 732 ### 731 ### 730 ### 729 ### 728 ### 727 ### 726 ### 725 ### 724 ### 723 ### 722 ### 721 ### 720 ### 719 ### 718 ### 717 ### 716 ### 715 ### 714 ### 713 ### 712 ### 711 ### 710 ### 709 ### 708 ### 707 ### 706 ### 705 ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 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 ### 589 ### 587 ### 587 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 576 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 564 ### 562 ### 561 ### 560 ### 559 ### 558 ### 557 ### 556 ### 555 ### 555 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 540 ### 538 ### 537 ### 537 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 528 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 518 ### 518 ### 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 ### 468 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 460 ### 460 ### 457 ### 457 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 443 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 434 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 415 ### 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 ### 388 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 377 ### 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 ### 343 ### 343 ### 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 ### 311 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 298 ### 296 ### 296 ### 294 ### 294 ### 292 ### 291 ### 290 ### 289 ### 288 ### 288 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 273 ### 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 ### 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 ### 205 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 188 ### 186 ### 185 ### 184 ### 183 ### 183 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 175 ### 173 ### 172 ### 171 ### 171 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 161 ### 159 ### 158 ### 158 ### 158 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 148 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 130 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 123 ### 123 ### 120 ### 119 ### 118 ### 117 ### 116 ### 116 ### 115 ### 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 ### 75 ### 73 ### 72 ### 71 ### 70 ### 69 ### 69 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 50 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 37 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 12 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 3159 Jun 03, 2024 3:32:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:32:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 800 ### 800 ### 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 ### 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 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 628 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 616 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 ### 600 ### 600 ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 593 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 585 ### 583 ### 582 ### 581 ### 580 ### 580 ### 578 ### 577 ### 576 ### 575 ### 575 ### 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 ### 542 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 533 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 516 ### 516 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 498 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 485 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 464 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 451 ### 449 ### 448 ### 447 ### 446 ### 445 ### 445 ### 443 ### 442 ### 442 ### 440 ### 439 ### 439 ### 437 ### 437 ### 435 ### 434 ### 434 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 403 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 396 ### 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 ### 365 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 358 ### 356 ### 355 ### 354 ### 353 ### 352 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 334 ### 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 Jun 03, 2024 3:32:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:21 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. 1717428741275### !closed CloseReason[1006,Closed abnormally.] Jun 03, 2024 3:32:21 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:21 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-190] Started. Jun 03, 2024 3:32:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:21 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 292 ### 291 ### 290 ### 289 ### 289 ### 287 ### 286 ### 285 ### 285 ### 283 ### 283 ### 281 ### 280 ### 279 ### 279 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 270 ### 268 ### 268 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 258 ### 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 ### 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 ### 164 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 157 ### 155 ### 154 ### 154 ### 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 ### 112 ### 111 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 94 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 85 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 71 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 56 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 33 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 2396 Jun 03, 2024 3:32:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:22 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:32:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:22 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:25 PM 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 Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.962 s -- in org.glassfish.tyrus.test.standard_config.SessionTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest 1717428745282### !closed CloseReason[1006,Closed abnormally.] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s -- in org.glassfish.tyrus.test.standard_config.SharedContainerTimeoutTest [INFO] Running org.glassfish.tyrus.test.standard_config.SimpleRemoteTest Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-191] Started. Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-192] Started. Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.glassfish.tyrus.test.standard_config.SimpleRemoteTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingBinaryTest Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-193] Started. Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGBCLIENT opened ! STREAMINGBSERVER opened ! STREAMINGBCLIENT Client sending: here false STREAMINGBCLIENT Client sending: is false STREAMINGBCLIENT Client sending: a false STREAMINGBCLIENT Client sending: string ! true STREAMINGBSERVER piece came: here STREAMINGBSERVER piece came: is STREAMINGBSERVER piece came: a STREAMINGBSERVER piece came: string ! STREAMINGBSERVER whole message: here is a string ! STREAMINGBSERVER Server sending: here STREAMINGBSERVER Server sending: is STREAMINGBSERVER Server sending: a STREAMINGBCLIENT piece came: here STREAMINGBSERVER Server sending: string ! STREAMINGBCLIENT piece came: is STREAMINGBCLIENT piece came: a STREAMINGBCLIENT piece came: string ! STREAMINGBCLIENT received whole message: here is a string ! Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.tyrus.test.standard_config.StreamingBinaryTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-194] Started. Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGCLIENT opened ! STREAMINGSERVER 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 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.tyrus.test.standard_config.StreamingTextAnnotTest [INFO] Running org.glassfish.tyrus.test.standard_config.StreamingTextTest Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-195] Started. Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. STREAMINGCLIENT opened ! Client sending: here STREAMINGSERVER opened ! 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 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.tyrus.test.standard_config.StreamingTextTest [INFO] Running org.glassfish.tyrus.test.standard_config.SubProtocolTest Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-196] Started. Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-197] Started. Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.tyrus.test.standard_config.SubProtocolTest [INFO] Running org.glassfish.tyrus.test.standard_config.TestHello404 Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-198] Started. Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM 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.TestHello404 [INFO] Running org.glassfish.tyrus.test.standard_config.TextStreamDecoderTest Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-199] Started. Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-200] Started. Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM 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.TextStreamDecoderTest [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus109Test Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-201] Started. Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:25 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:25 PM 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.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.onError(AnnotatedEndpoint.java:586) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:559) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.onOpen(AnnotatedEndpoint.java:606) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusEndpointWrapper.onConnect(TyrusEndpointWrapper.java:761) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocket.onConnect(TyrusWebSocket.java:139) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$TyrusConnection.(TyrusWebSocketEngine.java:806) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.TyrusWebSocketEngine$SuccessfulUpgradeInfo.createConnection(TyrusWebSocketEngine.java:742) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleHandshake(GrizzlyServerFilter.java:247) at org.glassfish.tyrus.container.grizzly.server@2.2.99-SNAPSHOT/org.glassfish.tyrus.container.grizzly.server.GrizzlyServerFilter.handleRead(GrizzlyServerFilter.java:180) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly@4.0.2/org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.RuntimeException: java.lang.RuntimeException: testException at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.handleError(Tyrus109Test.java:66) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ... 24 more Caused by: java.lang.RuntimeException: testException at org.glassfish.tyrus.tests.e2e.stdconfig/org.glassfish.tyrus.test.standard_config.Tyrus109Test$OnOpenErrorTestEndpoint.open(Tyrus109Test.java:52) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.tyrus.core@2.2.99-SNAPSHOT/org.glassfish.tyrus.core.AnnotatedEndpoint.callMethod(AnnotatedEndpoint.java:556) ... 20 more ### 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 ### 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 Jun 03, 2024 3:32:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 s -- in org.glassfish.tyrus.test.standard_config.Tyrus109Test [INFO] Running org.glassfish.tyrus.test.standard_config.Tyrus203Test Jun 03, 2024 3:32:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-202] Started. Jun 03, 2024 3:32:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. aee2cc48-c3a8-4ccd-a83d-af98f83aa051 Client1 @OnMessage -> first:test f13f67e9-9d81-4444-8392-fac70a68db4d Client2 @OnMessage -> second:test Jun 03, 2024 3:32:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:26 PM 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 [INFO] Running org.glassfish.tyrus.test.standard_config.userproperties.OnOpenTest Jun 03, 2024 3:32:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-203] Started. Jun 03, 2024 3:32:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:26 PM 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.userproperties.OnOpenTest [INFO] Running org.glassfish.tyrus.test.standard_config.userproperties.UserPropertiesTest Jun 03, 2024 3:32:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-204] Started. Jun 03, 2024 3:32:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### 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 Jun 03, 2024 3:32:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-205] Started. Jun 03, 2024 3:32:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.tyrus.test.standard_config.userproperties.UserPropertiesTest ### 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 ### 518 ### 519 ### 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 [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 193, 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.x/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/standard-config/src/main/webapp] ### 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 [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-e2e-stdconfig --- [INFO] CycloneDX: Resolving Dependencies ### 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 ### 377 ### 378 ### 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 [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.x/tests/e2e/standard-config/target/bom.xml ### 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 [INFO] attaching as tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/standard-config/target/bom.json [INFO] attaching as tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/e2e/standard-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/standard-config/target/tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/standard-config/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/standard-config/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-stdconfig/2.2.99-SNAPSHOT/tyrus-tests-e2e-stdconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -----------< org.glassfish.tyrus.tests:tyrus-tests-e2e-jdk8 >----------- [INFO] Building Tyrus End-to-End Java 8 Tests 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e-jdk8 --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e-jdk8 --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jdk8/target/generated-sources/rsrc-gen added. [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.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.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 4 source files with javac [debug target 11 module-path] to target/test-classes ### 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 [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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.x/tests/e2e/jdk8/src/test/java/module-info.java:[21,36] module name component jdk8 should avoid terminal digits [INFO] [INFO] --- surefire:3.2.5: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] ------------------------------------------------------- ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ### 0 ***** WebSocket broadcast ***** 3315 Jun 03, 2024 3:32:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest Jun 03, 2024 3:32:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 03, 2024 3:32:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:28 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 03, 2024 3:32:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:28 PM 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 Jun 03, 2024 3:32:28 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:28 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:32:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:28 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 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 ### Received: Do or do not, there is no try. (from your server) ### Client session closed: CloseReason[1000] Jun 03, 2024 3:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s -- in org.glassfish.tyrus.test.e2e.jdk8.DefaultMethodTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.LambdaTest Jun 03, 2024 3:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:32:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:29 PM 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 03, 2024 3:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:32:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:29 PM 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 03, 2024 3:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:29 PM 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.e2e.jdk8.LambdaTest [INFO] Running org.glassfish.tyrus.test.e2e.jdk8.MethodReferenceTest Jun 03, 2024 3:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:32:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:29 PM 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 03, 2024 3:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:32:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:29 PM 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 03, 2024 3:32:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 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.x/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-e2e-jdk8 --- [INFO] CycloneDX: Resolving Dependencies ### 704 ### 703 ### 702 ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 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 [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.x/tests/e2e/jdk8/target/bom.xml [INFO] attaching as tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jdk8/target/bom.json [INFO] attaching as tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/e2e/jdk8/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.2.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jdk8/target/tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.2.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jdk8/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.2.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jdk8/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jdk8/2.2.99-SNAPSHOT/tyrus-tests-e2e-jdk8-2.2.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.2.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 --- ### 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 [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e-jetty --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e-jetty --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-e2e-jetty --- [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.x/tests/e2e/jetty/target/bom.xml [INFO] attaching as tyrus-tests-e2e-jetty-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/target/bom.json [INFO] attaching as tyrus-tests-e2e-jetty-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/e2e/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jetty/2.2.99-SNAPSHOT/tyrus-tests-e2e-jetty-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jetty/2.2.99-SNAPSHOT/tyrus-tests-e2e-jetty-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-jetty/2.2.99-SNAPSHOT/tyrus-tests-e2e-jetty-2.2.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.2.99-SNAPSHOT [46/70] [INFO] from tests/e2e/jetty/auth-basic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- ### 469 ### 468 ### 467 ### 466 ### 464 ### 465 ### 463 ### 462 ### 461 ### 460 ### 459 ### 458 ### 457 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 447 ### 446 ### 445 ### 444 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e-auth-basic --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e-auth-basic --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/target/generated-sources/rsrc-gen added. [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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [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 --- ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 370 ### 371 ### 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 ### 267 ### 268 ### 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 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ### 0 ***** WebSocket broadcast ***** 2819 Jun 03, 2024 3:32:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 03, 2024 3:32:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:31 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 03, 2024 3:32:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 03, 2024 3:32:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 800 ### 798 ### 800 ### 796 ### 795 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 787 ### 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 ### 660 ### 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 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 612 ### 610 ### 609 ### 608 ### 607 ### 606 ### 606 ### 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 ### 574 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 565 ### 563 ### 562 ### 561 ### 560 ### 560 ### 558 ### 557 ### 556 ### 555 ### 554 ### 554 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 547 ### 545 ### 544 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 532 ### 531 ### 529 ### 528 ### 527 ### 526 ### 525 ### 525 ### 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 ### 483 ### 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 ### 446 ### 444 ### 443 ### 442 ### 441 ### 440 ### 440 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 419 ### 418 ### 417 ### 417 ### 415 ### 414 ### 413 ### 413 ### 412 ### 410 ### 409 ### 409 ### 407 ### 406 ### 405 ### 405 ### 405 ### 402 ### 401 ### 400 ### 400 ### 398 ### 397 ### 397 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 389 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 378 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 369 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 362 ### 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 ### 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 ### 274 ### 272 ### 271 ### 270 ### 270 ### 270 ### 267 ### 267 ### 265 ### 264 ### 263 ### 263 ### 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 ### 212 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 205 ### 203 ### 202 ### 201 ### 200 ### 199 ### 199 ### 197 ### 197 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 180 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 149 ### 149 ### 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 ### 107 ### 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 ### 49 ### 47 ### 46 ### 45 ### 45 ### 43 ### 43 ### 42 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 29 ### 27 ### 26 ### 25 ### 25 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 17 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 1243 Jun 03, 2024 3:32:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 03, 2024 3:32:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 03, 2024 3:32:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.21 s -- in org.glassfish.tyrus.tests.servlet.basic.test.WsServletTest [INFO] Running org.glassfish.tyrus.tests.servlet.basic.test.WssServletTest [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 16, Time elapsed: 0.002 s -- in org.glassfish.tyrus.tests.servlet.basic.test.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.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-basic --- [INFO] CycloneDX: Resolving Dependencies [INFO] Logging initialized @239989ms [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.x/tests/e2e/jetty/auth-basic/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/continuous-integration_2.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.x/tests/e2e/jetty/auth-basic/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/src/main/webapp [INFO] jetty-9.2.1.v20140609 [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.x/tests/servlet/basic/target/bom.xml [INFO] attaching as tyrus-tests-servlet-basic-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/bom.json [INFO] attaching as tyrus-tests-servlet-basic-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.2.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.x/tests/servlet/basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.2.99-SNAPSHOT/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.2.99-SNAPSHOT/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.2.99-SNAPSHOT/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.2.99-SNAPSHOT/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.2.99-SNAPSHOT/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-dynamic-deploy >-- [INFO] Building Tyrus Servlet Dynamic Deploy Test 2.2.99-SNAPSHOT [53/69] [INFO] from tests/servlet/dynamic-deploy/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@42a88547{/,file:/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/src/main/webapp/} java.lang.RuntimeException: Error scanning file BasicAuthEchoEndpoint.class at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:708) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:1583) Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.eclipse.jetty.annotations.AnnotationParser.scanClass (AnnotationParser.java:973) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:702) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:1583) [WARNING] !RequestLog [INFO] Started ServerConnector@7eb9a5b3{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @240248ms [INFO] Started Jetty Server [INFO] [INFO] --- surefire:3.2.5: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@7eb9a5b3{HTTP/1.1}{0.0.0.0:8025} [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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.049 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.x/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.JettyWebAppContext@42a88547{/,file:/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_2.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.x/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-e2e-auth-basic --- [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.x/tests/servlet/dynamic-deploy/target/bom.xml [INFO] attaching as tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/bom.json [INFO] attaching as tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.2.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.x/tests/servlet/dynamic-deploy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.2.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.2.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.2.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.2.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.2.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-noappconfig >-- [INFO] Building Tyrus Servlet No App Config 2.2.99-SNAPSHOT [54/69] [INFO] from tests/servlet/noappconfig/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-noappconfig --- [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-noappconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/target/bom.xml [INFO] attaching as tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/target/bom.json [INFO] attaching as tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.2.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.x/tests/e2e/jetty/auth-basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-basic/target/tyrus-tests-e2e-auth-basic-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-basic/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-basic-2.2.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.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-e2e-auth-digest --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-e2e-auth-digest --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/target/generated-sources/rsrc-gen added. [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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [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.x/tests/e2e/jetty/auth-digest/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/continuous-integration_2.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.x/tests/e2e/jetty/auth-digest/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/src/main/webapp [INFO] jetty-9.2.1.v20140609 [INFO] Running org.glassfish.tyrus.test.servlet.noappconfig.NoServerApplicationConfigDeployTest [WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@42bb4d9a{/,file:/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/src/main/webapp/,STARTING}{file:/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/src/main/webapp/} java.lang.RuntimeException: Error scanning file DigestAuthEchoEndpoint.class at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:708) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:1583) Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.objectweb.asm.ClassReader. (Unknown Source) at org.eclipse.jetty.annotations.AnnotationParser.scanClass (AnnotationParser.java:973) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:702) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parseDir (AnnotationParser.java:688) at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:824) at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call (AnnotationConfiguration.java:159) at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run (AnnotationConfiguration.java:542) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) at java.lang.Thread.run (Thread.java:1583) [WARNING] !RequestLog [INFO] Started ServerConnector@410a1112{HTTP/1.1}{0.0.0.0:8025} [INFO] Started @241554ms [INFO] Started Jetty Server [INFO] [INFO] --- surefire:3.2.5: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@410a1112{HTTP/1.1}{0.0.0.0:8025} Jun 03, 2024 3:32:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:32:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/noappconfig-test/one Jun 03, 2024 3:32:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:36 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:32:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:36 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:36 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.360 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.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-noappconfig --- [INFO] CycloneDX: Resolving Dependencies [INFO] Stopped o.e.j.m.p.JettyWebAppContext@42bb4d9a{/,file:/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/src/main/webapp/,UNAVAILABLE}{file:/home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/src/main/webapp/} [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.x/tests/servlet/noappconfig/target/bom.xml [INFO] attaching as tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/bom.json [INFO] attaching as tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-noappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT-sources.jar [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.x/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-e2e-auth-digest --- [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-noappconfig --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-oneappconfig >-- [INFO] Building Tyrus Servlet One App Config 2.2.99-SNAPSHOT [55/69] [INFO] from tests/servlet/oneappconfig/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-oneappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-oneappconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-oneappconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [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.x/tests/e2e/jetty/auth-digest/target/bom.xml [INFO] attaching as tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/target/bom.json [INFO] attaching as tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-e2e-auth-digest --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.2.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.x/tests/e2e/jetty/auth-digest/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/e2e/jetty/auth-digest/target/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-tests-e2e-auth-digest/2.2.99-SNAPSHOT/tyrus-tests-e2e-auth-digest-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.glassfish.tyrus.tests:tyrus-release-test >------------ [INFO] Building Tyrus Release Test 2.2.99-SNAPSHOT [48/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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-release-test --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-release-test --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ tyrus-release-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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] ------------------------------------------------------- [WARNING] system modules path not set in conjunction with -source 11 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/src/main/java/org/glassfish/tyrus/test/artifacts/MavenUtil.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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 5 source files with javac [debug target 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- surefire:3.2.5: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.tests.servlet.oneappconfig.OneServerApplicationConfigDeployTest Jun 03, 2024 3:32:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:32:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:32:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 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.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-oneappconfig --- [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.x/tests/servlet/oneappconfig/target/bom.xml [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 websocket-api.version in archetype pom ../../archetypes/echo/src/main/resources/archetype-resources/pom.xml is equal to Tyrus 2.2.0 (pass) The property java.version in archetype pom ../../archetypes/echo/src/main/resources/archetype-resources/pom.xml is equal to Tyrus 11 (pass) The property maven.compiler.plugin.version 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.159 s -- in org.glassfish.tyrus.test.artifacts.ArchetypesTest [INFO] attaching as tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/bom.json [INFO] attaching as tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.2.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.x/tests/servlet/oneappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-remote >---- [INFO] Building Tyrus Servlet RemoteEndpoint Timeout 2.2.99-SNAPSHOT [56/69] [INFO] from tests/servlet/remote-endpoint-timeout/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-remote --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-remote --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-remote --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-remote --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-remote --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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.test.artifacts.NoticeFilesTest [INFO] Running org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.013 s -- in org.glassfish.tyrus.tests.servlet.remote.RemoteApplicationTest (pass) Expected dependency jakarta.enterprise.cdi-api found (pass) Dependency jakarta.enterprise.cdi-api contains expected version 4.1.0 in /home/jenkins/agent/workspace/continuous-integration_2.x/NOTICE.md (pass) Expected dependency jakarta.inject found (pass) Dependency jakarta.inject contains expected version 2.0.1 in /home/jenkins/agent/workspace/continuous-integration_2.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.x/NOTICE.md [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 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.x/tests/release-test/target/tyrus-release-test-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-release-test --- [INFO] CycloneDX: Resolving Dependencies [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.x/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-remote --- [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.x/tests/servlet/remote-endpoint-timeout/target/bom.xml [INFO] attaching as tyrus-tests-servlet-remote-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/bom.json [INFO] attaching as tyrus-tests-servlet-remote-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-remote --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.2.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.x/tests/servlet/remote-endpoint-timeout/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.2.99-SNAPSHOT/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.2.99-SNAPSHOT/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.2.99-SNAPSHOT/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.2.99-SNAPSHOT/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.2.99-SNAPSHOT/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-session >---- [INFO] Building Tyrus Servlet Session Closing 2.2.99-SNAPSHOT [57/69] [INFO] from tests/servlet/session/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-session --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-session --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-session --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-session --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-session --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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 [INFO] CycloneDX: Creating BOM version 1.4 with 49 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/bom.xml [INFO] attaching as tyrus-release-test-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/bom.json [INFO] attaching as tyrus-release-test-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-release-test --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/tyrus-release-test-2.2.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.x/tests/release-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-release-test/2.2.99-SNAPSHOT/tyrus-release-test-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/tyrus-release-test-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-release-test/2.2.99-SNAPSHOT/tyrus-release-test-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-release-test/2.2.99-SNAPSHOT/tyrus-release-test-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-release-test/2.2.99-SNAPSHOT/tyrus-release-test-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/release-test/target/tyrus-release-test-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/tyrus-release-test/2.2.99-SNAPSHOT/tyrus-release-test-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-project >---- [INFO] Building Tyrus Server Integration Tests 2.2.99-SNAPSHOT [49/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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-project --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-project --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/tests/servlet/target/bom.xml Jun 03, 2024 3:32:39 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:39 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:32:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:39 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] attaching as tyrus-tests-servlet-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/target/bom.json [INFO] attaching as tyrus-tests-servlet-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/tests/servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-project/2.2.99-SNAPSHOT/tyrus-tests-servlet-project-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-project/2.2.99-SNAPSHOT/tyrus-tests-servlet-project-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-project/2.2.99-SNAPSHOT/tyrus-tests-servlet-project-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-async >----- [INFO] Building Tyrus Servlet Async Tests 2.2.99-SNAPSHOT [50/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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-async --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-async --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/generated-sources/rsrc-gen added. [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.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 8 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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-tests-servlet-async --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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 4 source files with javac [debug target 11 module-path] to target/test-classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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.5: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.test.AsyncBinaryTest Jun 03, 2024 3:32:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:32:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 s -- in org.glassfish.tyrus.tests.servlet.async.test.AsyncBinaryTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.test.AsyncObjectTest Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s -- in org.glassfish.tyrus.tests.servlet.async.test.AsyncObjectTest [INFO] Running org.glassfish.tyrus.tests.servlet.async.test.AsyncTextTest Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.glassfish.tyrus.tests.servlet.async.test.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.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-async --- [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.x/tests/servlet/async/target/bom.xml [INFO] attaching as tyrus-tests-servlet-async-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/bom.json [INFO] attaching as tyrus-tests-servlet-async-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-async --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.2.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.x/tests/servlet/async/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.2.99-SNAPSHOT/tyrus-tests-servlet-async-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.2.99-SNAPSHOT/tyrus-tests-servlet-async-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.2.99-SNAPSHOT/tyrus-tests-servlet-async-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.2.99-SNAPSHOT/tyrus-tests-servlet-async-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/async/target/tyrus-tests-servlet-async-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-async/2.2.99-SNAPSHOT/tyrus-tests-servlet-async-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-autobahn-server >-- [INFO] Building Tyrus Autobahn Echo Server 2.2.99-SNAPSHOT [51/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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-autobahn-server --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-autobahn-server --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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.x/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-autobahn-server --- [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.x/tests/servlet/autobahn-server/target/bom.xml [INFO] attaching as tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/bom.json [INFO] attaching as tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-autobahn-server --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.2.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.x/tests/servlet/autobahn-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.2.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.2.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.2.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.2.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/autobahn-server/target/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-autobahn-server/2.2.99-SNAPSHOT/tyrus-tests-servlet-autobahn-server-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-basic >----- [INFO] Building Tyrus Servlet Basic Tests 2.2.99-SNAPSHOT [52/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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-basic --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-basic --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/generated-sources/rsrc-gen added. [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.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 7 source files with javac [debug target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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-tests-servlet-basic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_2.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 4 source files with javac [debug target 11 module-path] to target/test-classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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.x/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/test/ServletTestBase.java: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/test/ServletTestBase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/src/test/java/org/glassfish/tyrus/tests/servlet/basic/test/ServletTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.5: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.test.WsServletTest Jun 03, 2024 3:32:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:32:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:32:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:32:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 800 ### 800 ### 800 ### 800 ### 800 ### 794 ### 793 ### 792 ### 791 ### 790 ### 789 ### 788 ### 787 ### 786 ### 785 ### 784 ### 783 ### 782 ### 781 ### 780 ### 779 ### 778 ### 777 ### 776 ### 775 ### 774 ### 773 ### 772 ### 771 Jun 03, 2024 3:32:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:44 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:32:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 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 ### 657 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 644 ### 642 ### 641 ### 641 ### 639 ### 638 ### 637 ### 636 ### 636 ### 634 ### 633 ### 632 ### 631 ### 630 ### 629 ### 628 ### 627 ### 626 ### 625 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 618 ### 617 ### 616 ### 615 ### 614 ### 613 ### 613 ### 611 ### 610 ### 609 ### 608 ### 607 ### 607 ### 605 ### 604 ### 603 ### 602 ### 601 ### 601 ### 599 ### 598 ### 598 ### 596 ### 595 ### 595 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 585 ### 583 ### 582 ### 582 ### 580 ### 579 ### 578 ### 578 ### 576 ### 575 ### 574 ### 573 ### 572 ### 571 ### 570 ### 569 ### 568 ### 567 ### 567 ### 567 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 559 ### 557 ### 556 ### 556 ### 554 ### 554 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 546 ### 549 ### 543 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 535 ### 533 ### 532 ### 531 ### 530 ### 530 ### 528 ### 527 ### 527 ### 525 ### 524 ### 523 ### 522 ### 521 ### 521 ### 520 ### 518 ### 518 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 507 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 491 ### 489 ### 489 ### 487 ### 487 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 477 ### 475 ### 474 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 467 ### 466 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 460 ### 458 ### 457 ### 456 ### 456 ### 454 ### 453 ### 452 ### 451 ### 451 ### 449 ### 449 ### 447 ### 446 ### 445 ### 444 ### 444 ### 443 ### 441 ### 440 ### 439 ### 439 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 ### 423 ### 421 ### 420 ### 419 ### 419 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 399 ### 399 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 391 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 379 ### 378 ### 377 ### 376 ### 376 ### 374 ### 373 ### 373 ### 371 ### 371 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 359 ### 357 ### 356 ### 355 ### 355 ### 353 ### 352 ### 351 ### 351 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 334 ### 332 ### 331 ### 331 ### 329 ### 329 ### 329 ### 329 ### 329 ### 325 ### 324 ### 323 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 315 ### 313 ### 312 ### 311 ### 310 ### 310 ### 308 ### 307 ### 307 ### 305 ### 304 ### 304 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 293 ### 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 ### 268 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 253 ### 251 ### 251 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 243 ### 242 ### 241 ### 240 ### 240 ### 240 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 230 ### 228 ### 227 ### 226 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 214 ### 212 ### 211 ### 211 ### 209 ### 209 ### 207 ### 207 ### 205 ### 204 ### 204 ### 203 ### 202 ### 200 ### 200 ### 198 ### 197 ### 196 ### 196 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 180 ### 178 ### 177 ### 177 ### 175 ### 174 ### 173 ### 172 ### 171 ### 171 ### 170 ### 168 ### 167 ### 167 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 160 ### 158 ### 157 ### 156 ### 156 ### 156 ### 153 ### 152 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 145 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 126 ### 124 ### 123 ### 122 ### 121 ### 121 ### 119 ### 118 ### 118 ### 116 ### 115 ### 114 ### 113 ### 113 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 105 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 98 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 91 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 81 ### 79 ### 78 ### 77 ### 76 ### 75 ### 74 ### 74 ### 72 ### 71 ### 71 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 61 ### 59 ### 58 ### 57 ### 56 ### 55 ### 55 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 15 ### 14 ### 13 ### 12 ### 11 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - binary ***** 2245 Jun 03, 2024 3:32:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:32:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 800 ### 800 ### 800 ### 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 ### 660 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 647 ### 647 ### 644 ### 643 ### 643 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 634 ### 634 ### 632 ### 632 ### 630 ### 629 ### 629 ### 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 ### 603 ### 601 ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 594 ### 594 ### 592 ### 591 ### 590 ### 589 ### 589 ### 589 ### 589 ### 586 ### 589 ### 583 ### 582 ### 581 ### 580 ### 579 ### 579 ### 577 ### 577 ### 575 ### 574 ### 573 ### 573 ### 571 ### 570 ### 569 ### 568 ### 568 ### 568 ### 568 ### 564 ### 563 ### 562 ### 562 ### 562 ### 562 ### 558 ### 557 ### 556 ### 556 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 549 ### 547 ### 546 ### 546 ### 546 ### 544 ### 542 ### 541 ### 541 ### 539 ### 538 ### 537 ### 536 ### 535 ### 535 ### 533 ### 532 ### 531 ### 531 ### 529 ### 528 ### 528 ### 526 ### 525 ### 524 ### 523 ### 522 ### 522 ### 520 ### 519 ### 518 ### 517 ### 516 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 503 ### 502 ### 501 ### 500 ### 499 ### 499 ### 497 ### 496 ### 495 ### 494 ### 493 ### 492 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 485 ### 483 ### 482 ### 481 ### 480 ### 479 ### 478 ### 477 ### 476 ### 475 ### 475 ### 473 ### 472 ### 471 ### 470 ### 469 ### 468 ### 468 ### 468 ### 465 ### 464 ### 463 ### 462 ### 461 ### 460 ### 459 ### 459 ### 459 ### 456 ### 455 ### 454 ### 453 ### 452 ### 451 ### 450 ### 449 ### 448 ### 448 ### 448 ### 448 ### 448 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 428 ### 426 ### 425 ### 424 ### 423 ### 422 ### 421 ### 420 ### 420 ### 418 ### 417 ### 416 ### 415 ### 414 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 406 ### 405 ### 404 ### 403 ### 402 ### 401 ### 400 ### 400 ### 398 ### 397 ### 396 ### 395 ### 394 ### 393 ### 392 ### 393 ### 390 ### 389 ### 388 ### 387 ### 386 ### 385 ### 384 ### 383 ### 382 ### 381 ### 380 ### 380 ### 378 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 368 ### 367 ### 365 ### 364 ### 363 ### 362 ### 362 ### 360 ### 359 ### 358 ### 357 ### 356 ### 356 ### 354 ### 353 ### 353 ### 351 ### 350 ### 349 ### 348 ### 347 ### 346 ### 345 ### 344 ### 343 ### 342 ### 342 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 335 ### 335 ### 335 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 320 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 ### 311 ### 311 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 293 ### 291 ### 290 ### 289 ### 289 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 280 ### 279 ### 277 ### 276 ### 275 ### 275 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 Jun 03, 2024 3:32:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:49 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:32:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.70 s -- in org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest [INFO] Running org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Jun 03, 2024 3:32:50 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:32:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:50 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 251 ### 249 ### 248 ### 247 ### 246 ### 245 ### 244 ### 244 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 237 ### 237 ### 237 ### 237 ### 237 ### 231 ### 230 ### 230 ### 228 ### 227 ### 227 ### 225 ### 224 ### 223 ### 222 ### 221 ### 220 ### 220 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 211 ### 209 ### 208 ### 207 ### 206 ### 205 ### 205 ### 205 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 196 ### 195 ### 194 ### 193 ### 192 ### 191 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 185 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 177 ### 180 ### 178 ### 173 ### 172 ### 171 ### 170 ### 169 ### 168 ### 167 ### 166 ### 165 ### 165 ### 164 ### 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 ### 127 ### 126 ### 125 ### 126 ### 123 ### 123 ### 123 ### 120 ### 119 ### 118 ### 117 ### 117 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 100 ### 98 ### 97 ### 97 ### 95 ### 95 ### 93 ### 92 ### 91 ### 90 ### 89 ### 89 ### 87 ### 86 ### 85 ### 85 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 76 ### 74 ### 73 ### 73 ### 73 ### 73 ### 73 ### 68 ### 68 ### 66 ### 65 ### 64 ### 63 ### 63 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 55 ### 53 ### 52 ### 51 ### 50 ### 49 ### 49 ### 47 ### 47 ### 47 ### 44 ### 43 ### 42 ### 42 ### 40 ### 40 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 30 ### 28 ### 27 ### 26 ### 25 ### 24 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 17 ### 16 ### 16 ### 14 ### 13 ### 12 ### 12 ### 10 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 3 ### 1 ***** Tyrus broadcast - text ***** 4250 Jun 03, 2024 3:32:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:32:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:51 PM 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. Received message: 0 Jun 03, 2024 3:32:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:32:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 19 connected. ### 800 ### 800 ### 800 ### 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 ### 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 ### 734 ### 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 ### 700 ### 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 ### 665 ### 663 ### 662 ### 661 ### 660 ### 660 ### 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 ### 632 ### 630 ### 629 ### 628 ### 627 ### 626 ### 626 ### 624 ### 623 ### 622 ### 621 ### 620 ### 619 ### 619 ### 617 ### 616 ### 615 ### 614 ### 613 ### 612 ### 611 ### 610 ### 609 ### 608 ### 607 ### 606 ### 605 ### 604 ### 603 ### 602 ### 601 Jun 03, 2024 3:32:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:52 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:52 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:32:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:52 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 600 ### 599 ### 598 ### 597 ### 596 ### 595 ### 595 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 574 ### 572 ### 571 ### 571 ### 571 ### 568 ### 567 ### 566 ### 565 ### 565 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 ### 558 ### 556 ### 555 ### 554 ### 553 ### 552 ### 551 ### 550 ### 549 ### 548 ### 547 ### 546 ### 545 ### 544 ### 544 ### 544 ### 544 ### 540 ### 539 ### 538 ### 537 ### 536 ### 536 ### 536 ### 533 ### 533 ### 531 ### 530 ### 529 ### 529 ### 527 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 ### 517 ### 515 ### 514 ### 513 ### 512 ### 511 ### 510 ### 509 ### 508 ### 507 ### 506 ### 505 ### 504 ### 504 ### 503 ### 501 ### 500 ### 499 ### 498 ### 497 ### 496 ### 496 ### 494 ### 493 ### 493 ### 491 ### 490 ### 489 ### 488 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 480 ### 480 ### 480 ### 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 Jun 03, 2024 3:32:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:53 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:32:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:53 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ### 450 ### 449 ### 448 ### 448 ### 446 ### 446 ### 444 ### 443 ### 443 ### 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 ### 417 ### 415 ### 415 ### 413 ### 412 ### 411 ### 410 ### 409 ### 408 ### 407 ### 407 ### 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 ### 380 ### 380 ### 377 ### 376 ### 375 ### 374 ### 373 ### 372 ### 371 ### 370 ### 369 ### 368 ### 367 ### 366 ### 365 ### 364 ### 363 ### 362 ### 361 ### 360 ### 359 ### 358 ### 357 ### 357 ### 356 ### 354 ### 353 ### 352 ### 351 ### 351 ### 349 ### 348 ### 348 ### 346 ### 345 ### 344 ### 343 ### 342 ### 341 ### 340 ### 339 ### 338 ### 337 ### 336 ### 335 ### 334 ### 333 ### 332 ### 331 ### 331 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 320 ### 318 ### 317 ### 316 ### 315 ### 315 ### 315 ### 312 ### 311 ### 310 ### 309 ### 308 ### 309 ### 306 ### 305 ### 305 ### 304 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 289 ### 287 ### 286 ### 285 ### 284 ### 284 ### 282 ### 281 ### 280 ### 279 ### 278 ### 278 ### 276 ### 275 ### 275 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 250 ### 249 ### 248 ### 247 ### 245 ### 245 ### 243 ### 242 ### 241 ### 240 ### 239 ### 238 ### 237 ### 237 ### 235 ### 235 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 225 ### 225 ### 222 ### 221 ### 220 ### 219 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 209 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 199 ### 197 ### 196 ### 195 ### 195 ### 193 ### 192 ### 192 ### 190 ### 189 ### 188 ### 187 ### 186 ### 185 ### 184 ### 183 ### 182 ### 181 ### 180 ### 179 ### 178 ### 177 ### 176 ### 175 ### 174 ### 173 ### 172 ### 171 ### 170 ### 169 ### 169 ### 169 ### 169 ### 165 ### 164 ### 163 ### 162 ### 161 ### 160 ### 160 ### 158 ### 157 ### 156 ### 155 ### 155 ### 153 ### 153 ### 151 ### 150 ### 149 ### 148 ### 147 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 132 ### 131 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 106 ### 104 ### 103 ### 102 ### 102 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 78 ### 77 ### 76 ### 75 ### 75 ### 73 ### 73 ### 71 ### 70 ### 69 ### 68 ### 67 ### 66 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 59 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 49 ### 47 ### 46 ### 46 ### 44 ### 43 ### 42 ### 41 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 27 ### 26 ### 25 ### 25 ### 23 ### 22 ### 21 ### 20 ### 19 ### 18 ### 18 ### 16 ### 15 ### 15 ### 13 ### 12 ### 11 ### 11 ### 9 ### 8 ### 7 ### 6 ### 5 ### 4 ### 3 ### 2 ### 1 ***** Tyrus broadcast - text ***** 2983 Jun 03, 2024 3:32:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:32:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Jun 03, 2024 3:32:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:54 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:54 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:32:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:54 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:55 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.729 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.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-session --- [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.x/tests/servlet/session/target/bom.xml [INFO] attaching as tyrus-tests-servlet-session-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/bom.json [INFO] attaching as tyrus-tests-servlet-session-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-session --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.2.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.x/tests/servlet/session/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.2.99-SNAPSHOT/tyrus-tests-servlet-session-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.2.99-SNAPSHOT/tyrus-tests-servlet-session-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.2.99-SNAPSHOT/tyrus-tests-servlet-session-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.2.99-SNAPSHOT/tyrus-tests-servlet-session-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.2.99-SNAPSHOT/tyrus-tests-servlet-session-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet.twoappconfig:tyrus-tests-servlet-twoappconfig >-- [INFO] Building Tyrus Servlet Two App Config 2.2.99-SNAPSHOT [58/69] [INFO] from tests/servlet/twoappconfig/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-twoappconfig --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-twoappconfig --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-twoappconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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 03, 2024 3:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:32:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:56 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:56 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:32:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:56 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:56 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.370 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.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-twoappconfig --- [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.x/tests/servlet/twoappconfig/target/bom.xml [INFO] attaching as tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/bom.json [INFO] attaching as tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.2.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.x/tests/servlet/twoappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-mbean-test >-- [INFO] Building Tyrus Servlet Monitoring Test 2.2.99-SNAPSHOT [59/69] [INFO] from tests/servlet/mbean/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-mbean-test --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-mbean-test --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-mbean-test --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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 03, 2024 3:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:32:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:32:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:57 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:32:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:57 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 03, 2024 3:32:57 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:57 PM 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 Jun 03, 2024 3:32:57 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:32:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:32:58 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:32:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:32:58 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 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.x/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-mbean-test --- [INFO] CycloneDX: Resolving Dependencies ### 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 [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.x/tests/servlet/mbean/target/bom.xml [INFO] attaching as tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/bom.json [INFO] attaching as tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.2.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.x/tests/servlet/mbean/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.2.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.2.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.2.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.2.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.2.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-inject >---- [INFO] Building Tyrus Servlet Inject Test 2.2.99-SNAPSHOT [60/69] [INFO] from tests/servlet/inject/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-inject --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-inject --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-inject --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/generated-sources/rsrc-gen added. [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.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. ### 701 ### 700 ### 699 ### 698 ### 697 ### 696 ### 695 ### 694 ### 693 ### 692 ### 691 ### 690 ### 689 ### 688 ### 687 ### 686 ### 685 ### 684 ### 683 ### 682 ### 681 ### 680 ### 679 ### 678 ### 677 ### 676 ### 675 ### 674 ### 673 ### 672 ### 671 ### 670 ### 669 ### 668 ### 667 ### 666 ### 665 ### 664 ### 663 ### 662 ### 661 ### 660 ### 659 ### 658 ### 657 ### 656 ### 655 ### 654 ### 653 ### 652 ### 651 ### 650 ### 649 ### 648 ### 647 ### 646 ### 645 ### 644 ### 643 ### 642 ### 641 ### 640 ### 639 ### 638 ### 637 ### 636 ### 635 ### 633 ### 633 [INFO] Compiling 3 source files with javac [debug target 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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.081 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.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-inject --- [INFO] CycloneDX: Resolving Dependencies ### 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 ### 593 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 579 ### 578 ### 577 ### 576 ### 575 ### 574 ### 572 ### 573 ### 571 ### 570 ### 569 ### 568 ### 567 ### 566 ### 565 ### 564 ### 563 ### 562 ### 561 ### 560 ### 559 ### 558 [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/bom.xml [INFO] attaching as tyrus-tests-servlet-inject-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/bom.json [INFO] attaching as tyrus-tests-servlet-inject-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.2.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.x/tests/servlet/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.2.99-SNAPSHOT/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.2.99-SNAPSHOT/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.2.99-SNAPSHOT/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.2.99-SNAPSHOT/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.2.99-SNAPSHOT/tyrus-tests-servlet-inject-2.2.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.2.99-SNAPSHOT [61/69] [INFO] from tests/servlet/maxsessions-per-app/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-maxsessions-per-app --- ### 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 ### 495 ### 496 [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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] ------------------------------------------------------- ### 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 ### 444 ### 445 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 425 ### 424 ### 423 [INFO] Running org.glassfish.tyrus.tests.servlet.maxsessions.MaxSessionsAppTest ### 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 Jun 03, 2024 3:33:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:33:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:00 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/max-sessions-per-app-test/echo1 ### 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 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 ### 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 ================== 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 ### 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 ================== 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 ### 146 ### 145 ### 144 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 136 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 115 ### 114 ### 113 ### 112 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 102 ### 101 ### 100 ### 99 ### 98 ### 97 ### 96 ### 95 ### 94 ### 93 ### 92 ### 91 ### 90 ### 89 ### 88 ### 87 ### 86 ### 85 ### 84 ### 83 ### 82 ### 81 ### 80 ### 79 ### 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 ================== 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 ### 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 ***** 3320 Jun 03, 2024 3:33:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 03, 2024 3:33:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 03, 2024 3:33:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 ================== 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 03, 2024 3:33:01 PM 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 ================== 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 ================== Jun 03, 2024 3:33:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:01 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:01 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:33:01 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:01 PM 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 ### 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 ================== Jun 03, 2024 3:33:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:01 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.916 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.x/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-maxsessions-per-app --- [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.x/tests/servlet/maxsessions-per-app/target/bom.xml [INFO] attaching as tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/target/bom.json [INFO] attaching as tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.2.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.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.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.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.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.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.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.2.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.2.99-SNAPSHOT [62/69] [INFO] from tests/servlet/maxsessions-per-remoteaddr/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes ### 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 [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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] ------------------------------------------------------- ### 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 ### 642 ### 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 ### 602 ### 602 ### 601 ### 600 ### 599 [INFO] Running org.glassfish.tyrus.tests.servlet.maxsessionsperremoteaddr.MaxSessionsPerRemoteAddrTest ### 598 ### 597 ### 596 ### 595 ### 594 ### 593 ### 592 ### 591 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 583 ### 583 ### 581 ### 582 ### 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 ### 537 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 527 ### 526 ### 525 ### 523 ### 524 ### 522 ### 521 ### 520 ### 519 ### 518 ### 517 Jun 03, 2024 3:33:02 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:02 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:33:02 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:02 PM 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 ### 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 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 ### 443 ### 442 ### 441 ### 440 ### 439 ### 438 ### 437 ### 436 ### 435 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 427 ### 426 ### 424 ### 425 ### 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 ### 395 ### 396 ### 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 ================== 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. ### 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 ### 327 ### 328 ### 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 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. 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 ### 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 ================== 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 ### 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 ================== 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. 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. 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.] 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.] 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 03, 2024 3:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:33:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:04 PM 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.] 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.] 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 ### 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 ### 42 ### 43 ### 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 ***** 3085 Jun 03, 2024 3:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jun 03, 2024 3:33:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:04 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.073 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.x/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] CycloneDX: Resolving Dependencies Jun 03, 2024 3:33:04 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:04 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jun 03, 2024 3:33:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:04 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [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.x/tests/servlet/maxsessions-per-remoteaddr/target/bom.xml [INFO] attaching as tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/target/bom.json [INFO] attaching as tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.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.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.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.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.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.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.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-debug >----- [INFO] Building Tyrus Debug Debug Samples 2.2.99-SNAPSHOT [63/69] [INFO] from tests/servlet/debug/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-tests-servlet-debug --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-tests-servlet-debug --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-tests-servlet-debug --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-debug --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-debug --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/generated-sources/rsrc-gen added. [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.x/tests/servlet/debug/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-debug --- [INFO] Nothing to compile - all classes are up to date. [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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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 03, 2024 3:33:05 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Client 0 connected. Client 1 connected. Client 2 connected. Client 3 connected. Client 4 connected. Client 5 connected. Client 6 connected. Client 7 connected. Client 8 connected. Client 9 connected. Client 10 connected. Client 11 connected. Client 12 connected. Client 13 connected. Client 14 connected. Client 15 connected. Client 16 connected. Client 17 connected. Client 18 connected. Client 19 connected. ### 800 ### 800 ### 798 ### 797 ### 796 ### 795 ### 794 Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 466d5fbf-a5c0-4958-a41a-1cd96ff09d96 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: ZRCn68I610bv/nx30hlkZw== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 466d5fbf-a5c0-4958-a41a-1cd96ff09d96 [3 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 466d5fbf-a5c0-4958-a41a-1cd96ff09d96 [3 ms]: Segment "a" does not match Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 466d5fbf-a5c0-4958-a41a-1cd96ff09d96 [3 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 466d5fbf-a5c0-4958-a41a-1cd96ff09d96 [3 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 466d5fbf-a5c0-4958-a41a-1cd96ff09d96 [3 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 466d5fbf-a5c0-4958-a41a-1cd96ff09d96 [3 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 466d5fbf-a5c0-4958-a41a-1cd96ff09d96 [3 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 466d5fbf-a5c0-4958-a41a-1cd96ff09d96 [3 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 466d5fbf-a5c0-4958-a41a-1cd96ff09d96 [3 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 466d5fbf-a5c0-4958-a41a-1cd96ff09d96 [4 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 466d5fbf-a5c0-4958-a41a-1cd96ff09d96 [4 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 466d5fbf-a5c0-4958-a41a-1cd96ff09d96 [4 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 466d5fbf-a5c0-4958-a41a-1cd96ff09d96 [4 ms]: Endpoints matched to the request URI: [] Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 2c14439e-6ac2-4643-b07d-c9ee57b1ead2 [14 ms]: Redirect enabled: false Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 2c14439e-6ac2-4643-b07d-c9ee57b1ead2 [23 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: ZRCn68I610bv/nx30hlkZw== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 2c14439e-6ac2-4643-b07d-c9ee57b1ead2 [96 ms]: Received handshake response: < 404 < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a < x-tyrus-tracing-01: [3 ms] Segment "a" does not match < x-tyrus-tracing-02: [3 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-03: [3 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length < x-tyrus-tracing-04: [3 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-05: [3 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length < x-tyrus-tracing-06: [3 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-07: [3 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length < x-tyrus-tracing-08: [3 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-09: [4 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length < x-tyrus-tracing-10: [4 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-11: [4 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length < x-tyrus-tracing-12: [4 ms] Endpoints matched to the request URI: [] Jun 03, 2024 3:33:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:05 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. ### 793 ### 792 ### 792 ### 792 ### 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 ### 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 ### 597 ### 595 ### 594 ### 593 ### 592 ### 592 ### 590 ### 589 ### 588 ### 587 ### 586 ### 585 ### 584 ### 583 ### 582 ### 581 ### 580 ### 580 ### 580 ### 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 ### 544 ### 542 ### 541 ### 540 ### 539 ### 538 ### 537 ### 536 ### 535 ### 534 ### 533 ### 532 ### 531 ### 530 ### 529 ### 528 ### 528 ### 526 ### 525 ### 524 ### 523 ### 522 ### 521 ### 521 ### 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 ### 489 ### 487 ### 486 ### 485 ### 484 ### 483 ### 482 ### 481 ### 480 ### 479 ### 479 ### 479 ### 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 ### 439 ### 437 ### 436 ### 436 ### 434 ### 433 ### 432 ### 431 ### 430 ### 429 ### 428 ### 428 ### 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 ### 392 ### 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 ### 335 ### 333 ### 332 ### 331 ### 330 ### 329 ### 328 ### 327 ### 326 ### 325 ### 324 ### 323 ### 322 ### 321 ### 320 ### 319 ### 318 ### 317 ### 316 ### 315 ### 314 ### 313 ### 312 ### 311 > Session 09b8e59b-6418-4d34-bf6b-16f02ec56303 [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: EqEJQKwxwBvBWFc7G0PJGg== > Sec-WebSocket-Version: 13 > Upgrade: websocket < Session 09b8e59b-6418-4d34-bf6b-16f02ec56303 [6 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 6oXkpXOs9KEEkuoywD/favaIWno= < upgrade: websocket ### 310 ### 309 ### 308 ### 307 ### 306 ### 305 ### 304 ### 303 ### 302 ### 301 ### 300 ### 299 ### 298 ### 297 ### 296 ### 295 ### 294 ### 293 ### 292 ### 291 ### 290 ### 289 ### 289 ### 287 ### 286 ### 285 ### 284 ### 283 ### 282 ### 281 ### 280 ### 279 ### 278 ### 277 ### 276 ### 275 ### 274 ### 273 ### 272 ### 271 ### 270 ### 269 ### 268 ### 267 ### 266 ### 265 ### 264 ### 263 ### 262 ### 261 ### 260 ### 259 ### 258 ### 257 ### 256 ### 255 ### 254 ### 253 ### 252 ### 251 ### 250 ### 249 ### 249 ### 249 ### 246 ### 245 ### 244 ### 244 ### 242 ### 241 ### 240 ### 239 ### 239 ### 237 ### 236 ### 235 ### 234 ### 233 ### 232 ### 231 ### 230 ### 229 ### 228 ### 227 ### 226 ### 225 ### 225 ### 223 ### 222 ### 221 ### 220 ### 220 ### 218 ### 217 ### 216 ### 215 ### 214 ### 213 ### 212 ### 211 ### 210 ### 209 ### 208 ### 207 ### 206 ### 205 ### 204 ### 203 ### 202 ### 201 ### 200 ### 199 ### 198 ### 197 ### 197 ### 195 ### 194 ### 194 ### 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 ### 164 ### 162 ### 161 ### 160 ### 159 ### 158 ### 157 ### 156 ### 155 ### 154 ### 153 ### 152 ### 151 ### 150 ### 150 ### 148 ### 147 ### 146 ### 145 ### 145 ### 143 ### 142 ### 141 ### 140 ### 139 ### 138 ### 137 ### 137 ### 135 ### 134 ### 133 ### 132 ### 131 ### 130 ### 129 ### 128 ### 127 ### 126 ### 125 ### 124 ### 123 ### 122 ### 121 ### 120 ### 119 ### 118 ### 117 ### 116 ### 116 ### 114 ### 113 ### 113 ### 111 ### 110 ### 109 ### 108 ### 107 ### 106 ### 105 ### 104 ### 103 ### 103 ### 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 ### 76 ### 74 ### 73 ### 72 ### 71 ### 70 ### 69 ### 68 ### 67 ### 67 ### 65 ### 64 ### 63 ### 62 ### 61 ### 60 ### 59 ### 58 ### 57 ### 56 ### 55 ### 54 ### 53 ### 52 ### 51 ### 50 ### 49 ### 48 ### 47 ### 46 ### 45 ### 44 ### 43 ### 43 ### 42 ### 40 ### 39 ### 38 ### 37 ### 36 ### 35 ### 34 ### 33 ### 32 ### 31 ### 30 ### 29 ### 28 ### 28 ### 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 ***** 1537 Jun 03, 2024 3:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.30 s -- in org.glassfish.tyrus.tests.servlet.basic.test.WsServletTest [INFO] Running org.glassfish.tyrus.tests.servlet.basic.test.WssServletTest [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 16, Time elapsed: 0.003 s -- in org.glassfish.tyrus.tests.servlet.basic.test.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.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-basic --- [INFO] CycloneDX: Resolving Dependencies Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78610c85-1c71-4609-af15-1a82a8b3a90a [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: RMEOkV2mDckcltfxRUzpPA== < sec-websocket-version: 13 < upgrade: websocket Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78610c85-1c71-4609-af15-1a82a8b3a90a [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78610c85-1c71-4609-af15-1a82a8b3a90a [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78610c85-1c71-4609-af15-1a82a8b3a90a [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78610c85-1c71-4609-af15-1a82a8b3a90a [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78610c85-1c71-4609-af15-1a82a8b3a90a [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78610c85-1c71-4609-af15-1a82a8b3a90a [0 ms]: Segment "a" does not match Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78610c85-1c71-4609-af15-1a82a8b3a90a [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78610c85-1c71-4609-af15-1a82a8b3a90a [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78610c85-1c71-4609-af15-1a82a8b3a90a [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78610c85-1c71-4609-af15-1a82a8b3a90a [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78610c85-1c71-4609-af15-1a82a8b3a90a [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78610c85-1c71-4609-af15-1a82a8b3a90a [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 78610c85-1c71-4609-af15-1a82a8b3a90a [0 ms]: Endpoints matched to the request URI: [] Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session fde9adfa-2f60-47f1-8a26-1796a5b54d84 [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session fde9adfa-2f60-47f1-8a26-1796a5b54d84 [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: RMEOkV2mDckcltfxRUzpPA== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session fde9adfa-2f60-47f1-8a26-1796a5b54d84 [9 ms]: Received handshake response: < 404 Jun 03, 2024 3:33:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:07 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [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.x/tests/servlet/basic/target/bom.xml [INFO] attaching as tyrus-tests-servlet-basic-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/bom.json [INFO] attaching as tyrus-tests-servlet-basic-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-basic --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.2.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.x/tests/servlet/basic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.2.99-SNAPSHOT/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.2.99-SNAPSHOT/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.2.99-SNAPSHOT/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.2.99-SNAPSHOT/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/basic/target/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-basic/2.2.99-SNAPSHOT/tyrus-tests-servlet-basic-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-dynamic-deploy >-- [INFO] Building Tyrus Servlet Dynamic Deploy Test 2.2.99-SNAPSHOT [53/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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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.090 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.x/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] CycloneDX: Resolving Dependencies Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:08 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: g3COEdK4Dsf23AvJWgJG2Q== < sec-websocket-version: 13 < upgrade: websocket Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 7d391054-8294-4f49-8c8c-8290ad8fe88b [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Segment "a" does not match Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 7d391054-8294-4f49-8c8c-8290ad8fe88b [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: g3COEdK4Dsf23AvJWgJG2Q== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7d391054-8294-4f49-8c8c-8290ad8fe88b [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: iWilIw5N5JWdBY7zzeKRpe6mUeU= < upgrade: websocket Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 7d391054-8294-4f49-8c8c-8290ad8fe88b [6 ms]: Incoming buffer size: 4194315 Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/b Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [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 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Using negotiated subprotocol: null Jun 03, 2024 3:33:08 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session e5d9c52e-b320-4fdb-894c-6d1f41c477a2 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: iWilIw5N5JWdBY7zzeKRpe6mUeU= > Upgrade: websocket [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.x/tests/servlet/dynamic-deploy/target/bom.xml [INFO] attaching as tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/bom.json [INFO] attaching as tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-dynamic-deploy --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.2.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.x/tests/servlet/dynamic-deploy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.2.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.2.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.2.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.2.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/dynamic-deploy/target/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-dynamic-deploy/2.2.99-SNAPSHOT/tyrus-tests-servlet-dynamic-deploy-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-noappconfig >-- [INFO] Building Tyrus Servlet No App Config 2.2.99-SNAPSHOT [54/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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-noappconfig --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-noappconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/src/test/java/org/glassfish/tyrus/test/servlet/noappconfig/NoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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 03, 2024 3:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:09 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:09 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$EchoEndpoint Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 69463f26-e6d2-43c4-be06-31fec455b690 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/echo < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: HTKq8KLIALuGahYTcgoRqQ== < sec-websocket-version: 13 < upgrade: websocket Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 69463f26-e6d2-43c4-be06-31fec455b690 [0 ms]: Matching request URI /samples-debug/endpoint/echo against /samples-debug/endpoint/echo Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session a5d72b49-acea-4b7b-94f3-4e18b4b3706c [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 69463f26-e6d2-43c4-be06-31fec455b690 [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/echo] Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session a5d72b49-acea-4b7b-94f3-4e18b4b3706c [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: HTKq8KLIALuGahYTcgoRqQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 69463f26-e6d2-43c4-be06-31fec455b690 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/echo Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a5d72b49-acea-4b7b-94f3-4e18b4b3706c [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 64f6euLprqibfM+DhXlEOsZjxqE= < upgrade: websocket Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 69463f26-e6d2-43c4-be06-31fec455b690 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 69463f26-e6d2-43c4-be06-31fec455b690 [0 ms]: Using negotiated subprotocol: null Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 69463f26-e6d2-43c4-be06-31fec455b690 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: 64f6euLprqibfM+DhXlEOsZjxqE= > Upgrade: websocket Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 69463f26-e6d2-43c4-be06-31fec455b690 [5 ms]: Received text message Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session a5d72b49-acea-4b7b-94f3-4e18b4b3706c [8 ms]: Incoming buffer size: 4194315 Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 69463f26-e6d2-43c4-be06-31fec455b690 [6 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@16612a51, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@54e041a4, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@2c78324b, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@79defdc, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@18317edc, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@4e0ae11f, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@238d68ff, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@4b86805d, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5852c06f, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@76b07f29, type=class java.io.Reader}] Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 69463f26-e6d2-43c4-be06-31fec455b690 [7 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@5852c06f, type=class java.lang.String} Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session a5d72b49-acea-4b7b-94f3-4e18b4b3706c [11 ms]: Received text message Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 69463f26-e6d2-43c4-be06-31fec455b690 [8 ms]: Received binary message Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session a5d72b49-acea-4b7b-94f3-4e18b4b3706c [12 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@202c8735, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@652e0d54, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@68957370, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@54012972, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@105009e8, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@501f21b, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@46cc1f38, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@1b5be42a, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@b54a1e0, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@14f0bbb, type=class java.io.Reader}] Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session a5d72b49-acea-4b7b-94f3-4e18b4b3706c [12 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@b54a1e0, type=class java.lang.String} Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 69463f26-e6d2-43c4-be06-31fec455b690 [9 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4149c063, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@9cb8225, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@38af9828, type=class java.io.InputStream}] Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session 69463f26-e6d2-43c4-be06-31fec455b690 [10 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@4149c063, type=class java.nio.ByteBuffer} Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session a5d72b49-acea-4b7b-94f3-4e18b4b3706c [14 ms]: Received binary message Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session a5d72b49-acea-4b7b-94f3-4e18b4b3706c [15 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@144de7d1, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@7e4e7a6d, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@1c334bc1, type=class java.io.InputStream}] Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session a5d72b49-acea-4b7b-94f3-4e18b4b3706c [15 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@144de7d1, type=class java.nio.ByteBuffer} Jun 03, 2024 3:33:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:09 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/noappconfig-test/one Jun 03, 2024 3:33:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 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.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-noappconfig --- [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.x/tests/servlet/noappconfig/target/bom.xml [INFO] attaching as tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/bom.json [INFO] attaching as tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-noappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.2.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.x/tests/servlet/noappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/noappconfig/target/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-noappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-noappconfig-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-oneappconfig >-- [INFO] Building Tyrus Servlet One App Config 2.2.99-SNAPSHOT [55/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 --- [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-oneappconfig --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-oneappconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes Jun 03, 2024 3:33:10 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Jun 03, 2024 3:33:10 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session d7b98725-cfa3-4958-98ca-fa5c5f4b4753 [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session d7b98725-cfa3-4958-98ca-fa5c5f4b4753 [0 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: AEbAkaekGVxgrVPoh0+NDA== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d7b98725-cfa3-4958-98ca-fa5c5f4b4753 [4 ms]: Received handshake response: < 401 < upgrade: websocket < www-authenticate: Basic realm="my realm" Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session d7b98725-cfa3-4958-98ca-fa5c5f4b4753 [6 ms]: Using authentication config: AuthConfig{Basic->org.glassfish.tyrus.client.auth.BasicAuthenticator, Digest->org.glassfish.tyrus.client.auth.DigestAuthenticator} Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session d7b98725-cfa3-4958-98ca-fa5c5f4b4753 [7 ms]: Using authentication scheme: Basic Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session d7b98725-cfa3-4958-98ca-fa5c5f4b4753 [7 ms]: Using authenticator: org.glassfish.tyrus.client.auth.BasicAuthenticator Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session d7b98725-cfa3-4958-98ca-fa5c5f4b4753 [7 ms]: Using credentials: Credentials{username: Petr, password: *****} Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session d7b98725-cfa3-4958-98ca-fa5c5f4b4753 [7 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Authorization: ***** > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: AEbAkaekGVxgrVPoh0+NDA== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d7b98725-cfa3-4958-98ca-fa5c5f4b4753 [11 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: /dTDCAH9b8z5EQ4dIC0EnDhkLQk= < upgrade: websocket Jun 03, 2024 3:33:10 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session d7b98725-cfa3-4958-98ca-fa5c5f4b4753 [14 ms]: Incoming buffer size: 4194315 [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/oneappconfig/OneServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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 03, 2024 3:33:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: ZCPdfEUoYNCqUc5ViyO6oQ== < sec-websocket-version: 12 < upgrade: websocket Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: Segment "a" does not match Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [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 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f44e5623-d345-411d-ab10-7fb75e5f2777 [1 ms]: Upgrade request contains unsupported version of Websocket protocol Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session f44e5623-d345-411d-ab10-7fb75e5f2777 [1 ms]: Sending handshake response: > 426 > Sec-WebSocket-Version: 13 Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session f8e3d1fb-a686-4695-88df-f5eb80cbd32f [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session f8e3d1fb-a686-4695-88df-f5eb80cbd32f [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: ZCPdfEUoYNCqUc5ViyO6oQ== > Sec-WebSocket-Version: 12 > Upgrade: websocket Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session f8e3d1fb-a686-4695-88df-f5eb80cbd32f [12 ms]: Received handshake response: < 426 < sec-websocket-version: 13 < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-01: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-03: [0 ms] Segment "a" does not match < 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/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] Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-09: [0 ms] /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables < x-tyrus-tracing-10: [0 ms] Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b < x-tyrus-tracing-11: [0 ms] /samples-debug/endpoint/a/b is an exact match < x-tyrus-tracing-12: [0 ms] Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b < x-tyrus-tracing-13: [0 ms] /samples-debug/endpoint/a/b is an exact match < x-tyrus-tracing-14: [0 ms] Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b < x-tyrus-tracing-15: [0 ms] /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path < x-tyrus-tracing-16: [0 ms] Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b < x-tyrus-tracing-17: [0 ms] /samples-debug/endpoint/a/b is an exact match < x-tyrus-tracing-18: [0 ms] Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] < x-tyrus-tracing-19: [0 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b < x-tyrus-tracing-20: [1 ms] Upgrade request contains unsupported version of Websocket protocol Jun 03, 2024 3:33:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:11 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:11 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:11 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 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.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-oneappconfig --- [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.x/tests/servlet/oneappconfig/target/bom.xml [INFO] attaching as tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/bom.json [INFO] attaching as tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-oneappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.2.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.x/tests/servlet/oneappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/oneappconfig/target/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-oneappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-oneappconfig-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-remote >---- [INFO] Building Tyrus Servlet RemoteEndpoint Timeout 2.2.99-SNAPSHOT [56/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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-remote --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-remote --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/src/main/java/org/glassfish/tyrus/tests/servlet/remote/SingletonConfigurator.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/src/test/java/org/glassfish/tyrus/tests/servlet/remote/RemoteApplicationTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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.015 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.x/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-remote --- [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.x/tests/servlet/remote-endpoint-timeout/target/bom.xml [INFO] attaching as tyrus-tests-servlet-remote-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/bom.json [INFO] attaching as tyrus-tests-servlet-remote-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-remote --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.2.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.x/tests/servlet/remote-endpoint-timeout/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.2.99-SNAPSHOT/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.2.99-SNAPSHOT/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.2.99-SNAPSHOT/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.2.99-SNAPSHOT/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/remote-endpoint-timeout/target/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-remote/2.2.99-SNAPSHOT/tyrus-tests-servlet-remote-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-session >---- [INFO] Building Tyrus Servlet Session Closing 2.2.99-SNAPSHOT [57/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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-session --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-session --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:12 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:12 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: TdOf73xnlU5LH2jZ7o+P1g== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 0dc40b7a-09e4-45ed-b27e-ca355541baae [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 0dc40b7a-09e4-45ed-b27e-ca355541baae [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: TdOf73xnlU5LH2jZ7o+P1g== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 0dc40b7a-09e4-45ed-b27e-ca355541baae [5 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: NYHAG1MG3swvzacPJdDWpy9KE1Q= < 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}/{b} < x-tyrus-tracing-02: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-03: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/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 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Segment "a" does not match Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 0dc40b7a-09e4-45ed-b27e-ca355541baae [7 ms]: Incoming buffer size: 4194315 Jun 03, 2024 3:33:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [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 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Using negotiated subprotocol: null Jun 03, 2024 3:33:12 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 45f2b20f-7cb3-4ab7-900c-5e9911058ee5 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: NYHAG1MG3swvzacPJdDWpy9KE1Q= > Upgrade: websocket [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/src/main/java/org/glassfish/tyrus/tests/servlet/session/SingletonConfigurator.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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 03, 2024 3:33:13 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: MfiXW6ksjAXyPaajH1OxwQ== < sec-websocket-version: 13 < upgrade: websocket Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cac4f1fb-2a77-49a0-a112-1e284f4356a6 [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session cac4f1fb-2a77-49a0-a112-1e284f4356a6 [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: MfiXW6ksjAXyPaajH1OxwQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cac4f1fb-2a77-49a0-a112-1e284f4356a6 [3 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: v8FEBETBFBbqW/gwqwAJpW9AYpE= < upgrade: websocket Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Segment "a" does not match Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session cac4f1fb-2a77-49a0-a112-1e284f4356a6 [5 ms]: Incoming buffer size: 4194315 Jun 03, 2024 3:33:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/b Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [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 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Using negotiated subprotocol: null Jun 03, 2024 3:33:13 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 4d8d9f02-4112-440a-952a-5d65e5f99158 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: v8FEBETBFBbqW/gwqwAJpW9AYpE= > Upgrade: websocket Jun 03, 2024 3:33:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:14 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:14 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint1 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint5 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint2 Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: jKxIN0o1xDxHk/TSb1XLzw== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Segment "a" does not match Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 1b2f8d19-a75f-44a2-a7c1-9fd718daa90f [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 1b2f8d19-a75f-44a2-a7c1-9fd718daa90f [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: jKxIN0o1xDxHk/TSb1XLzw== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1b2f8d19-a75f-44a2-a7c1-9fd718daa90f [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: JlNiWrKWwuCEF3+Lsdx+yiRvitY= < upgrade: websocket < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-01: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-02: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{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] 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 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 1b2f8d19-a75f-44a2-a7c1-9fd718daa90f [6 ms]: Incoming buffer size: 4194315 Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [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 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Using negotiated subprotocol: null Jun 03, 2024 3:33:14 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session aedbf03d-f39d-4fbb-b629-30eb722af8da [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: JlNiWrKWwuCEF3+Lsdx+yiRvitY= > Upgrade: websocket [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.58 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.x/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9: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.x/tests/servlet/debug/target/bom.xml [INFO] attaching as tyrus-tests-servlet-debug-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/bom.json [INFO] attaching as tyrus-tests-servlet-debug-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-debug --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-debug --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.2.99-SNAPSHOT/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.2.99-SNAPSHOT/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.2.99-SNAPSHOT/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.2.99-SNAPSHOT/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.2.99-SNAPSHOT/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-bundles >-------------- [INFO] Building Tyrus Bundles 2.2.99-SNAPSHOT [64/69] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-bundles --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-bundles --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-bundles --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-bundles --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-bundles --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/bundles/target/bom.xml [INFO] attaching as tyrus-bundles-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/target/bom.json [INFO] attaching as tyrus-bundles-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.2.99-SNAPSHOT/tyrus-bundles-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.2.99-SNAPSHOT/tyrus-bundles-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.2.99-SNAPSHOT/tyrus-bundles-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-samples >-------------- [INFO] Building Tyrus Samples Bundle 2.2.99-SNAPSHOT [65/69] [INFO] from bundles/samples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-samples --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-samples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-samples --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-samples --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-samples --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/samples/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack-examples) @ tyrus-samples --- [INFO] [INFO] --- cyclonedx:2.7.9: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.x/bundles/samples/target/bom.xml [INFO] attaching as tyrus-samples-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/samples/target/bom.json [INFO] attaching as tyrus-samples-2.2.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.x/bundles/samples/target/tyrus-samples-all.zip [INFO] [INFO] --- source:3.3.1: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.x/bundles/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.2.99-SNAPSHOT/tyrus-samples-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/samples/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.2.99-SNAPSHOT/tyrus-samples-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/samples/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.2.99-SNAPSHOT/tyrus-samples-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/samples/target/tyrus-samples-all.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.2.99-SNAPSHOT/tyrus-samples-2.2.99-SNAPSHOT-all.zip [INFO] [INFO] --------< org.glassfish.tyrus.bundles:tyrus-standalone-client >--------- [INFO] Building Tyrus Standalone Client 2.2.99-SNAPSHOT [66/69] [INFO] from bundles/client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-standalone-client --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-standalone-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-standalone-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.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.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-framework:sources:4.0.2:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http-server:sources:4.0.2:jar Jun 03, 2024 3:33:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:19 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:19 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:19 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:33:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:19 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http:sources:4.0.2: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.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.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.5: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.x/bundles/client/target/tyrus-standalone-client-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9: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.x/bundles/client/target/bom.xml [INFO] attaching as tyrus-standalone-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/bom.json [INFO] attaching as tyrus-standalone-client-2.2.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.2.99-SNAPSHOT : Version for package org.glassfish.tyrus.client is set to different values in the source (2.2.99-SNAPSHOT) and in the manifest (2.2.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.2.99-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.grizzly.*] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/tyrus-standalone-client-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.5.3:shade (default) @ tyrus-standalone-client --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.2.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:4.0.2 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:4.0.2 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:4.0.2 in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.2.0 in the shaded jar. [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_2.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] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] grizzly-framework-4.0.2.jar, grizzly-http-4.0.2.jar, grizzly-http-server-4.0.2.jar, jakarta.websocket-api-2.2.0.jar, jakarta.websocket-client-api-2.2.0.jar, tyrus-client-2.2.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar, tyrus-core-2.2.99-SNAPSHOT.jar, tyrus-spi-2.2.99-SNAPSHOT.jar, tyrus-standalone-client-2.2.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.websocket-api-2.2.0.jar, jakarta.websocket-client-api-2.2.0.jar, tyrus-client-2.2.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar, tyrus-core-2.2.99-SNAPSHOT.jar, tyrus-spi-2.2.99-SNAPSHOT.jar, tyrus-standalone-client-2.2.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] grizzly-framework-4.0.2.jar, grizzly-http-4.0.2.jar, grizzly-http-server-4.0.2.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.x/bundles/client/target/tyrus-standalone-client-2.2.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/tyrus-standalone-client-2.2.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-standalone-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/client-bundle-sources added. [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.6.3:jar (default) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/tyrus-standalone-client-2.2.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.x/bundles/client/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.2.99-SNAPSHOT/tyrus-standalone-client-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/tyrus-standalone-client-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.2.99-SNAPSHOT/tyrus-standalone-client-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.2.99-SNAPSHOT/tyrus-standalone-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.2.99-SNAPSHOT/tyrus-standalone-client-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/tyrus-standalone-client-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.2.99-SNAPSHOT/tyrus-standalone-client-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk >------- [INFO] Building Tyrus Standalone Client - JDK 2.2.99-SNAPSHOT [67/69] [INFO] from bundles/client-jdk/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tyrus-standalone-client-jdk --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ tyrus-standalone-client-jdk --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ tyrus-standalone-client-jdk --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.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-client-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-jdk-client:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.2.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.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.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.5: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.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9: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.x/bundles/client-jdk/target/bom.xml [INFO] attaching as tyrus-standalone-client-jdk-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/bom.json [INFO] attaching as tyrus-standalone-client-jdk-2.2.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.2.99-SNAPSHOT : Version for package org.glassfish.tyrus.client is set to different values in the source (2.2.99-SNAPSHOT) and in the manifest (2.2.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 [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.5.3:shade (default) @ tyrus-standalone-client-jdk --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.2.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-jdk-client:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.2.0 in the shaded jar. [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_2.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] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jakarta.websocket-api-2.2.0.jar, jakarta.websocket-client-api-2.2.0.jar, tyrus-client-2.2.99-SNAPSHOT.jar, tyrus-container-jdk-client-2.2.99-SNAPSHOT.jar, tyrus-core-2.2.99-SNAPSHOT.jar, tyrus-spi-2.2.99-SNAPSHOT.jar, tyrus-standalone-client-jdk-2.2.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.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-standalone-client-jdk --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/client-bundle-sources added. [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.6.3:jar (default) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-standalone-client-jdk --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.2.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.x/bundles/client-jdk/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.2.99-SNAPSHOT/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.2.99-SNAPSHOT/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.2.99-SNAPSHOT/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.2.99-SNAPSHOT/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.2.99-SNAPSHOT/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-archive >---------- [INFO] Building Tyrus Websocket RI Archive 2.2.99-SNAPSHOT [68/69] [INFO] from bundles/websocket-ri-archive/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ websocket-ri-archive --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ websocket-ri-archive --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ websocket-ri-archive --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ websocket-ri-archive --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ websocket-ri-archive --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.1:copy-dependencies (copy-dependencies) @ websocket-ri-archive --- [INFO] Copying tyrus-client-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-client-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-core-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-core-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-server-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-server-2.2.99-SNAPSHOT.jar [INFO] Copying jakarta.websocket-api-2.2.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.websocket-api-2.2.0.jar [INFO] Copying jakarta.xml.bind-api-4.0.2.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.xml.bind-api-4.0.2.jar [INFO] Copying jakarta.activation-api-2.1.3.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.activation-api-2.1.3.jar [INFO] Copying tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar [INFO] Copying jakarta.enterprise.cdi-api-4.1.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.enterprise.cdi-api-4.1.0.jar [INFO] Copying jakarta.enterprise.lang-model-4.1.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.enterprise.lang-model-4.1.0.jar [INFO] Copying jakarta.annotation-api-3.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.annotation-api-3.0.0.jar [INFO] Copying jakarta.el-api-6.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.el-api-6.0.0.jar [INFO] Copying jakarta.interceptor-api-2.2.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.interceptor-api-2.2.0.jar [INFO] Copying jakarta.inject-api-2.0.1.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.inject-api-2.0.1.jar [INFO] Copying tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.jar [INFO] Copying jakarta.ejb-api-4.0.1.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.ejb-api-4.0.1.jar [INFO] Copying jakarta.transaction-api-2.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.transaction-api-2.0.0.jar [INFO] Copying tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar [INFO] Copying grizzly-framework-4.0.2.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/grizzly-framework-4.0.2.jar [INFO] Copying grizzly-http-server-4.0.2.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/grizzly-http-server-4.0.2.jar [INFO] Copying grizzly-http-4.0.2.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/grizzly-http-4.0.2.jar [INFO] Copying tyrus-container-servlet-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-servlet-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-spi-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-spi-2.2.99-SNAPSHOT.jar [INFO] Copying jakarta.websocket-client-api-2.2.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.websocket-client-api-2.2.0.jar [INFO] [INFO] --- dependency:3.6.1:copy (copy) @ websocket-ri-archive --- [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:2.2.99-SNAPSHOT:jar [INFO] Copying tyrus-client-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/assembly/tyrus-client-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-server-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/assembly/tyrus-server-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-core-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/assembly/tyrus-core-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/assembly/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/assembly/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-container-servlet-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/assembly/tyrus-container-servlet-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-spi-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/assembly/tyrus-spi-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ websocket-ri-archive --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/bom.xml [INFO] attaching as websocket-ri-archive-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/bom.json [INFO] attaching as websocket-ri-archive-2.2.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.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.2.99-SNAPSHOT.zip [INFO] Building tar: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.2.99-SNAPSHOT.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.2.99-SNAPSHOT.tar.bz2 [INFO] [INFO] --- source:3.3.1: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.x/bundles/websocket-ri-archive/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.2.99-SNAPSHOT/websocket-ri-archive-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.2.99-SNAPSHOT/websocket-ri-archive-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.2.99-SNAPSHOT/websocket-ri-archive-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.2.99-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.2.99-SNAPSHOT/websocket-ri-archive-2.2.99-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.2.99-SNAPSHOT.tar.gz to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.2.99-SNAPSHOT/websocket-ri-archive-2.2.99-SNAPSHOT.tar.gz [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.2.99-SNAPSHOT.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.2.99-SNAPSHOT/websocket-ri-archive-2.2.99-SNAPSHOT.tar.bz2 [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-bundle >----------- [INFO] Building Tyrus Websocket RI Bundle 2.2.99-SNAPSHOT [69/69] [INFO] from bundles/websocket-ri-bundle/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ websocket-ri-bundle --- [INFO] [INFO] --- checkstyle:3.1.0:check (default) @ websocket-ri-bundle --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ websocket-ri-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_2.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ websocket-ri-bundle --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ websocket-ri-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.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: jakarta.websocket:jakarta.websocket-client-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-ejb:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-server:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.2.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.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 213 source files with javac [debug target 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/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.x/bundles/websocket-ri-bundle/target/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.x/bundles/websocket-ri-bundle/target/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.x/bundles/websocket-ri-bundle/target/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.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/client/ClientManager.java:[155,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java:[1905,27] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/spi/ClientContainer.java:[40,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/TyrusSession.java:[334,17] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.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.x/bundles/websocket-ri-bundle/target/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.x/bundles/websocket-ri-bundle/target/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.x/bundles/websocket-ri-bundle/target/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.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[99,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[124,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[135,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[146,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/TyrusWebSocketEngine.java:[579,17] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.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.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.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.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.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.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5: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.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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-client-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ websocket-ri-bundle --- [INFO] CycloneDX: Resolving Dependencies [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.x/bundles/websocket-ri-bundle/target/bom.xml Jun 03, 2024 3:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:33:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:24 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.98 s -- in org.glassfish.tyrus.test.servlet.session.SessionCloseApplicationTest [INFO] Running org.glassfish.tyrus.test.servlet.session.SessionIdleTimeoutTest Jun 03, 2024 3:33:24 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:33:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:24 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. [INFO] attaching as websocket-ri-bundle-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/bom.json [INFO] attaching as websocket-ri-bundle-2.2.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.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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-client-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ websocket-ri-bundle --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ websocket-ri-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.2.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.x/bundles/websocket-ri-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.2.99-SNAPSHOT/websocket-ri-bundle-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.2.99-SNAPSHOT/websocket-ri-bundle-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.2.99-SNAPSHOT/websocket-ri-bundle-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.2.99-SNAPSHOT/websocket-ri-bundle-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.2.99-SNAPSHOT/websocket-ri-bundle-2.2.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.2.99-SNAPSHOT/websocket-ri-bundle-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for tyrus 2.2.99-SNAPSHOT: [INFO] [INFO] tyrus .............................................. SUCCESS [ 29.957 s] [INFO] tyrus-archetypes ................................... SUCCESS [ 0.142 s] [INFO] Tyrus Echo Archetype ............................... SUCCESS [ 8.420 s] [INFO] Tyrus BOM .......................................... SUCCESS [ 0.070 s] [INFO] Tyrus Container SPI ................................ SUCCESS [ 3.328 s] [INFO] Tyrus Core ......................................... SUCCESS [ 10.667 s] [INFO] Tyrus Client ....................................... SUCCESS [ 1.726 s] [INFO] Tyrus Container Modules ............................ SUCCESS [ 0.255 s] [INFO] Tyrus Containers For Glassfish ..................... SUCCESS [ 0.108 s] [INFO] Tyrus CDI Component Provider ....................... SUCCESS [ 0.520 s] [INFO] Tyrus EJB Component Provider ....................... SUCCESS [ 0.417 s] [INFO] Tyrus Grizzly Client Container ..................... SUCCESS [ 1.026 s] [INFO] Tyrus Server ....................................... SUCCESS [ 1.344 s] [INFO] Tyrus Grizzly Server Container ..................... SUCCESS [ 0.639 s] [INFO] Tyrus InMemory Container ........................... SUCCESS [ 1.477 s] [INFO] Tyrus Servlet Bundle ............................... SUCCESS [ 3.689 s] [INFO] Tyrus Tests ........................................ SUCCESS [ 0.497 s] [INFO] Tyrus Test Tools ................................... SUCCESS [ 0.682 s] [INFO] Tyrus JDK Client Container ......................... SUCCESS [ 15.000 s] [INFO] Tyrus Documentation ................................ SUCCESS [ 21.214 s] [INFO] Tyrus Extension Modules ............................ SUCCESS [ 0.122 s] [INFO] Tyrus CLI Client ................................... SUCCESS [ 1.531 s] [INFO] Tyrus Monitoring JMX ............................... SUCCESS [ 2.651 s] [INFO] Tyrus Extension - Per Message Deflate .............. SUCCESS [ 1.627 s] [INFO] Tyrus Java8 Client Extension ....................... SUCCESS [ 1.558 s] [INFO] Tyrus Samples ...................................... SUCCESS [ 0.077 s] [INFO] Tyrus Auction Sample ............................... SUCCESS [ 1.327 s] [INFO] Tyrus CDI Sample ................................... SUCCESS [ 1.111 s] [INFO] Tyrus Chat Sample .................................. SUCCESS [ 0.290 s] [INFO] Tyrus Draw Sample .................................. SUCCESS [ 0.222 s] [INFO] Tyrus Echo Sample .................................. SUCCESS [ 1.184 s] [INFO] Tyrus Basic Auth Sample ............................ SUCCESS [ 0.893 s] [INFO] Tyrus Secure Echo Sample ........................... SUCCESS [ 0.657 s] [INFO] Tyrus Programmatic Echo Sample ..................... SUCCESS [ 1.139 s] [INFO] Tyrus Simple Life Sample ........................... SUCCESS [ 0.200 s] [INFO] Tyrus Shared Collection Sample ..................... SUCCESS [ 1.013 s] [INFO] Tyrus Container Tests .............................. SUCCESS [ 0.238 s] [INFO] Tyrus JDK Containers Tests ......................... SUCCESS [ 1.226 s] [INFO] Tyrus Servlet Containers Tests ..................... SUCCESS [ 0.854 s] [INFO] Tyrus End-to-End Tests ............................. SUCCESS [ 0.235 s] [INFO] Tyrus End-to-End Application Config Tests .......... SUCCESS [ 3.265 s] [INFO] Tyrus End-to-End Non-deployable Tests .............. SUCCESS [ 9.766 s] [INFO] Tyrus End-to-End Standard Config Tests ............. SUCCESS [01:01 min] [INFO] Tyrus End-to-End Java 8 Tests ...................... SUCCESS [ 1.303 s] [INFO] Tyrus End-to-End Tests running on Jetty ............ SUCCESS [ 0.303 s] [INFO] Tyrus End-to-End Basic Auth Tests .................. SUCCESS [ 10.808 s] [INFO] Tyrus End-to-End Digest Auth Tests ................. SUCCESS [ 1.158 s] [INFO] Tyrus Release Test ................................. SUCCESS [ 2.051 s] [INFO] Tyrus Server Integration Tests ..................... SUCCESS [ 0.431 s] [INFO] Tyrus Servlet Async Tests .......................... SUCCESS [ 1.510 s] [INFO] Tyrus Autobahn Echo Server ......................... SUCCESS [ 0.632 s] [INFO] Tyrus Servlet Basic Tests .......................... SUCCESS [ 22.667 s] [INFO] Tyrus Servlet Dynamic Deploy Test .................. SUCCESS [ 0.901 s] [INFO] Tyrus Servlet No App Config ........................ SUCCESS [ 1.068 s] [INFO] Tyrus Servlet One App Config ....................... SUCCESS [ 1.323 s] [INFO] Tyrus Servlet RemoteEndpoint Timeout ............... SUCCESS [ 0.812 s] [INFO] Tyrus Servlet Session Closing ...................... SUCCESS [ 17.324 s] [INFO] Tyrus Servlet Two App Config ....................... SUCCESS [ 1.096 s] [INFO] Tyrus Servlet Monitoring Test ...................... SUCCESS [ 1.259 s] [INFO] Tyrus Servlet Inject Test .......................... SUCCESS [ 0.758 s] [INFO] Tyrus Servlet Max Sessions Per App Tests ........... SUCCESS [ 2.784 s] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests ... SUCCESS [ 2.802 s] [INFO] Tyrus Debug Debug Samples .......................... SUCCESS [ 11.374 s] [INFO] Tyrus Bundles ...................................... SUCCESS [ 0.062 s] [INFO] Tyrus Samples Bundle ............................... SUCCESS [ 2.514 s] [INFO] Tyrus Standalone Client ............................ SUCCESS [ 1.639 s] [INFO] Tyrus Standalone Client - JDK ...................... SUCCESS [ 0.520 s] [INFO] Tyrus Websocket RI Archive ......................... SUCCESS [ 1.605 s] [INFO] Tyrus Websocket RI Bundle .......................... SUCCESS [ 2.641 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:57 min [INFO] Finished at: 2024-06-03T15:33:25Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Received message: 0 Jun 03, 2024 3:33:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:26 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:26 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:26 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:33:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:26 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:33:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:27 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:27 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:27 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:33:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:27 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Received message: 0 Jun 03, 2024 3:33:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:29 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:29 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:29 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:33:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:29 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:30 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.748 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.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-session --- [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.x/tests/servlet/session/target/bom.xml [INFO] attaching as tyrus-tests-servlet-session-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/bom.json [INFO] attaching as tyrus-tests-servlet-session-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-session --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.2.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.x/tests/servlet/session/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.2.99-SNAPSHOT/tyrus-tests-servlet-session-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.2.99-SNAPSHOT/tyrus-tests-servlet-session-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.2.99-SNAPSHOT/tyrus-tests-servlet-session-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.2.99-SNAPSHOT/tyrus-tests-servlet-session-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/session/target/tyrus-tests-servlet-session-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-session/2.2.99-SNAPSHOT/tyrus-tests-servlet-session-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet.twoappconfig:tyrus-tests-servlet-twoappconfig >-- [INFO] Building Tyrus Servlet Two App Config 2.2.99-SNAPSHOT [58/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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-twoappconfig --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-twoappconfig --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/src/test/java/org/glassfish/tyrus/tests/servlet/twoappconfig/TwoServerApplicationConfigDeployTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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 03, 2024 3:33:31 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:31 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:33:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:31 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:32 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:32 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:33:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:32 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:32 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 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.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-twoappconfig --- [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.x/tests/servlet/twoappconfig/target/bom.xml [INFO] attaching as tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/bom.json [INFO] attaching as tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-twoappconfig --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.2.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.x/tests/servlet/twoappconfig/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/twoappconfig/target/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/twoappconfig/tyrus-tests-servlet-twoappconfig/2.2.99-SNAPSHOT/tyrus-tests-servlet-twoappconfig-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-mbean-test >-- [INFO] Building Tyrus Servlet Monitoring Test 2.2.99-SNAPSHOT [59/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 --- [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-mbean-test --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-mbean-test --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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 03, 2024 3:33:33 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:33 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:33:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:33 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:33 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 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.x/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-mbean-test --- [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.x/tests/servlet/mbean/target/bom.xml [INFO] attaching as tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/bom.json [INFO] attaching as tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-mbean-test --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.2.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.x/tests/servlet/mbean/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.2.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.2.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.2.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.2.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/mbean/target/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-mbean-test/2.2.99-SNAPSHOT/tyrus-tests-servlet-mbean-test-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-inject >---- [INFO] Building Tyrus Servlet Inject Test 2.2.99-SNAPSHOT [60/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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-inject --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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.057 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.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-inject --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/bom.xml [INFO] attaching as tyrus-tests-servlet-inject-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/bom.json [INFO] attaching as tyrus-tests-servlet-inject-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.2.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.x/tests/servlet/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.2.99-SNAPSHOT/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.2.99-SNAPSHOT/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.2.99-SNAPSHOT/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.2.99-SNAPSHOT/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/inject/target/tyrus-tests-servlet-inject-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-inject/2.2.99-SNAPSHOT/tyrus-tests-servlet-inject-2.2.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.2.99-SNAPSHOT [61/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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessions/MaxSessionsAppTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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 03, 2024 3:33:35 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:35 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:33:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:35 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== ws://localhost:8025/max-sessions-per-app-test/echo1 ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-app-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] ws://localhost:8025/max-sessions-per-app-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per application exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? true Client-side close reason: CloseReason[1000] session[5] is open? false session[6] is open? false session[7] is open? false ================== Jun 03, 2024 3:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:37 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:37 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:33:37 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:37 PM 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 03, 2024 3:33:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:37 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.186 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.x/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-maxsessions-per-app --- [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.x/tests/servlet/maxsessions-per-app/target/bom.xml [INFO] attaching as tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/target/bom.json [INFO] attaching as tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-app --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.2.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.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.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.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.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.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.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-app/target/tyrus-tests-servlet-maxsessions-per-app-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-app/2.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-app-2.2.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.2.99-SNAPSHOT [62/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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/target/generated-sources/rsrc-gen added. [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.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 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [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.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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/src/test/java/org/glassfish/tyrus/tests/servlet/maxsessionsperremoteaddr/MaxSessionsPerRemoteAddrTest.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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.5: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 03, 2024 3:33:38 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:33:38 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:38 PM 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 ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo3 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] Client-side close reason: CloseReason[1013,Maximal number of open sessions per remote address exceeded.] session[0] is open? true Client-side close reason: CloseReason[1000] session[1] is open? true Client-side close reason: CloseReason[1000] session[2] is open? true Client-side close reason: CloseReason[1000] session[3] is open? true Client-side close reason: CloseReason[1000] session[4] is open? false session[5] is open? false session[6] is open? false session[7] is open? false session[8] is open? false session[9] is open? false session[10] is open? false ================== ws://localhost:8025/max-sessions-per-remoteaddr-test/echo1 ws://localhost:8025/max-sessions-per-remoteaddr-test/echo2 Do or do not, there is no try. Do or do not, there is no try. 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 03, 2024 3:33:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:40 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:40 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 03, 2024 3:33:40 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:40 PM 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 03, 2024 3:33:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:40 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.226 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.x/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [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.x/tests/servlet/maxsessions-per-remoteaddr/target/bom.xml [INFO] attaching as tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/target/bom.json [INFO] attaching as tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-maxsessions-per-remoteaddr --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.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.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.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.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.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.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.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/maxsessions-per-remoteaddr/target/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-maxsessions-per-remoteaddr/2.2.99-SNAPSHOT/tyrus-tests-servlet-maxsessions-per-remoteaddr-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-debug >----- [INFO] Building Tyrus Debug Debug Samples 2.2.99-SNAPSHOT [63/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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-debug --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-debug --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/generated-sources/rsrc-gen added. [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.x/tests/servlet/debug/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ tyrus-tests-servlet-debug --- [INFO] Nothing to compile - all classes are up to date. [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 11] to target/test-classes [WARNING] system modules path not set in conjunction with -source 11 [INFO] [INFO] --- surefire:3.2.5: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 03, 2024 3:33:41 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:41 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:41 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: 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$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7a872701-5c45-4489-bf53-1ea1b576b5d4 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: 8c8Uai3n9B5u0SCy8tjQRw== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7a872701-5c45-4489-bf53-1ea1b576b5d4 [5 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7a872701-5c45-4489-bf53-1ea1b576b5d4 [5 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7a872701-5c45-4489-bf53-1ea1b576b5d4 [5 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7a872701-5c45-4489-bf53-1ea1b576b5d4 [5 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7a872701-5c45-4489-bf53-1ea1b576b5d4 [5 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7a872701-5c45-4489-bf53-1ea1b576b5d4 [5 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7a872701-5c45-4489-bf53-1ea1b576b5d4 [5 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7a872701-5c45-4489-bf53-1ea1b576b5d4 [5 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7a872701-5c45-4489-bf53-1ea1b576b5d4 [5 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7a872701-5c45-4489-bf53-1ea1b576b5d4 [6 ms]: Segment "a" does not match Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7a872701-5c45-4489-bf53-1ea1b576b5d4 [6 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7a872701-5c45-4489-bf53-1ea1b576b5d4 [6 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 7a872701-5c45-4489-bf53-1ea1b576b5d4 [7 ms]: Endpoints matched to the request URI: [] Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session a116cd08-a24f-4933-b267-733b910627e9 [24 ms]: Redirect enabled: false Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session a116cd08-a24f-4933-b267-733b910627e9 [30 ms]: Sending handshake request: > GET ws://localhost:8025/samples-debug/endpoint/b > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: 8c8Uai3n9B5u0SCy8tjQRw== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session a116cd08-a24f-4933-b267-733b910627e9 [119 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: [5 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length < x-tyrus-tracing-02: [5 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-03: [5 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length < x-tyrus-tracing-04: [5 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b < x-tyrus-tracing-05: [5 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length < x-tyrus-tracing-06: [5 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-07: [5 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length < x-tyrus-tracing-08: [5 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a < x-tyrus-tracing-09: [6 ms] Segment "a" does not match < x-tyrus-tracing-10: [6 ms] Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-11: [6 ms] URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length < x-tyrus-tracing-12: [7 ms] Endpoints matched to the request URI: [] Jun 03, 2024 3:33:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:41 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. > Session cb4c9dd8-cf26-4a2a-9247-ee13a4035940 [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: Yfh6eL3yqZXZ2A5rO/uE9g== > Sec-WebSocket-Version: 13 > Upgrade: websocket < Session cb4c9dd8-cf26-4a2a-9247-ee13a4035940 [7 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: nF2Gtkc9+iiaK4KqvcwkLlkpXU0= < upgrade: websocket Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:43 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:43 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: 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$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbbff2bd-55cd-4e5e-939e-ea1c3f16df52 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: N4EzhSwV1f+p4dZezcmCRw== < sec-websocket-version: 13 < upgrade: websocket Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbbff2bd-55cd-4e5e-939e-ea1c3f16df52 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbbff2bd-55cd-4e5e-939e-ea1c3f16df52 [0 ms]: Segment "a" does not match Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbbff2bd-55cd-4e5e-939e-ea1c3f16df52 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbbff2bd-55cd-4e5e-939e-ea1c3f16df52 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/{b} have different length Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbbff2bd-55cd-4e5e-939e-ea1c3f16df52 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbbff2bd-55cd-4e5e-939e-ea1c3f16df52 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/b have different length Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbbff2bd-55cd-4e5e-939e-ea1c3f16df52 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbbff2bd-55cd-4e5e-939e-ea1c3f16df52 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/{a}/{b} have different length Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbbff2bd-55cd-4e5e-939e-ea1c3f16df52 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/b Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbbff2bd-55cd-4e5e-939e-ea1c3f16df52 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/b have different length Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbbff2bd-55cd-4e5e-939e-ea1c3f16df52 [0 ms]: Matching request URI /samples-debug/endpoint/b against /samples-debug/endpoint/a/a Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbbff2bd-55cd-4e5e-939e-ea1c3f16df52 [0 ms]: URIs /samples-debug/endpoint/b and /samples-debug/endpoint/a/a have different length Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cbbff2bd-55cd-4e5e-939e-ea1c3f16df52 [0 ms]: Endpoints matched to the request URI: [] Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session d427b2f1-78bc-42e3-bdb3-ba11a1b08b43 [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session d427b2f1-78bc-42e3-bdb3-ba11a1b08b43 [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: N4EzhSwV1f+p4dZezcmCRw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d427b2f1-78bc-42e3-bdb3-ba11a1b08b43 [8 ms]: Received handshake response: < 404 Jun 03, 2024 3:33:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:43 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:44 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:44 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: 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$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: XrnUMuf8QzB8/yQ6gyrgBQ== < sec-websocket-version: 13 < upgrade: websocket Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 5c0246e6-7ea0-4f79-b9f5-38595dbe583a [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 5c0246e6-7ea0-4f79-b9f5-38595dbe583a [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: XrnUMuf8QzB8/yQ6gyrgBQ== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 5c0246e6-7ea0-4f79-b9f5-38595dbe583a [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: OVsJMn4kM/Tvu/pgG+738IMTxgA= < upgrade: websocket Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 5c0246e6-7ea0-4f79-b9f5-38595dbe583a [6 ms]: Incoming buffer size: 4194315 Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Segment "a" does not match Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [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 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Using negotiated subprotocol: null Jun 03, 2024 3:33:44 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session cf9d6372-9a99-49d4-8788-8c4ab710c9c6 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: OVsJMn4kM/Tvu/pgG+738IMTxgA= > Upgrade: websocket Jun 03, 2024 3:33:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:45 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$EchoEndpoint Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d169363a-6b2d-47c2-95f4-a7b0b64cf72e [0 ms]: Received handshake request: < GET /samples-debug/endpoint/echo < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: ANNgc8bVVnmq5J2IM3qk5g== < sec-websocket-version: 13 < upgrade: websocket Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d169363a-6b2d-47c2-95f4-a7b0b64cf72e [0 ms]: Matching request URI /samples-debug/endpoint/echo against /samples-debug/endpoint/echo Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d169363a-6b2d-47c2-95f4-a7b0b64cf72e [0 ms]: Endpoints matched to the request URI: [/samples-debug/endpoint/echo] Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d169363a-6b2d-47c2-95f4-a7b0b64cf72e [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/echo Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session d169363a-6b2d-47c2-95f4-a7b0b64cf72e [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session ff9b6f5f-95ca-40e7-a4fc-42996a7a7402 [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session d169363a-6b2d-47c2-95f4-a7b0b64cf72e [0 ms]: Using negotiated subprotocol: null Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session ff9b6f5f-95ca-40e7-a4fc-42996a7a7402 [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: ANNgc8bVVnmq5J2IM3qk5g== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session d169363a-6b2d-47c2-95f4-a7b0b64cf72e [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: 8cGsK1/3RdVqvUfh8XVFnm7s5V0= > Upgrade: websocket Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session ff9b6f5f-95ca-40e7-a4fc-42996a7a7402 [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: 8cGsK1/3RdVqvUfh8XVFnm7s5V0= < upgrade: websocket Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session d169363a-6b2d-47c2-95f4-a7b0b64cf72e [6 ms]: Received text message Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session ff9b6f5f-95ca-40e7-a4fc-42996a7a7402 [9 ms]: Incoming buffer size: 4194315 Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session d169363a-6b2d-47c2-95f4-a7b0b64cf72e [6 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@2f01783a, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@68878f6d, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@41488b16, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@a8ef162, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@2eea88a1, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@7ac296f6, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@7fd7a283, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@22f59fa, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@78fa769e, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@2c78324b, type=class java.io.Reader}] Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session d169363a-6b2d-47c2-95f4-a7b0b64cf72e [7 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@78fa769e, type=class java.lang.String} Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ff9b6f5f-95ca-40e7-a4fc-42996a7a7402 [14 ms]: Received text message Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session d169363a-6b2d-47c2-95f4-a7b0b64cf72e [11 ms]: Received binary message Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ff9b6f5f-95ca-40e7-a4fc-42996a7a7402 [15 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$BooleanDecoder@78d26998, type=class java.lang.Boolean}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ByteDecoder@3dd0e8e6, type=class java.lang.Byte}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$CharacterDecoder@1f4f90f6, type=class java.lang.Character}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$DoubleDecoder@ca772c8, type=class java.lang.Double}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$FloatDecoder@67d2546d, type=class java.lang.Float}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$IntegerDecoder@5dff17a9, type=class java.lang.Integer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$LongDecoder@3ed4e4c0, type=class java.lang.Long}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder, coder=org.glassfish.tyrus.core.coder.PrimitiveDecoders$ShortDecoder@952e0e0, type=class java.lang.Short}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7cd6bc9b, type=class java.lang.String}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.ReaderDecoder, coder=org.glassfish.tyrus.core.coder.ReaderDecoder@59b1aef7, type=class java.io.Reader}] Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session d169363a-6b2d-47c2-95f4-a7b0b64cf72e [12 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@16612a51, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@54e041a4, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@79defdc, type=class java.io.InputStream}] Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ff9b6f5f-95ca-40e7-a4fc-42996a7a7402 [15 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpTextCoder, coder=org.glassfish.tyrus.core.coder.NoOpTextCoder@7cd6bc9b, type=class java.lang.String} Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session d169363a-6b2d-47c2-95f4-a7b0b64cf72e [12 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@16612a51, type=class java.nio.ByteBuffer} Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ff9b6f5f-95ca-40e7-a4fc-42996a7a7402 [18 ms]: Received binary message Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ff9b6f5f-95ca-40e7-a4fc-42996a7a7402 [19 ms]: Applicable decoders: [CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@27594f3, type=class java.nio.ByteBuffer}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteArrayCoder@5dbd64f5, type=class [B}, CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.InputStreamDecoder, coder=org.glassfish.tyrus.core.coder.InputStreamDecoder@3e2d9233, type=class java.io.InputStream}] Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINEST: < Session ff9b6f5f-95ca-40e7-a4fc-42996a7a7402 [19 ms]: Decoding with CoderWrapper{coderClass=class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder, coder=org.glassfish.tyrus.core.coder.NoOpByteBufferCoder@27594f3, type=class java.nio.ByteBuffer} Jun 03, 2024 3:33:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:45 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:46 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8025] Jun 03, 2024 3:33:46 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 03, 2024 3:33:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 9a204e08-1e66-4db5-9e27-1abb7f3ca1bd [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 9a204e08-1e66-4db5-9e27-1abb7f3ca1bd [0 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: 96R2jvsitxMqRgu2Ffg7Iw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 03, 2024 3:33:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9a204e08-1e66-4db5-9e27-1abb7f3ca1bd [5 ms]: Received handshake response: < 401 < upgrade: websocket < www-authenticate: Basic realm="my realm" Jun 03, 2024 3:33:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 9a204e08-1e66-4db5-9e27-1abb7f3ca1bd [7 ms]: Using authentication config: AuthConfig{Basic->org.glassfish.tyrus.client.auth.BasicAuthenticator, Digest->org.glassfish.tyrus.client.auth.DigestAuthenticator} Jun 03, 2024 3:33:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 9a204e08-1e66-4db5-9e27-1abb7f3ca1bd [7 ms]: Using authentication scheme: Basic Jun 03, 2024 3:33:46 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 9a204e08-1e66-4db5-9e27-1abb7f3ca1bd [7 ms]: Using authenticator: org.glassfish.tyrus.client.auth.BasicAuthenticator Jun 03, 2024 3:33:46 PM org.glassfish.tyrus.core.DebugContext flush CONFIG: > Session 9a204e08-1e66-4db5-9e27-1abb7f3ca1bd [8 ms]: Using credentials: Credentials{username: Petr, password: *****} Jun 03, 2024 3:33:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 9a204e08-1e66-4db5-9e27-1abb7f3ca1bd [8 ms]: Sending handshake request: > GET ws://localhost:8025/testAuthentication > Authorization: ***** > Connection: Upgrade > Host: localhost:8025 > Origin: http://localhost:8025 > Sec-WebSocket-Key: 96R2jvsitxMqRgu2Ffg7Iw== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 03, 2024 3:33:46 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 9a204e08-1e66-4db5-9e27-1abb7f3ca1bd [12 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: P/VqrWceHnGk5Kgm3bYU+UR002w= < upgrade: websocket Jun 03, 2024 3:33:46 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 9a204e08-1e66-4db5-9e27-1abb7f3ca1bd [14 ms]: Incoming buffer size: 4194315 Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:47 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:47 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: 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$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: Sikbs41mc3ntOYzY5+i/aA== < sec-websocket-version: 12 < upgrade: websocket Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Segment "a" does not match Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [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 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Upgrade request contains unsupported version of Websocket protocol Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 57cdf54a-e666-4322-88af-3ce07de4e55a [0 ms]: Sending handshake response: > 426 > Sec-WebSocket-Version: 13 Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 74aff4b2-805e-4911-a0e0-be65d5801098 [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 74aff4b2-805e-4911-a0e0-be65d5801098 [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: Sikbs41mc3ntOYzY5+i/aA== > Sec-WebSocket-Version: 12 > Upgrade: websocket Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 74aff4b2-805e-4911-a0e0-be65d5801098 [10 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/a < x-tyrus-tracing-02: [0 ms] Segment "a" does not match < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-04: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-05: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-06: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} < x-tyrus-tracing-07: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b < x-tyrus-tracing-08: [0 ms] Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b < x-tyrus-tracing-09: [0 ms] /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path < x-tyrus-tracing-10: [0 ms] Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} < x-tyrus-tracing-11: [0 ms] /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path < x-tyrus-tracing-12: [0 ms] Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/{a}/b < x-tyrus-tracing-13: [0 ms] /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables < x-tyrus-tracing-14: [0 ms] 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: [0 ms] /samples-debug/endpoint/a/b is an exact match < x-tyrus-tracing-18: [0 ms] Endpoints matched to the request URI: [/samples-debug/endpoint/a/b, /samples-debug/endpoint/a/{b}, /samples-debug/endpoint/{a}/b, /samples-debug/endpoint/{a}/{b}] < x-tyrus-tracing-19: [0 ms] Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b < x-tyrus-tracing-20: [0 ms] Upgrade request contains unsupported version of Websocket protocol Jun 03, 2024 3:33:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:47 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:48 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:48 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: 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$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: utATLx2Z1xmn/S/jiEBuGA== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Segment "a" does not match Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/a/b Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 1a7ef6f0-1e51-4080-b000-24d127945fa7 [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [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 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 1a7ef6f0-1e51-4080-b000-24d127945fa7 [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: utATLx2Z1xmn/S/jiEBuGA== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1a7ef6f0-1e51-4080-b000-24d127945fa7 [6 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: /42kOEJjiUkrqyHb//KFrIakdKo= < 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/a < x-tyrus-tracing-04: [0 ms] Segment "a" does not match < 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/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 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 1a7ef6f0-1e51-4080-b000-24d127945fa7 [9 ms]: Incoming buffer size: 4194315 Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Using negotiated subprotocol: null Jun 03, 2024 3:33:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 8f1bc2e8-3708-4338-9df0-a81a83f55240 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: /42kOEJjiUkrqyHb//KFrIakdKo= > Upgrade: websocket Jun 03, 2024 3:33:48 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:49 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:49 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: 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$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: Sz/Ri4BPbyo9BgGI8oDFdA== < sec-websocket-version: 13 < upgrade: websocket Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Segment "a" does not match Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 1f91ec13-52ec-478b-8df1-38e782b1c80e [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 1f91ec13-52ec-478b-8df1-38e782b1c80e [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: Sz/Ri4BPbyo9BgGI8oDFdA== > Sec-WebSocket-Version: 13 > Upgrade: websocket Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 1f91ec13-52ec-478b-8df1-38e782b1c80e [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: nIp8GPrdRl4oQoiPEeN5D8bPW9M= < upgrade: websocket Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 1f91ec13-52ec-478b-8df1-38e782b1c80e [5 ms]: Incoming buffer size: 4194315 Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 03, 2024 3:33:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:49 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Choosing better match from /samples-debug/endpoint/a/{b} and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [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 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Using negotiated subprotocol: null Jun 03, 2024 3:33:50 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 474e6fb3-5dc4-42ba-8807-f7d1e918a31a [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: nIp8GPrdRl4oQoiPEeN5D8bPW9M= > Upgrade: websocket Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Incoming buffer size: 4194315 Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per app: null Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Max sessions per remote address: null Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.TyrusWebSocketEngine CONFIG: Parallel broadcast enabled: false Jun 03, 2024 3:33:51 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:51 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.server.TyrusServerConfiguration CONFIG: Found annotated endpoints: 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$Endpoint4 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint3 org.glassfish.tyrus.tests.servlet.debug.DebugSampleTest$Endpoint6 Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket Registered apps: URLs all start with ws://localhost:8025 Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.server.Server start INFO: WebSocket server started. Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Received handshake request: < GET /samples-debug/endpoint/a/b < connection: Upgrade < host: localhost:8025 < origin: http://localhost:8025 < sec-websocket-key: Wtctmz+qNKMC69hiLq4pEA== < sec-websocket-version: 13 < upgrade: websocket < x-tyrus-tracing-accept: Whatever < x-tyrus-tracing-threshold: SUMMARY Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session 96f34358-4a07-49b6-9eb1-9d55a25c7588 [0 ms]: Redirect enabled: false Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Segment "a" does not match Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session 96f34358-4a07-49b6-9eb1-9d55a25c7588 [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: Wtctmz+qNKMC69hiLq4pEA== > Sec-WebSocket-Version: 13 > Upgrade: websocket > X-Tyrus-Tracing-Accept: Whatever > X-Tyrus-Tracing-Threshold: SUMMARY Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/b Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session 96f34358-4a07-49b6-9eb1-9d55a25c7588 [4 ms]: Received handshake response: < 101 < connection: Upgrade < sec-websocket-accept: UuvdYxSZGOh/iw69WSSNjpD0d6I= < upgrade: websocket < x-tyrus-tracing-00: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/{b} < x-tyrus-tracing-01: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a < x-tyrus-tracing-02: [0 ms] URIs /samples-debug/endpoint/a/b and /samples-debug/endpoint/a have different length < x-tyrus-tracing-03: [0 ms] Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/a/a < x-tyrus-tracing-04: [0 ms] Segment "a" does not match < 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}/{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 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext appendLogMessageWithThrowable FINE: * Session 96f34358-4a07-49b6-9eb1-9d55a25c7588 [5 ms]: Incoming buffer size: 4194315 Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Matching request URI /samples-debug/endpoint/a/b against /samples-debug/endpoint/{a}/b Jun 03, 2024 3:33:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [0.0.0.0:8025] Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Choosing better match from /samples-debug/endpoint/a/b and /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.server.Server stop INFO: Websocket Server stopped. Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/b Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: /samples-debug/endpoint/a/b is an exact match Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/{b} and /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/a/{b} Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: /samples-debug/endpoint/a/{b} is a better match, because it has longer exact path Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Choosing better match from /samples-debug/endpoint/{a}/b and /samples-debug/endpoint/{a}/{b} Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINER: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: /samples-debug/endpoint/{a}/b is a better match, because /samples-debug/endpoint/{a}/{b} has more variables Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9bfc840-ea84-484b-8361-b078ab873899 [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 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: < Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Endpoint selected as a match to the handshake URI: /samples-debug/endpoint/a/b Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Using negotiated extensions: Using negotiated extensions: [] Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: * Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Using negotiated subprotocol: null Jun 03, 2024 3:33:51 PM org.glassfish.tyrus.core.DebugContext flush FINE: > Session d9bfc840-ea84-484b-8361-b078ab873899 [0 ms]: Sending handshake response: > 101 > Connection: Upgrade > Sec-WebSocket-Accept: UuvdYxSZGOh/iw69WSSNjpD0d6I= > Upgrade: websocket [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.78 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.x/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9: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.x/tests/servlet/debug/target/bom.xml [INFO] attaching as tyrus-tests-servlet-debug-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/bom.json [INFO] attaching as tyrus-tests-servlet-debug-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-debug --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ tyrus-tests-servlet-debug --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.2.99-SNAPSHOT/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.2.99-SNAPSHOT/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.2.99-SNAPSHOT/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.2.99-SNAPSHOT/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/debug/target/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-debug/2.2.99-SNAPSHOT/tyrus-tests-servlet-debug-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.tyrus.tests.servlet:tyrus-tests-servlet-embedded-gf >-- [INFO] Building Tyrus Servlet Tests on Glassfish 2.2.99-SNAPSHOT [64/70] [INFO] from tests/servlet/embedded-glassfish-test/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-tests-servlet-embedded-gf --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/generated-sources/rsrc-gen added. [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.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 target 11 module-path] to target/classes [INFO] JDK-8318913 workaround: patched module-info.class requires version from [21.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.x/tests/servlet/embedded-glassfish-test/src/main/java/org/glassfish/tyrus/tests/servlet/embedded/DispatchingServletProgrammaticEndpointConfig.java: /home/jenkins/agent/workspace/continuous-integration_2.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.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 2 resources 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:8.0.0-JDK17-M6:zip [INFO] [INFO] --- dependency:3.6.1:copy (copy) @ tyrus-tests-servlet-embedded-gf --- [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:2.2.0:jar [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-client-api:2.2.0:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-ejb:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:2.2.99-SNAPSHOT:jar [INFO] Copying jakarta.websocket-api-2.2.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/glassfish8/glassfish/modules/jakarta.websocket-api.jar [INFO] Copying jakarta.websocket-client-api-2.2.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/glassfish8/glassfish/modules/jakarta.websocket-client-api.jar [INFO] Copying tyrus-client-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/glassfish8/glassfish/modules/tyrus-client.jar [INFO] Copying tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/glassfish8/glassfish/modules/tyrus-container-glassfish-cdi.jar [INFO] Copying tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/glassfish8/glassfish/modules/tyrus-container-glassfish-ejb.jar [INFO] Copying tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/glassfish8/glassfish/modules/tyrus-container-grizzly-client.jar [INFO] Copying tyrus-container-servlet-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/glassfish8/glassfish/modules/tyrus-container-servlet.jar [INFO] Copying tyrus-core-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/glassfish8/glassfish/modules/tyrus-core.jar [INFO] Copying tyrus-server-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/glassfish8/glassfish/modules/tyrus-server.jar [INFO] Copying tyrus-spi-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/glassfish8/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 jakarta.activation-2.0.0-RC3.jar: Module 'jakarta.activation' is already on the module path! [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 JAR file shrinkwrap-impl-base-1.2.6.jar [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 JAR file arquillian-protocol-servlet-jakarta-1.7.0.Alpha2.jar [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 JAR file arquillian-config-impl-base-1.7.0.Alpha10.jar [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 JAR file arquillian-container-test-impl-base-1.7.0.Alpha10.jar [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3 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] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- surefire:3.2.5: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.x/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.2.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.2.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ tyrus-tests-servlet-embedded-gf --- [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.x/tests/servlet/embedded-glassfish-test/target/bom.xml [INFO] attaching as tyrus-tests-servlet-embedded-gf-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/bom.json [INFO] attaching as tyrus-tests-servlet-embedded-gf-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- failsafe:3.2.5:integration-test (default) @ tyrus-tests-servlet-embedded-gf --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [WARNING] Exception for '/home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.0-RC3/jakarta.activation-2.0.0-RC3.jar'. java.lang.IllegalStateException: Module 'jakarta.activation' is already on the module path! at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePaths (LocationManager.java:270) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.newStartupConfigWithModularPath (AbstractSurefireMojo.java:1860) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createStartupConfiguration (AbstractSurefireMojo.java:1731) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createForkStarter (AbstractSurefireMojo.java:2203) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1230) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1090) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:910) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103) at java.lang.reflect.Method.invoke (Method.java:580) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.tyrus.tests.servlet.embedded.SSLTestIT Starting container using command: [java, -jar, /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/glassfish8/glassfish/modules/admin-cli.jar, start-domain, --debug, -t] Waiting finished after 7,868 ms. Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/glassfish8/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/glassfish8/glassfish/domains/domain1/logs/server.log Admin Port: 4,848 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.78 s -- in org.glassfish.tyrus.tests.servlet.embedded.SSLTestIT [INFO] Running org.glassfish.tyrus.tests.servlet.embedded.WsServletTestIT [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.311 s -- in org.glassfish.tyrus.tests.servlet.embedded.WsServletTestIT Stopping container using command: [java, -jar, /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/glassfish8/glassfish/modules/admin-cli.jar, stop-domain, --kill, -t] Waiting finished after 230 ms. [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-tests-servlet-embedded-gf --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.5: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.x/tests/servlet/embedded-glassfish-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-embedded-gf/2.2.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.2.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-embedded-gf/2.2.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.2.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.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.2.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.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.2.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/tests/servlet/embedded-glassfish-test/target/tyrus-tests-servlet-embedded-gf-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/tests/servlet/tyrus-tests-servlet-embedded-gf/2.2.99-SNAPSHOT/tyrus-tests-servlet-embedded-gf-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-bundles >-------------- [INFO] Building Tyrus Bundles 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-bundles --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-bundles --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- cyclonedx:2.7.9: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.x/bundles/target/bom.xml [INFO] attaching as tyrus-bundles-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/target/bom.json [INFO] attaching as tyrus-bundles-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.1: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.x/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.2.99-SNAPSHOT/tyrus-bundles-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.2.99-SNAPSHOT/tyrus-bundles-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-bundles/2.2.99-SNAPSHOT/tyrus-bundles-2.2.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] -------------< org.glassfish.tyrus.bundles:tyrus-samples >-------------- [INFO] Building Tyrus Samples Bundle 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ tyrus-samples --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-samples --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/samples/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack-examples) @ tyrus-samples --- [INFO] [INFO] --- cyclonedx:2.7.9: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.x/bundles/samples/target/bom.xml [INFO] attaching as tyrus-samples-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/samples/target/bom.json [INFO] attaching as tyrus-samples-2.2.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.x/bundles/samples/target/tyrus-samples-all.zip [INFO] [INFO] --- source:3.3.1: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.x/bundles/samples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.2.99-SNAPSHOT/tyrus-samples-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/samples/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.2.99-SNAPSHOT/tyrus-samples-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/samples/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.2.99-SNAPSHOT/tyrus-samples-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/samples/target/tyrus-samples-all.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-samples/2.2.99-SNAPSHOT/tyrus-samples-2.2.99-SNAPSHOT-all.zip [INFO] [INFO] --------< org.glassfish.tyrus.bundles:tyrus-standalone-client >--------- [INFO] Building Tyrus Standalone Client 2.2.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.x [INFO] [INFO] --- build-helper:3.6.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.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-framework:sources:4.0.2:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http-server:sources:4.0.2:jar [INFO] Configured Artifact: org.glassfish.grizzly:grizzly-http:sources:4.0.2: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.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.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.5: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.x/bundles/client/target/tyrus-standalone-client-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9: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.x/bundles/client/target/bom.xml [INFO] attaching as tyrus-standalone-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/bom.json [INFO] attaching as tyrus-standalone-client-2.2.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.2.99-SNAPSHOT : Version for package org.glassfish.tyrus.client is set to different values in the source (2.2.99-SNAPSHOT) and in the manifest (2.2.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.2.99-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.grizzly.*] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/tyrus-standalone-client-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.5.3:shade (default) @ tyrus-standalone-client --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.2.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-framework:jar:4.0.2 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http-server:jar:4.0.2 in the shaded jar. [INFO] Including org.glassfish.grizzly:grizzly-http:jar:4.0.2 in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.2.0 in the shaded jar. [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_2.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] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] grizzly-framework-4.0.2.jar, grizzly-http-4.0.2.jar, grizzly-http-server-4.0.2.jar, jakarta.websocket-api-2.2.0.jar, jakarta.websocket-client-api-2.2.0.jar, tyrus-client-2.2.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar, tyrus-core-2.2.99-SNAPSHOT.jar, tyrus-spi-2.2.99-SNAPSHOT.jar, tyrus-standalone-client-2.2.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.websocket-api-2.2.0.jar, jakarta.websocket-client-api-2.2.0.jar, tyrus-client-2.2.99-SNAPSHOT.jar, tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar, tyrus-core-2.2.99-SNAPSHOT.jar, tyrus-spi-2.2.99-SNAPSHOT.jar, tyrus-standalone-client-2.2.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] grizzly-framework-4.0.2.jar, grizzly-http-4.0.2.jar, grizzly-http-server-4.0.2.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.x/bundles/client/target/tyrus-standalone-client-2.2.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/tyrus-standalone-client-2.2.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-standalone-client --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/client-bundle-sources added. [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.6.3:jar (default) @ tyrus-standalone-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-standalone-client --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/tyrus-standalone-client-2.2.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.x/bundles/client/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.2.99-SNAPSHOT/tyrus-standalone-client-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/tyrus-standalone-client-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.2.99-SNAPSHOT/tyrus-standalone-client-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.2.99-SNAPSHOT/tyrus-standalone-client-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.2.99-SNAPSHOT/tyrus-standalone-client-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client/target/tyrus-standalone-client-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client/2.2.99-SNAPSHOT/tyrus-standalone-client-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk >------- [INFO] Building Tyrus Standalone Client - JDK 2.2.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.x [INFO] [INFO] --- build-helper:3.6.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-client-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-jdk-client:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.2.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.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.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.5: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.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9: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.x/bundles/client-jdk/target/bom.xml [INFO] attaching as tyrus-standalone-client-jdk-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/bom.json [INFO] attaching as tyrus-standalone-client-jdk-2.2.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.2.99-SNAPSHOT : Version for package org.glassfish.tyrus.client is set to different values in the source (2.2.99-SNAPSHOT) and in the manifest (2.2.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 [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.5.3:shade (default) @ tyrus-standalone-client-jdk --- [INFO] Including org.glassfish.tyrus:tyrus-client:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-core:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-spi:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:2.2.0 in the shaded jar. [INFO] Including org.glassfish.tyrus:tyrus-container-jdk-client:jar:2.2.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.websocket:jakarta.websocket-client-api:jar:2.2.0 in the shaded jar. [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/continuous-integration_2.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] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jakarta.websocket-api-2.2.0.jar, jakarta.websocket-client-api-2.2.0.jar, tyrus-client-2.2.99-SNAPSHOT.jar, tyrus-container-jdk-client-2.2.99-SNAPSHOT.jar, tyrus-core-2.2.99-SNAPSHOT.jar, tyrus-spi-2.2.99-SNAPSHOT.jar, tyrus-standalone-client-jdk-2.2.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.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT.jar with /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ tyrus-standalone-client-jdk --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/client-bundle-sources added. [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.6.3:jar (default) @ tyrus-standalone-client-jdk --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ tyrus-standalone-client-jdk --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.2.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.x/bundles/client-jdk/target/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.2.99-SNAPSHOT/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.2.99-SNAPSHOT/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.2.99-SNAPSHOT/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.2.99-SNAPSHOT/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/client-jdk/target/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.2.99-SNAPSHOT/tyrus-standalone-client-jdk-2.2.99-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-archive >---------- [INFO] Building Tyrus Websocket RI Archive 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ websocket-ri-archive --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ websocket-ri-archive --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.1:copy-dependencies (copy-dependencies) @ websocket-ri-archive --- [INFO] Copying tyrus-client-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-client-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-core-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-core-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-server-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-server-2.2.99-SNAPSHOT.jar [INFO] Copying jakarta.websocket-api-2.2.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.websocket-api-2.2.0.jar [INFO] Copying jakarta.xml.bind-api-4.0.2.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.xml.bind-api-4.0.2.jar [INFO] Copying jakarta.activation-api-2.1.3.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.activation-api-2.1.3.jar [INFO] Copying tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar [INFO] Copying jakarta.enterprise.cdi-api-4.1.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.enterprise.cdi-api-4.1.0.jar [INFO] Copying jakarta.enterprise.lang-model-4.1.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.enterprise.lang-model-4.1.0.jar [INFO] Copying jakarta.annotation-api-3.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.annotation-api-3.0.0.jar [INFO] Copying jakarta.el-api-6.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.el-api-6.0.0.jar [INFO] Copying jakarta.interceptor-api-2.2.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.interceptor-api-2.2.0.jar [INFO] Copying jakarta.inject-api-2.0.1.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.inject-api-2.0.1.jar [INFO] Copying tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-glassfish-ejb-2.2.99-SNAPSHOT.jar [INFO] Copying jakarta.ejb-api-4.0.1.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.ejb-api-4.0.1.jar [INFO] Copying jakarta.transaction-api-2.0.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.transaction-api-2.0.0.jar [INFO] Copying tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar [INFO] Copying grizzly-framework-4.0.2.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/grizzly-framework-4.0.2.jar [INFO] Copying grizzly-http-server-4.0.2.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/grizzly-http-server-4.0.2.jar [INFO] Copying grizzly-http-4.0.2.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/grizzly-http-4.0.2.jar [INFO] Copying tyrus-container-servlet-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-container-servlet-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-spi-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/tyrus-spi-2.2.99-SNAPSHOT.jar [INFO] Copying jakarta.websocket-client-api-2.2.0.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/dependency/jakarta.websocket-client-api-2.2.0.jar [INFO] [INFO] --- dependency:3.6.1:copy (copy) @ websocket-ri-archive --- [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:2.2.99-SNAPSHOT:jar [INFO] Copying tyrus-client-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/assembly/tyrus-client-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-server-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/assembly/tyrus-server-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-core-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/assembly/tyrus-core-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/assembly/tyrus-container-glassfish-cdi-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/assembly/tyrus-container-grizzly-client-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-container-servlet-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/assembly/tyrus-container-servlet-2.2.99-SNAPSHOT.jar [INFO] Copying tyrus-spi-2.2.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/assembly/tyrus-spi-2.2.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ websocket-ri-archive --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/bom.xml [INFO] attaching as websocket-ri-archive-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/bom.json [INFO] attaching as websocket-ri-archive-2.2.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.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.2.99-SNAPSHOT.zip [INFO] Building tar: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.2.99-SNAPSHOT.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.2.99-SNAPSHOT.tar.bz2 [INFO] [INFO] --- source:3.3.1: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.x/bundles/websocket-ri-archive/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.2.99-SNAPSHOT/websocket-ri-archive-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.2.99-SNAPSHOT/websocket-ri-archive-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.2.99-SNAPSHOT/websocket-ri-archive-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.2.99-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.2.99-SNAPSHOT/websocket-ri-archive-2.2.99-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.2.99-SNAPSHOT.tar.gz to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.2.99-SNAPSHOT/websocket-ri-archive-2.2.99-SNAPSHOT.tar.gz [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-archive/target/websocket-ri-archive-2.2.99-SNAPSHOT.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-archive/2.2.99-SNAPSHOT/websocket-ri-archive-2.2.99-SNAPSHOT.tar.bz2 [INFO] [INFO] ----------< org.glassfish.tyrus.bundles:websocket-ri-bundle >----------- [INFO] Building Tyrus Websocket RI Bundle 2.2.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.x [INFO] [INFO] --- build-helper:3.6.0:parse-version (parse-version) @ websocket-ri-bundle --- [INFO] [INFO] --- build-helper:3.6.0:add-source (default) @ websocket-ri-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_2.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: jakarta.websocket:jakarta.websocket-client-api:sources:?:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-core:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-client:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-server:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-cdi:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-glassfish-ejb:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-client:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-grizzly-server:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-container-servlet:sources:2.2.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.tyrus:tyrus-spi:sources:2.2.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.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 213 source files with javac [debug target 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/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.x/bundles/websocket-ri-bundle/target/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.x/bundles/websocket-ri-bundle/target/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.x/bundles/websocket-ri-bundle/target/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.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/client/ClientManager.java:[155,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/TyrusEndpointWrapper.java:[1905,27] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/spi/ClientContainer.java:[40,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/TyrusSession.java:[334,17] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.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.x/bundles/websocket-ri-bundle/target/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.x/bundles/websocket-ri-bundle/target/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.x/bundles/websocket-ri-bundle/target/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.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[99,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[124,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[135,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java:[146,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/TyrusWebSocketEngine.java:[579,17] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.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.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.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.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.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.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/src/main/java/org/glassfish/tyrus/core/BaseContainer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_2.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.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.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.5: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.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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-client-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ websocket-ri-bundle --- [INFO] CycloneDX: Resolving Dependencies [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.x/bundles/websocket-ri-bundle/target/bom.xml [INFO] attaching as websocket-ri-bundle-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/bom.json [INFO] attaching as websocket-ri-bundle-2.2.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.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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-client-api] Class path [Jar:., Jar:jakarta.servlet-api, Jar:jakarta.enterprise.cdi-api, Jar:jakarta.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [WARNING] Bundle org.glassfish.tyrus.bundles:websocket-ri-bundle:bundle:2.2.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.enterprise.lang-model, Jar:jakarta.annotation-api, Jar:jakarta.el-api, Jar:jakarta.interceptor-api, Jar:jakarta.inject-api, Jar:jakarta.ejb-api, Jar:jakarta.transaction-api, Jar:jakarta.xml.bind-api, Jar:jakarta.activation-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-client-api, Jar:jakarta.websocket-api, Jar:org.osgi.core] [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.2.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ websocket-ri-bundle --- [INFO] Skipping javadoc generation [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ websocket-ri-bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.2.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.x/bundles/websocket-ri-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.2.99-SNAPSHOT/websocket-ri-bundle-2.2.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.2.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.2.99-SNAPSHOT/websocket-ri-bundle-2.2.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.2.99-SNAPSHOT/websocket-ri-bundle-2.2.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.2.99-SNAPSHOT/websocket-ri-bundle-2.2.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_2.x/bundles/websocket-ri-bundle/target/websocket-ri-bundle-2.2.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/tyrus/bundles/websocket-ri-bundle/2.2.99-SNAPSHOT/websocket-ri-bundle-2.2.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.2.99-SNAPSHOT/websocket-ri-bundle-2.2.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for tyrus 2.2.99-SNAPSHOT: [INFO] [INFO] tyrus .............................................. SUCCESS [ 46.614 s] [INFO] tyrus-archetypes ................................... SUCCESS [ 0.202 s] [INFO] Tyrus Echo Archetype ............................... SUCCESS [ 6.236 s] [INFO] Tyrus BOM .......................................... SUCCESS [ 0.126 s] [INFO] Tyrus Container SPI ................................ SUCCESS [ 3.621 s] [INFO] Tyrus Core ......................................... SUCCESS [ 11.941 s] [INFO] Tyrus Client ....................................... SUCCESS [ 2.980 s] [INFO] Tyrus Container Modules ............................ SUCCESS [ 0.362 s] [INFO] Tyrus Containers For Glassfish ..................... SUCCESS [ 0.155 s] [INFO] Tyrus CDI Component Provider ....................... SUCCESS [ 0.804 s] [INFO] Tyrus EJB Component Provider ....................... SUCCESS [ 0.558 s] [INFO] Tyrus Grizzly Client Container ..................... SUCCESS [ 1.141 s] [INFO] Tyrus Server ....................................... SUCCESS [ 1.509 s] [INFO] Tyrus Grizzly Server Container ..................... SUCCESS [ 0.959 s] [INFO] Tyrus InMemory Container ........................... SUCCESS [ 1.685 s] [INFO] Tyrus Servlet Bundle ............................... SUCCESS [ 4.447 s] [INFO] Tyrus Tests ........................................ SUCCESS [ 0.383 s] [INFO] Tyrus Test Tools ................................... SUCCESS [ 0.767 s] [INFO] Tyrus JDK Client Container ......................... SUCCESS [ 17.716 s] [INFO] Tyrus Documentation ................................ SUCCESS [ 15.278 s] [INFO] Tyrus Extension Modules ............................ SUCCESS [ 0.112 s] [INFO] Tyrus CLI Client ................................... SUCCESS [ 1.480 s] [INFO] Tyrus Monitoring JMX ............................... SUCCESS [ 3.814 s] [INFO] Tyrus Extension - Per Message Deflate .............. SUCCESS [ 1.938 s] [INFO] Tyrus Java8 Client Extension ....................... SUCCESS [ 2.487 s] [INFO] Tyrus Samples ...................................... SUCCESS [ 0.125 s] [INFO] Tyrus Auction Sample ............................... SUCCESS [ 1.183 s] [INFO] Tyrus CDI Sample ................................... SUCCESS [ 1.190 s] [INFO] Tyrus Chat Sample .................................. SUCCESS [ 0.477 s] [INFO] Tyrus Draw Sample .................................. SUCCESS [ 0.528 s] [INFO] Tyrus Echo Sample .................................. SUCCESS [ 1.944 s] [INFO] Tyrus Basic Auth Sample ............................ SUCCESS [ 1.176 s] [INFO] Tyrus Secure Echo Sample ........................... SUCCESS [ 0.555 s] [INFO] Tyrus Programmatic Echo Sample ..................... SUCCESS [ 1.758 s] [INFO] Tyrus Simple Life Sample ........................... SUCCESS [ 0.205 s] [INFO] Tyrus Shared Collection Sample ..................... SUCCESS [ 0.933 s] [INFO] Tyrus Container Tests .............................. SUCCESS [ 0.250 s] [INFO] Tyrus JDK Containers Tests ......................... SUCCESS [ 1.322 s] [INFO] Tyrus Servlet Containers Tests ..................... SUCCESS [ 0.930 s] [INFO] Tyrus End-to-End Tests ............................. SUCCESS [ 0.316 s] [INFO] Tyrus End-to-End Application Config Tests .......... SUCCESS [ 3.712 s] [INFO] Tyrus End-to-End Non-deployable Tests .............. SUCCESS [ 11.281 s] [INFO] Tyrus End-to-End Standard Config Tests ............. SUCCESS [01:05 min] [INFO] Tyrus End-to-End Java 8 Tests ...................... SUCCESS [ 1.837 s] [INFO] Tyrus End-to-End Tests running on Jetty ............ SUCCESS [ 0.286 s] [INFO] Tyrus End-to-End Basic Auth Tests .................. SUCCESS [ 5.809 s] [INFO] Tyrus End-to-End Digest Auth Tests ................. SUCCESS [ 1.030 s] [INFO] Tyrus Release Test ................................. SUCCESS [ 2.667 s] [INFO] Tyrus Server Integration Tests ..................... SUCCESS [ 0.280 s] [INFO] Tyrus Servlet Async Tests .......................... SUCCESS [ 1.912 s] [INFO] Tyrus Autobahn Echo Server ......................... SUCCESS [ 0.474 s] [INFO] Tyrus Servlet Basic Tests .......................... SUCCESS [ 25.898 s] [INFO] Tyrus Servlet Dynamic Deploy Test .................. SUCCESS [ 1.226 s] [INFO] Tyrus Servlet No App Config ........................ SUCCESS [ 1.426 s] [INFO] Tyrus Servlet One App Config ....................... SUCCESS [ 1.349 s] [INFO] Tyrus Servlet RemoteEndpoint Timeout ............... SUCCESS [ 0.912 s] [INFO] Tyrus Servlet Session Closing ...................... SUCCESS [ 17.633 s] [INFO] Tyrus Servlet Two App Config ....................... SUCCESS [ 1.743 s] [INFO] Tyrus Servlet Monitoring Test ...................... SUCCESS [ 1.400 s] [INFO] Tyrus Servlet Inject Test .......................... SUCCESS [ 0.873 s] [INFO] Tyrus Servlet Max Sessions Per App Tests ........... SUCCESS [ 3.006 s] [INFO] Tyrus Servlet Max Sessions Per Remote Addr Tests ... SUCCESS [ 3.045 s] [INFO] Tyrus Debug Debug Samples .......................... SUCCESS [ 11.846 s] [INFO] Tyrus Servlet Tests on Glassfish ................... SUCCESS [ 33.376 s] [INFO] Tyrus Bundles ...................................... SUCCESS [ 0.086 s] [INFO] Tyrus Samples Bundle ............................... SUCCESS [ 0.763 s] [INFO] Tyrus Standalone Client ............................ SUCCESS [ 1.857 s] [INFO] Tyrus Standalone Client - JDK ...................... SUCCESS [ 0.714 s] [INFO] Tyrus Websocket RI Archive ......................... SUCCESS [ 1.879 s] [INFO] Tyrus Websocket RI Bundle .......................... SUCCESS [ 3.383 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:58 min [INFO] Finished at: 2024-06-03T15:34:34Z [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